jbonofre opened a new issue, #562: URL: https://github.com/apache/camel-karaf/issues/562
When camel-karaf upgraded to camel 4.x, `OsgiServletRegisterer` has been lost, mostly because it was not compliant with latest OSGi compendium spec (especially `org.osgi.service.http.HttpService`). As camel-karaf 4.x supports Karaf 4.4.x (and 4.5.x soon), it makes sense to base on the Pax Web `HttpService` from this base. I will re-add `OsgiServletRegisterer` in camel-karaf (probably in a dedicated bundle). This will allow to support REST DSL in Blueprint (like this [camel-karaf-examples/examples/camel-example-servlet-rest-blueprint/src/main/resources/OSGI-INF/blueprint/camel.xml at main ยท apache/camel-karaf-examples](https://github.com/apache/camel-karaf-examples/blob/main/examples/camel-example-servlet-rest-blueprint/src/main/resources/OSGI-INF/blueprint/camel.xml)). -- 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: commits-unsubscr...@camel.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org