Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-add OsgiServletRegisterer #562

Open
jbonofre opened this issue Dec 12, 2024 · 1 comment · May be fixed by #563
Open

Re-add OsgiServletRegisterer #562

jbonofre opened this issue Dec 12, 2024 · 1 comment · May be fixed by #563
Assignees
Milestone

Comments

@jbonofre
Copy link
Member

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).

@jbonofre jbonofre added this to the 4.8.2 milestone Dec 12, 2024
@jbonofre jbonofre self-assigned this Dec 12, 2024
@jbonofre jbonofre linked a pull request Dec 17, 2024 that will close this issue
@jbonofre jbonofre modified the milestones: 4.8.2, 4.9.0 Dec 18, 2024
@jbonofre jbonofre modified the milestones: 4.9.0, 4.10.0 Jan 26, 2025
@joef-argo
Copy link

joef-argo commented Jan 31, 2025

Is there another way for me to expose my Camel route on Karaf 4.4.7 w/out having to rely on OsgiServletRegisterer? If so, would appreciate some pointers.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants