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 85df4c2e42 Disable Kafka SSL tests due to #5381 discard 6ff951adb8 Disable Kubernetes Client tests due to #5318 discard a464b5836f Upgrade Quarkus to 3.5.0.CR1 add cab548d3c2 Bump quarkiverse-groovy.version from 3.2.2 to 3.4.0 add 456c3932be Change description of this project which is presented in google result (#5402) add db6181ef15 Remove Google Cloud native build limitation for RunReachabilityHandlersConcurrently option add 8fc798e76b Bump org.seleniumhq.selenium:htmlunit-driver from 4.12.0 to 4.13.0 add 514f370693 Camel-k-runtime tests is failing in Quarkus platform add 297848d97b perf-tool: upgrade hyperfoil version (#5408) add 98d0de740c Use ImageMode enum in XmlJaxbRecorder instead of graal-sdk APIs add 0bc74f93c1 Remove inImageBuildtimeCode check in XmlJaxbRecorder when creating JAXBContext add 131e98998f Remove redundant cxf.version property add f369554161 Regen SBOM from commit 131e98998f0452594d2114d1d88a281d7841c94b (#5412) add b095a94bb9 Add changelog for 3.2.1 add 688cb088c4 Combine container-license-acceptance.txt in jdbc-grouped test module new f1cc138288 Upgrade Quarkus to 3.5.0.CR1 new 733ceea939 Disable Kubernetes Client tests due to #5318 new 234f9bdf68 Disable Kafka SSL tests due to #5381 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 (85df4c2e42) \ N -- N -- N refs/heads/quarkus-main (234f9bdf68) 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 3 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: .asf.yaml | 2 +- CHANGELOG.md | 33 +++ camel-quarkus-sbom/camel-quarkus-sbom.json | 269 +++++++++++++++------ camel-quarkus-sbom/camel-quarkus-sbom.xml | 204 ++++++++++------ .../reference/extensions/google-bigquery.adoc | 12 - .../pages/reference/extensions/google-pubsub.adoc | 10 +- .../pages/reference/extensions/google-storage.adoc | 12 - extensions-core/xml-jaxb/runtime/pom.xml | 5 - .../component/xml/jaxb/XmlJaxbRecorder.java | 11 +- .../runtime/src/main/doc/limitations.adoc | 7 - .../runtime/src/main/doc/limitations.adoc | 10 +- .../runtime/src/main/doc/limitations.adoc | 7 - .../resources/container-license-acceptance.txt | 3 +- .../resources/container-license-acceptance.txt | 3 +- integration-tests/camel-k-runtime/pom.xml | 12 +- .../org/apache/camel/quarkus/k/it/RuntimeTest.java | 58 +++++ .../camel/quarkus/k/it/RuntimeWithXmlTest.java | 42 +++- .../camel/quarkus/k/it/RuntimeWithYamlTest.java | 36 ++- integration-tests/jdbc-grouped/pom.xml | 2 +- pom.xml | 7 +- poms/bom/src/main/generated/flattened-full-pom.xml | 164 ++++++------- .../src/main/generated/flattened-reduced-pom.xml | 6 +- .../generated/flattened-reduced-verbose-pom.xml | 6 +- .../cq-perf-regression-sample-base/pom.xml | 2 +- 24 files changed, 588 insertions(+), 335 deletions(-) delete mode 100644 extensions/google-bigquery/runtime/src/main/doc/limitations.adoc delete mode 100644 extensions/google-storage/runtime/src/main/doc/limitations.adoc