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

github-bot pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


    omit 1f8c796320 Regen SBOM from commit 
e46046465c80bbea8878cf3ee4b99a01f97a2a60
     add 760152d5a5 Regen SBOM from commit 
e46046465c80bbea8878cf3ee4b99a01f97a2a60 (#6105)
     add c86e750782 Use a consistent release version for CompilationProvider
     add c530f19242 Upgrade jolokia to 2.0.2
     add 5df03317ad --- updated-dependencies: - dependency-name: 
org.codehaus.mojo:build-helper-maven-plugin   dependency-type: 
direct:production   update-type: version-update:semver-minor ...
     add 83b7ab2004 Add support for openapi-contract-first development
     add e226c10ca6 Add tests for supervised routes with MicroProfile health
     add 0e2bf904a3 Fix test report action handling of error & failure objects
     add 3f2162b5c0 Bump 
io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 2.14.0 to 2.15.0
     add ae5a010870 --- updated-dependencies: - dependency-name: 
org.codehaus.mojo:exec-maven-plugin   dependency-type: direct:production   
update-type: version-update:semver-minor ...
     add 3ddfa549f3 Add contract first development section in rest-openapi doc 
(#6115)
     add 1de918f30a Kafka tests in fips
     add 07972593de Upgrade Quarkus to 3.11.0
     add 21f2f49cf1 Add me.escoffier.certs:certificate-generator-junit5 to 
dependabot config
     add 96a758b666 Remove broken link that causes website to fail
     add 228ea1fec9 Fixup 3ddfa549f3 Add contract first development section in 
rest-openapi doc (#6115)
     add bce51ca301 Upgrade to Quarkus CXF 3.11.0
     add a8f4527157 --- updated-dependencies: - dependency-name: 
me.escoffier.certs:certificate-generator-junit5   dependency-type: 
direct:production   update-type: version-update:semver-minor ...
     add c134fe4e46 Remove broken link that causes website to fail
     add cc6d8f9e7b Regen SBOM from commit 
c134fe4e4698e51c0b78876317079b1c8402f2ff

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   (1f8c796320)
            \
             N -- N -- N   refs/heads/regen_bot_sbom (cc6d8f9e7b)

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/actions/test-summary-report/action.yaml    |    34 +-
 .github/dependabot.yml                             |     1 +
 camel-quarkus-sbom/camel-quarkus-sbom.json         | 14441 +++++++++++--------
 camel-quarkus-sbom/camel-quarkus-sbom.xml          | 13331 +++++++++--------
 docs/antora.yml                                    |     2 +-
 .../pages/reference/extensions/rest-openapi.adoc   |    93 +
 .../quarkus/core/deployment/util/CamelSupport.java |     1 +
 extensions-support/swagger/runtime/pom.xml         |     8 +
 .../csimple/deployment/CSimpleProcessor.java       |     5 +-
 .../dsl/jsh/deployment/JshDslProcessor.java        |     3 +-
 .../CamelQuarkusSwaggerCodegenProvider.java        |   113 +
 .../rest/openapi/deployment/QuarkusCodegen.java    |   119 +
 .../services/io.quarkus.deployment.CodeGenProvider |     1 +
 .../services/io.swagger.codegen.v3.CodegenConfig   |     1 +
 .../Quarkus/BeanValidationException.mustache       |    48 +
 .../Quarkus/CustomInstantDeserializer.mustache     |   248 +
 .../handlebars/Quarkus/RFC3339DateFormat.mustache  |    37 +
 .../handlebars/Quarkus/beanValidation.mustache     |    32 +
 .../handlebars/Quarkus/beanValidationCore.mustache |    36 +
 .../Quarkus/beanValidationQueryParams.mustache     |    17 +
 .../Quarkus/generatedAnnotation.mustache           |    18 +
 .../handlebars/Quarkus/interface.mustache          |    42 +
 .../handlebars/Quarkus/licenseInfo.mustache        |    27 +
 .../resources/handlebars/Quarkus/model.mustache    |    67 +
 .../handlebars/Quarkus/modelEnum.mustache          |    91 +
 .../handlebars/Quarkus/modelInnerEnum.mustache     |    73 +
 .../resources/handlebars/Quarkus/pojo.mustache     |   304 +
 .../handlebars/Quarkus/typeInfoAnnotation.mustache |    30 +
 .../handlebars/Quarkus/xmlAnnotation.mustache      |    20 +
 .../rest-openapi/runtime/src/main/doc/usage.adoc   |    52 +-
 .../runtime/RestOpenApiBuildTimeConfig.java        |    68 +
 .../cxf/way/TrustHelloServiceCxfWayImpl.java       |     2 +-
 .../{kafka => certificate-generator}/pom.xml       |    20 +-
 .../TestCertificateGenerationExtension.java        |   127 +
 .../test/support/certificate/TestCertificates.java |    55 +
 integration-tests-support/kafka/pom.xml            |     4 +
 .../test/support/kafka/KafkaTestResource.java      |    78 +-
 .../test/support/kafka/KafkaTestSupport.java       |    37 -
 .../kafka/src/main/resources/log4j.properties      |     8 +-
 integration-tests-support/pom.xml                  |     1 +
 .../quarkus/test/DisabledIfFipsModeCondition.java  |     2 +-
 .../quarkus/test/EnabledIfFipsModeCondition.java   |    29 +-
 ...dIfFipsModeCondition.java => FipsModeUtil.java} |    40 +-
 integration-tests/kafka-sasl-ssl/pom.xml           |     5 +
 .../camel/quarkus/kafka/sasl/KafkaSaslSslTest.java |     7 +
 .../kafka/sasl/KafkaSaslSslTestResource.java       |    76 +-
 .../test/resources/config/generate-certificates.sh |    39 -
 .../src/test/resources/config/kafka-keystore.p12   |   Bin 2451 -> 0 bytes
 .../src/test/resources/config/kafka-truststore.p12 |   Bin 1010 -> 0 bytes
 .../test/resources/config/kafka_server_jaas.conf   |     5 +-
 .../quarkus/kafka/sasl/KafkaSaslBindingTest.java   |     2 +
 integration-tests/kafka-ssl/pom.xml                |     5 +
 .../camel/quarkus/kafka/ssl/KafkaSslTest.java      |    10 +
 .../quarkus/kafka/ssl/KafkaSslTestResource.java    |    74 +-
 .../test/resources/config/generate-certificates.sh |    39 -
 .../src/test/resources/config/kafka-keystore.p12   |   Bin 2451 -> 0 bytes
 .../src/test/resources/config/kafka-truststore.p12 |   Bin 1010 -> 0 bytes
 integration-tests/microprofile-health/pom.xml      |     5 +
 .../it/health/MicroProfileHealthRouteBuilder.java  |    10 +
 .../MicroProfileHealthSupervisedRouteIT.java}      |    13 +-
 .../MicroProfileHealthSupervisedRouteTest.java     |    59 +
 .../it/health/SupervisedRouteTestProfile.java}     |    20 +-
 integration-tests/rest-openapi/pom.xml             |    42 +
 .../rest/openapi/it/RestOpenApiRoutes.java         |    19 +
 .../rest-openapi/src/main/openapi/petstore.json    |  1240 ++
 .../src/main/resources/application.properties      |     6 +-
 .../component/rest/openapi/it/RestOpenapiTest.java |    12 +
 pom.xml                                            |    19 +-
 poms/bom-test/pom.xml                              |    10 +
 poms/bom/pom.xml                                   |    41 +-
 poms/bom/src/main/generated/flattened-full-pom.xml |  3115 ++--
 .../src/main/generated/flattened-reduced-pom.xml   |   202 +-
 .../generated/flattened-reduced-verbose-pom.xml    |   894 +-
 73 files changed, 20653 insertions(+), 15082 deletions(-)
 create mode 100644 
