Jackson 2.9.8 发布,Java 处理 JSON 数据类库

栏目: 后端 · 前端 · 发布时间: 6年前

内容简介:Jackson 2.9.8 已发布,更新内容如下:

Jackson 2.9.8 已发布,更新内容如下:

core

Streaming

  • #488 : Fail earlier on coercions from "too big"  BigInteger into fixed-size types ( intlongshort )

  • Improve exception message for missing Base64 padding

Databind

  • #1662ByteBuffer serialization is broken if offset is not 0

  • #2155 : Type parameters are checked for equality while isAssignableFrom expected

  • #2167 : Large ISO-8601 Dates are formatted/serialized incorrectly

  • #2181 : Don't re-use dynamic serializers for property-updating copy constructors

  • #2183 : Base64 JsonMappingException: Unexpected end-of-input

  • #2186 : Block more classes from polymorphic deserialization (CVE-2018-19360, CVE-2018-19361, CVE-2018-19362)

  • #2197 : Illegal reflective access operation warning when using  java.lang.Void as value type

data formats

Protobuf

  • #140 : Stack overflow when generating Protobuf schema on class containing cyclic type definition

Smile

  • #153 : Unable to set a compression input/output decorator to a  SmileFactory

XML

  • #270 : Add support for  writeBinary() with  InputStream to  ToXMLGenerator

  • #323 : Replace slow string concatenation with faster  StringBuilder (for long text content)

YAML

  • #99YamlGenerator closes the target stream when configured not to

datatypes

Java 8

  • #90 : Performance issue with malicious  BigDecimal input,  InstantDeserializerDurationDeserializer


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

PYTHON3:数据分析与机器学习实战

PYTHON3:数据分析与机器学习实战

龙马高新教育 / 北京大学出版社 / 2018-9-1 / 69.00

机器学习(Machine Learning, ML)是一门多领域交叉学科,是人工智能的核心,其应用遍及人工智能的各个领域,专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。在机器学习过程中,需要使用大量数据,而数据分析是指用适当的方法对收集的大量数据进行分析,提取有用信息并形成结论,进而对数据加以详细研究和概括总结的过程。本书结合机器学......一起来看看 《PYTHON3:数据分析与机器学习实战》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换