This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/activemq-artemis-version-2.34.0
in repository https://gitbox.apache.org/repos/asf/camel.git
discard d7aa494c0d6 Bump activemq-artemis-version from 2.33.0 to 2.34.0
add 95a358b1220 Bump jetty-version from 12.0.8 to 12.0.10 (#14315)
add 990a3ae5a3d Revert "Bump jetty-version from 12.0.8 to 12.0.10 (#14315)"
add 6813de54836 Bump jooq-version from 3.19.8 to 3.19.9 (#14333)
add 123d3546e92 Bump org.redisson:redisson from 3.30.0 to 3.31.0 (#14325)
add 2ae4ed78b54 Bump org.cometd.java:cometd-java-client-http-jetty from
8.0.1 to 8.0.2 (#14326)
add 73da4d7119f Bump gg.jte:jte from 3.1.10 to 3.1.12 (#14327)
add f4d6d696134 Bump shiro-version from 2.0.0 to 2.0.1 (#14334)
add f3f1a6b0ead Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.15.3
to 2.16.0 (#14331)
add 7b47be40291 Bump com.googlecode.libphonenumber:libphonenumber (#14337)
add 1907eb1adba chore: Specify a suffix for GitHub Actions upload artifact
add 3494db80bd1 Bump protostream-version from 5.0.3.Final to 5.0.5.Final
(#14338)
add e3a443c87f8 Bump com.graphql-java:graphql-java from 22.0 to 22.1
(#14336)
add 6d424140481 CAMEL-20785: create a new transient context manager
add a04b20a79f5 Use correct notation variable input for GitHub Actions
add 7d8d8ccc198 Bump activemq-artemis-version from 2.33.0 to 2.34.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d7aa494c0d6)
\
N -- N -- N
refs/heads/dependabot/maven/activemq-artemis-version-2.34.0 (7d8d8ccc198)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.github/actions/component-test/action.yaml | 8 +-
.github/actions/incremental-build/action.yaml | 8 +-
.github/actions/quick-test/action.yaml | 6 +-
.github/workflows/pr-build-camel-3.yml | 1 +
.github/workflows/pr-build-camel-40x.yml | 1 +
.github/workflows/pr-build-main.yml | 1 +
.github/workflows/pr-comment.yml | 1 +
.../component/jpa/JpaWithOptionsTestSupport.java | 2 +
.../test/junit5/CamelContextConfiguration.java | 1 +
.../apache/camel/test/junit5/CamelTestSupport.java | 16 ++-
.../test/junit5/LegacyCamelContextManager.java | 4 +-
...ager.java => TransientCamelContextManager.java} | 109 +++------------------
parent/pom.xml | 18 ++--
13 files changed, 61 insertions(+), 115 deletions(-)
copy
components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/{LegacyCamelContextManager.java
=> TransientCamelContextManager.java} (68%)