Skip to content

Commit

Permalink
Prepare for 2.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 12, 2024
1 parent 226c0bc commit 474268c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-base</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
</parent>
<groupId>com.fasterxml.jackson.jr</groupId>
<artifactId>jackson-jr-parent</artifactId>
Expand Down
17 changes: 7 additions & 10 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,37 @@ Major version: 2

Modules:
jackson-jr-annotation-support
jackson-jr-extension-javatime
jackson-jr-objects
jackson-jr-retrofit2
jackson-jr-stree

------------------------------------------------------------------------
=== Releases ===
------------------------------------------------------------------------

Not yet released
2.17.0 (12-Mar-2024)

#7: Support deserialization of `int[]`
(contributed by @Shounaks)
#51: Duplicate key detection does not work for (simple) Trees
(contributed by @Shounaks)
#94: Support for serializing Java Records
(implementation contributed by @Shounaks)
#131: Add mechanism for `JacksonJrExtension`s to access state of `JSON.Feature`s

2.17.0-rc1 (26-Feb-2024)

#25: Add support single-int Constructors
(contributed by @Shounaks)
#51: Duplicate key detection does not work for (simple) Trees
(contributed by @Shounaks)
#78: Deserializes "null" to "0.0" for `java.lang.Double` (wrapper)
(reported by @bill-phast)
#93: Skip serialization of `groovy.lang.MetaClass` values to avoid `StackOverflowError`
(requested by Nikolay C)
(fix contributed by @Shounaks)
#94: Support for serializing Java Records
(implementation contributed by @Shounaks)
#100: Add support for `java.time` (Java 8 date/time) types
(requested by @sebastian-zero)
(contributed by @Shounaks)
#112: `overrideStandardValueWriter` only applied to first `java.nio.file.Path`
valued field of bean
(reported by Julian H)
#116: Add read/write support for `java.nio.file.Path`
#131: Add mechanism for `JacksonJrExtension`s to access state of `JSON.Feature`s

2.16.2 (09-Mar-2024)
2.16.1 (24-Dec-2023)
Expand Down

0 comments on commit 474268c

Please sign in to comment.