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 068cc05 Contains ignore case works with more types add 57fb955 camel-platform-http-vertx: handle requests using a thread from the worker pool add 8e082cd Fixed typo add 002a4b0 CAMEL-15602: camel-main - Add support for property placeholders in #class factory method parameters with camel.beans. style. add 204a3ce Regen for commit 002a4b00a633fbbe73c07cd35da3bec85cbab885 No new revisions were added by this update. Summary of changes: .../http/vertx/VertxPlatformHttpConsumer.java | 82 ++++++++++--- .../http/vertx/VertxPlatformHttpSupport.java | 23 ++-- .../http/vertx/VertxPlatformHttpEngineTest.java | 105 +++++++++++++++- core/camel-main/src/main/docs/main.adoc | 2 +- ...t.java => MainBeansClassFactoryMethodTest.java} | 52 +++++--- ...opertyBindingSupportClassFactoryMethodTest.java | 133 +++++++++++++++++++++ .../camel/support/PropertyBindingSupport.java | 4 + docs/components/modules/others/pages/main.adoc | 2 +- 8 files changed, 346 insertions(+), 57 deletions(-) copy core/camel-main/src/test/java/org/apache/camel/main/{MainBeansTest.java => MainBeansClassFactoryMethodTest.java} (58%) create mode 100644 core/camel-main/src/test/java/org/apache/camel/main/PropertyBindingSupportClassFactoryMethodTest.java