Skip to content

Commit

Permalink
prepare for 2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 26, 2019
1 parent e8d2fbe commit ef231cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 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.10.0-SNAPSHOT</version>
<version>2.10.0</version>
</parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatypes-collections</artifactId>
Expand Down
24 changes: 9 additions & 15 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,21 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

2.10.0.pr3 (17-Sep-2019)

#50: (guava) Add Serializer and Deserializer for `RangeSet`
(contributed by Felix K)
#56: (guava) Range property name (de)serialisation doesn't respect property naming strategy
(reported, fix contributed by Philip L)
#59: (guava) Drop support for Guava v10 - v13 to simplify `RangeFactory`

2.10.0.pr2 (31-Aug-2019)

#53: (guava) `GuavaImmutableCollectionDeserializer` cannot deserialize
an empty `Optional` from null
(reported by Jon F)

2.10.0.pr1 (19-Jul-2019)
2.10.0 (26-Sep-2019)

#34: (guava) Allow use of Guava versions up to 25 (from 22)
(suggested by Philipp H, AUTplayed@github)
#37: (eclipse-collections) Implement pair deserialization
(contributed by Jonas K)
#48: (all) Add simple module-info for JDK9+, using Moditect
#50: (guava) Add Serializer and Deserializer for `RangeSet`
(contributed by Felix K)
#53: (guava) `GuavaImmutableCollectionDeserializer` cannot deserialize
an empty `Optional` from null
(reported by Jon F)
#56: (guava) Range property name (de)serialisation doesn't respect property naming strategy
(reported, fix contributed by Philip L)
#59: (guava) Drop support for Guava v10 - v13 to simplify `RangeFactory`
- Support nested `Optional` values wrt null provider (see [databind#2303]
- Update "preferred" Guava version to 20.0

Expand Down

0 comments on commit ef231cb

Please sign in to comment.