This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a change to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard ec7ba38ebd Fixed kamelet, mail test modules
discard 1c7dee2313 Regen
discard 32fd65a91d feat: remove eddsa library dependency code since it has
been removed in camel core (#8773)
discard f7b1f68d6c Disable smallrye-reactive-messaging native profile due to
#8752
discard 30abbd410c feat(extensions): support telemetry include processor field
discard a2ca9ecbe8 chore(extensions): telemetry disable core processors
discard ad5e26f840 Fixes #8592. Add camel-quarkus-jsoup extension with native
support
discard 0c7348662e Add security-policy integration test for CAMEL-23250
discard 500f9f9aa0 Update to 4.21.0-SNAPSHOT
add ca54185393 chore: use WireMock for docling integration tests to avoid
20GB container pull in CI
add 5322552539 chore: document that Camel components ship with Jandex index
add 4bfee8a3f8 Bump org.cyclonedx:cyclonedx-maven-plugin from 2.9.1 to
2.9.2
add e6ca819630 Ignore Claude local preferences
add bbfa08511f Fixes #8783. Use getRuntimeDependencies() instead of
getDependencies() to avoid matching deployment-only transitives
add 5052b1770b Ensure Micrometer app.info metric version tag resolves
correctly for all Quarkus package types
add 6a8e80c2f5 Test CXF with WS-Addressing enforced
add 3cf470e533 Fixes #5566. Add AWS CloudTrail native extension
add 56defd136b Add incremental build support to CI workflow
new f3a52d478a Update to 4.21.0-SNAPSHOT
new 595db73a16 Add security-policy integration test for CAMEL-23250
new e4358b6bdf Fixes #8592. Add camel-quarkus-jsoup extension with native
support
new 4af9240a4d chore(extensions): telemetry disable core processors
new 3c52596569 feat(extensions): support telemetry include processor field
new c35979bde5 Disable smallrye-reactive-messaging native profile due to
#8752
new e9095aa7a5 feat: remove eddsa library dependency code since it has
been removed in camel core (#8773)
new c72b7b116b Regen
new 34571294cf Fixed kamelet, mail test modules
new 6760e68c79 Adapt vertx-websocket to recent component changes
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 (ec7ba38ebd)
\
N -- N -- N refs/heads/camel-main (6760e68c79)
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 10 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 | 376 +++++++++--
.gitignore | 1 +
.mvn/extensions.xml | 8 +
.mvn/maven.config | 3 +
AGENTS.md | 2 +
catalog/pom.xml | 13 +
.../ROOT/examples/components/aws-cloudtrail.yml | 13 +
docs/modules/ROOT/nav.adoc | 1 +
.../{github2.adoc => aws-cloudtrail.adoc} | 22 +-
.../deployment/SupportLangchain4jProcessor.java | 6 +-
.../spring/deployment/SpringKotlinProcessor.java | 2 +-
.../{ocsf => aws-cloudtrail}/deployment/pom.xml | 12 +-
.../deployment/AwsCloudtrailProcessor.java} | 6 +-
extensions/{github2 => aws-cloudtrail}/pom.xml | 4 +-
.../{ocsf => aws-cloudtrail}/runtime/pom.xml | 18 +-
.../main/resources/META-INF/quarkus-extension.yaml | 6 +-
.../csimple/deployment/CSimpleProcessor.java | 2 +-
.../groovy/deployment/GroovyProcessor.java | 2 +-
.../component/hl7/deployment/Hl7Processor.java | 2 +-
.../java/joor/deployment/JavaJoorDslProcessor.java | 2 +-
.../component/joor/deployment/JoorProcessor.java | 2 +-
.../micrometer/deployment/MicrometerProcessor.java | 54 ++
extensions/pom.xml | 1 +
.../quartz/deployment/QuartzProcessor.java | 2 +-
.../vertx/websocket/VertxWebsocketRecorder.java | 3 +-
.../xchange/deployment/XchangeProcessor.java | 2 +-
.../aws2/aws-cloudtrail/README.adoc | 73 +++
.../aws2/aws-cloudtrail}/pom.xml | 29 +-
.../aws/cloudtrail/it/AwsCloudtrailResource.java | 85 +++
.../aws/cloudtrail/it/AwsCloudtrailRoutes.java | 73 +++
.../cloudtrail/it/CloudTrailClientProducer.java | 61 ++
.../src/main/resources/application.properties | 12 +-
.../aws/cloudtrail/it/AwsCloudtrailIT.java} | 4 +-
.../aws/cloudtrail/it/AwsCloudtrailTest.java | 65 ++
.../cloudtrail/it/AwsCloudtrailTestResource.java} | 27 +-
.../resources/mappings/cloudtrail-createTrail.json | 23 +
.../mappings/cloudtrail-deleteTrail.json} | 13 +-
.../mappings/cloudtrail-lookupEvents.json | 18 +
integration-test-groups/aws2/pom.xml | 1 +
.../cxf-soap/cxf-soap-server/pom.xml | 17 +
.../cxf/soap/server/it/CxfSoapRoutes.java | 39 ++
.../server/it/WsAddressingClientResource.java} | 15 +-
...eFirstService.java => WsAddressingService.java} | 19 +-
.../cxf/soap/server/it/CxfSoapServiceTest.java | 61 ++
integration-tests/amqp/pom.xml | 6 +
integration-tests/aws2-grouped/pom.xml | 27 +
integration-tests/docling/README.adoc | 68 ++
integration-tests/docling/Readme.md | 19 -
integration-tests/docling/pom.xml | 5 +
.../component/docling/it/DoclingResource.java | 9 +-
.../quarkus/component/docling/it/DoclingTest.java | 3 +-
.../component/docling/it/DoclingTestResource.java | 75 ++-
...ource-38a52645-d65e-481e-9960-7c5e82a43fb7.json | 1 +
...ource-7498499d-94c1-4bb9-9ab1-9806dac2b1b3.json | 1 +
...ource-2a9620bf-c5e9-47e1-966d-cb427fb2821a.json | 25 +
...ource-38a52645-d65e-481e-9960-7c5e82a43fb7.json | 25 +
...ource-4c400318-5fb5-49cd-87f5-5843693def91.json | 25 +
...ource-79d3fa48-8d37-4101-8cc8-ecd983baa7c1.json | 25 +
...ource-7a964535-2b50-4ba9-8d42-60edadc21ca5.json | 25 +
...ource-937ef1ac-68e8-40b9-8d44-23b60c623ba4.json | 25 +
...ource-956a305a-5041-4164-894d-a423791b0f1f.json | 25 +
...ource-b0edcd89-4eee-47ff-98ef-49e8da37b255.json | 25 +
...ource-c7b805bb-b565-4dd1-bf9c-4f73dc4f822b.json | 25 +
...ource-ed0b894d-8b9c-4cf3-8818-15e724b08efb.json | 25 +
...ource-f98ead23-9586-458a-b63e-6790cdcd3623.json | 25 +
...async-8084456f-3946-4601-a9bf-a9aa61962149.json | 25 +
...async-d24e11df-614f-4f00-9c21-4d781ae4a4dc.json | 25 +
...async-d9115eaa-2f66-4d77-9098-1a31d06e5387.json | 25 +
...169f8-22837b94-3f2f-48af-bce2-5cddf7eff1f2.json | 20 +
...db756-b1da40b4-6ce8-4ce7-bca2-de2a08a4b8b7.json | 20 +
...f2a9e-0121ab9c-4a5d-4232-9df1-cb99c368e678.json | 20 +
...169f8-4a7192f1-ae07-4d02-bfb9-62c01749112c.json | 29 +
...169f8-96d14f30-3a42-4b6f-a6f6-8b3f74d5d0e6.json | 30 +
...db756-e66e62ba-ce9f-4038-b3cd-1d16666e95c6.json | 27 +
...f2a9e-3bdfc119-76d8-4132-b73e-802a90187b78.json | 29 +
...f2a9e-96f6dccc-50f7-4c94-965f-0442cf070edb.json | 30 +
.../micrometer/it/MicrometerResource.java | 18 +
.../component/micrometer/it/MicrometerTest.java | 15 +-
.../vertx/websocket/it/VertxWebsocketResource.java | 4 +-
pom.xml | 2 +-
poms/bom/pom.xml | 21 +
poms/bom/src/main/generated/flattened-full-pom.xml | 21 +
.../src/main/generated/flattened-reduced-pom.xml | 21 +
.../generated/flattened-reduced-verbose-pom.xml | 21 +
.../camel/quarkus/maven/IncrementalBuildMojo.java | 701 +++++++++++++++++++++
85 files changed, 2591 insertions(+), 202 deletions(-)
create mode 100644 .mvn/extensions.xml
create mode 100644 docs/modules/ROOT/examples/components/aws-cloudtrail.yml
copy docs/modules/ROOT/pages/reference/extensions/{github2.adoc =>
aws-cloudtrail.adoc} (63%)
copy extensions/{ocsf => aws-cloudtrail}/deployment/pom.xml (85%)
copy
extensions/{bean-validator/deployment/src/main/java/org/apache/camel/quarkus/component/bean/validator/deployment/BeanValidatorProcessor.java
=>
aws-cloudtrail/deployment/src/main/java/org/apache/camel/quarkus/component/aws/cloudtrail/deployment/AwsCloudtrailProcessor.java}
(86%)
copy extensions/{github2 => aws-cloudtrail}/pom.xml (92%)
copy extensions/{ocsf => aws-cloudtrail}/runtime/pom.xml (85%)
copy {extensions-core/xml-jaxp =>
extensions/aws-cloudtrail}/runtime/src/main/resources/META-INF/quarkus-extension.yaml
(88%)
create mode 100644 integration-test-groups/aws2/aws-cloudtrail/README.adoc
copy {integration-tests/github2 =>
integration-test-groups/aws2/aws-cloudtrail}/pom.xml (85%)
create mode 100644
integration-test-groups/aws2/aws-cloudtrail/src/main/java/org/apache/camel/quarkus/component/aws/cloudtrail/it/AwsCloudtrailResource.java
create mode 100644
integration-test-groups/aws2/aws-cloudtrail/src/main/java/org/apache/camel/quarkus/component/aws/cloudtrail/it/AwsCloudtrailRoutes.java
create mode 100644
integration-test-groups/aws2/aws-cloudtrail/src/main/java/org/apache/camel/quarkus/component/aws/cloudtrail/it/CloudTrailClientProducer.java
copy integration-test-groups/{dataformats-json/json-jackson =>
aws2/aws-cloudtrail}/src/main/resources/application.properties (81%)
copy
integration-test-groups/aws2/{aws2-cw/src/test/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwIT.java
=>
aws-cloudtrail/src/test/java/org/apache/camel/quarkus/component/aws/cloudtrail/it/AwsCloudtrailIT.java}
(88%)
create mode 100644
integration-test-groups/aws2/aws-cloudtrail/src/test/java/org/apache/camel/quarkus/component/aws/cloudtrail/it/AwsCloudtrailTest.java
copy
integration-test-groups/aws2/{aws2-mq/src/test/java/org/apache/camel/quarkus/component/aws2/mq/it/Aws2MqTestResource.java
=>
aws-cloudtrail/src/test/java/org/apache/camel/quarkus/component/aws/cloudtrail/it/AwsCloudtrailTestResource.java}
(56%)
create mode 100644
integration-test-groups/aws2/aws-cloudtrail/src/test/resources/mappings/cloudtrail-createTrail.json
copy
integration-test-groups/aws2/{aws2-ecs/src/test/resources/mappings/ecs-listClusters.json
=> aws-cloudtrail/src/test/resources/mappings/cloudtrail-deleteTrail.json}
(54%)
create mode 100644
integration-test-groups/aws2/aws-cloudtrail/src/test/resources/mappings/cloudtrail-lookupEvents.json
copy
integration-test-groups/{xml/jvm/xslt-ref/src/main/java/org/apache/camel/quarkus/component/xml/it/XsltRefResource.java
=>
cxf-soap/cxf-soap-server/src/main/java/org/apache/camel/quarkus/component/cxf/soap/server/it/WsAddressingClientResource.java}
(77%)
copy
integration-test-groups/cxf-soap/cxf-soap-server/src/main/java/org/apache/camel/quarkus/component/cxf/soap/server/it/{CodeFirstService.java
=> WsAddressingService.java} (58%)
create mode 100644 integration-tests/docling/README.adoc
delete mode 100644 integration-tests/docling/Readme.md
create mode 100644
integration-tests/docling/src/test/resources/__files/v1_convert_source-38a52645-d65e-481e-9960-7c5e82a43fb7.json
create mode 100644
integration-tests/docling/src/test/resources/__files/v1_convert_source-7498499d-94c1-4bb9-9ab1-9806dac2b1b3.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-2a9620bf-c5e9-47e1-966d-cb427fb2821a.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-38a52645-d65e-481e-9960-7c5e82a43fb7.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-4c400318-5fb5-49cd-87f5-5843693def91.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-79d3fa48-8d37-4101-8cc8-ecd983baa7c1.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-7a964535-2b50-4ba9-8d42-60edadc21ca5.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-937ef1ac-68e8-40b9-8d44-23b60c623ba4.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-956a305a-5041-4164-894d-a423791b0f1f.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-b0edcd89-4eee-47ff-98ef-49e8da37b255.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-c7b805bb-b565-4dd1-bf9c-4f73dc4f822b.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-ed0b894d-8b9c-4cf3-8818-15e724b08efb.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source-f98ead23-9586-458a-b63e-6790cdcd3623.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source_async-8084456f-3946-4601-a9bf-a9aa61962149.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source_async-d24e11df-614f-4f00-9c21-4d781ae4a4dc.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_convert_source_async-d9115eaa-2f66-4d77-9098-1a31d06e5387.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_result_4555d9b2-63b9-4510-8d8c-0184f14169f8-22837b94-3f2f-48af-bce2-5cddf7eff1f2.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_result_7ebf4405-8bd5-49d8-bb4a-07094f3db756-b1da40b4-6ce8-4ce7-bca2-de2a08a4b8b7.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_result_b89061f3-3601-4f4a-8d21-c977f2bf2a9e-0121ab9c-4a5d-4232-9df1-cb99c368e678.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_status_poll_4555d9b2-63b9-4510-8d8c-0184f14169f8-4a7192f1-ae07-4d02-bfb9-62c01749112c.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_status_poll_4555d9b2-63b9-4510-8d8c-0184f14169f8-96d14f30-3a42-4b6f-a6f6-8b3f74d5d0e6.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_status_poll_7ebf4405-8bd5-49d8-bb4a-07094f3db756-e66e62ba-ce9f-4038-b3cd-1d16666e95c6.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_status_poll_b89061f3-3601-4f4a-8d21-c977f2bf2a9e-3bdfc119-76d8-4132-b73e-802a90187b78.json
create mode 100644
integration-tests/docling/src/test/resources/mappings/v1_status_poll_b89061f3-3601-4f4a-8d21-c977f2bf2a9e-96f6dccc-50f7-4c94-965f-0442cf070edb.json
create mode 100644
tooling/maven-plugin/src/main/java/org/apache/camel/quarkus/maven/IncrementalBuildMojo.java