Details
Description
This jsr311-api jar seems to conflict with newly added rs-api jar dependency - they have many of the same classes (but conflicting copies) - jersey-core 1.19 needs jsr311-api to work properly (and fails if rs-api used instead)
- https://mvnrepository.com/artifact/javax.ws.rs/jsr311-api
- https://mvnrepository.com/artifact/javax.ws.rs/javax.ws.rs-api
Seems we will need to downgrade jackson to 2.12.7 because of jax-rs compatibility issues in jackson 2.13 (see https://github.com/FasterXML/jackson-jaxrs-providers/issues/134)
Attachments
Issue Links
- is related to
-
HADOOP-18619 replace jsr311-api dependency with rs-api
- Open
-
HADOOP-19230 upgrade to jackson 2.14.3
- Open
-
HADOOP-19259 upgrade to jackson 2.18.0
- Open
-
HADOOP-18305 Release Hadoop 3.3.4: minor update of hadoop-3.3.3
- Resolved
- relates to
-
HADOOP-18033 Upgrade fasterxml Jackson to 2.13.0
- Resolved
- supercedes
-
HADOOP-18323 Bump javax.ws.rs-api To Version 3.1.0
- Resolved
- links to