This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a change to branch CAMEL-23533-enrich
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard d79b30d6cf05 CAMEL-23533: ErrorRegistry - auto-enable in dev profile
    omit 2e5e31f1ae18 CAMEL-23533: ErrorRegistry - enrich captured errors with 
additional context
     add 67f092b88418 CAMEL-23533: ErrorRegistry - enrich captured errors with 
additional context (#23558)
     add 4726a271037d Fix doc by using relative link to apache camel website
     add e04ba4890f57 CAMEL-23342: camel-azure-storage-blob - add 
listBlobVersions container operation (#23554)
     add 8ae3d45d36df CAMEL-23603 - Fix JDK 25 build on CI due to JSpecify 
Nullable compilation error
     new a3771d7b96a8 CAMEL-23533: ErrorRegistry - auto-enable in dev profile

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   (d79b30d6cf05)
            \
             N -- N -- N   refs/heads/CAMEL-23533-enrich (a3771d7b96a8)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        |  2 +-
 .../catalog/components/azure-storage-blob.json     |  2 +-
 .../azure/storage/blob/azure-storage-blob.json     |  2 +-
 .../main/docs/azure-storage-blob-component.adoc    | 24 +++++++++
 .../storage/blob/BlobOperationsDefinition.java     |  7 +++
 .../component/azure/storage/blob/BlobProducer.java |  3 ++
 .../blob/operations/BlobContainerOperations.java   | 20 ++++++++
 .../operations/BlobContainerOperationsTest.java    | 60 ++++++++++++++++++++++
 .../ROOT/pages/camel-4x-upgrade-guide-4_21.adoc    |  8 +++
 .../modules/ROOT/pages/camel-jbang-mcp.adoc        |  2 +-
 10 files changed, 126 insertions(+), 4 deletions(-)

Reply via email to