entaxy-public/underlying/woodstox-core-asl.entaxy
Сергей Крючков 87c6dc76d0 ENTAXY-392 release version 1.8.2.2 2022-09-14 17:01:04 +03:00
..
LICENSE.txt ENTAXY-374 release 1.8.2 2022-08-25 16:12:26 +03:00
README.adoc ENTAXY-374 release 1.8.2 2022-08-25 16:12:26 +03:00
pom.xml ENTAXY-392 release version 1.8.2.2 2022-09-14 17:01:04 +03:00

README.adoc

Several features install Stax2 API 4.2.0 and this breaks woodstox-core-asl, which tries to use a new incompatible version 4.2.0 with a different method signature. This module improve bundle import org.codehaus.stax2.* packages original version from "3.1.4" to range "[3.1.4,4)" and dont let woodstox-core-asl use the version 4+. Its needed deploy to repository and replace artifact in org.apache.karaf.features.xml config

		<bundle originalUri="mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1"
				replacement="mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1-ENTAXY" mode="maven" />

Or update bundle with new location from karaf console

update 354 mvn:org.codehaus.woodstox/woodstox-core-asl/4.4.1-ENTAXY