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 b1528db Sync Properties new ffe0d1b CAMEL-15377: camel-jms - Add back transactedInOut option new 1596ae8 CAMEL-15377: camel-jms - Add back transactedInOut option new 397e960 Regen 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: .../apache/camel/catalog/components/aws2-sts.json | 22 +++--- .../org/apache/camel/catalog/components/jms.json | 2 + .../apache/camel/catalog/docs/jms-component.adoc | 6 +- .../component/jms/JmsComponentConfigurer.java | 5 ++ .../camel/component/jms/JmsEndpointConfigurer.java | 5 ++ .../org/apache/camel/component/jms/jms.json | 2 + .../camel-jms/src/main/docs/jms-component.adoc | 6 +- .../apache/camel/component/jms/JmsComponent.java | 13 +++- .../camel/component/jms/JmsConfiguration.java | 54 +++++++++++--- .../apache/camel/component/jms/JmsEndpoint.java | 9 ++- .../component/dsl/JmsComponentBuilderFactory.java | 14 ++++ .../endpoint/dsl/JmsEndpointBuilderFactory.java | 82 ++++++++++++++++++++++ .../modules/ROOT/pages/jms-component.adoc | 6 +- .../modules/ROOT/pages/pgevent-component.adoc | 2 +- 14 files changed, 197 insertions(+), 31 deletions(-)