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 0e5e24c CAMEL-17185 Add an option for customizing retryable PubSub server errors (#6413) new 9939227 CAMEL-17190: Polished new b0ddb85 CAMEL-17190: camel-quickfix - Use ref counters to keep track on engine usage, and stop engine when no longer in use. And start if needed, such as manually stop a route and then later start it again. new e6eea2f Regen new abde1cd camel-core - Fixed NPE in Recipient List EIP new cd3f56f CAMEL-17190: camel-quickfix - Use ref counters to keep track on engine usage, and stop engine when no longer in use. And start if needed, such as manually stop a route and then later start it again. The 5 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/catalog/components/google-pubsub.json | 1 + .../apache/camel/catalog/components/quickfix.json | 4 +- .../quickfixj/QuickfixjEndpointConfigurer.java | 4 +- .../apache/camel/component/quickfixj/quickfix.json | 4 +- .../component/quickfixj/QuickfixjComponent.java | 11 +++- .../component/quickfixj/QuickfixjEndpoint.java | 74 ++++++++++++++++------ .../camel/component/quickfixj/QuickfixjEngine.java | 26 +++++++- .../component/quickfixj/QuickfixjProducer.java | 16 ++++- .../quickfixj/QuickfixjComponentTest.java | 8 +-- .../component/quickfixj/QuickfixjProducerTest.java | 2 +- ...sagingExample.java => RestartRouteExample.java} | 58 ++++++++--------- .../camel/processor/RecipientListProcessor.java | 4 +- .../dsl/QuickfixjEndpointBuilderFactory.java | 69 +++----------------- 13 files changed, 151 insertions(+), 130 deletions(-) copy components/camel-quickfix/src/test/java/org/apache/camel/component/quickfixj/examples/{SimpleMessagingExample.java => RestartRouteExample.java} (60%)