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

github-bot pushed a change to branch automatic-periodic-sync
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


 discard 6a2eeb7649a [create-pull-request] automated change
     add 5cdccfce444 Regen
     add 102f7838a4b [create-pull-request] automated change

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   (6a2eeb7649a)
            \
             N -- N -- N   refs/heads/automatic-periodic-sync (102f7838a4b)

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:
 .../springboot/catalog/dataformats.properties      |   1 +
 .../camel/springboot/catalog/dataformats/pqc.json  |  28 +++++
 .../camel-pqc-starter/src/main/docs/pqc.json       |  68 +++++++++++
 .../PQCDataFormatAutoConfiguration.java}           |  20 ++--
 .../springboot/PQCDataFormatConfiguration.java     | 128 +++++++++++++++++++++
 .../springboot/PQCDataFormatConverter.java}        |  12 +-
 ...rk.boot.autoconfigure.AutoConfiguration.imports |   1 +
 7 files changed, 242 insertions(+), 16 deletions(-)
 create mode 100644 
catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/dataformats/pqc.json
 copy 
components-starter/{camel-csv-starter/src/main/java/org/apache/camel/dataformat/csv/springboot/CsvDataFormatAutoConfiguration.java
 => 
camel-pqc-starter/src/main/java/org/apache/camel/component/pqc/dataformat/springboot/PQCDataFormatAutoConfiguration.java}
 (85%)
 create mode 100644 
components-starter/camel-pqc-starter/src/main/java/org/apache/camel/component/pqc/dataformat/springboot/PQCDataFormatConfiguration.java
 copy 
components-starter/{camel-crypto-starter/src/main/java/org/apache/camel/converter/crypto/springboot/CryptoDataFormatConverter.java
 => 
camel-pqc-starter/src/main/java/org/apache/camel/component/pqc/dataformat/springboot/PQCDataFormatConverter.java}
 (81%)

Reply via email to