Spring 引导 2.0.0.RC1 和 com.fasterxml.jackson 依赖项
Spring Boot 2.0.0.RC1 and com.fasterxml.jackson dependecy
在移植到 Spring Boot 2.0.0.RC1
时,我注意到它对 jackson-core
使用托管版本 2.9.2
,对 jackson-annotations
使用 jackson-databind
和 2.9.0
。
为什么 jackson-annotations
使用 2.9.0
而不是 2.9.2
?
根据他们的 jackson-annotations 文档:
Annotations module will never contain changes in patch versions,
only .0 releases can have changes. We may still release patch versions, but
they will be identical to .0 versions, and only released for convenience
(developers can line up all Jackson components with same patch version number).
可以在以下位置找到:https://github.com/FasterXML/jackson-annotations/blob/master/release-notes/VERSION
在移植到 Spring Boot 2.0.0.RC1
时,我注意到它对 jackson-core
使用托管版本 2.9.2
,对 jackson-annotations
使用 jackson-databind
和 2.9.0
。
为什么 jackson-annotations
使用 2.9.0
而不是 2.9.2
?
根据他们的 jackson-annotations 文档:
Annotations module will never contain changes in patch versions, only .0 releases can have changes. We may still release patch versions, but they will be identical to .0 versions, and only released for convenience (developers can line up all Jackson components with same patch version number).
可以在以下位置找到:https://github.com/FasterXML/jackson-annotations/blob/master/release-notes/VERSION