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 de346fb Upgrade Hazelcast to version 3.12.1 new f2672e5 CAMEL-13634: Camel main - Allow to configure rest dsl configuration new 6ac1b1f CAMEL-13634: Camel main - Allow to configure rest dsl configuration new ae2068f CAMEL-13634: Camel main - Allow to configure rest dsl configuration The 3 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: .../camel/main/MainConfigurationProperties.java | 22 +- .../java/org/apache/camel/main/MainSupport.java | 19 +- .../camel/main/RestConfigurationProperties.java | 342 +++++++++++++++++++++ .../camel/support/PropertyBindingSupport.java | 13 +- .../src/main/resources/application.properties | 5 + 5 files changed, 390 insertions(+), 11 deletions(-) create mode 100644 core/camel-main/src/main/java/org/apache/camel/main/RestConfigurationProperties.java