holgerfriedrich opened a new pull request, #2871: URL: https://github.com/apache/karaf/pull/2871
The REST example modules compiled against jakarta.ws.rs-api 4.0.0, so their manifests required jakarta.ws.rs [4.0,5). CXF 4.2.3 imports [3,4), meaning the API bundle it resolves against can never satisfy the example bundles. Compile against 3.1.0 instead, the version matching CXF 4.x. The SCR module has no declaration of its own and inherited 4.0.0 through CXF, so pin it explicitly. This PR was created with help from AI. -- 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]
