Skip to content

Commit

Permalink
Merge branch '2.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 16, 2023
2 parents 269a6d9 + 1122721 commit 1eeaecf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ syntax: glob
.DS_Store

# building
/target
target
.mvn/wrapper/maven-wrapper.jar

# Eclipse
Expand Down
2 changes: 1 addition & 1 deletion pcollections/src/moditect/module-info.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module jackson.datatype.pcollections {
requires tools.jackson.core;
requires tools.jackson.databind;
requires pcollections;
requires org.pcollections;

exports tools.jackson.datatype.pcollections;
exports tools.jackson.datatype.pcollections.deser;
Expand Down
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ Joo Hyuk Kim (JooHyukKim@github)
without explicit deserializer
(2.16.0)

Ethan McCue (@bowbahdoe)
* Reported #122: PCollections module info (`module-info.class`) incorrect
(2.15.4)

Wolff Bock von Wülfingen (wlfbck@github)
* Reported #90: Cache Serialization serializes empty contents
(2.16.0)
2 changes: 2 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ Active Maintainers:
(contributed by Joo-Hyuk K)
#117: (guava) `ImmutableRangeSet` fails to deserialize without explicit deserializer
(contributed by Joo-Hyuk K)
#122: PCollections module info (`module-info.class`) incorrect
(reported by Ethan M)

2.15.3 (12-Oct-2023)
2.15.2 (30-May-2023)
Expand Down

0 comments on commit 1eeaecf

Please sign in to comment.