Skip to content

Commit

Permalink
Fix #161 (wrong module name in module-info.java for Jakarta-RS)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 21, 2021
1 parent 240629c commit 6430368
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jakarta-xmlbind/src/moditect/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
exports com.fasterxml.jackson.module.jakarta.xmlbind;

provides com.fasterxml.jackson.databind.Module with
com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindModule;
com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule;
}
5 changes: 5 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,8 @@ LinJunhua (linlinnn@github)
no-default-constructor POJOs
(2.13.0)

Alexey Gavrilov (agavrilov76@github)

* Reported #161: Module name in `jakarta-xmlbind/src/moditect/module-info.java`
is invalid
(2.13.2)
5 changes: 5 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ Modules:
=== Releases ===
------------------------------------------------------------------------

2.13.2 (not yet released)

#161: Module name in `jakarta-xmlbind/src/moditect/module-info.java` is invalid
(repoted Alexey G)

2.13.1 (19-Dec-2021)

#155: (no-ctor-deser) Fix SPI metadata for `jackson-module-no-ctor-deser`
Expand Down

0 comments on commit 6430368

Please sign in to comment.