This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from 4f99a3f CAMEL-16193 - Use SecureRandom instead of Random - Camel-Pubnub add 25ffba7 CAMEL-16193 - Use SecureRandom instead of Random - Camel-Rabbimq add 90892bf CAMEL-16193 - Use SecureRandom instead of Random - Camel-Saxon add 5261e11 CAMEL-16193 - Use SecureRandom instead of Random - Camel-SJMS add ba67c66 CAMEL-16193 - Use SecureRandom instead of Random - Camel-SJMS add 7498930 CAMEL-16193 - Use SecureRandom instead of Random - Camel-Soroush add 60e5f55 CAMEL-16193 - Use SecureRandom instead of Random - Core add ed4a64f Camel-Http-common: The mapHttp* options are related to consumer add 56a7716 Camel-Http: Regen configurers, adoc and factories add 1f4ad6d Regen add 6cf0357 Regen for commit 1f4ad6dafdb821e7b23b8bb8145dbd293d8efc0f No new revisions were added by this update. Summary of changes: .../catalog/components/atmosphere-websocket.json | 8 +- .../org/apache/camel/catalog/components/http.json | 3 - .../org/apache/camel/catalog/components/https.json | 3 - .../org/apache/camel/catalog/components/jetty.json | 6 +- .../apache/camel/catalog/components/resteasy.json | 6 +- .../apache/camel/catalog/components/servlet.json | 8 +- .../docs/atmosphere-websocket-component.adoc | 6 +- .../apache/camel/catalog/docs/http-component.adoc | 5 +- .../apache/camel/catalog/docs/jetty-component.adoc | 6 +- .../camel/catalog/docs/resteasy-component.adoc | 6 +- .../camel/catalog/docs/servlet-component.adoc | 6 +- .../websocket/WebsocketEndpointUriFactory.java | 2 +- .../atmosphere/websocket/atmosphere-websocket.json | 8 +- .../main/docs/atmosphere-websocket-component.adoc | 6 +- .../camel/http/common/HttpCommonEndpoint.java | 6 +- .../component/http/HttpEndpointConfigurer.java | 18 - .../component/http/HttpEndpointUriFactory.java | 5 +- .../org/apache/camel/component/http/http.json | 3 - .../org/apache/camel/component/http/https.json | 3 - .../camel-http/src/main/docs/http-component.adoc | 5 +- .../jetty9/JettyHttp9EndpointUriFactory.java | 2 +- .../org/apache/camel/component/jetty9/jetty.json | 6 +- .../camel-jetty/src/main/docs/jetty-component.adoc | 6 +- .../component/rabbitmq/RabbitMQEndpointTest.java | 4 +- .../resteasy/ResteasyEndpointConfigurer.java | 18 + .../resteasy/ResteasyEndpointUriFactory.java | 2 +- .../apache/camel/component/resteasy/resteasy.json | 6 +- .../src/main/docs/resteasy-component.adoc | 6 +- .../component/xquery/XQueryConcurrencyTest.java | 4 +- .../xquery/XQueryURLBasedConcurrencyTest.java | 4 +- .../servlet/ServletEndpointUriFactory.java | 2 +- .../apache/camel/component/servlet/servlet.json | 8 +- .../src/main/docs/servlet-component.adoc | 6 +- .../sjms/support/MyInOutTestConsumer.java | 4 +- .../component/soroushbot/support/SoroushBotWS.java | 4 +- .../camel/language/csimple/CSimpleHelper.java | 4 +- .../language/simple/SimpleExpressionBuilder.java | 6 +- .../processor/errorhandler/RedeliveryPolicy.java | 10 +- .../camel/cluster/ClusterServiceViewTest.java | 6 +- .../file/FileProducerMoveExistingTest.java | 4 +- .../file/stress/FileAsyncStressManually.java | 4 +- .../FileAsyncStressReadLockLockFileTest.java | 4 +- .../stress/FileAsyncStressReadLockNoneTest.java | 4 +- .../stress/FileAsyncStressReadLockRenameTest.java | 4 +- .../component/file/stress/FileAsyncStressTest.java | 4 +- .../camel/processor/PipelineConcurrentTest.java | 4 +- .../processor/SplitterParallelAggregateTest.java | 4 +- .../camel/processor/StreamResequencerTest.java | 6 +- .../resequencer/ResequencerEngineTest.java | 4 +- .../AtmosphereWebsocketEndpointBuilderFactory.java | 374 ++++-------------- .../endpoint/dsl/HttpEndpointBuilderFactory.java | 111 ------ .../dsl/JettyHttpEndpointBuilderFactory.java | 200 +++++----- .../dsl/ResteasyEndpointBuilderFactory.java | 424 +++++---------------- .../dsl/ServletEndpointBuilderFactory.java | 148 +++---- .../ManagedTypeConverterRegistryTest.java | 2 +- .../ROOT/pages/atmosphere-websocket-component.adoc | 6 +- .../modules/ROOT/pages/http-component.adoc | 5 +- .../modules/ROOT/pages/jetty-component.adoc | 6 +- .../modules/ROOT/pages/resteasy-component.adoc | 6 +- .../modules/ROOT/pages/servlet-component.adoc | 6 +- 60 files changed, 489 insertions(+), 1068 deletions(-)