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

apupier pushed a change to branch dependabot/maven/debezium-version-3.2.0.Final
in repository https://gitbox.apache.org/repos/asf/camel.git


    omit c4122d0984a Regen debezium after upgrade to 3.2.0
    omit 9bc4bab964e Fix API break in Debezium
    omit 3d92bda1147 chore(deps): Bump debezium-version from 3.1.3.Final to 
3.2.0.Final
     add 74916b1aad8 CAMEL-22230 - Camel-PQC: Support more signature and KEM 
algorithms (#18581)
     add f3ca9db0339 Use AsyncEmbeddedEngine replacing deprecated EmbeddedEngine
     add 9571aeb01be chore(deps): Bump debezium-version from 3.1.3.Final to 
3.2.0.Final
     add e43ba7dc2aa Regen debezium after upgrade to 3.2.0

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   (c4122d0984a)
            \
             N -- N -- N   
refs/heads/dependabot/maven/debezium-version-3.2.0.Final (e43ba7dc2aa)

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:
 .../org/apache/camel/catalog/components/pqc.json   |  4 ++--
 .../org/apache/camel/component/pqc/pqc.json        |  4 ++--
 .../apache/camel/component/pqc/PQCComponent.java   |  8 ++++++++
 .../camel/component/pqc/PQCConfiguration.java      |  2 +-
 .../component/pqc/PQCSignatureAlgorithms.java      |  4 +++-
 ...icMaterial.java => PQCDefaultMAYOMaterial.java} | 12 ++++++------
 ...nMaterial.java => PQCDefaultSNOVAMaterial.java} | 12 ++++++------
 ...rePicnicTest.java => PQCSignatureMAYOTest.java} | 22 ++++++++--------------
 ...ePicnicTest.java => PQCSignatureSNOVATest.java} | 22 ++++++++--------------
 9 files changed, 44 insertions(+), 46 deletions(-)
 copy 
components/camel-pqc/src/main/java/org/apache/camel/component/pqc/crypto/{PQCDefaultPicnicMaterial.java
 => PQCDefaultMAYOMaterial.java} (87%)
 copy 
components/camel-pqc/src/main/java/org/apache/camel/component/pqc/crypto/{PQCDefaultFalconMaterial.java
 => PQCDefaultSNOVAMaterial.java} (87%)
 copy 
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/{PQCSignaturePicnicTest.java
 => PQCSignatureMAYOTest.java} (82%)
 copy 
components/camel-pqc/src/test/java/org/apache/camel/component/pqc/{PQCSignaturePicnicTest.java
 => PQCSignatureSNOVATest.java} (82%)

Reply via email to