You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (Jira)" <ji...@apache.org> on 2020/09/26 02:40:00 UTC

[jira] [Updated] (JCLOUDS-1408) Consider relying on jaxb-api

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

Andrew Gaul updated JCLOUDS-1408:
---------------------------------
    Labels: dependency  (was: )

> Consider relying on jaxb-api
> ----------------------------
>
>                 Key: JCLOUDS-1408
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1408
>             Project: jclouds
>          Issue Type: Improvement
>          Components: jclouds-core
>    Affects Versions: 2.1.0
>            Reporter: Andrew Gaul
>            Priority: Major
>              Labels: dependency
>
> Java 9 removes many EE features which breaks jclouds and we recommend that users add {{--add-modules java.xml.bind}} to their flags.  However, we can eliminate these flags via an explicit dependency:
> {code:xml}
> <dependency>
>     <groupId>javax.xml.bind</groupId>
>     <artifactId>jaxb-api</artifactId>
>     <version>2.3.0</version>
> </dependency>
> {code}
> Ideally we would add this to 2.1.1, ignoring our policy of no new dependencies in minor releases, since this is not really a new dependency.  Comments?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)