Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 4 additions & 1 deletion .github/workflows/alternate-jdk-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
- name: Set up JDK ${{ env.JDK_VERSION }}
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
with:
Expand Down Expand Up @@ -409,7 +412,7 @@ jobs:
git clone --depth 1 --branch ${EXAMPLES_BRANCH} https://github.com/apache/camel-quarkus-examples.git \
&& cd camel-quarkus-examples \
&& echo "Current Examples commit:" $(git rev-parse HEAD) \
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} -N org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}

BUILD_FAILURES=()

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/camel-master-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ jobs:
git clone --depth 1 --branch ${EXAMPLES_BRANCH} https://github.com/apache/camel-quarkus-examples.git \
&& cd camel-quarkus-examples \
&& echo "Current Examples commit:" $(git rev-parse HEAD) \
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} -N org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}

BUILD_FAILURES=()

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
ref: ${{ env.CHECKOUT_REF }}
fetch-depth: 0
- name: Set up JDK 17
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
with:
Expand Down Expand Up @@ -780,7 +783,7 @@ jobs:
git clone --depth 1 --branch ${EXAMPLES_BRANCH} https://github.com/apache/camel-quarkus-examples.git \
&& cd camel-quarkus-examples \
&& echo "Current Examples commit:" $(git rev-parse HEAD) \
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} -N org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}

# Filter examples for incremental builds
MODULES_TO_BUILD="${EXAMPLE_MODULES//,/ }"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-lts-ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ jobs:
git clone --depth 1 --branch ${EXAMPLES_BRANCH} https://github.com/apache/camel-quarkus-examples.git \
&& cd camel-quarkus-examples \
&& echo "Current Examples commit:" $(git rev-parse HEAD) \
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} -N org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}

BUILD_FAILURES=()

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quarkus-master-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ jobs:
git clone --depth 1 --branch ${EXAMPLES_BRANCH} https://github.com/apache/camel-quarkus-examples.git \
&& cd camel-quarkus-examples \
&& echo "Current Examples commit:" $(git rev-parse HEAD) \
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}
&& ./mvnw ${CQ_MAVEN_ARGS} ${BRANCH_OPTIONS} -N org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform -Dcq.camel-quarkus.version=${CQ_VERSION}

BUILD_FAILURES=()

Expand Down
2 changes: 1 addition & 1 deletion catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../poms/build-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ asciidoc:
# Project versions
camel-version: 4.21.0 # replace ${camel.version}
camel-docs-version: next
camel-quarkus-version: 3.37.0 # replace ${camel-quarkus.version}
camel-quarkus-version: 3.38.0 # replace ${camel-quarkus.version}
quarkus-version: 3.37.0 # replace ${quarkus.version}
graalvm-version: 23.1.2 # replace ${graalvm.version}
graalvm-docs-version: jdk21 # replace ${graalvm-docs.version}
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/examples/components/a2a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cqArtifactIdBase: a2a
cqNativeSupported: true
cqStatus: Stable
cqDeprecated: false
cqJvmSince: 3.37.0
cqNativeSince: 3.37.0
cqJvmSince: 3.38.0
cqNativeSince: 3.38.0
cqCamelPartName: a2a
cqCamelPartTitle: A2A
cqCamelPartDescription: A2A endpoint for agent-to-agent communication.
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/examples/components/aws-cloudtrail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cqArtifactIdBase: aws-cloudtrail
cqNativeSupported: true
cqStatus: Stable
cqDeprecated: false
cqJvmSince: 3.37.0
cqNativeSince: 3.37.0
cqJvmSince: 3.38.0
cqNativeSince: 3.38.0
cqCamelPartName: aws-cloudtrail
cqCamelPartTitle: AWS Cloudtrail
cqCamelPartDescription: Consume events from Amazon Cloudtrail using AWS SDK version 2.x.
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/examples/components/github2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cqArtifactIdBase: github2
cqNativeSupported: true
cqStatus: Stable
cqDeprecated: false
cqJvmSince: 3.37.0
cqNativeSince: 3.37.0
cqJvmSince: 3.38.0
cqNativeSince: 3.38.0
cqCamelPartName: github2
cqCamelPartTitle: GitHub2
cqCamelPartDescription: Interact with the GitHub API.
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/examples/dataformats/ocsf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cqArtifactIdBase: ocsf
cqNativeSupported: true
cqStatus: Stable
cqDeprecated: false
cqJvmSince: 3.37.0
cqNativeSince: 3.37.0
cqJvmSince: 3.38.0
cqNativeSince: 3.38.0
cqCamelPartName: ocsf
cqCamelPartTitle: OCSF
cqCamelPartDescription: Marshal and unmarshal OCSF (Open Cybersecurity Schema Framework) security events to/from JSON
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/ROOT/examples/others/jsoup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cqArtifactIdBase: jsoup
cqNativeSupported: true
cqStatus: Stable
cqDeprecated: false
cqJvmSince: 3.36.0
cqNativeSince: 3.36.0
cqJvmSince: 3.38.0
cqNativeSince: 3.38.0
cqCamelPartName: jsoup
cqCamelPartTitle: Jsoup
cqCamelPartDescription: Cleanup HTML content
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/a2a.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
:cq-status-deprecation: Preview
:cq-description: A2A endpoint for agent-to-agent communication.
:cq-deprecated: false
:cq-jvm-since: 3.37.0
:cq-native-since: 3.37.0
:cq-jvm-since: 3.38.0
:cq-native-since: 3.38.0

ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##3.37.0## [.badge-key]##Native since##[.badge-supported]##3.37.0##
[.badge-key]##JVM since##[.badge-supported]##3.38.0## [.badge-key]##Native since##[.badge-supported]##3.38.0##
endif::[]

