Skip to content

Commit

Permalink
Update release notes wrt #90
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 1, 2023
1 parent a9e2a2e commit a17034a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@

/**
* Serializer for Guava's {@link Cache} values.
*
* @since 2.16
*/
public class CacheSerializer
extends ContainerSerializer<Cache<?, ?>>
Expand Down Expand Up @@ -98,6 +96,7 @@ public CacheSerializer(MapLikeType type, BeanDescription beanDesc,
/**
* @since 2.16
*/
@SuppressWarnings("unchecked")
protected CacheSerializer(CacheSerializer src, BeanProperty property,
JsonSerializer<?> keySerializer, TypeSerializer vts, JsonSerializer<?> valueSerializer,
Set<String> ignoredEntries, Object filterId, boolean sortKeys)
Expand Down
6 changes: 6 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,9 @@ Joo Hyuk Kim (JooHyukKim@github)
* Contributed fix for #102: (guava) accept lowerCase enums for `Range`
`BoundType` serialization
(2.15.0)
* Contributed fix for #90: Cache Serialization serializes empty contents
(2.16.0)

Wolff Bock von Wülfingen (wlfbck@github)
* Reported #90: Cache Serialization serializes empty contents
(2.16.0)
4 changes: 3 additions & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ Active Maintainers:

2.16.0 (not yet released)

No changes since 2.15
#90: Cache Serialization serializes empty contents
(reportedby Wolff B)
(fix contributed by Joo-Hyuk K)

2.15.0 (23-Apr-2023)

Expand Down

0 comments on commit a17034a

Please sign in to comment.