Pasquale Congiusti created CAMEL-22769:
------------------------------------------
Summary: [camel-cxf] Possible jakarta/javax class mismatch
Key: CAMEL-22769
URL: https://issues.apache.org/jira/browse/CAMEL-22769
Project: Camel
Issue Type: Bug
Reporter: Pasquale Congiusti
While doing some code refactoring, I've bumped into the check of a javax class
here:
https://github.com/apache/camel/blob/14cc469586328ee19c3e94c75d245aedee2f6474/components/camel-cxf/camel-cxf-common/src/main/java/org/apache/camel/component/cxf/converter/CxfConverter.java#L141
This is expecting a javax class, which I presume can be added by some user
provided dependency.
However, other parts of the code are referencing the same class but as a
jakarta dependency:
https://github.com/apache/camel/blob/14cc469586328ee19c3e94c75d245aedee2f6474/components/camel-cxf/camel-cxf-soap/src/main/java/org/apache/camel/component/cxf/jaxws/CxfEndpoint.java#L32
I am not sure if this is expected or a leftover and we should fix the first
class with the jakarta dependency. Please, advice.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)