Gson 2.12.0 #2790
eamonnmcmanus
announced in
Announcements
Gson 2.12.0
#2790
Replies: 3 comments 2 replies
-
|
How long does it typically take until this shows up on maven central? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
@eamonnmcmanus the release notes for 2.12.1 accidentally say "2.11" in the title and the description (instead of "2.12"). Could you please adjust this? Thanks for the quick release though! |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
GSON is alive! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed
The biggest change is that we no longer support Java 7. People who still need to run on Java 7 will need to use an earlier version of Gson.
Other changes:
JsonElementagain by @Marcono1234 in Allow registering adapters forJsonElementagain #2789JsonReaderby @Marcono1234 in Add nesting limit forJsonReader#2588@CheckReturnValueto our packages. by @cpovirk in Add@CheckReturnValueto our packages. #2693TypeAdapter.nullSafemethod causes the given type adapter to be wrapped recursively. #2729) by @lyubomyr-shaydariv in Add NullSafeTypeAdapter to prevent TypeAdapter.nullSafe() from returning nested null-safe type adapters (#2729) #2731AccessControllerusage for enum adapter by @Marcono1234 in RemoveAccessControllerusage for enum adapter #2704JsonElementadapter classes to separate class files by @Marcono1234 in Move enum andJsonElementadapter classes to separate class files #2727New Contributors
@CheckReturnValueto our packages. #2693json_namefield option for proto serialization #2701Full Changelog: gson-parent-2.11.0...gson-parent-2.12.0
This discussion was created from the release Gson 2.12.0.
Beta Was this translation helpful? Give feedback.
All reactions