Skip to content

Commit

Permalink
Merge pull request #232 from FasterXML/tatu/2.16.1/231-jakarta-activa…
Browse files Browse the repository at this point in the history
…tion-osgi

Fix #231: change OSGi dep of "activation" package to jakarta (from javax)
  • Loading branch information
cowtowncoder authored Dec 21, 2023
2 parents d222304 + 87b1dab commit 4df7b1f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jakarta-xmlbind/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@
-->
<!-- 02-Oct-2023, tatu: [modules-base#219]: Need to relax constraints for bind-annotations
-->
<osgi.import>javax.activation;resolution:=optional,
<!-- 20-Dec-2023, tatu: [modules-base#231]: And make sure to use "right" actiovation dep
-->
<osgi.import>jakarta.activation;resolution:=optional,
jakarta.xml.bind;version="[3.0,4.0.100)",
jakarta.xml.bind.*;version="[3.0,4.0.100)",
*
Expand Down
6 changes: 6 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,10 @@ Marco Descher (@col-panic)
Eran Leshem (@eranl)

* Contributed #227: Add `jackson-module-android-record
(2.16.0)

Sammy Chu (@sammyhk)

* Reported#231: (jakarta-xmlbind) Missed change of `javax.activation;resolution:=optional`
to `jakarta.activation;resolution:=optional` in `jakarta-xmlbind/pom.xml`
(2.16.1)
6 changes: 6 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ Active maintainers:
=== Releases ===
------------------------------------------------------------------------

2.16.1 (not yet released)

#231: (jakarta-xmlbind) Missed change of `javax.activation;resolution:=optional`
to `jakarta.activation;resolution:=optional` in `jakarta-xmlbind/pom.xml`
(reported by Sammy C)

2.16.0 (15-Nov-2023)

#181: (blackbird) BlackBird proxy object error in Java 17
Expand Down

0 comments on commit 4df7b1f

Please sign in to comment.