This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot in repository https://gitbox.apache.org/repos/asf/camel.git.
from f3b688c CAMEL-16193 - Use SecureRandom instead of Random - Camel-FTP add 01f6159 Enable TIA for failsafe plugin too add 5386cc0 Fix failing pulsar unit test add 2f5e601 Fix invalid profile id (for maven 4) add 33024ec Reset print service after tests add 5c97f39 [CAMEL-16156] Improve the usage of org.apache.camel.jmx.disabled add cc7ec04 Correctly fix printer tests add b5cf64c Raise the overall timeout for pulsar tests add 4fdef29 Merge remote-tracking branch 'origin/master' add f3f5844 Add missing header add 30d8594 Remove jms remoting test add b9cf7e2 Merge remote-tracking branch 'origin/master' add 99632ab CAMEL-16193 - Use SecureRandom instead of Random - Camel-google-calendar add 2ed6e77 CAMEL-16193 - Use SecureRandom instead of Random - Camel-google-sheets add 26db53a Fix CS add 525300e Fix CS add 8a6290f CAMEL-16210: camel-core - Choice EIP exception from predicate may trigger otherwise add 3bfbad0 CAMEL-16193 - Use SecureRandom instead of Random - Camel-infinispan add e84bbe0 Upgrade Infinispan to version 12.0.1.Final add 2cb12e3 Use the latest Infinispan docker image for testing add 7a1de7b Sync deps add 361768f Fix CS No new revisions were added by this update. Summary of changes: camel-dependencies/pom.xml | 2 +- components/camel-cdi/pom.xml | 2 +- .../AbstractGoogleCalendarTestSupport.java | 4 +- .../sheets/AbstractGoogleSheetsTestSupport.java | 4 +- .../sheets/SheetsSpreadsheetsIntegrationTest.java | 4 +- .../infinispan/InfinispanProducerTestSupport.java | 4 +- .../camel/component/jms/remoting/Calculator.java | 22 ---- .../apache/camel/component/jms/remoting/ISay.java | 26 ----- .../camel/component/jms/remoting/SayService.java | 43 ------- components/camel-jmx/pom.xml | 2 +- components/camel-kubernetes/pom.xml | 2 +- .../camel/component/printer/PrinterProducer.java | 2 +- .../camel/component/printer/PrinterPrintTest.java | 68 ++++++----- components/camel-pulsar/pom.xml | 15 +++ .../pulsar/PulsarConsumerAcknowledgementTest.java | 72 ++++++------ .../pulsar/PulsarConsumerDeadLetterPolicyTest.java | 18 +-- ...omponentCamelContextSchedulerIsolationTest.java | 20 +--- components/camel-soap/pom.xml | 2 +- .../org/apache/camel/spring/SpringTestSupport.java | 7 +- .../apache/camel/spring/SpringCamelContext.java | 54 +-------- .../apache/camel/test/junit5/CamelTestSupport.java | 5 +- .../spring/junit5/CamelAnnotationsHandler.java | 50 +++------ .../camel/test/spring/CamelAnnotationsHandler.java | 50 +++------ .../apache/camel/test/junit4/CamelTestSupport.java | 5 +- core/camel-core-engine/pom.xml | 2 +- .../org/apache/camel/impl/DefaultCamelContext.java | 81 +++++++++++++ .../apache/camel/processor/ChoiceProcessor.java | 4 +- .../ChoicePredicateThrowExceptionTest.java | 125 +++++++++++++++++++++ core/camel-management-api/pom.xml | 2 +- core/camel-management/pom.xml | 2 +- parent/pom.xml | 11 +- .../services/InfinispanLocalContainerService.java | 2 +- tests/camel-itest/pom.xml | 2 +- .../pom.xml | 2 +- .../src/it/simple-xml-dto-v3/pom.xml | 2 +- .../src/it/simple-xml-dto/pom.xml | 2 +- .../src/it/simple-xml-v3/pom.xml | 2 +- .../src/it/simple-xml/pom.xml | 2 +- .../src/it/simple-xml-dto/pom.xml | 2 +- .../src/it/simple-xml/pom.xml | 2 +- 40 files changed, 396 insertions(+), 332 deletions(-) delete mode 100644 components/camel-jms/src/test/java/org/apache/camel/component/jms/remoting/Calculator.java delete mode 100644 components/camel-jms/src/test/java/org/apache/camel/component/jms/remoting/ISay.java delete mode 100644 components/camel-jms/src/test/java/org/apache/camel/component/jms/remoting/SayService.java create mode 100644 core/camel-core/src/test/java/org/apache/camel/processor/ChoicePredicateThrowExceptionTest.java