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

github-actions[bot] pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit f82efdee230d Regen SBOM from commit 
0aa0c0296c3172b5912bbccf55e55c3d246a4b80
     add ca11b8250b66 Generated sources regen for SBOM (#25513)
     add ffca0e4faf37 Upgrade guide missing LTS tag for 4.22
     add 5daaebbe60ef CAMEL-24370: camel-netty - resolve the shared 
deserialization filter in the object codecs (#25562)
     add bdebd92f8d67 CAMEL-24349: camel-google-functions - name the header 
createFunction is missing (#25563)
     add 27836f4c17ed CAMEL-24413: camel-hazelcast - apply the default 
serialization filter in ReplicatedHazelcastAggregationRepository (#25566)
     add c9cb9c8f908f CAMEL-24370: move the netty deserialization-filter 
upgrade note to the 4.23 guide (#25570)
     add c2bcb24814a8 CAMEL-24419: camel-mail - filter the mail session 
property namespace on MimeMultipart unmarshal (#25568)
     add a3a98e4c959f CAMEL-24411: camel-oauth - stop the route when the 
processors do not authenticate the request (#25567)
     add 80a6ad295cd6 CAMEL-24383: camel-azure-key-vault - fix copy-pasted 
validation messages (#25574)
     add 9c18465443a0 CAMEL-24412: camel-netty-http - evaluate the security 
constraint against the same normalized target as dispatch (#25578)
     add 4d23ea80b61f Regen SBOM from commit 
9c18465443a0df60179e6abf96f7794983cd0637

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   (f82efdee230d)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (4d23ea80b61f)

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:
 camel-sbom/camel-sbom.json                         | 204 ---------------------
 camel-sbom/camel-sbom.xml                          |  60 ------
 .../apache/camel/catalog/docs/netty-component.adoc |  17 ++
 .../azure/key/vault/KeyVaultProducer.java          |   5 +-
 .../camel-google/camel-google-functions/pom.xml    |   5 +
 .../functions/GoogleCloudFunctionsProducer.java    |  25 ++-
 ...CloudFunctionsCreateFunctionValidationTest.java |  74 ++++++++
 .../ReplicatedHazelcastAggregationRepository.java  |   2 +
 ...gregationRepositorySerializationFilterTest.java |  54 ++++++
 .../mime/multipart/MimeMultipartDataFormat.java    |   4 +-
 .../multipart/MimeMultipartDataFormatTest.java     |  22 +++
 .../http/handlers/HttpServerChannelHandler.java    |  14 +-
 ...ttpBasicAuthConstraintCaseInsensitiveTest.java} |  50 ++---
 .../camel-netty/src/main/docs/netty-component.adoc |  17 ++
 .../camel/component/netty/codec/ObjectDecoder.java |  27 ++-
 ...ttyUnfilteredDeserializationReproducerTest.java | 123 -------------
 .../ObjectDecoderDeserializationFilterTest.java    |  89 +++++++++
 components/camel-oauth/pom.xml                     |   5 +
 .../apache/camel/oauth/AbstractOAuthProcessor.java |  27 +++
 .../camel/oauth/OAuthBearerTokenProcessor.java     |   8 +-
 .../apache/camel/oauth/OAuthCodeFlowCallback.java  |   3 +-
 .../apache/camel/oauth/OAuthCodeFlowProcessor.java |   3 +
 .../camel/oauth/OAuthProcessorFailClosedTest.java  |  70 +++++++
 .../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc    |  81 ++++++++
 .../modules/ROOT/pages/camel-4x-upgrade-guide.adoc |   2 +-
 25 files changed, 530 insertions(+), 461 deletions(-)
 create mode 100644 
components/camel-google/camel-google-functions/src/test/java/org/apache/camel/component/google/functions/unit/GoogleCloudFunctionsCreateFunctionValidationTest.java
 create mode 100644 
components/camel-hazelcast/src/test/java/org/apache/camel/processor/aggregate/hazelcast/HazelcastAggregationRepositorySerializationFilterTest.java
 copy 
components/camel-netty-http/src/test/java/org/apache/camel/component/netty/http/{NettyHttpBasicAuthConstraintMapperTest.java
 => NettyHttpBasicAuthConstraintCaseInsensitiveTest.java} (66%)
 delete mode 100644 
components/camel-netty/src/test/java/org/apache/camel/component/netty/NettyUnfilteredDeserializationReproducerTest.java
 create mode 100644 
components/camel-netty/src/test/java/org/apache/camel/component/netty/ObjectDecoderDeserializationFilterTest.java
 create mode 100644 
components/camel-oauth/src/test/java/org/apache/camel/oauth/OAuthProcessorFailClosedTest.java

Reply via email to