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 10547ca5b1e Upgrade to asterisk 3.37
add 833db66c45e CAMEL-18779: Refactor sjms2 (#9024)
add e66392b2969 Upgrade Owasp Maven Plugin to version 7.4.4
add 865926b8efa Sync deps
add 5acc9467625 Upgrade AWS SDK v2 to version 2.19.13
add 406719c5370 Sync and regen
add 9e623909942 Regen
add 9e27d41c2c7 Regen for commit 9e623909942971769199c1e2451ef0437a6d5302
No new revisions were added by this update.
Summary of changes:
camel-dependencies/pom.xml | 5 +-
components/camel-sjms/pom.xml | 2 +-
components/camel-sjms2/pom.xml | 43 ++-------------
.../component/sjms2/SimpleJms2ComponentTest.java | 10 +++-
.../component/sjms2/Sjms2ComponentRestartTest.java | 10 +++-
.../sjms2/Sjms2EndpointNameOverrideTest.java | 10 +++-
.../camel/component/sjms2/Sjms2EndpointTest.java | 16 ++++--
.../component/sjms2/support/Jms2TestSupport.java | 61 ++++------------------
parent/pom.xml | 5 +-
.../services/AbstractArtemisEmbeddedService.java | 7 +++
.../infra/artemis/services/ArtemisService.java | 3 ++
.../artemis/services/ArtemisServiceFactory.java | 10 ++++
...ice.java => ArtemisTCPAllProtocolsService.java} | 31 ++++++-----
13 files changed, 96 insertions(+), 117 deletions(-)
rename
test-infra/camel-test-infra-artemis/src/test/java/org/apache/camel/test/infra/artemis/services/{ArtemisTCPService.java
=> ArtemisTCPAllProtocolsService.java} (63%)