This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new cda2cd6 Minor change in section "Blueprint based configuration of endpoint" cda2cd6 is described below commit cda2cd61438911e27c0291bb4e6ee66db33aecfe Author: catshout <catsh...@mailbox.org> AuthorDate: Wed Apr 15 10:44:29 2020 +0200 Minor change in section "Blueprint based configuration of endpoint" Removal of unnecessary route id --- components/camel-jetty/src/main/docs/jetty-component.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-jetty/src/main/docs/jetty-component.adoc b/components/camel-jetty/src/main/docs/jetty-component.adoc index 88e98a5..6d3cef2 100644 --- a/components/camel-jetty/src/main/docs/jetty-component.adoc +++ b/components/camel-jetty/src/main/docs/jetty-component.adoc @@ -345,7 +345,7 @@ Use of the global configuration in other Blueprint XML files with route definiti <reference id="sslContextParameters" interface="org.apache.camel.support.jsse.SSLContextParameters" ext:proxy-method="classes" /> <camelContext xmlns="http://camel.apache.org/schema/blueprint"> - <route id="WEBISP001"> + <route> <from uri="jetty:https://0.0.0.0/path?sslContextParameters=#sslContextParameters"/> ... ----