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
currently in the generated camel-context.xml, the jetty transport is used like
<restConfiguration component="jetty" host="localhost" port="8080" bindingMode="json"> </restConfiguration>
Would be handy to provide an option so that we can select which transport whe want to use for Rest DSL(undertow/servlet, etc) like
<restConfiguration component="servlet" host="localhost" port="8080" bindingMode="auto"> </restConfiguration>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently in the generated camel-context.xml, the jetty transport is used like
Would be handy to provide an option so that we can select which transport whe want to use for Rest DSL(undertow/servlet, etc)
like
The text was updated successfully, but these errors were encountered: