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

nfilotto pushed a change to branch CAMEL-19308/add-minimal-aot-support
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    omit 333aa33993a CAMEL-19308: Add minimal support of native mode
     add 7f52252cc1e [create-pull-request] automated change
     add 23660e61b9d [create-pull-request] automated change
     add 1b44a15beb5 Remove options not longer in use in maven plugins
     add 595ca9843a4 Upgrade to maven-surefire-plugin 3.1.2
     add 3d4a0ebbb68 camel-kafka - Properly define the after all method (#858)
     add bd1b9eef025 camel-kafka - Set the correct partition id (#862)
     add b8ee9b71ffb camel-salesforce - Add missing test dependency and id 
(#863)
     add 23f2e3825f9 Regen
     add a077b41b614 [create-pull-request] automated change (#867)
     add 141111cf686 Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 
(#864)
     add 98ef0ab1a85 camel-itest - Allow to log a warning on version conflict 
(#865)
     add 8562d4f452c CAMEL-19308: Add minimal support of native mode

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   (333aa33993a)
            \
             N -- N -- N   refs/heads/CAMEL-19308/add-minimal-aot-support 
(8562d4f452c)

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/automatic-sync-camel-3.yml       |     2 +-
 .github/workflows/automatic-sync-main.yml          |     2 +-
 .github/workflows/generate-sbom-main.yml           |     2 +-
 camel-spring-boot-sbom/camel-spring-boot-sbom.json | 18660 ++++++++-----------
 camel-spring-boot-sbom/camel-spring-boot-sbom.xml  | 14192 +++++++-------
 .../springboot/catalog/components/aws2-eks.json    |    44 +-
 .../catalog/components/aws2-eventbridge.json       |    44 +-
 .../springboot/catalog/components/aws2-iam.json    |    44 +-
 .../catalog/components/aws2-kinesis-firehose.json  |    50 +-
 .../catalog/components/aws2-kinesis.json           |   106 +-
 .../springboot/catalog/components/aws2-kms.json    |    44 +-
 .../springboot/catalog/components/aws2-mq.json     |    44 +-
 .../springboot/catalog/components/aws2-msk.json    |    44 +-
 .../springboot/catalog/components/aws2-ses.json    |    60 +-
 .../springboot/catalog/components/aws2-sts.json    |    48 +-
 .../catalog/components/spring-rabbitmq.json        |     2 +-
 .../springboot/catalog/dataformats/snakeYaml.json  |     2 +-
 .../src/main/docs/aws2-eks.json                    |    13 +
 .../eks/springboot/EKS2ComponentConfiguration.java |    27 +
 .../src/main/docs/aws2-eventbridge.json            |    13 +
 .../EventbridgeComponentConfiguration.java         |    27 +
 .../src/main/docs/aws2-iam.json                    |    13 +
 .../iam/springboot/IAM2ComponentConfiguration.java |    27 +
 .../src/main/docs/aws2-kinesis.json                |    26 +
 .../KinesisFirehose2ComponentConfiguration.java    |    27 +
 .../springboot/Kinesis2ComponentConfiguration.java |    27 +
 .../src/main/docs/aws2-kms.json                    |    13 +
 .../kms/springboot/KMS2ComponentConfiguration.java |    27 +
 .../src/main/docs/aws2-mq.json                     |    13 +
 .../mq/springboot/MQ2ComponentConfiguration.java   |    27 +
 .../src/main/docs/aws2-msk.json                    |    13 +
 .../msk/springboot/MSK2ComponentConfiguration.java |    27 +
 .../src/main/docs/aws2-ses.json                    |    13 +
 .../ses/springboot/Ses2ComponentConfiguration.java |    27 +
 .../src/main/docs/aws2-sts.json                    |    13 +
 .../sts/springboot/STS2ComponentConfiguration.java |    27 +
 .../kafka/integration/KafkaProducerFullIT.java     |    11 +-
 .../camel-salesforce-starter/pom.xml               |     7 +
 .../salesforce/springboot/RawPayloadTest.java      |    10 +-
 .../cloud/ZooKeeperServiceRegistryTest.java        |    45 +-
 components-starter/pom.xml                         |     6 -
 core/camel-spring-boot-xml/pom.xml                 |     6 -
 core/camel-spring-boot/pom.xml                     |     6 -
 .../src/main/docs/spring-boot.adoc                 |    12 +
 core/pom.xml                                       |     6 -
 pom.xml                                            |     3 +-
 tests/camel-itest-spring-boot/README.adoc          |     5 +-
 tests/camel-itest-spring-boot/pom.xml              |     2 +
 .../apache/camel/itest/springboot/ITestConfig.java |    29 +
 .../camel/itest/springboot/ITestConfigBuilder.java |    31 +-
 .../springboot/command/AbstractTestCommand.java    |     4 +-
 .../camel/itest/springboot/CamelAmqpTest.java      |     1 -
 .../camel/itest/springboot/CamelCordaTest.java     |     4 -
 .../{CamelCxfTest.java => CamelCxfRestTest.java}   |     8 +-
 .../{CamelCxfTest.java => CamelCxfSoapTest.java}   |     8 +-
 .../camel/itest/springboot/CamelJpaTest.java       |     8 -
 .../camel/itest/springboot/CamelSjms2Test.java     |     8 -
 .../camel/itest/springboot/CamelSnakeyamlTest.java |     5 +-
 .../{CamelChunkTest.java => CamelSwiftTest.java}   |     7 +-
 .../itest/springboot/util/ArquillianPackager.java  |   137 +-
 tooling/camel-spring-boot-dependencies/pom.xml     |   141 +
 61 files changed, 15438 insertions(+), 18862 deletions(-)
 copy 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelCxfTest.java
 => CamelCxfRestTest.java} (90%)
 rename 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelCxfTest.java
 => CamelCxfSoapTest.java} (90%)
 copy 
tests/camel-itest-spring-boot/src/test/java/org/apache/camel/itest/springboot/{CamelChunkTest.java
 => CamelSwiftTest.java} (87%)

Reply via email to