皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Jackson 2.9.5 发布,高性能 JSON 处理

Jackson 2.9.5 已发布,Jackson 是一个 Java 用来处理 JSON 格式数据的类库,性能非常好。

本次更新包含 138 个提交,其中包括:

  • add direct dep to snapshot repo to allow use of snapshot of parent
  • Renaming “with”->”enable”, “without”->”disable”, “set”->”configure” for TokenStreamFactory builder
  • Removing obsolete `since` annotations (pre-3.0)
  • improve testing wrt symbol intern()ing (or not)
  • Add basic tests for `nextFieldName(matcher)` (for json backend)

详细内容和下载地址请查看:https://github.com/FasterXML/jackson-core/releases/tag/jackson-core-2.9.5

转自 https://www.oschina.net/news/94662/jackson-2-9-5-released