[
https://issues.apache.org/jira/browse/SM-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17772754#comment-17772754
]
Jean-Baptiste Onofré commented on SM-5639:
------------------------------------------
glassfish jaxb-runtime 4.0.2 is already an OSGi bundle.
> Add Jakarta JAXB bundles
> ------------------------
>
> Key: SM-5639
> URL: https://issues.apache.org/jira/browse/SM-5639
> Project: ServiceMix
> Issue Type: Dependency upgrade
> Components: bundles
> Reporter: Matt Pavlovich
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: bundles-2023.09
>
>
> 1. Use org,glassfish.jaxb/jaxb-bom v4.0.2
> 2. Do NOT use jaxb 4.0.3. There are major regressions
> 3. Activation IMPL jar is now Eclipse Angus
> 4. Activation API jar is still jakarta.activation/jakarta.activation-api
> {noformat}
> <properties>
> <jaxb.version>4.0.2</jaxb.version>
> </properties>
> ...
> <dependency>
> <groupId>org.glassfish.jaxb</groupId>
> <artifactId>jaxb-bom</artifactId>
> <version>${jaxb.version}</version>
> <type>pom</type>
> <scope>import</scope>
> </dependency>
> {noformat}
> Replace: com.sun.activation/javax.activation with eclipse angus:
> {noformat}
> <dependency>
> <groupId>org.eclipse.angus</groupId>
> <artifactId>angus-activation</artifactId>
> </dependency>
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)