-
Type:
Task
-
Status: In Progress
-
Priority:
Medium
-
Resolution: Unresolved
-
Labels:None
-
Epic Link:
the following classes were removed as part of JAXB from java 11
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
<jaxb.version>2.3.0</jaxb.version> <!-- Java 11 removed JAXB --> <!-- Java 11 removed JAXB --> <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>${jaxb.version}</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-core</artifactId> <version>${jaxb.version}</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>${jaxb.version}</version> </dependency>
- links to
- mentioned in
-
Page Loading...