essobedo opened a new pull request, #552: URL: https://github.com/apache/camel-karaf/pull/552
fixes #548 (v 4.8) ## Motivation For now, it is not possible to create a cxfrs endpoint using blueprint as we end up with a `ClassNotFoundException` ## Modifications: * Add an integration test that reproduces the issue * Add a class for removal corresponding to what [`camel-cxf-rest` expects](https://github.com/apache/camel/blob/main/components/camel-cxf/camel-cxf-rest/src/main/java/org/apache/camel/component/cxf/jaxrs/CxfRsComponent.java#L124-L126) until it is fixed in Camel * Move all blueprint-related classes of CXF into `camel-cxf-blueprint` to prevent split packages * Add all blueprint-related schemas of CXF to `camel-cxf-blueprint` * Add the maven property `camel.karaf.test.additional.imports` to add import packages to the test bundle * Add the maven property `camel.karaf.test.fragment.host` to set the fragment host of the test bundle ## Result By explicitly adding the import package `org.apache.camel.component.cxf.jaxrs.blueprint` to the bundle to test, it is now possible to create a cxfrs endpoint using blueprint. -- 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]
