Skip to content

Commit 2655b7b

Browse files
committed
Update release notes wrt PR #69 (support for Guava primitive collections for deser)
1 parent afdabd3 commit 2655b7b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

release-notes/CREDITS

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Here are people who have contributed to the development of Jackson JSON processor
2+
Std Collections
3+
(version numbers in brackets indicate release in which the problem was fixed)
4+
5+
Tatu Saloranta (tatu.saloranta@iki.fi): author for HPPC, Pcollections modules;
6+
co-author for Guava, Eclipse collections
7+
Steven Schlansker (steven@nesscomputing.com): author of Guava module
8+
Jonas Konrad (yawkat@github): author of Eclipse Collections module
9+
10+
--------------------------------------------------------------------------------
11+
Fixes for 3.x (see CREDITS-2.x for 2.x)
12+
--------------------------------------------------------------------------------
13+
14+
László-Róbert Albert (albertlr@github)
15+
16+
* Contributed #69: (guava) Add support for Guava primitives during deserialization
17+
[3.0.0]

release-notes/VERSION

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ Modules:
1111

1212
3.0.0 (not yet released)
1313

14-
- (guava) Upgrade guava dependency from 18 to 20
14+
#69: Add support for Guava primitives during deserialization
15+
(contributed by László-Róbert A)
16+
- (guava) Update "preferred" Guava version to 25.1-jre

0 commit comments

Comments
 (0)