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 84cac85 Regen new 9be726d [CAMEL-16008] Implement consumer priority in camel new a846e6f [CAMEL-16008] Implement consumer priority in camel new 5d04c95 [CAMEL-16008] Implement consumer priority in camel new 2994ca7 [CAMEL-16008] Implement consumer priority in camel new 19012e7 [CAMEL-16008] Implement consumer priority in camel new 3e14385 Regen The 6 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/activemq.json | 2 + .../org/apache/camel/catalog/components/amqp.json | 2 + .../org/apache/camel/catalog/components/jms.json | 2 + .../camel/catalog/docs/activemq-component.adoc | 6 +- .../apache/camel/catalog/docs/amqp-component.adoc | 6 +- .../apache/camel/catalog/docs/jms-component.adoc | 6 +- .../org/apache/camel/catalog/others.properties | 1 + .../camel/catalog/others/flight-recorder.json | 8 +-- .../activemq/ActiveMQEndpointUriFactory.java | 83 +++++++++++----------- .../apache/camel/component/activemq/activemq.json | 2 + .../src/main/docs/activemq-component.adoc | 6 +- .../component/amqp/AMQPEndpointUriFactory.java | 83 +++++++++++----------- .../org/apache/camel/component/amqp/amqp.json | 2 + .../camel-amqp/src/main/docs/amqp-component.adoc | 6 +- .../component/jms/JmsComponentConfigurer.java | 6 ++ .../camel/component/jms/JmsEndpointConfigurer.java | 6 ++ .../camel/component/jms/JmsEndpointUriFactory.java | 83 +++++++++++----------- .../org/apache/camel/component/jms/jms.json | 2 + .../camel-jms/src/main/docs/jms-component.adoc | 6 +- .../apache/camel/component/jms/JmsComponent.java | 8 +++ .../camel/component/jms/JmsConfiguration.java | 19 ++++- .../apache/camel/component/jms/JmsEndpoint.java | 62 ++-------------- .../apache/camel/component/jms/JmsProducer.java | 6 -- .../camel/component/jms/JmsQueueEndpoint.java | 7 -- .../component/jms/JmsTemporaryQueueEndpoint.java | 7 -- .../component/jms/JmsTemporaryTopicEndpoint.java | 7 -- .../jms/JmsEndpointConfigurationTest.java | 1 - .../JmsEndpointWithCustomDestinationTest.java | 51 ------------- ...msEndpointWithCustomDestinationTest-context.xml | 52 -------------- .../dsl/ActivemqComponentBuilderFactory.java | 25 +++++++ .../component/dsl/AmqpComponentBuilderFactory.java | 25 +++++++ .../component/dsl/JmsComponentBuilderFactory.java | 25 +++++++ .../endpoint/dsl/AMQPEndpointBuilderFactory.java | 48 +++++++++++++ .../dsl/ActiveMQEndpointBuilderFactory.java | 48 +++++++++++++ .../endpoint/dsl/JmsEndpointBuilderFactory.java | 48 +++++++++++++ .../modules/ROOT/pages/activemq-component.adoc | 6 +- .../modules/ROOT/pages/amqp-component.adoc | 6 +- .../modules/ROOT/pages/jms-component.adoc | 6 +- 38 files changed, 442 insertions(+), 333 deletions(-) copy components/camel-jfr/src/generated/resources/jfr.json => catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/others/flight-recorder.json (55%) delete mode 100644 components/camel-jms/src/test/java/org/apache/camel/component/jms/config/JmsEndpointWithCustomDestinationTest.java delete mode 100644 components/camel-jms/src/test/resources/org/apache/camel/component/jms/config/JmsEndpointWithCustomDestinationTest-context.xml