Skip to content

Commit 7d9e1de

Browse files
authored
Merge pull request #47 from FasterXML/issue-46/module-info-jdk9
Fix #46: move module info to under META-INF/versions/9
2 parents 84cb4e0 + d8efced commit 7d9e1de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

base/pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,11 @@ of Jackson: application code should only rely on `jackson-bom`
160160
under "META-INF/versions/11" (instead of root, /); helps pre-Java9
161161
libraries, frameworks, as well as avoids warnings by tooling
162162
-->
163+
<!-- 27-Jan-2022, tatu: as per [databind#3380] etc, really need to use
164+
"META-INF/versions/9" for tooling compatibility
165+
-->
163166
<configuration>
164-
<jvmVersion>11</jvmVersion>
167+
<jvmVersion>9</jvmVersion>
165168
</configuration>
166169
</plugin>
167170

release-notes/VERSION-2.x

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Jackson components (core, modules)
99
=== Releases (note: only includes patches with actual changes)
1010
------------------------------------------------------------------------
1111

12+
2.13.2 (not yet changed)
13+
14+
#46: `module-info.java` is in `META-INF/versions/11` instead of `META-INF/versions/9`
15+
1216
2.13.1 (19-Dec-2021)
1317

1418
No changes since 2.13.0

0 commit comments

Comments
 (0)