You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/06/21 12:54:18 UTC

[camel] branch regen_bot updated (bca65cbea36 -> 9390f43cdda)

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


 discard bca65cbea36 Regen for commit 0c686da9a7185421f2f14ec4b0a79e9da45655de
     add 02c902d3125 CAMEL-19477: camel-micrometer - Use sanitized endpoint uri for captured events to avoid showing sensitive data such as passwords from URIs
     add 6a515ccef46 Rename package name
     add 9390f43cdda Regen

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   (bca65cbea36)
            \
             N -- N -- N   refs/heads/regen_bot (9390f43cdda)

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/micrometer/MicrometerEndpoint.java | 3 +--
 .../MicrometerExchangeEventNotifierNamingStrategy.java            | 3 ++-
 .../apache/camel/component/micrometer/MicrometerEndpointTest.java | 8 --------
 .../AbstractMicrometerEventNotifierTest.java                      | 3 +--
 .../MicrometerExchangeEventNotifierTest.java                      | 7 +++----
 .../MicrometerRouteEventNotifierTest.java                         | 4 +---
 6 files changed, 8 insertions(+), 20 deletions(-)
 rename components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/{eventNotifier => eventnotifier}/AbstractMicrometerEventNotifierTest.java (94%)
 rename components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/{eventNotifier => eventnotifier}/MicrometerExchangeEventNotifierTest.java (92%)
 rename components/camel-micrometer/src/test/java/org/apache/camel/component/micrometer/{eventNotifier => eventnotifier}/MicrometerRouteEventNotifierTest.java (91%)