joef551 commented on issue #562:
URL: https://github.com/apache/camel-karaf/issues/562#issuecomment-4133944795

   In camel-karaf 4.14.5 you have re-added the OsgiServletRegisterer; 
unfortunately, this does not support the REST DSL in the Blueprint example that 
you posted. This is because 
org.apache.camel.component.servlet.CamelHttpTransportServlet  is 
jakarta.servlet compliant but org.osgi.service.http.HttpService and 
OsgiServletRegisterer are not. Camel 4.x is only jakarta compliant and Karaf 
4.4.x is not fully jakarta compliant; therefore, you cannot reliably mix the 
two. Hopefully, this will all get resolved with Karaf 4.5 


-- 
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]

Reply via email to