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

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


    from 00c81b6d84 Fixes #8590. Fix intermittent 
MicroProfileHealthSupervisedRouteTest failure on Windows
     new d70301e931 Genericise setup-maven-cache action and cache Atlassian & 
Shibboleth repository artifacts
     new 1a37b1553e Add 3.33 to branch options in the LTS CI workflow
     new 2d3d0af989 Add selected LTS branch into LTS workflow run name
     new 5273f000ca Add opt-in capability to skip cxf-soap-grouped AWT tests on 
macOS
     new 5f55e8ced6 chore: use WireMock for docling integration tests to avoid 
20GB container pull in CI
     new 22c699344a Fixes #8783. Use getRuntimeDependencies() instead of 
getDependencies() to avoid matching deployment-only transitives
     new cbeaaf5217 Ensure Micrometer app.info metric version tag resolves 
correctly for all Quarkus package types

The 7 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/actions/setup-maven-cache/action.yaml      | 104 ++++++++++++
 .github/workflows/camel-master-cron.yaml           | 179 +++++----------------
 .github/workflows/check-dependency-convergence.yml |   6 +
 .github/workflows/ci-build.yaml                    | 163 +++++--------------
 .github/workflows/ci-semeru-jdk.yaml               |  96 ++++-------
 .github/workflows/generate-sbom-main.yml           |   6 +
 .github/workflows/jdk25-build.yaml                 |  96 ++++-------
 .github/workflows/pr-validate.yml                  |   9 ++
 .github/workflows/quarkus-lts-ci-build.yaml        | 152 ++++-------------
 .github/workflows/quarkus-master-cron.yaml         | 179 +++++----------------
 .../deployment/SupportLangchain4jProcessor.java    |   6 +-
 .../spring/deployment/SpringKotlinProcessor.java   |   2 +-
 .../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 +++++++
 .../quartz/deployment/QuartzProcessor.java         |   2 +-
 .../xchange/deployment/XchangeProcessor.java       |   2 +-
 integration-tests/amqp/pom.xml                     |   6 +
 integration-tests/cxf-soap-grouped/pom.xml         |  33 ++++
 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 +-
 54 files changed, 1150 insertions(+), 724 deletions(-)
 create mode 100644 .github/actions/setup-maven-cache/action.yaml
 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

Reply via email to