File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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+
12172.16.0 (15 -Nov-2023 )
1318
1419* Added `jackson-module -android-record`
You can’t perform that action at this time.
0 commit comments