From 4adc90f75bc71122306b7efc668cf77341e4d73a Mon Sep 17 00:00:00 2001 From: joehni Date: Sat, 19 Oct 2024 01:44:34 +0200 Subject: [PATCH] Add WeakHashMapConverter. --- xstream-distribution/src/content/changes.html | 14 ++++++ .../src/content/converters.html | 11 +++++ .../com/thoughtworks/xstream/XStream.java | 6 ++- .../collections/WeakHashMapConverter.java | 49 +++++++++++++++++++ .../com/thoughtworks/acceptance/MapTest.java | 12 ++++- 5 files changed, 90 insertions(+), 2 deletions(-) create mode 100644 xstream/src/java/com/thoughtworks/xstream/converters/collections/WeakHashMapConverter.java diff --git a/xstream-distribution/src/content/changes.html b/xstream-distribution/src/content/changes.html index 65e08e4a3..1e0a3fe4d 100644 --- a/xstream-distribution/src/content/changes.html +++ b/xstream-distribution/src/content/changes.html @@ -108,6 +108,13 @@

Upcoming 1.4.x maintenance release

Not yet released.

+

Major changes

+ + +

Minor changes