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

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


    from 67759776a6 Manage org.apache.httpcomponents.core5:httpcore5-h2 to 
avoid convergence issues with CXF
     new 8db8c50942 Remove redundant usage of xml-jaxb extension
     new 5250bf76bd Prevent xml-jaxb extension producing 
CamelModelToXMLDumperBuildItem if xml-io-dsl is present
     new e911310ae8 Use `xml-io-dsl` instead of `xml-jaxb` when using the 
`management` extension.

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:
 .../dsl/xml/io/deployment/XmlIoDslProcessor.java   | 10 ++++++
 .../camel/quarkus/dsl/xml/XmlIoDslRecorder.java}   | 13 +++----
 .../xml/jaxb/deployment/XmlJaxbProcessor.java      | 20 ++++++++++-
 extensions/management/deployment/pom.xml           |  2 +-
 extensions/management/runtime/pom.xml              |  2 +-
 .../dataformats-json/json-gson/pom.xml             | 34 ------------------
 .../dataformats-json/json-jackson/pom.xml          | 17 ---------
 .../dataformats-json/json-jsonb/pom.xml            | 34 ------------------
 integration-tests/dataformats-json-grouped/pom.xml | 17 ---------
 integration-tests/main-xml-io/pom.xml              |  6 +++-
 .../src/main/resources/application.properties      |  4 +++
 .../camel/quarkus/main/CoreMainXmlIoTest.java      | 22 ++++++++++--
 integration-tests/main-xml-jaxb/pom.xml            |  8 ++---
 .../quarkus/main/CoreMainXmlJaxbResource.java      |  5 ---
 .../src/main/resources/application.properties      |  2 +-
 .../src/main/resources/rests/my-rests.xml          | 26 --------------
 .../src/main/resources/rests/my-rests.yaml}        | 12 +++----
 .../src/main/resources/routes/my-routes.xml        | 41 ----------------------
 .../src/main/resources/routes/my-routes.yaml}      | 23 ++++++------
 .../src/main/resources/templates/my-templates.xml  | 29 ---------------
 .../main/resources/templates/my-templates.yaml}    | 12 ++++---
 .../camel/quarkus/main/CoreMainXmlJaxbTest.java    | 11 ++----
 22 files changed, 100 insertions(+), 250 deletions(-)
 copy 
extensions-core/{yaml-io/runtime/src/main/java/org/apache/camel/quarkus/yaml/io/YamlIORecorder.java
 => 
xml-io-dsl/runtime/src/main/java/org/apache/camel/quarkus/dsl/xml/XmlIoDslRecorder.java}
 (75%)
 delete mode 100644 
integration-tests/main-xml-jaxb/src/main/resources/rests/my-rests.xml
 copy integration-tests/{csimple/src/main/resources/routes/my-routes.yaml => 
main-xml-jaxb/src/main/resources/rests/my-rests.yaml} (87%)
 delete mode 100644 
integration-tests/main-xml-jaxb/src/main/resources/routes/my-routes.xml
 copy 
integration-tests/{camel-k-runtime/src/main/resources/routes/routes-with-beans.yaml
 => main-xml-jaxb/src/main/resources/routes/my-routes.yaml} (75%)
 delete mode 100644 
integration-tests/main-xml-jaxb/src/main/resources/templates/my-templates.xml
 copy integration-tests/{jasypt/src/main/resources/routes/jasypt-routes.yaml => 
main-xml-jaxb/src/main/resources/templates/my-templates.yaml} (80%)

Reply via email to