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

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


 discard 3e7ca0fd0c Upgrade Quarkus to 3.37.0.CR1
     add f6025ea83e Run functional-extension-tests job when JVM label is present
     add fd46ff007e Tidy camel-quarkus-junit configuration classes
     add 42a822b023 Downstream documentation file names
     add ad00073ed0 CAMEL-23655: Update GitHub topics for better discoverability
     add 39c9bf1260 Regenerate documentation for 
42a822b02327a934b9a1d420ae12607f6c9a7764
     add 5c629fa8ea chore: Document missing update-extension-doc-page mojo 
metadata properties
     add 93c570aa82 Bump actions/checkout from 6.0.2 to 6.0.3
     add 93df806978 chore: Add user guide documentation for integrating custom 
Camel components
     add 2ebf168277 Add Citrus section to the user test guide
     add 0ff51d6494 Avoid running pr-validate workflow for Dependabot PRs
     add e23c65e312 Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.3.1 
to 5.0.0
     add f53b21d86b Update Maven wrapper distribution URL to Maven 3.9.16
     add 187e311807 Upgrade Quarkus to 3.36.1
     add 8e1df24348 Manage libthrift version in camel-quarkus-bom
     add c5d2bd7f4f jira: use non-deprecated maven url (CAMEL-23389)
     add a1643af5b5 Bump org.xmlunit:xmlunit-core from 2.11.0 to 2.12.0
     add 3fadd2a85a Bump io.debezium:debezium-bom from 3.5.1.Final to 
3.5.2.Final
     add 5bff7b3ca6 Auto generated changes for dependabot commit 
64f0f58c7e57d147049d8b282d7c64a33d83b71e
     add 4e36e2d6e2 [closes #8504] Add camel-quarkus-ocsf extension
     add bcc6ee02b2 Improve AGENTS.md to not forget to format files
     add e5179d2248 Cache Atlassian Maven artifacts
     add 30bd3dd4df ci: simplify alternate JDK testing workflows
     add 41253e3478 Bump actions/cache from 4.3.0 to 5.0.5
     add aaf502c116 Bump quarkiverse-groovy.version from 3.36.0 to 3.36.1
     new e3dfdebe25 Upgrade Quarkus to 3.37.0.CR1

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   (3e7ca0fd0c)
            \
             N -- N -- N   refs/heads/quarkus-main (e3dfdebe25)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                          |  13 +-
 .github/actions/setup-maven-cache/action.yaml      |  46 ++
 ...ci-semeru-jdk.yaml => alternate-jdk-build.yaml} | 189 +++----
 .github/workflows/camel-master-cron.yaml           | 154 +++---
 .github/workflows/check-dependency-convergence.yml |   2 +-
 .github/workflows/ci-build.yaml                    | 189 +++----
 .github/workflows/generate-sbom-main.yml           |   2 +-
 .../build.sh => .github/workflows/jdk21-build.yaml |  18 +-
 .github/workflows/jdk25-build.yaml                 | 431 +---------------
 .github/workflows/label-issue.yaml                 |   2 +-
 .github/workflows/pr-doc-validation.yml            |   4 +-
 .github/workflows/pr-validate.yml                  |  29 +-
 .github/workflows/quarkus-lts-ci-build.yaml        | 162 ++----
 .github/workflows/quarkus-master-cron.yaml         | 147 +++---
 .../workflows/semeru17-build.yaml                  |  22 +-
 .../workflows/semeru21-build.yaml                  |  22 +-
 .../workflows/synchronize-dependabot-branch.yaml   |   2 +-
 .mvn/wrapper/maven-wrapper.properties              |   2 +-
 AGENTS.md                                          |   1 +
 catalog/pom.xml                                    |  13 +
 docs/antora.yml                                    |   2 +-
 docs/modules/ROOT/examples/dataformats/ocsf.yml    |  13 +
 docs/modules/ROOT/nav.adoc                         |   2 +
 .../contributor-guide/extension-documentation.adoc |   3 +
 .../pages/reference/extensions/controlbus.adoc     |   5 +-
 .../ROOT/pages/reference/extensions/jms.adoc       |  25 +-
 .../extensions/kubernetes-cluster-service.adoc     |   2 +-
 .../pages/reference/extensions/kubernetes.adoc     |   4 +
 .../ROOT/pages/reference/extensions/ocsf.adoc      | 127 +++++
 .../pages/reference/extensions/salesforce.adoc     |   2 +-
 .../ROOT/pages/reference/extensions/telegram.adoc  |   4 +-
 .../ROOT/pages/user-guide/custom-components.adoc   | 122 +++++
 docs/modules/ROOT/pages/user-guide/testing.adoc    |   5 +
 .../runtime/src/main/doc/limitations.adoc          |   2 +-
 .../controlbus/runtime/src/main/doc/usage.adoc     |   3 +-
 extensions/jira/runtime/pom.xml                    |   2 +-
 extensions/jms/runtime/src/main/doc/usage.adoc     |  25 +-
 .../runtime/src/main/doc/configuration.adoc        |   2 +-
 .../runtime/src/main/doc/configuration.adoc        |   4 +
 extensions/{xchange => ocsf}/deployment/pom.xml    |  20 +-
 .../component/ocsf/deployment/OcsfProcessor.java}  |  32 +-
 .../parent-pom.xml => extensions/ocsf/pom.xml      |   8 +-
 extensions/{telemetry-dev => ocsf}/runtime/pom.xml |  26 +-
 extensions/ocsf/runtime/src/main/doc/usage.adoc    |  71 +++
 .../main/resources/META-INF/quarkus-extension.yaml |   6 +-
 extensions/pom.xml                                 |   1 +
 .../salesforce/runtime/src/main/doc/usage.adoc     |   2 +-
 .../telegram/runtime/src/main/doc/usage.adoc       |   3 +-
 integration-tests/{fory => ocsf}/pom.xml           |  18 +-
 .../quarkus/component/ocsf/it/OcsfResource.java    | 378 ++++++++++++++
 .../quarkus/component/ocsf/it/OcsfRoutes.java      |  39 +-
 .../src/main/resources/application.properties      |   2 +
 .../resources/ocsf-detection-finding-example.json  | 168 +++++++
 .../camel/quarkus/component/ocsf/it/OcsfIT.java    |   4 +-
 .../camel/quarkus/component/ocsf/it/OcsfTest.java  | 350 +++++++++++++
 integration-tests/pom.xml                          |   1 +
 pom.xml                                            |   9 +-
 poms/bom/pom.xml                                   |  20 +
 poms/bom/src/main/generated/flattened-full-pom.xml | 554 +++++++++++----------
 .../src/main/generated/flattened-reduced-pom.xml   |  62 ++-
 .../generated/flattened-reduced-verbose-pom.xml    | 156 +++---
 ....java => CamelQuarkusContextConfiguration.java} |  21 +-
 ...=> CamelQuarkusTestExecutionConfiguration.java} |  16 +-
 .../quarkus/test/CamelQuarkusTestSupport.java      |  23 +-
 tooling/scripts/test-categories.yaml               |   1 +
 65 files changed, 2323 insertions(+), 1472 deletions(-)
 create mode 100644 .github/actions/setup-maven-cache/action.yaml
 rename .github/workflows/{ci-semeru-jdk.yaml => alternate-jdk-build.yaml} (74%)
 copy integration-tests/wasm/rust/build.sh => 
