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 47da4ecd3b Disable nitrite native integration tests due to #8245
discard 8623451590 Upgrade Quarkus to 3.32.0.CR1
add 0b52045775 Bump
io.quarkiverse.amazonservices:quarkus-amazon-services-bom from 3.14.0 to 3.14.1
add 6245fbf793 docs: Update contributor guide with Java 17 requirements
and Podman support
add 73258cbcba Skip also native tests when jvm is skipped on arm
add 91dab21523 chore: Remove redundant doInit() override in
FastTypeConverter
add ef5b895ab6 chore: Modernize collection usage and clean up pom.xml
add 8ea7bacc58 Add support for opentelemetry2 traceHeadersInclusion tracer
option
add bdde84b8e3 Align dev.langchain4j dependencies with Quarkus LangChain4j
1.6.0
add 81fdda050d Minor documentation improvements for opentelemetry2
extension
add 50eb7f97b7 Remove redundant camel-quarkus-mongodb dependency from
camel-quarkus-debezium-mongodb
add c63bced3a9 chore: Runtime cleanup and modernization
add 9181598e51 chore: Deployment cleanup and modernization
add 0bb30aa99a chore: Modernize FastCamelContext and CamelMain
add 06787ebf9e chore: Revert CamelMain logging change per review
add e1bbffdf12 chore: formatting and list modernization
add c8c0996b4a chore: Revert CamelConfig change per review
add bc87d28d1c Remove usage of deprecated Infinispan APIs & crypto
algorithms
add 61a44c04be Run JFR tests only if the JDK supports it
add bf500c185d Modernize core and AWS2 extensions: adopt List.of,
String.formatted, and lambdas
add d0c07819c4 Restore accidentally truncated core.adoc
add 73b7ca7c77 chore: replace string concatenation with parameterized
logging
add 9a0a3b3b20 Batch 2 Modernization: adopt List.of, Set.of, and modern
formatting
add a8f75bd03c Regen SBOM from commit
9a0a3b3b200bbcca9416336b6d5e0857cae5f67d (#8270)
add efdc20a8d5 Bump quarkiverse-groovy.version from 3.31.1 to 3.31.2
add 54278afc83 Introduce Semeru JDK CE testing as weekly job
add 9911a9d2c9 chore: modernize collection usage in multiple extensions
new 561132e825 Upgrade Quarkus to 3.32.0.CR1
new 2c54ca9090 Disable nitrite native integration tests due to #8245
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 (47da4ecd3b)
\
N -- N -- N refs/heads/quarkus-main (2c54ca9090)
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 2 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:
.github/workflows/ci-build.yaml | 1 +
.../{jdk25-build.yaml => ci-semeru-jdk.yaml} | 61 +-
.github/workflows/pr-validate.yml | 1 +
camel-quarkus-sbom/camel-quarkus-sbom.json | 5982 +++++++++++---------
camel-quarkus-sbom/camel-quarkus-sbom.xml | 5351 +++++++++--------
docs/antora.yml | 2 +-
.../ROOT/pages/contributor-guide/index.adoc | 6 +-
.../pages/reference/extensions/opentelemetry2.adoc | 10 +-
.../core/deployment/CamelNativeImageProcessor.java | 44 +-
.../quarkus/core/deployment/ConsumeProcessor.java | 6 +-
.../spi/CamelServicePatternBuildItem.java | 7 +-
.../main/CamelMainUnknownArgumentWarnTest.java | 2 +-
.../core/deployment/util/PathFilterTest.java | 65 +-
.../camel/quarkus/core/CamelBootstrapRecorder.java | 18 +-
.../camel/quarkus/core/FastCamelContext.java | 7 +-
.../camel/quarkus/core/FastTypeConverter.java | 5 -
.../org/apache/camel/quarkus/main/CamelMain.java | 7 +-
.../athena/deployment/Aws2AthenaProcessor.java | 3 +-
.../aws2/cw/deployment/Aws2CwProcessor.java | 3 +-
.../aws2/ddb/deployment/Aws2DdbProcessor.java | 3 +-
.../aws2/ec2/deployment/Aws2Ec2Processor.java | 3 +-
.../aws2/ecs/deployment/Aws2EcsProcessor.java | 3 +-
.../aws2/eks/deployment/Aws2EksProcessor.java | 3 +-
.../deployment/Aws2EventbridgeProcessor.java | 3 +-
.../aws2/iam/deployment/Aws2IamProcessor.java | 3 +-
.../aws2/kinesis/deployment/JakartaEnablement.java | 5 +-
.../aws2/kms/deployment/Aws2KmsProcessor.java | 3 +-
.../lambda/deployment/Aws2LambdaProcessor.java | 3 +-
.../aws2/mq/deployment/Aws2MqProcessor.java | 3 +-
.../aws2/msk/deployment/Aws2MskProcessor.java | 3 +-
.../aws2/s3/deployment/Aws2S3Processor.java | 3 +-
.../aws2/ses/deployment/Aws2SesProcessor.java | 3 +-
.../aws2/sns/deployment/Aws2SnsProcessor.java | 3 +-
.../aws2/sqs/deployment/Aws2SqsProcessor.java | 3 +-
.../aws2/sts/deployment/Aws2StsProcessor.java | 3 +-
.../deployment/Aws2TranslateProcessor.java | 3 +-
.../csimple/deployment/CSimpleProcessor.java | 12 +-
extensions/debezium-mongodb/deployment/pom.xml | 4 -
extensions/debezium-mongodb/runtime/pom.xml | 8 +-
.../component/grpc/deployment/GrpcProcessor.java | 4 +-
.../jira/deployment/JakartaEnablement.java | 5 +-
.../jolokia/deployment/JolokiaProcessor.java | 3 +-
.../deployment/Opentelemetry2Test.java | 2 +
.../opentelemetry2/runtime/src/main/doc/usage.adoc | 4 +-
.../opentelemetry2/CamelOpenTelemetry2Config.java | 8 +
.../OpenTelemetry2TracerProducer.java | 12 +-
.../smb/deployment/JakartaEnablement.java | 5 +-
.../component/xslt/deployment/XsltProcessor.java | 3 +-
.../quarkus/component/jdbc/db2/CamelDb2JdbcIT.java | 2 +
.../component/jdbc/mssql/CamelMssqlJdbcIT.java | 2 +
.../component/infinispan/InfinispanRoutes.java | 12 +-
.../infinispan/InfinispanServerTestResource.java | 2 +-
.../camel/quarkus/component/jfr/it/JfrTest.java | 19 +
.../camel/quarkus/component/lra/it/LraIT.java | 2 +
.../opentelemetry2/it/OpenTelemetry2Resource.java | 14 +
.../it/OpenTelemetry2RouteBuilder.java | 3 +
.../src/main/resources/application.properties | 1 +
.../opentelemetry2/it/Opentelemetry2Test.java | 11 +
.../component/splunk/hec/it/SplunkHecIT.java | 2 +
.../quarkus/component/splunk/it/SplunkIT.java | 2 +
pom.xml | 16 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 3335 ++++++-----
.../src/main/generated/flattened-reduced-pom.xml | 143 +-
.../generated/flattened-reduced-verbose-pom.xml | 403 +-
64 files changed, 8359 insertions(+), 7314 deletions(-)
copy .github/workflows/{jdk25-build.yaml => ci-semeru-jdk.yaml} (95%)