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

davsclaus pushed a change to branch dependabot/maven/io.nats-jnats-2.26.2
in repository https://gitbox.apache.org/repos/asf/camel.git


 discard 449899983ac3 chore(deps): Bump io.nats:jnats from 2.26.1 to 2.26.2
     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 09e4c3c0a608 Generated sources regen for SBOM (#25597)
     add f7d40785a7ae CAMEL-22114: Fix PQC KeyStore tests on Java 25 
(InvalidKeyException) (#25510)
     add 07318cfe7e07 CAMEL-24420: camel-hazelcast - apply the default 
serialization filter to Camel-built client configurations (#25595)
     add 8f3edd566b2e CAMEL-24350: camel-google-pubsub - stop dropping list 
elements and null header values (#25564)
     add 27b4f0c7c8e5 CAMEL-16809: camel-aws2-s3 - support ACL grant headers on 
putObject and multipart upload (#25565)
     add 292718b9fc5f CAMEL-23703: camel-launcher - fix brew audit --strict 
redundant version
     add 4b99a3660d50 Revert "CAMEL-23677: Enable SjmsConnectionRecoveryTest 
for s390x"
     add 0b2e8fc1a47f Revert "CAMEL-23677: Add s390x container image 
configuration for Artemis"
     add 72d890210081 chore(deps): Bump org.aesh:terminal-http from 3.14.1 to 
3.16.4
     add 074898eaf4b3 chore(deps): Bump com.aliyun:alibabacloud-oss-v2 from 
0.4.1 to 0.5.1
     add da13c85cf79d chore(deps): Bump mongo-java-driver-version from 5.9.1 to 
5.10.0
     add d1a717fabeb7 chore(deps): Bump the elasticsearch group across 1 
directory with 3 updates
     add 504345a58104 chore(deps): Bump io.camunda:camunda-client-java from 
8.9.13 to 8.9.15
     add 048e5ab26d9e chore(deps): Bump io.weaviate:client6 from 6.3.0 to 6.3.1
     add de86de022ef2 chore(deps): Bump tools.jackson:jackson-bom from 3.2.1 to 
3.2.2
     add 2b8227a44ce7 CAMEL-24397: camel-tui - Fix --record producing no cast 
file
     add 284a771eda85 chore(deps): Bump io.nats:jnats from 2.26.1 to 2.26.2

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   (449899983ac3)
            \
             N -- N -- N   refs/heads/dependabot/maven/io.nats-jnats-2.26.2 
(284a771eda85)

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/components/aws2-s3.json   |  66 +++----
 .../apache/camel/catalog/docs/netty-component.adoc |  17 ++
 .../apache/camel/component/aws2/s3/aws2-s3.json    |  66 +++----
 .../camel/component/aws2/s3/AWS2S3Constants.java   |  20 ++
 .../camel/component/aws2/s3/AWS2S3Producer.java    |  40 ++++
 .../aws2/s3/AWS2S3ProducerAclGrantTest.java        | 118 ++++++++++++
 .../azure/key/vault/KeyVaultProducer.java          |   5 +-
 .../camel-google/camel-google-functions/pom.xml    |   5 +
 .../functions/GoogleCloudFunctionsProducer.java    |  25 ++-
 ...CloudFunctionsCreateFunctionValidationTest.java |  74 ++++++++
 .../camel-google/camel-google-pubsub/pom.xml       |   5 +
 .../google/pubsub/GooglePubsubProducer.java        |  27 ++-
 .../unit/PubsubProducerBodyAndAttributesTest.java  |  60 ++++++
 .../hazelcast/HazelcastDefaultComponent.java       |   1 +
 .../HazelcastSerializationFilterHelper.java        |  28 ++-
 .../ReplicatedHazelcastAggregationRepository.java  |   2 +
 .../HazelcastSerializationFilterHelperTest.java    |  34 +++-
 ...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 +++++++
 .../apache/camel/component/pqc/PQCProducer.java    |  65 +++++++
 ...java => PQCKeyStoreJdk25KeyConversionTest.java} |  51 ++++--
 .../component/sjms/SjmsConnectionRecoveryTest.java |   3 +
 .../ROOT/pages/camel-4x-upgrade-guide-4_23.adoc    |  92 ++++++++++
 .../modules/ROOT/pages/camel-4x-upgrade-guide.adoc |   2 +-
 .../modules/ROOT/pages/camel-jbang-tui.adoc        |  29 +++
 .../endpoint/dsl/AWS2S3EndpointBuilderFactory.java |  53 ++++++
 dsl/camel-jbang/camel-jbang-plugin-tui/pom.xml     |   6 +
 .../dsl/jbang/core/commands/tui/CamelMonitor.java  | 106 ++++++++++-
 .../jbang/core/commands/tui/TuiBackendHelper.java  |  24 ++-
 .../dsl/jbang/core/commands/tui/TuiCommand.java    |  41 ++++-
 .../tui/CamelMonitorRecordOptionsTest.java         | 122 ++++++++++++
 .../tui/TuiBackendHelperRecordingTest.java         | 168 +++++++++++++++++
 .../commands/tui/TuiCommandRecordOptionsTest.java  |  76 ++++++++
 .../src/jreleaser/bin/camel-validate.sh            |  29 ++-
 .../distributions/camel-cli/brew/formula.rb.tpl    |   1 -
 parent/pom.xml                                     |  16 +-
 .../infra/artemis/services/container.properties    |   1 -
 52 files changed, 1667 insertions(+), 591 deletions(-)
 create mode 100644 
components/camel-aws/camel-aws2-s3/src/test/java/org/apache/camel/component/aws2/s3/AWS2S3ProducerAclGrantTest.java
 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-google/camel-google-pubsub/src/test/java/org/apache/camel/component/google/pubsub/unit/PubsubProducerBodyAndAttributesTest.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
 copy 
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/{PQCSignatureOnlyKeyStoreTest.java
 => PQCKeyStoreJdk25KeyConversionTest.java} (70%)
 create mode 100644 
dsl/camel-jbang/camel-jbang-plugin-tui/src/test/java/org/apache/camel/dsl/jbang/core/commands/tui/CamelMonitorRecordOptionsTest.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-plugin-tui/src/test/java/org/apache/camel/dsl/jbang/core/commands/tui/TuiBackendHelperRecordingTest.java
 create mode 100644 
dsl/camel-jbang/camel-jbang-plugin-tui/src/test/java/org/apache/camel/dsl/jbang/core/commands/tui/TuiCommandRecordOptionsTest.java

Reply via email to