Skip to content

Commit 6430368

Browse files
committed
Fix #161 (wrong module name in module-info.java for Jakarta-RS)
1 parent 240629c commit 6430368

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

jakarta-xmlbind/src/moditect/module-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
exports com.fasterxml.jackson.module.jakarta.xmlbind;
1111

1212
provides com.fasterxml.jackson.databind.Module with
13-
com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindModule;
13+
com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule;
1414
}

release-notes/CREDITS-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,8 @@ LinJunhua (linlinnn@github)
9292
no-default-constructor POJOs
9393
(2.13.0)
9494

95+
Alexey Gavrilov (agavrilov76@github)
96+
97+
* Reported #161: Module name in `jakarta-xmlbind/src/moditect/module-info.java`
98+
is invalid
99+
(2.13.2)

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Modules:
1414
=== Releases ===
1515
------------------------------------------------------------------------
1616

17+
2.13.2 (not yet released)
18+
19+
#161: Module name in `jakarta-xmlbind/src/moditect/module-info.java` is invalid
20+
(repoted Alexey G)
21+
1722
2.13.1 (19-Dec-2021)
1823

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

0 commit comments

Comments
 (0)