This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from f3b688c CAMEL-16193 - Use SecureRandom instead of Random - Camel-FTP
new 01f6159 Enable TIA for failsafe plugin too
new 5386cc0 Fix failing pulsar unit test
new 2f5e601 Fix invalid profile id (for maven 4)
new 33024ec Reset print service after tests
new 5c97f39 [CAMEL-16156] Improve the usage of
org.apache.camel.jmx.disabled
new cc7ec04 Correctly fix printer tests
new b5cf64c Raise the overall timeout for pulsar tests
new 4fdef29 Merge remote-tracking branch 'origin/master'
new f3f5844 Add missing header
new 30d8594 Remove jms remoting test
new b9cf7e2 Merge remote-tracking branch 'origin/master'
The 11 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:
components/camel-cdi/pom.xml | 2 +-
.../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 | 69 ++++++++++--------
components/camel-pulsar/pom.xml | 15 ++++
.../pulsar/PulsarConsumerAcknowledgementTest.java | 73 ++++++++++---------
.../pulsar/PulsarConsumerDeadLetterPolicyTest.java | 19 +++--
...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 ++++++++++++++++++++++
core/camel-management-api/pom.xml | 2 +-
core/camel-management/pom.xml | 2 +-
parent/pom.xml | 9 ++-
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 +-
32 files changed, 260 insertions(+), 320 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