This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/camel.git.
from 57fb955 camel-platform-http-vertx: handle requests using a thread from the worker pool new 8e082cd Fixed typo new 002a4b0 CAMEL-15602: camel-main - Add support for property placeholders in #class factory method parameters with camel.beans. style. The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: core/camel-main/src/main/docs/main.adoc | 2 +- ...t.java => MainBeansClassFactoryMethodTest.java} | 52 +++++--- ...opertyBindingSupportClassFactoryMethodTest.java | 133 +++++++++++++++++++++ .../camel/support/PropertyBindingSupport.java | 4 + 4 files changed, 174 insertions(+), 17 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