Hi, trying to get this:
https://github.com/apache/camel-karaf-examples/tree/main/examples/camel-example-servlet-rest-blueprint working in karaf 4.4.1 with camel 3.18.2 When try to access http://localhost:8181/camel-example-servlet-rest-blueprint/rest/user/ I got error HTTP ERROR 404 Not Found URI: /camel-example-servlet-rest-blueprint/rest/user/ STATUS: 404 MESSAGE: Not Found SERVLET: - How ever if I run same example with karaf 4.4.1 with camel 3.20.0.SNAPSHOT it works as expected and returns users ... Any idea why it do not work with camel 3.18.2 ?