-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Estimated Complexity:Unknown
Again, many apologies if this is a duplicate. Over on TIKA-2778, we're trying to add only the minimal dependencies that will allow us to compile and run with Java 11.
We tried adding
<!-- for java 10 --> <dependency> <groupId>org.glassfish.jaxb</groupId> <artifactId>jaxb-runtime</artifactId> <version>2.3.1</version> </dependency>
However, as Hans Brende pointed out, this includes some of the javax.activation classes, but not those in com.sun.activation.*
Any chance you'd be willing to migrate away from classes in this namespace?
- relates to
-
TIKA-2778 Upgrade jaxb-runtime and javax.activation
-
- Resolved
-