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 e689d6fb428 Reformat
add b474dcf1946 [CAMEL-19479] Add `threadId` to simple language (#10475)
add cc6c092a976 CAMEL-19502 Netty4-http SNI configuration using
SSLContextParameters (#10516)
add 267ad6e5569 Regen for commit cc6c092a976a75130414738eff24e44335c997f7
No new revisions were added by this update.
Summary of changes:
.../language/csimple/joor/OriginalSimpleTest.java | 7 ++
.../netty/http/HttpClientInitializerFactory.java | 9 +-
.../component/netty/http/NettyHttpSSLSNITest.java | 135 +++++++++++++++++++++
.../modules/languages/pages/simple-language.adoc | 3 +
.../camel/language/csimple/CSimpleHelper.java | 4 +
.../simple/ast/SimpleFunctionExpression.java | 4 +
.../apache/camel/language/simple/SimpleTest.java | 9 +-
.../camel/support/builder/ExpressionBuilder.java | 18 +++
tooling/maven/camel-package-maven-plugin/pom.xml | 2 +-
9 files changed, 188 insertions(+), 3 deletions(-)
create mode 100644
components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/NettyHttpSSLSNITest.java