.github/workflows/jdk21-build.yaml (75%)
 mode change 100755 => 100644
 copy .gitleaks.toml => .github/workflows/semeru17-build.yaml (72%)
 copy .gitleaks.toml => .github/workflows/semeru21-build.yaml (72%)
 create mode 100644 docs/modules/ROOT/examples/dataformats/ocsf.yml
 create mode 100644 docs/modules/ROOT/pages/reference/extensions/ocsf.adoc
 create mode 100644 docs/modules/ROOT/pages/user-guide/custom-components.adoc
 copy extensions/{xchange => ocsf}/deployment/pom.xml (82%)
 copy 
extensions/{smb/deployment/src/main/java/org/apache/camel/quarkus/component/smb/deployment/SmbProcessor.java
 => 
ocsf/deployment/src/main/java/org/apache/camel/quarkus/component/ocsf/deployment/OcsfProcessor.java}
 (61%)
 copy tooling/create-extension-templates/parent-pom.xml => 
extensions/ocsf/pom.xml (86%)
 copy extensions/{telemetry-dev => ocsf}/runtime/pom.xml (83%)
 create mode 100644 extensions/ocsf/runtime/src/main/doc/usage.adoc
 copy {extensions-core/xml-jaxp => 
extensions/ocsf}/runtime/src/main/resources/META-INF/quarkus-extension.yaml 
(89%)
 copy integration-tests/{fory => ocsf}/pom.xml (88%)
 create mode 100644 
integration-tests/ocsf/src/main/java/org/apache/camel/quarkus/component/ocsf/it/OcsfResource.java
 copy 
integration-tests-support/messaging/sjms/src/main/java/org/apache/camel/quarkus/messaging/sjms/SjmsRoutes.java
 => 
integration-tests/ocsf/src/main/java/org/apache/camel/quarkus/component/ocsf/it/OcsfRoutes.java
 (52%)
 copy integration-tests/{jolt => 
ocsf}/src/main/resources/application.properties (95%)
 create mode 100644 
integration-tests/ocsf/src/main/resources/ocsf-detection-finding-example.json
 copy 
integration-test-groups/foundation/eip/src/test/java/org/apache/camel/quarkus/eip/it/EipIT.java
 => 
integration-tests/ocsf/src/test/java/org/apache/camel/quarkus/component/ocsf/it/OcsfIT.java
 (91%)
 create mode 100644 
integration-tests/ocsf/src/test/java/org/apache/camel/quarkus/component/ocsf/it/OcsfTest.java
 rename 
test-framework/camel-quarkus-junit/src/main/java/org/apache/camel/quarkus/test/{CustomCamelContextConfiguration.java
 => CamelQuarkusContextConfiguration.java} (51%)
 rename 
test-framework/camel-quarkus-junit/src/main/java/org/apache/camel/quarkus/test/{CustomTestExecutionConfiguration.java
 => CamelQuarkusTestExecutionConfiguration.java} (57%)

Reply via email to