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 2022/10/04 13:20:28 UTC

[camel] branch regen_bot updated (6a2332b4c85 -> 00cf0c7679a)

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


    omit 6a2332b4c85 Regen for commit ef9e711e5ab50a2a1c47eb83b69a1691000ffa2c
     add 4f2de37369c (chores) camel-report-maven-plugin: apply required cast for intermediate variables
     add 9dbfcb217ff (chores) camel-aws2-sqs: simplify overly complex cast
     add 8625905fa05 (chores) camel-aws2-s3: apply required cast
     add e5079ded491 (chores) camel-azure-storage-datalake: avoid test false positives due to empty lists
     add 734b5c5a7ce (chores) camel-bindy: avoid subtle bugs caused by rounding errors
     add 308d8f01e72 (chores) camel-jsonpath: apply required cast for intermediate variables
     add 7e221d527fb (chores) camel-micrometer: simplify overly complex cast
     add 00cf0c7679a Regen for commit 7e221d527fb8f936c92e390d1a2f97c429141df0

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   (6a2332b4c85)
            \
             N -- N -- N   refs/heads/regen_bot (00cf0c7679a)

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:
 .../src/main/java/org/apache/camel/maven/ValidateMojo.java            | 2 +-
 .../java/org/apache/camel/component/aws2/s3/AWS2S3Configuration.java  | 2 +-
 .../main/java/org/apache/camel/component/aws2/sqs/Sqs2Consumer.java   | 2 +-
 .../azure/storage/datalake/integration/DataLakeProducerIT.java        | 2 ++
 .../dataformat/bindy/format/factories/BigDecimalFormatFactory.java    | 4 ++--
 .../src/main/java/org/apache/camel/jsonpath/JsonStream.java           | 2 +-
 .../micrometer/eventnotifier/MicrometerRouteEventNotifier.java        | 4 ++--
 7 files changed, 10 insertions(+), 8 deletions(-)