File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
jakarta-xmlbind/src/moditect Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 10
10
exports com .fasterxml .jackson .module .jakarta .xmlbind ;
11
11
12
12
provides com .fasterxml .jackson .databind .Module with
13
- com .fasterxml .jackson .module .jakarta .xmlbind .JakartaXmlBindModule ;
13
+ com .fasterxml .jackson .module .jakarta .xmlbind .JakartaXmlBindAnnotationModule ;
14
14
}
Original file line number Diff line number Diff line change @@ -92,3 +92,8 @@ LinJunhua (linlinnn@github)
92
92
no-default -constructor POJOs
93
93
(2.13.0 )
94
94
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 )
Original file line number Diff line number Diff line change @@ -14,6 +14,11 @@ Modules:
14
14
=== Releases ===
15
15
------------------------------------------------------------------------
16
16
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
+
17
22
2.13.1 (19 -Dec-2021 )
18
23
19
24
#155 : (no-ctor-deser) Fix SPI metadata for `jackson-module-no-ctor-deser`
You can’t perform that action at this time.
0 commit comments