A2A endpoint for agent-to-agent communication.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
:cq-status-deprecation: Stable
:cq-description: Consume events from Amazon Cloudtrail using AWS SDK version 2.x.
:cq-deprecated: false
:cq-jvm-since: 3.37.0
:cq-native-since: 3.37.0
:cq-jvm-since: 3.38.0
:cq-native-since: 3.38.0

ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##3.37.0## [.badge-key]##Native since##[.badge-supported]##3.37.0##
[.badge-key]##JVM since##[.badge-supported]##3.38.0## [.badge-key]##Native since##[.badge-supported]##3.38.0##
endif::[]

Consume events from Amazon Cloudtrail using AWS SDK version 2.x.
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/github2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
:cq-status-deprecation: Stable
:cq-description: Interact with the GitHub API.
:cq-deprecated: false
:cq-jvm-since: 3.37.0
:cq-native-since: 3.37.0
:cq-jvm-since: 3.38.0
:cq-native-since: 3.38.0

ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##3.37.0## [.badge-key]##Native since##[.badge-supported]##3.37.0##
[.badge-key]##JVM since##[.badge-supported]##3.38.0## [.badge-key]##Native since##[.badge-supported]##3.38.0##
endif::[]

Interact with the GitHub API.
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/jsoup.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
:cq-status-deprecation: Stable
:cq-description: Parse HTML using jsoup
:cq-deprecated: false
:cq-jvm-since: 3.36.0
:cq-native-since: 3.36.0
:cq-jvm-since: 3.38.0
:cq-native-since: 3.38.0

ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##3.36.0## [.badge-key]##Native since##[.badge-supported]##3.36.0##
[.badge-key]##JVM since##[.badge-supported]##3.38.0## [.badge-key]##Native since##[.badge-supported]##3.38.0##
endif::[]

Parse HTML using jsoup
Expand Down
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/reference/extensions/ocsf.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
:cq-status-deprecation: Stable
:cq-description: Marshal and unmarshal OCSF (Open Cybersecurity Schema Framework) security events to/from JSON.
:cq-deprecated: false
:cq-jvm-since: 3.37.0
:cq-native-since: 3.37.0
:cq-jvm-since: 3.38.0
:cq-native-since: 3.38.0

ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##3.37.0## [.badge-key]##Native since##[.badge-supported]##3.37.0##
[.badge-key]##JVM since##[.badge-supported]##3.38.0## [.badge-key]##Native since##[.badge-supported]##3.38.0##
endif::[]

Marshal and unmarshal OCSF (Open Cybersecurity Schema Framework) security events to/from JSON.
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
</parent>

<artifactId>camel-quarkus-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions-core/core/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>camel-quarkus-core-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions-core/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/core/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-core-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/http-common/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-http-common-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/http-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/http-common/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-http-common-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-build-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../poms/build-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/reactive-executor/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-reactive-executor-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/reactive-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/reactive-executor/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-reactive-executor-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/threadpoolfactory-vertx/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-threadpoolfactory-vertx-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/threadpoolfactory-vertx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/threadpoolfactory-vertx/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-threadpoolfactory-vertx-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/xml-io-dsl/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-io-dsl-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/xml-io-dsl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/xml-io-dsl/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-io-dsl-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/xml-jaxb/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-jaxb-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/xml-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-extensions-core</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extensions-core/xml-jaxb/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-xml-jaxb-parent</artifactId>
<version>3.37.0-SNAPSHOT</version>
<version>3.38.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading
Loading