Uploaded image for project: 'jclouds'
  1. jclouds
  2. JCLOUDS-1408

Consider relying on jaxb-api

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.1.0
    • 2.4.0
    • jclouds-core

    Description

      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:

      <dependency>
          <groupId>javax.xml.bind</groupId>
          <artifactId>jaxb-api</artifactId>
          <version>2.3.0</version>
      </dependency>
      

      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?

      Attachments

        Activity

          People

            gaul Andrew Gaul
            gaul Andrew Gaul
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: