apache / camel-quarkus

Apache Camel Quarkus
https://camel.apache.org
Apache License 2.0
256 stars 189 forks source link

xml-jaxp: not used in xtokenize, lacks description, possibly to be removed from the catalog #4075

Open JiriOndrusek opened 2 years ago

JiriOndrusek commented 2 years ago

Fix of the camel issue removed xml-jaxp from the catalog's xtokenizer module (see commit in camel).

This change brought a problem into prepare-catalog-quarkus plugin execution from the branch camel-main, 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)

JiriOndrusek commented 2 years ago

Hi @ppalaga what do you think about this problem? Do you see any simple solution?

ppalaga commented 2 years ago

It looks like camel-xml-jaxp does not contain any components/languages/dataformats anymore. I think we can exclude it from the catalog.