Skip to content

Commit

Permalink
Merge pull request #47 from FasterXML/issue-46/module-info-jdk9
Browse files Browse the repository at this point in the history
Fix #46: move module info to under META-INF/versions/9
  • Loading branch information
cowtowncoder authored Jan 28, 2022
2 parents 84cb4e0 + d8efced commit 7d9e1de
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,11 @@ of Jackson: application code should only rely on `jackson-bom`
under "META-INF/versions/11" (instead of root, /); helps pre-Java9
libraries, frameworks, as well as avoids warnings by tooling
-->
<!-- 27-Jan-2022, tatu: as per [databind#3380] etc, really need to use
"META-INF/versions/9" for tooling compatibility
-->
<configuration>
<jvmVersion>11</jvmVersion>
<jvmVersion>9</jvmVersion>
</configuration>
</plugin>

Expand Down
4 changes: 4 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Jackson components (core, modules)
=== Releases (note: only includes patches with actual changes)
------------------------------------------------------------------------

2.13.2 (not yet changed)

#46: `module-info.java` is in `META-INF/versions/11` instead of `META-INF/versions/9`

2.13.1 (19-Dec-2021)

No changes since 2.13.0
Expand Down

0 comments on commit 7d9e1de

Please sign in to comment.