ppalaga commented on a change in pull request #849: Support for camel-xml-io URL: https://github.com/apache/camel-quarkus/pull/849#discussion_r388754918
########## File path: extensions/xml-jaxb/runtime/pom.xml ########## @@ -21,17 +21,17 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-core-xml-parent</artifactId> + <artifactId>camel-quarkus-xml-jaxb-parent</artifactId> <version>1.1.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>camel-quarkus-core-xml</artifactId> - <name>Camel Quarkus :: Core XML :: Runtime</name> - <description>Includes implementations of Java Architecture for XML Binding (JAXB) and Java API for XML Processing (JAXP)</description> + <artifactId>camel-quarkus-xml-jaxb</artifactId> + <name>Camel Quarkus :: XML :: JAXB :: Runtime</name> + <description>Includes implementations of Java Architecture for XML Binding (JAXB)</description> Review comment: ```suggestion <description>An XML stack for parsing XML route definitions. A legacy alternative to the fast an light weight camel-quarkus-xml-io</description> ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services