From fec0d0ffda00fa8309e9f836007a8411481c9f60 Mon Sep 17 00:00:00 2001 From: Falko Modler Date: Wed, 12 Aug 2020 02:19:49 +0200 Subject: [PATCH] Defer reflective access to Java core modules (1.4) --- xstream-distribution/src/content/changes.html | 10 ++ xstream-distribution/src/content/team.html | 3 +- .../collections/PropertiesConverter.java | 10 +- .../collections/TreeMapConverter.java | 19 +-- .../collections/TreeSetConverter.java | 83 ++++++------ .../converters/enums/EnumMapConverter.java | 12 +- .../converters/enums/EnumSetConverter.java | 10 +- .../extended/DynamicProxyConverter.java | 26 ++-- ...edCharacterIteratorAttributeConverter.java | 126 ++++++++++-------- 9 files changed, 169 insertions(+), 130 deletions(-) diff --git a/xstream-distribution/src/content/changes.html b/xstream-distribution/src/content/changes.html index 505b286aa..06f3d54e5 100644 --- a/xstream-distribution/src/content/changes.html +++ b/xstream-distribution/src/content/changes.html @@ -28,6 +28,16 @@ filter for the appropriate milestone.

+

Upcoming

+ +

Not yet released.

+ +

Major changes

+ + +

1.4.12

Released April 12, 2020.

diff --git a/xstream-distribution/src/content/team.html b/xstream-distribution/src/content/team.html index ec2f0c71b..7584305c9 100644 --- a/xstream-distribution/src/content/team.html +++ b/xstream-distribution/src/content/team.html @@ -1,7 +1,7 @@