[ 
https://issues.apache.org/jira/browse/SM-5639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Matt Pavlovich updated SM-5639:
-------------------------------
    Description: 
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}

  was:
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
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}


> 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 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)

Reply via email to