File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 37
37
-->
38
38
<!-- 02-Oct-2023, tatu: [modules-base#219]: Need to relax constraints for bind-annotations
39
39
-->
40
- <osgi .import>javax.activation;resolution:=optional,
40
+ <!-- 20-Dec-2023, tatu: [modules-base#231]: And make sure to use "right" actiovation dep
41
+ -->
42
+ <osgi .import>jakarta.activation;resolution:=optional,
41
43
jakarta.xml.bind;version="[3.0,4.0.100)",
42
44
jakarta.xml.bind.*;version="[3.0,4.0.100)",
43
45
*
Original file line number Diff line number Diff line change @@ -138,4 +138,10 @@ Marco Descher (@col-panic)
138
138
Eran Leshem (@eranl)
139
139
140
140
* Contributed #227 : Add `jackson-module-android-record
141
+ (2.16.0 )
142
+
143
+ Sammy Chu (@sammyhk)
141
144
145
+ * Reported#231 : (jakarta-xmlbind) Missed change of `javax.activation;resolution:=optional`
146
+ to `jakarta.activation;resolution:=optional` in `jakarta-xmlbind/pom.xml`
147
+ (2.16.1 )
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ Active maintainers:
23
23
=== Releases ===
24
24
------------------------------------------------------------------------
25
25
26
+ 2.16.1 (not yet released)
27
+
28
+ #231 : (jakarta-xmlbind) Missed change of `javax.activation;resolution:=optional`
29
+ to `jakarta.activation;resolution:=optional` in `jakarta-xmlbind/pom.xml`
30
+ (reported by Sammy C)
31
+
26
32
2.16.0 (15 -Nov-2023 )
27
33
28
34
#181 : (blackbird) BlackBird proxy object error in Java 17
You can’t perform that action at this time.
0 commit comments