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

acosentino pushed a change to branch 23198
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit caf7370f624e Merge branch 'main' into 23198
    omit cede6656642c CAMEL-23198 - Camel-Google: Like AWS and IBM, create 
text-to-speech and speech-to-text components
     add a98acd304531 [build] Don't cancel in-progress main branch builds 
(#22051)
     add 5b181ba08132 Revert "Upgrade jooq that is jdk21 only"
     add da44839e16e3 chore(deps): Bump org.apache.fory:fory-core from 0.15.0 
to 0.16.0
     add 052c4754adad chore(deps): Bump com.ibm.cloud:secrets-manager from 
2.0.22 to 2.0.27
     add ac891c0cc5b8 chore(deps): Bump com.sun.xml.bind:jaxb-jxc from 4.0.6 to 
4.0.7
     add a5f53c6dd414 chore(deps): Bump aws-java-sdk2-version from 2.42.13 to 
2.42.14
     add 73914b118c9c CAMEL-23203 - Camel-PQC: Add algorithm metadata to hybrid 
wire formats (#22053)
     add cef8d588fa71 CAMEL-23204 - CAMEL-PQC: Enforce key status checks before 
cryptographic operations in PQCProducer (#22052)
     add 1b6e0137a00a chore(deps): Bump spring-security-version from 7.0.3 to 
7.0.4
     add 877900440ce4 chore(deps): Bump com.openai:openai-java from 4.26.0 to 
4.28.0
     add 4c1e28e576ff chore(deps): Bump 
io.smallrye:smallrye-fault-tolerance-standalone
     add a46bb3c97a09 CAMEL-23112 - add back JDk 17 on Jenkins
     add 23ef07cc875a chore(deps): Bump aws-java-sdk2-version from 2.42.14 to 
2.42.15 (#22063)
     add 8c275539f7bb chore(deps): Bump grpc-version from 1.79.0 to 1.80.0
     add c5f217dc8973 chore(deps): Bump hapi-fhir-version from 8.8.0 to 8.8.1
     add 9869511dc794 chore(deps): Bump com.ibm.icu:icu4j from 78.2 to 78.3
     add b482b6c01370 CAMEL-23198 - Camel-Google: Like AWS and IBM, create 
text-to-speech and speech-to-text components

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   (caf7370f624e)
            \
             N -- N -- N   refs/heads/23198 (b482b6c01370)

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:
 .github/workflows/main-build.yml                   |   4 +-
 Jenkinsfile                                        |  24 +-
 Jenkinsfile.deploy                                 |   2 +-
 Jenkinsfile.jbangtest                              |   2 +-
 .../org/apache/camel/catalog/components/pqc.json   |  14 +-
 components/camel-pqc/pom.xml                       |   5 +
 .../component/pqc/PQCComponentConfigurer.java      |   6 +
 .../camel/component/pqc/PQCEndpointConfigurer.java |   6 +
 .../camel/component/pqc/PQCEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/pqc/pqc.json        |  14 +-
 .../camel-pqc/src/main/docs/pqc-component.adoc     | 129 ++++++-
 .../apache/camel/component/pqc/PQCAlgorithmId.java | 150 ++++++++
 .../camel/component/pqc/PQCConfiguration.java      |  23 ++
 .../apache/camel/component/pqc/PQCProducer.java    | 100 +++++-
 .../component/pqc/PQCKeyStatusEnforcementTest.java | 378 +++++++++++++++++++++
 .../component/dsl/PqcComponentBuilderFactory.java  |  23 ++
 .../endpoint/dsl/PQCEndpointBuilderFactory.java    |  40 +++
 parent/pom.xml                                     |  23 +-
 18 files changed, 911 insertions(+), 35 deletions(-)
 create mode 100644 
components/camel-pqc/src/main/java/org/apache/camel/component/pqc/PQCAlgorithmId.java
 create mode 100644 
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/PQCKeyStatusEnforcementTest.java

Reply via email to