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:
JsonElement
again by @Marcono1234 in Allow registering adapters forJsonElement
again #2789JsonReader
by @Marcono1234 in Add nesting limit forJsonReader
#2588@CheckReturnValue
to our packages. by @cpovirk in Add@CheckReturnValue
to our packages. #2693TypeAdapter.nullSafe
method 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) #2731AccessController
usage for enum adapter by @Marcono1234 in RemoveAccessController
usage for enum adapter #2704JsonElement
adapter classes to separate class files by @Marcono1234 in Move enum andJsonElement
adapter classes to separate class files #2727New Contributors
@CheckReturnValue
to our packages. #2693json_name
field 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