We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should consider allowing old skool web.xml configuration, as some folks may have existing apps that configure camel-servlet in this way.
web.xml
It's currently not possible because there is some build time validation logic that forces usage of quarkus.camel.servlet.* properties.
quarkus.camel.servlet.*
The text was updated successfully, but these errors were encountered:
Enable web.xml to be used to configure CamelHttpTransportServlet for …
83e1085
…the servlet extension Fixes apache#5835
3f3b56a
5e00502
d04332f
96a7fae
129548e
4f95132
…the servlet extension Fixes #5835
750a0de
jamesnetherton
No branches or pull requests
Describe the feature here
We should consider allowing old skool
web.xml
configuration, as some folks may have existing apps that configure camel-servlet in this way.It's currently not possible because there is some build time validation logic that forces usage of
quarkus.camel.servlet.*
properties.The text was updated successfully, but these errors were encountered: