[
https://issues.apache.org/jira/browse/SM-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Pavlovich updated SM-5639:
-------------------------------
Fix Version/s: bundles-2023.09
> Add Jakarta JAXB bundles
> ------------------------
>
> Key: SM-5639
> URL: https://issues.apache.org/jira/browse/SM-5639
> Project: ServiceMix
> Issue Type: Dependency upgrade
> Reporter: Matt Pavlovich
> Priority: Major
> Fix For: bundles-2023.09
>
>
> 1. Use 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
> {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 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)