Skip to content

Commit 6f032d1

Browse files
committed
Fix #66: add jackson-module-guice7
1 parent 55b6a79 commit 6f032d1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,11 @@ of Jackson components maintained by FasterXML.com
354354
<artifactId>jackson-module-guice</artifactId>
355355
<version>${jackson.version.module}</version>
356356
</dependency>
357+
<dependency><!-- 2.16+ Guice7 variant -->
358+
<groupId>com.fasterxml.jackson.module</groupId>
359+
<artifactId>jackson-module-guice7</artifactId>
360+
<version>${jackson.version.module}</version>
361+
</dependency>
357362
<dependency>
358363
<groupId>com.fasterxml.jackson.module</groupId>
359364
<artifactId>jackson-module-jaxb-annotations</artifactId>

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Jackson components (core, modules)
99
=== Releases (note: only includes patches with actual changes)
1010
------------------------------------------------------------------------
1111

12+
2.16.2 (not yet released)
13+
14+
#66: Added `jackson-module-guice7` (missed from 2.16.0)
15+
(reported by @hu-chia)
16+
1217
2.16.0 (15-Nov-2023)
1318

1419
* Added `jackson-module-android-record`

0 commit comments

Comments
 (0)