Skip to content

Commit

Permalink
Merge pull request #916 from FasterXML/2.19
Browse files Browse the repository at this point in the history
2.19 -> master
  • Loading branch information
k163377 authored Feb 9, 2025
2 parents a1203f3 + 6fe2f10 commit c95174c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Co-maintainers:

2.19.0 (not yet released)

#910: A default `KeySerializer` for `value class` has been added.
This eliminates the need to have a custom `KeySerializer` for each `value class` when using it as a key in a `Map`, if only simple boxing is needed.
#910: A default `KeyDeserializer` for `value class` has been added.
This eliminates the need to have a custom `KeyDeserializer` for each `value class` when using it as a key in a `Map`, if only simple boxing is needed.
#889: Kotlin has been upgraded to 1.9.25.
#885: A new `StrictNullChecks` option(KotlinFeature.NewStrictNullChecks) has been added which greatly improves throughput.
Benchmarks show a consistent throughput drop of less than 2% when enabled (prior to the improvement, the worst throughput drop was more than 30%).
Expand Down

0 comments on commit c95174c

Please sign in to comment.