This is an automated email from the ASF dual-hosted git repository.
nfilotto pushed a change to branch CAMEL-19871/set-scope-to-test-dependencies
in repository https://gitbox.apache.org/repos/asf/camel.git
omit 8d2ba62847e CAMEL-19871: camel-jooq - Set the proper scope to all test
dependencies
add b73ab73fcd0 Upgrade Classgraph to version 4.8.162 (#11406)
add b319bb770a7 CAMEL-19868: parse manually when necessary (#11408)
add ee1e23d52fd Update camel run properties description
add 12f292fcbd8 CAMEL-19493:cleanups: review and replace File#delete with
Files#delete (#11403)
add e93cf4c823d CAMEL-19859: camel-spring-rabbitmq set headerfilter not
effective (#11404)
add 2a9076b2351 CAMEL-19871: camel-jooq - Set the proper scope to all test
dependencies
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 (8d2ba62847e)
\
N -- N -- N
refs/heads/CAMEL-19871/set-scope-to-test-dependencies (2a9076b2351)
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:
.../DefaultMessagePropertiesConverter.java | 10 +-
.../springrabbit/MessagePropertiesConverter.java | 2 +
.../springrabbit/SpringRabbitMQComponent.java | 3 +-
.../camel/catalog/impl/AbstractCamelCatalog.java | 2 +-
.../apache/camel/catalog/impl/CatalogHelper.java | 188 +++++++++++++++++++++
.../main/java/org/apache/camel/util/FileUtil.java | 26 ++-
.../apache/camel/dsl/jbang/core/commands/Run.java | 3 +-
parent/pom.xml | 2 +-
8 files changed, 220 insertions(+), 16 deletions(-)