This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard c49940a82b Gen files discard e9d3f42658 Redefined mariadb devservice to use mirror.gcr.io/* instead of docker.io/* discard 271b4082b8 Gen files discard 2b97ea28b1 Gen files discard adefa868c1 Fixed azure grouped tests discard 900f259d51 regen files discard 7482cac1c6 Gen files discard 84718d50dd gen files discard e62c5d92d8 Added await into spring-rebbitmq to see result on CI discard 5169c2fc3b Fixed compilation issue discard f81826e9a7 Upgrade Camel to 4.14.0 discard 55d6ea3d42 Add iso8583 extension 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 new a355d4b891 Add iso8583 extension new eaef00d808 Upgrade Camel to 4.14.0 new 031df8ae17 Fixed compilation issue new a283c4c749 Added await into spring-rebbitmq to see result on CI new 25f8869602 gen files new 042a15b359 Gen files new 8604eaa721 regen files new 0aa2fad439 Fixed azure grouped tests new b604d109ce Gen files new d7f7ad448a Gen files new 43484b2bb5 Redefined mariadb devservice to use mirror.gcr.io/* instead of docker.io/* new d40c97f619 Gen files 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 (c49940a82b) \ N -- N -- N refs/heads/camel-main (d40c97f619) 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 12 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 +++++----- .../main/CamelMainNativeImageProcessor.java | 11 -------- .../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 ---- 28 files changed, 491 insertions(+), 79 deletions(-) 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