Dominique Leuenberger 1 year ago committed by Git OBS Bridge
commit ced9bc7847

@ -12,6 +12,21 @@ Fri Apr 1 08:00:10 UTC 2022 - Fridrich Strba <fstrba@suse.com>
Thu Mar 31 09:40:46 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 2.8.9 (jsc#SLE-24261)
* Changes
+ Make OSGi bundle's dependency on sun.misc optional.
+ Deprecate Gson.excluder() exposing internal Excluder class.
+ Prevent Java deserialization of internal classes.
+ Improve number strategy implementation.
+ Fix LongSerializationPolicy null handling being inconsistent
with Gson.
+ Support arbitrary Number implementation for Object and Number
deserialization.
+ Bump proguard-maven-plugin from 2.4.0 to 2.5.1.
+ Don't exclude static local classes.
+ Fix RuntimeTypeAdapterFactory depending on internal Streams
class.
+ Improve Maven build.
+ Make dependency on java.sql optional.
* fixes bsc#1199064, CVE-2022-25647
- Removed patch:
* sun-misc.patch
@ -26,6 +41,12 @@ Tue Mar 22 10:06:36 UTC 2022 - Fridrich Strba <fstrba@suse.com>
Tue Oct 19 07:08:34 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 2.8.8
* Changes
+ Fixed issue with recursive types.
+ Better behaviour with Java 9+ and Unsafe if there is a
security manager.
+ EnumTypeAdapter now works better when ProGuard has obfuscated
enum fields.
- Removed patch:
* fix-test.patch
+ integrated upstream

Loading…
Cancel
Save