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

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


    from f906d67  Fix groovy antora update script execution
     new df6ebdb  Add release guide notes for updating k8s version labels in 
example projects
     new 1a6b6e4  #3503 Add xslt.features support
     new dcb21f7  Exclude json-simple from camel-slack, workaround for 
CAMEL-17619
     new 8179dbf  Upgrade to Quarkus 2.7.1
     new 93efa7c  Incorrect version of quarkus-maven-plugin may be resolved 
#3520
     new 232c57e  Remove IPFS and Weka extensions temporarily, workaround #3532

The 6 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:
 catalog/pom.xml                                    | 26 ---------------
 docs/antora.yml                                    |  4 +--
 docs/modules/ROOT/examples/components/ipfs.yml     | 13 --------
 docs/modules/ROOT/examples/components/weka.yml     | 13 --------
 docs/modules/ROOT/nav.adoc                         |  2 --
 .../pages/contributor-guide/release-guide.adoc     |  6 +++-
 .../ROOT/pages/reference/extensions/ipfs.adoc      | 39 ----------------------
 .../ROOT/pages/reference/extensions/weka.adoc      | 35 -------------------
 .../ROOT/pages/reference/extensions/xslt.adoc      | 26 +++++++++++++++
 extensions-jvm/pom.xml                             |  1 -
 extensions/pom.xml                                 |  1 -
 .../component/xslt/deployment/XsltProcessor.java   |  6 ++++
 .../xslt/runtime/src/main/doc/configuration.adoc   | 20 +++++++++++
 .../quarkus/component/xslt/CamelXsltConfig.java    |  7 ++++
 .../quarkus/component/xslt/CamelXsltRecorder.java  | 20 +++++++++--
 integration-tests-jvm/pom.xml                      |  1 -
 integration-tests-support/pom.xml                  |  1 +
 .../xslt-support}/pom.xml                          | 14 +++-----
 .../camel/quarkus/test/support/xslt/Functions.java | 11 +++---
 integration-tests/avro/pom.xml                     |  1 +
 integration-tests/messaging/pom.xml                |  1 +
 integration-tests/pom.xml                          |  1 -
 integration-tests/protobuf/pom.xml                 |  1 +
 integration-tests/xml/pom.xml                      |  4 +++
 .../component/xml/it/FunctionsConfiguration.java}  |  7 ++--
 .../quarkus/component/xml/it/XmlResource.java      |  9 ++++-
 .../xml/src/main/resources/application.properties  |  3 +-
 ...sspath-transform.xsl => extension-function.xsl} | 18 +++-------
 .../camel/quarkus/component/xml/it/XmlTest.java    | 14 ++++++++
 pom.xml                                            |  4 +--
 poms/bom-test/pom.xml                              |  5 +++
 poms/bom/pom.xml                                   | 36 ++++----------------
 tooling/scripts/test-categories.yaml               |  1 -
 tooling/scripts/validate-github-workflows.groovy   |  2 +-
 34 files changed, 147 insertions(+), 206 deletions(-)
 delete mode 100644 docs/modules/ROOT/examples/components/ipfs.yml
 delete mode 100644 docs/modules/ROOT/examples/components/weka.yml
 delete mode 100644 docs/modules/ROOT/pages/reference/extensions/ipfs.adoc
 delete mode 100644 docs/modules/ROOT/pages/reference/extensions/weka.adoc
 copy {extensions/vm => integration-tests-support/xslt-support}/pom.xml (82%)
 copy 
integration-test-groups/aws2/aws2-cw/src/test/java/org/apache/camel/quarkus/component/aws2/cw/it/Aws2CwIT.java
 => 
integration-tests-support/xslt-support/src/main/java/org/apache/camel/quarkus/test/support/xslt/Functions.java
 (81%)
 copy 
integration-tests/xml/src/{test/java/org/apache/camel/quarkus/component/xml/it/XmlIT.java
 => 
main/java/org/apache/camel/quarkus/component/xml/it/FunctionsConfiguration.java}
 (81%)
 copy integration-tests/xml/src/main/resources/xslt/{classpath-transform.xsl => 
extension-function.xsl} (75%)

Reply via email to