This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.azure-azure-sdk-bom-1.2.24
in repository https://gitbox.apache.org/repos/asf/camel.git
discard f8e58ce6332 Bump com.azure:azure-sdk-bom from 1.2.23 to 1.2.24
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 bb45ef92632 Bump com.azure:azure-sdk-bom from 1.2.23 to 1.2.24
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 (f8e58ce6332)
\
N -- N -- N
refs/heads/dependabot/maven/com.azure-azure-sdk-bom-1.2.24 (bb45ef92632)
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 | 4 +-
13 files changed, 54 insertions(+), 108 deletions(-)
copy
components/camel-test/camel-test-junit5/src/main/java/org/apache/camel/test/junit5/{LegacyCamelContextManager.java
=> TransientCamelContextManager.java} (68%)