Update CHANGELOG.md for 2.8.9. (#2005)
* Update CHANGELOG.md for 2.8.9. * Adjust snapshot version. Gson versions have three numbers.
This commit is contained in:
parent
128586847b
commit
031db9d473
14
CHANGELOG.md
14
CHANGELOG.md
@ -1,6 +1,20 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
## Version 2.8.9
|
||||||
|
|
||||||
|
* Make OSGi bundle's dependency on `sun.misc` optional (#1993).
|
||||||
|
* Deprecate `Gson.excluder()` exposing internal `Excluder` class (#1986).
|
||||||
|
* Prevent Java deserialization of internal classes (#1991).
|
||||||
|
* Improve number strategy implementation (#1987).
|
||||||
|
* Fix LongSerializationPolicy null handling being inconsistent with Gson (#1990).
|
||||||
|
* Support arbitrary Number implementation for Object and Number deserialization (#1290).
|
||||||
|
* Bump proguard-maven-plugin from 2.4.0 to 2.5.1 (#1980).
|
||||||
|
* Don't exclude static local classes (#1969).
|
||||||
|
* Fix `RuntimeTypeAdapterFactory` depending on internal `Streams` class (#1959).
|
||||||
|
* Improve Maven build (#1964).
|
||||||
|
* Make dependency on `java.sql` optional (#1707).
|
||||||
|
|
||||||
## Version 2.8.8
|
## Version 2.8.8
|
||||||
|
|
||||||
* Fixed issue with recursive types (#1390).
|
* Fixed issue with recursive types (#1390).
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
<artifactId>gson-parent</artifactId>
|
<artifactId>gson-parent</artifactId>
|
||||||
<version>2.9-SNAPSHOT</version>
|
<version>2.9.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>gson-extras</artifactId>
|
<artifactId>gson-extras</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>2.9-SNAPSHOT</version>
|
<version>2.9.0-SNAPSHOT</version>
|
||||||
<inceptionYear>2008</inceptionYear>
|
<inceptionYear>2008</inceptionYear>
|
||||||
<name>Gson Extras</name>
|
<name>Gson Extras</name>
|
||||||
<description>Google Gson grab bag of utilities, type adapters, etc.</description>
|
<description>Google Gson grab bag of utilities, type adapters, etc.</description>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
<artifactId>gson-parent</artifactId>
|
<artifactId>gson-parent</artifactId>
|
||||||
<version>2.9-SNAPSHOT</version>
|
<version>2.9.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>gson</artifactId>
|
<artifactId>gson</artifactId>
|
||||||
|
2
pom.xml
2
pom.xml
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<groupId>com.google.code.gson</groupId>
|
<groupId>com.google.code.gson</groupId>
|
||||||
<artifactId>gson-parent</artifactId>
|
<artifactId>gson-parent</artifactId>
|
||||||
<version>2.9-SNAPSHOT</version>
|
<version>2.9.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<name>Gson Parent</name>
|
<name>Gson Parent</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user