[
https://issues.apache.org/jira/browse/CAMEL-13900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16913995#comment-16913995
]
James Netherton commented on CAMEL-13900:
-----------------------------------------
Maybe the classes mentioned camel-jmx are ok actually as they come fromÂ
javax.management packages. So maybe it's just ClientAuthenticationDefinition
that needs cleaning up.
> Remove redundant classes from JAXB indexes
> ------------------------------------------
>
> Key: CAMEL-13900
> URL: https://issues.apache.org/jira/browse/CAMEL-13900
> Project: Camel
> Issue Type: Improvement
> Reporter: James Netherton
> Priority: Minor
>
> I was experimenting with Camel & Quarkus and hit a JAXB related issue.
> Seems that some of the Camel jaxb.index files reference classes that do not
> exist. It'd be good to clean these up.
> Here's a summary:
> ||File||Class||
> |./core/camel-core-xml/src/main/resources/org/apache/camel/core/xml/util/jsse/jaxb.index|ClientAuthenticationDefinition|
> |./components/camel-jmx/src/main/resources/org/apache/camel/component/jmx/jaxb/jaxb.index|AttributeChangeNotification|
> |./components/camel-jmx/src/main/resources/org/apache/camel/component/jmx/jaxb/jaxb.index|JMXConnectionNotification|
> |./components/camel-jmx/src/main/resources/org/apache/camel/component/jmx/jaxb/jaxb.index|MBeanServerNotification|
> |./components/camel-jmx/src/main/resources/org/apache/camel/component/jmx/jaxb/jaxb.index|MonitorNotification|
> |./components/camel-jmx/src/main/resources/org/apache/camel/component/jmx/jaxb/jaxb.index|NotificationEventType|
> |./components/camel-jmx/src/main/resources/org/apache/camel/component/jmx/jaxb/jaxb.index|ObjectNamesType|
> |./components/camel-jmx/src/main/resources/org/apache/camel/component/jmx/jaxb/jaxb.index|RelationNotification|
> |./components/camel-jmx/src/main/resources/org/apache/camel/component/jmx/jaxb/jaxb.index|TimerNotification|
--
This message was sent by Atlassian Jira
(v8.3.2#803003)