Apache Johnzon 1.1.8 发布,用于解析和创建 JSONP

  

Apache Johnzon 1.1.8 已发布。

Apache Johnzon 是用于解析和创建 JSONP 的 Java 库,Johnzon-1.1.8 针对 Java EE8 并实现了 Json Processing JSON-P 1.1 和 Json Binding JSON-B 1.0 规范。

Johnzon 还提供了一个自己的 Mapper API,它提供扩展功能,流 API 和 JAX-RS 集成模块。

Johnzon 用于 Apache TomEE JavaEE 服务器和 Apache OpenWebBeans Meecrowave 嵌入式服务器以及许多其他 Apache 项目。

该版本解决了以下问题

Bug

• [JOHNZON-164] - Non Spec conform handling of illegal json

• [JOHNZON-165] - [JSONB] formatter sometimes ignored

• [JOHNZON-168] - date format not respected

• [JOHNZON-172] - JsonPatchBuilder issue for a partcuilar scenario

• [JOHNZON-173] - JsonPointerImpl uses Json instead of the origin JsonProvider instance

新特性

• [JOHNZON-163] - JSON-B JAX-RS provider should support ContextResolver to get a custom JSON-B instance

• [JOHNZON-170] - add a polymorphic jsonb extension

• [JOHNZON-171] - Add a module allowing to validate a JsonObject based on a JsonObject being a json schema

查看 http://johnzon.apache.org/ 了解更多。

下载地址 http://johnzon.apache.org/download.html

猜你喜欢

转载自www.oschina.net/news/97639/apache-johnzon-1-1-8-released