This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch
dependabot/maven/io.github.littleproxy-littleproxy-2.4.7
in repository https://gitbox.apache.org/repos/asf/camel.git
discard 6f57ed19a304 chore(deps): Bump io.github.littleproxy:littleproxy from
2.4.6 to 2.4.7
add 2a40dedff3cf CAMEL-22771: camel-jbang - Upgrade test infra to use
JBang 4.16.0
add 031fd5cee5a0 CAMEL-22787: camel-bean - Fix bean info to not cache
exchange instances. (#20438)
add f29e5073a5eb chore(deps): Bump testcontainers-version from 2.0.2 to
2.0.3 (#20439)
add f9aabce80ce4 chore(deps): Bump aws-java-sdk2-version from 2.40.8 to
2.40.9 (#20440)
add 0d4b5f732223 chore(deps): Bump djl-version from 0.35.1 to 0.36.0
(#20441)
add 7b3e30175a11 chore(deps): Bump org.jgroups:jgroups from 5.5.1.Final to
5.5.2.Final (#20444)
add a1a42a9c6013 chore(deps): Bump org.apache.fory:fory-core from 0.13.2
to 0.14.0 (#20445)
add cf04a5c4901a chore(deps): Bump
org.citrusframework:citrus-jbang-connector (#20446)
add a133035f1380 chore(deps): Bump logback-version from 1.5.21 to 1.5.22
(#20447)
add cec9957294cf CAMEL-22784: Recreate file lock cluster directory if
deletion detected
add 56f6f8086bef Revert "chore(deps): Bump org.jgroups:jgroups from
5.5.1.Final to 5.5.2.Final…" (#20454)
add d2c926e38c5c chore(deps): Bump io.github.littleproxy:littleproxy from
2.4.6 to 2.4.7
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 (6f57ed19a304)
\
N -- N -- N
refs/heads/dependabot/maven/io.github.littleproxy-littleproxy-2.4.7
(d2c926e38c5c)
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:
.../org/apache/camel/component/bean/BeanInfo.java | 9 +-
.../apache/camel/component/bean/BeanInfoTest.java | 35 ++++++
.../file/cluster/FileLockClusterView.java | 5 +
...FileLockClusterServiceAdvancedFailoverTest.java | 127 +++++++++++++++++++--
parent/pom.xml | 12 +-
.../camel/test/infra/cli/it/CliConfigITCase.java | 2 +-
6 files changed, 174 insertions(+), 16 deletions(-)