This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel.git.
from 8dbe5ad Update commercial-camel-offerings.adoc add e545ac3 CAMEL-16748: camel-main - Setting thread pool configuration uses reflection for custom pools add 9fe3cd5 CAMEL-16747: camel-core - Log component should show all properties (both user and internal properties) add afdbdbe CAMEL-16747: camel-core - Log component should show all properties (both user and internal properties) No new revisions were added by this update. Summary of changes: .../apache/camel/catalog/docs/log-component.adoc | 5 +-- .../camel/component/log/LogEndpointConfigurer.java | 6 ++++ .../camel/component/log/LogEndpointUriFactory.java | 3 +- .../org/apache/camel/component/log/log.json | 3 +- .../camel-log/src/main/docs/log-component.adoc | 5 +-- .../apache/camel/component/log/LogEndpoint.java | 17 ++++++++-- .../src/main/java/org/apache/camel/Exchange.java | 4 +-- .../log/DefaultExchangeFormatterTest.java | 2 +- .../endpoint/dsl/LogEndpointBuilderFactory.java | 37 ++++++++++++++++++++-- ...lProfileConfigurationPropertiesConfigurer.java} | 29 ++++++----------- ...l.main.ThreadPoolProfileConfigurationProperties | 2 ++ .../ThreadPoolProfileConfigurationProperties.java | 2 ++ .../DefaultExchangeFormatterConfigurer.java | 6 ++++ .../camel/support/PropertyBindingSupport.java | 5 +++ .../processor/DefaultExchangeFormatter.java | 24 ++++++++++++-- .../modules/ROOT/pages/log-component.adoc | 5 +-- 16 files changed, 118 insertions(+), 37 deletions(-) copy core/camel-main/src/generated/java/org/apache/camel/main/{ThreadPoolConfigurationPropertiesConfigurer.java => ThreadPoolProfileConfigurationPropertiesConfigurer.java} (76%) create mode 100644 core/camel-main/src/generated/resources/META-INF/services/org/apache/camel/configurer/org.apache.camel.main.ThreadPoolProfileConfigurationProperties