JiriOndrusek opened a new issue, #4075: URL: https://github.com/apache/camel-quarkus/issues/4075
Fix of the camel [issue](https://issues.apache.org/jira/browse/CAMEL-18320) removed `xml-jaxp` from the catalog's xtokenizer module (see [commit](https://github.com/apache/camel/commit/925395258b1bb8c001dcf7ef571e09c0eb748221) in camel). This change brought a problem into `prepare-catalog-quarkus`, where description of the `xml-jaxp` was taken from `xtokenize` module. Quick fix uses ``` <description>Camel XML JAXP</description> ``` (as is present in Camel). Further investigation is required (possible solution may be the removal of `xml-jaxp` from the catalog) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
