This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a change to branch regen_bot_sbom
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit 43c7c28c90 Regen SBOM from commit
92add710740871abff14d35f20975c700516b2d1
add de0680c0d8 Regen SBOM from commit
92add710740871abff14d35f20975c700516b2d1 (#8757)
add ca20c11346 Bump com.unboundid:unboundid-ldapsdk from 7.0.4 to 7.0.5
add 1fd4bbeb16 Upgrade Quarkus to 3.37.0.CR1
add 112035fbae Upgrade Quarkus CXF to 3.37.0.CR1
add f627430e7b Sync workflow paths-ignore configs for pull_request / push
events
add 39080d3108 Bump actions/setup-java from 5.2.0 to 5.3.0
add c73a8a5098 Genericise setup-maven-cache action and cache shibboleth
repository artifacts
add f44b6620a0 Add opt-in capability to skip cxf-soap-grouped AWT tests on
macOS
add 8aa3a56abb Restore ci-build.yaml push event branch restrictions and
repository namespace check
add 0c76ee5b8c Bump io.quarkiverse.langchain4j:quarkus-langchain4j-bom
add 5a21002556 Fixes #8685. Add github2 extension
add 82ad8ce4a2 Upgrade Quarkus to 3.37.0
add 3189fac962 ci: Simplify compute third-party cache key step
add 396048680c Update AGENTS.md (#8772)
add ba0f005577 Add integration test coverage for ErrorRegistry SPI
configuration. Fixes #8702.
add 6b5b7269d3 Bump actions/checkout from 6.0.3 to 7.0.0
add d646e73422 Bump quarkiverse-groovy.version from 3.36.2 to 3.37.0
add e08aab1c66 Regen SBOM from commit
d646e734222029b4cbe9f221598f963eb3527e58
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 (43c7c28c90)
\
N -- N -- N refs/heads/regen_bot_sbom (e08aab1c66)
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/setup-maven-cache/action.yaml | 78 +-
.github/workflows/alternate-jdk-build.yaml | 68 +-
.github/workflows/camel-master-cron.yaml | 74 +-
.github/workflows/check-dependency-convergence.yml | 20 +-
.github/workflows/ci-build.yaml | 96 +-
.github/workflows/generate-sbom-main.yml | 20 +-
.github/workflows/label-issue.yaml | 2 +-
.github/workflows/pr-doc-validation.yml | 4 +-
.github/workflows/pr-validate.yml | 31 +-
.github/workflows/quarkus-lts-ci-build.yaml | 66 +-
.github/workflows/quarkus-master-cron.yaml | 75 +-
.../workflows/synchronize-dependabot-branch.yaml | 2 +-
AGENTS.md | 2 +-
camel-quarkus-sbom/camel-quarkus-sbom.json | 19704 ++++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 19326 +++++++++---------
catalog/pom.xml | 13 +
docs/antora.yml | 2 +-
docs/modules/ROOT/examples/components/github2.yml | 13 +
docs/modules/ROOT/nav.adoc | 1 +
.../extensions/{aws2-mq.adoc => github2.adoc} | 29 +-
extensions/{ocsf => github2}/deployment/pom.xml | 12 +-
.../github2/deployment/Github2Processor.java} | 11 +-
extensions/{ocsf => github2}/pom.xml | 4 +-
extensions/{ocsf => github2}/runtime/pom.xml | 15 +-
.../graal/DefaultGitHubConnectorSubstitutions.java | 61 +
.../main/resources/META-INF/quarkus-extension.yaml | 6 +-
extensions/pom.xml | 1 +
integration-tests/cxf-soap-grouped/pom.xml | 33 +
integration-tests/github2/README.adoc | 22 +
integration-tests/{zendesk => github2}/pom.xml | 25 +-
.../component/github2/it/Github2Resource.java | 88 +
.../quarkus/component/github2/it/Github2IT.java | 4 +-
.../quarkus/component/github2/it/Github2Test.java} | 26 +-
.../component/github2/it/Github2TestResource.java} | 4 +-
.../test/resources/mappings/github2GetBlob.json | 18 +
.../test/resources/mappings/github2GetCommit.json | 18 +
.../resources/mappings/github2GetRepository.json | 18 +
.../keycloak/it/KeycloakSecurityPolicyTest.java | 22 +-
.../camel/quarkus/main/CoreMainResource.java | 23 +
.../main/src/main/resources/application.properties | 3 +
.../main/CoreMainErrorRegistryDisabledIT.java} | 2 +-
.../main/CoreMainErrorRegistryDisabledTest.java} | 26 +-
.../apache/camel/quarkus/main/CoreMainTest.java | 15 +
integration-tests/pom.xml | 1 +
pom.xml | 20 +-
poms/bom/pom.xml | 15 +
poms/bom/src/main/generated/flattened-full-pom.xml | 889 +-
.../src/main/generated/flattened-reduced-pom.xml | 828 +-
.../generated/flattened-reduced-verbose-pom.xml | 880 +-
tooling/scripts/test-categories.yaml | 1 +
50 files changed, 21959 insertions(+), 20758 deletions(-)
create mode 100644 docs/modules/ROOT/examples/components/github2.yml
copy docs/modules/ROOT/pages/reference/extensions/{aws2-mq.adoc =>
github2.adoc} (60%)
copy extensions/{ocsf => github2}/deployment/pom.xml (85%)
copy
extensions/{google-storage/deployment/src/main/java/org/apache/camel/quarkus/component/google/storage/deployment/GoogleStorageProcessor.java
=>
github2/deployment/src/main/java/org/apache/camel/quarkus/component/github2/deployment/Github2Processor.java}
(79%)
copy extensions/{ocsf => github2}/pom.xml (93%)
copy extensions/{ocsf => github2}/runtime/pom.xml (89%)
create mode 100644
extensions/github2/runtime/src/main/java/org/apache/camel/quarkus/component/github2/graal/DefaultGitHubConnectorSubstitutions.java
copy extensions/{github =>
github2}/runtime/src/main/resources/META-INF/quarkus-extension.yaml (92%)
create mode 100644 integration-tests/github2/README.adoc
copy integration-tests/{zendesk => github2}/pom.xml (88%)
create mode 100644
integration-tests/github2/src/main/java/org/apache/camel/quarkus/component/github2/it/Github2Resource.java
copy
integration-test-groups/aws2/aws2-s3/src/test/java/org/apache/camel/quarkus/component/aws2/s3/it/Aws2S3IT.java
=>
integration-tests/github2/src/test/java/org/apache/camel/quarkus/component/github2/it/Github2IT.java
(90%)
copy
integration-tests/{github/src/test/java/org/apache/camel/quarkus/component/github/it/GithubTest.java
=>
github2/src/test/java/org/apache/camel/quarkus/component/github2/it/Github2Test.java}
(64%)
copy
integration-tests/{github/src/test/java/org/apache/camel/quarkus/component/github/it/GithubTestResource.java
=>
github2/src/test/java/org/apache/camel/quarkus/component/github2/it/Github2TestResource.java}
(89%)
create mode 100644
integration-tests/github2/src/test/resources/mappings/github2GetBlob.json
create mode 100644
integration-tests/github2/src/test/resources/mappings/github2GetCommit.json
create mode 100644
integration-tests/github2/src/test/resources/mappings/github2GetRepository.json
copy
integration-tests/{main-xml-io/src/test/java/org/apache/camel/quarkus/main/CoreMainXmlIoIT.java
=>
main/src/test/java/org/apache/camel/quarkus/main/CoreMainErrorRegistryDisabledIT.java}
(91%)
copy
integration-tests/{jolokia/src/test/java/org/apache/camel/quarkus/component/jolokia/it/JolokiaAdditionalPropertiesTest.java
=>
main/src/test/java/org/apache/camel/quarkus/main/CoreMainErrorRegistryDisabledTest.java}
(64%)