Allow stax2-api 4.1
See original GitHub issueIn jackson-dataformat-xml 2.9.6 the OSGI Import-Package
directive in MANIFEST.MF
limits stax2 to versions 3.1 - 4. Please expand it to allow 4.1 as well.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
stax2-api : 4.1 - org.codehaus.woodstox - Maven Central
Stax2 API - tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation...
Read more >Stax2BlockSource (Stax2 API 4.2.1 API) - javadoc.io
This is the mid-level abstract base class for Stax2Source s that an be used to access fixed-length in-memory data sources, such as byte...
Read more >org.codehaus.woodstox:stax2-api - Open Source Insights
tax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface ...
Read more >org.codehaus.stax2.validation.AttributeContainer Maven / Gradle / Ivy
... Group: org.codehaus.woodstox ➦ Artifact: stax2-api ➦ Version: 4.1. ... Interface that is used to allow validators to do attribute defaulting.
Read more >13 - Stack Overflow
I had a conflict on the org.codehaus.woodstox:stax2-api which was included in version ... and in version 4.1 within com.sun.xml.ws:rt .
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cowtowncoder Unfortunately I’m mainly an OSGI consumer. I also don’t use maven much.
That said, adding the following to
pom.xml
seems to make the right changes to allow stax2 3.1.4 and up:From a maintenance standpoint, this is probably not ideal because you’ll have to update the list of packages whenever that changes.
Stax2-api dependency has been updated to 4.1 (and later) in 2.10+.