holgerfriedrich opened a new pull request, #2869: URL: https://github.com/apache/karaf/pull/2869
The com.fasterxml.jackson.jaxrs artifacts implement JAX-RS 2.x and import javax.ws.rs; jackson-module-jaxb-annotations likewise imports javax.xml.bind. Karaf 4.5 ships neither package, so the REST example bundles referencing them cannot resolve. Switch the remaining references to the jakarta.rs and jakarta-xmlbind variants. The SCR and CXF client modules already used them; this covers the Jersey client, the Blueprint provider bean and the feature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
