You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
When camel-karaf upgraded to camel 4.x,
OsgiServletRegisterer
has been lost, mostly because it was not compliant with latest OSGi compendium spec (especiallyorg.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).
The text was updated successfully, but these errors were encountered: