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 2b7e537135 Disable tests for extensions that have not transitioned to 
@ConfigMapping
 discard da5f0f371b Upgrade Quarkus to 3.26.0.CR1
     add 3c75451e40 [fixes #3037] Enable GrpcTest#forwardOnError test
     add bc82d7b8ff Bump actions/download-artifact from 4.3.0 to 5.0.0
     add c7b8a7a0b3 Remove redundant native workarounds for Camel Quarkus main
     add 06025ace9c [fixes #7585] Wiremock Olingo4 test
     add 67112458cf Enable infinispan-quarkus-client native tests
     add 4804c3f07b Enable Tika native tests on GitHub CI
     add b4ac44cd27 Remove flat-class-path workaround for Google BigQuery test
     add 358b1c5659 Bump com.microsoft.graph:microsoft-graph from 6.48.0 to 
6.49.0
     add 1bdbbb8c81 Restore FOP native mode support
     add cb125d72d7 Remove redundant debezium-sqlserver & debezium-mysql test 
profiles
     new 8d82e4af77 Upgrade Quarkus to 3.26.0.CR1
     new ce9f70d8a9 Disable tests for extensions that have not transitioned to 
@ConfigMapping

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   (2b7e537135)
            \
             N -- N -- N   refs/heads/quarkus-main (ce9f70d8a9)

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/camel-master-cron.yaml           | 14 ++--
 .github/workflows/ci-build.yaml                    | 12 +--
 .github/workflows/quarkus-lts-ci-build.yaml        | 12 +--
 .github/workflows/quarkus-master-cron.yaml         | 14 ++--
 .../ROOT/pages/reference/extensions/fop.adoc       |  2 -
 .../main/CamelMainNativeImageProcessor.java        | 11 ---
 extensions/fop/deployment/pom.xml                  |  4 +
 .../component/fop/deployment/FopProcessor.java     | 44 ++++++++---
 extensions/fop/runtime/pom.xml                     |  4 +
 .../fop/runtime/src/main/doc/limitations.adoc      |  2 -
 .../component/fop/FopRuntimeProxyFeature.java      | 13 ++--
 integration-test-groups/debezium/mssql/pom.xml     | 40 ++++------
 .../resources/container-license-acceptance.txt     |  1 +
 integration-test-groups/debezium/mysql/pom.xml     | 31 ++------
 integration-tests/debezium-grouped/pom.xml         | 86 ++++++++++++----------
 integration-tests/fop/pom.xml                      |  2 -
 .../src/main/resources/application.properties      | 19 -----
 .../camel/quarkus/component/grpc/it/GrpcTest.java  | 26 ++++++-
 .../infinispan-quarkus-client/pom.xml              |  2 -
 integration-tests/olingo4/pom.xml                  |  5 ++
 .../component/olingo4/it/Olingo4Resource.java      |  3 +-
 .../component/olingo4/it/OdataTestResource.java}   | 23 ++++--
 .../quarkus/component/olingo4/it/Olingo4Test.java  |  7 +-
 .../get--8ae41609-c49a-4b6d-b335-ee727631a048.json | 22 ++++++
 ...adata-2f40bdab-7053-4eb5-83be-f70b43486891.json | 29 ++++++++
 ...adata-330a90d0-592f-46c6-80f9-cf15b055f9da.json | 28 +++++++
 ...adata-3e0fad91-a570-4947-9e67-3823c33076ea.json | 29 ++++++++
 ...adata-9e008580-1cb1-4fd1-8135-3d64745024a9.json | 29 ++++++++
 ...adata-c0873f71-c4e2-4b98-a992-df3accaa15db.json | 29 ++++++++
 ...eople-3d065a98-0189-48f5-b34b-069d78fcf30c.json | 32 ++++++++
 ...black-0de8fed9-0206-42ee-8a37-e8e12af29bef.json | 29 ++++++++
 ...black-1dc96a47-53cd-4833-ad05-7741d80f786f.json | 29 ++++++++
 ...black-304dabfb-7440-413c-8e79-98d8d9a128b8.json | 29 ++++++++
 ...black-98c362e6-d716-4c73-be36-9feaaacc4770.json | 29 ++++++++
 ...black-d7806e3f-fdc3-40fa-b29d-6dde378ecd26.json | 29 ++++++++
 ...black-d9f2a2de-6caa-4eb8-b8ae-c146c9187cb0.json | 23 ++++++
 ...black-eddd9fd8-d57a-4b27-abe3-9e7c94efe205.json | 28 +++++++
 ...y1su2-cec4fed0-b2c5-405b-ad73-6ca1206baec9.json | 23 ++++++
 integration-tests/tika/pom.xml                     |  5 --
 pom.xml                                            |  4 +-
 40 files changed, 613 insertions(+), 190 deletions(-)
 copy 
extensions-jvm/cli-connector/runtime/src/main/java/org/apache/camel/quarkus/component/cli/connector/QuarkusCliConnectorFactory.java
 => 
extensions/fop/runtime/src/main/java/org/apache/camel/quarkus/component/fop/FopRuntimeProxyFeature.java
 (67%)
 create mode 100644 
integration-test-groups/debezium/mssql/src/test/resources/container-license-acceptance.txt
 delete mode 100644 
integration-tests/google-bigquery/src/main/resources/application.properties
 copy 
integration-tests/{langchain4j-web-search/src/test/java/org/apache/camel/quarkus/component/langchain4j/web/search/it/TavilyTestResource.java
 => 
olingo4/src/test/java/org/apache/camel/quarkus/component/olingo4/it/OdataTestResource.java}
 (62%)
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/get--8ae41609-c49a-4b6d-b335-ee727631a048.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_metadata-2f40bdab-7053-4eb5-83be-f70b43486891.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_metadata-330a90d0-592f-46c6-80f9-cf15b055f9da.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_metadata-3e0fad91-a570-4947-9e67-3823c33076ea.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_metadata-9e008580-1cb1-4fd1-8135-3d64745024a9.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_metadata-c0873f71-c4e2-4b98-a992-df3accaa15db.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_people-3d065a98-0189-48f5-b34b-069d78fcf30c.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_peoplelewisblack-0de8fed9-0206-42ee-8a37-e8e12af29bef.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_peoplelewisblack-1dc96a47-53cd-4833-ad05-7741d80f786f.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_peoplelewisblack-304dabfb-7440-413c-8e79-98d8d9a128b8.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_peoplelewisblack-98c362e6-d716-4c73-be36-9feaaacc4770.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_peoplelewisblack-d7806e3f-fdc3-40fa-b29d-6dde378ecd26.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_peoplelewisblack-d9f2a2de-6caa-4eb8-b8ae-c146c9187cb0.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/smsg045tp30x3dd2gs4dy1su2_peoplelewisblack-eddd9fd8-d57a-4b27-abe3-9e7c94efe205.json
 create mode 100644 
integration-tests/olingo4/src/test/resources/mappings/trippinrestierservice_smsg045tp30x3dd2gs4dy1su2-cec4fed0-b2c5-405b-ad73-6ca1206baec9.json

Reply via email to