extensions/rest-openapi/deployment/src/main/java/org/apache/camel/quarkus/component/rest/openapi/deployment/CamelQuarkusSwaggerCodegenProvider.java
 create mode 100644 
extensions/rest-openapi/deployment/src/main/java/org/apache/camel/quarkus/component/rest/openapi/deployment/QuarkusCodegen.java
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/META-INF/services/io.quarkus.deployment.CodeGenProvider
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/META-INF/services/io.swagger.codegen.v3.CodegenConfig
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/BeanValidationException.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/CustomInstantDeserializer.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/RFC3339DateFormat.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/beanValidation.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/beanValidationCore.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/beanValidationQueryParams.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/generatedAnnotation.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/interface.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/licenseInfo.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/model.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/modelEnum.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/modelInnerEnum.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/pojo.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/typeInfoAnnotation.mustache
 create mode 100644 
extensions/rest-openapi/deployment/src/main/resources/handlebars/Quarkus/xmlAnnotation.mustache
 create mode 100644 
extensions/rest-openapi/runtime/src/main/java/org/apache/camel/quarkus/rest/openapi/runtime/RestOpenApiBuildTimeConfig.java
 copy integration-tests-support/{kafka => certificate-generator}/pom.xml (86%)
 create mode 100644 
integration-tests-support/certificate-generator/src/main/java/org/apache/camel/quarkus/test/support/certificate/TestCertificateGenerationExtension.java
 create mode 100644 
integration-tests-support/certificate-generator/src/main/java/org/apache/camel/quarkus/test/support/certificate/TestCertificates.java
 copy integration-tests/rest-openapi/src/main/resources/application.properties 
=> integration-tests-support/kafka/src/main/resources/log4j.properties (73%)
 copy 
integration-tests-support/test-support/src/main/java/org/apache/camel/quarkus/test/{EnabledIfFipsModeCondition.java
 => FipsModeUtil.java} (54%)
 delete mode 100755 
integration-tests/kafka-sasl-ssl/src/test/resources/config/generate-certificates.sh
 delete mode 100644 
integration-tests/kafka-sasl-ssl/src/test/resources/config/kafka-keystore.p12
 delete mode 100644 
integration-tests/kafka-sasl-ssl/src/test/resources/config/kafka-truststore.p12
 delete mode 100755 
integration-tests/kafka-ssl/src/test/resources/config/generate-certificates.sh
 delete mode 100644 
integration-tests/kafka-ssl/src/test/resources/config/kafka-keystore.p12
 delete mode 100644 
integration-tests/kafka-ssl/src/test/resources/config/kafka-truststore.p12
 copy 
integration-tests/microprofile-health/src/{main/java/org/apache/camel/quarkus/component/microprofile/it/health/MicroProfileHealthRouteBuilder.java
 => 
test/java/org/apache/camel/quarkus/component/microprofile/it/health/MicroProfileHealthSupervisedRouteIT.java}
 (65%)
 create mode 100644 
integration-tests/microprofile-health/src/test/java/org/apache/camel/quarkus/component/microprofile/it/health/MicroProfileHealthSupervisedRouteTest.java
 copy 
integration-tests/microprofile-health/src/{main/java/org/apache/camel/quarkus/component/microprofile/it/health/MicroProfileHealthRouteBuilder.java
 => 
test/java/org/apache/camel/quarkus/component/microprofile/it/health/SupervisedRouteTestProfile.java}
 (59%)
 create mode 100644 
integration-tests/rest-openapi/src/main/openapi/petstore.json

Reply via email to