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 fa761432ce Upgrade Camel to 4.0.0 add 02e639ed76 Fix #1615 to add xslt-saxon native support (#5133) add b849bd2394 Upgrade async-http-client to 3.0.0.Beta2 add 3eb5c710d1 Align Apache HTTP Client 5.x with Camel add d11a8b89c6 Remove redundant autowiring workaround in aws2-cw tests add 3c412624d4 Tidy iCal extension native workaround for absence of com.github.erosb:json-sKema add 21ae80849f Updated CHANGELOG.md new b369be4a4d Upgrade Camel to 4.0.0 new c4355c89a2 Fix CamelKafkaHealthCheckTest 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 (fa761432ce) \ N -- N -- N refs/heads/camel-main (c4355c89a2) 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: CHANGELOG.md | 17 +++++ .../ROOT/examples/components/xslt-saxon.yml | 6 +- .../pages/reference/extensions/xslt-saxon.adoc | 14 ++-- extensions-jvm/pom.xml | 1 - .../component/ical/deployment/IcalProcessor.java | 22 ++---- .../deployment/SchemaValidatorFactorySubst.java | 28 +++++--- extensions/pom.xml | 1 + .../xslt-saxon/deployment/pom.xml | 0 .../xslt/saxon/deployment/XsltSaxonProcessor.java | 31 ++++---- {extensions-jvm => extensions}/xslt-saxon/pom.xml | 2 +- .../xslt-saxon/runtime/pom.xml | 5 ++ .../main/resources/META-INF/quarkus-extension.yaml | 0 .../component/aws2/cw/it/ClientBuilder.java | 9 --- .../src/main/resources/application.properties | 1 + integration-tests-jvm/pom.xml | 1 - integration-tests-jvm/xslt-saxon/pom.xml | 83 ---------------------- .../kafka/it/CamelKafkaHealthCheckTest.java | 6 +- .../kafka/it/KafkaHealthCheckProfile.java | 4 +- integration-tests/pom.xml | 1 + .../{freemarker => xslt-saxon}/pom.xml | 56 +++++++-------- .../component/xslt/saxon/it/XsltSaxonResource.java | 0 .../component/xslt/saxon/it/XsltSaxonIT.java | 4 +- .../component/xslt/saxon/it/XsltSaxonTest.java | 0 pom.xml | 6 +- poms/bom/src/main/generated/flattened-full-pom.xml | 4 +- .../src/main/generated/flattened-reduced-pom.xml | 4 +- .../generated/flattened-reduced-verbose-pom.xml | 4 +- tooling/scripts/test-categories.yaml | 1 + 28 files changed, 130 insertions(+), 181 deletions(-) rename {extensions-jvm => extensions}/xslt-saxon/deployment/pom.xml (100%) rename {extensions-jvm => extensions}/xslt-saxon/deployment/src/main/java/org/apache/camel/quarkus/component/xslt/saxon/deployment/XsltSaxonProcessor.java (52%) rename {extensions-jvm => extensions}/xslt-saxon/pom.xml (96%) rename {extensions-jvm => extensions}/xslt-saxon/runtime/pom.xml (95%) rename {extensions-jvm => extensions}/xslt-saxon/runtime/src/main/resources/META-INF/quarkus-extension.yaml (100%) delete mode 100644 integration-tests-jvm/xslt-saxon/pom.xml copy integration-tests/{freemarker => xslt-saxon}/pom.xml (92%) rename {integration-tests-jvm => integration-tests}/xslt-saxon/src/main/java/org/apache/camel/quarkus/component/xslt/saxon/it/XsltSaxonResource.java (100%) copy integration-test-groups/aws2/aws2-s3/src/test/java/org/apache/camel/quarkus/component/aws2/s3/it/Aws2S3IT.java => integration-tests/xslt-saxon/src/test/java/org/apache/camel/quarkus/component/xslt/saxon/it/XsltSaxonIT.java (89%) rename {integration-tests-jvm => integration-tests}/xslt-saxon/src/test/java/org/apache/camel/quarkus/component/xslt/saxon/it/XsltSaxonTest.java (100%)