You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Romain Manni-Bucau (Jira)" <ji...@apache.org> on 2022/07/04 06:14:00 UTC

[jira] [Created] (CXF-8732) [regression] activation DataSource requires to run JAXRS

Romain Manni-Bucau created CXF-8732:
---------------------------------------

             Summary: [regression] activation DataSource requires to run JAXRS
                 Key: CXF-8732
                 URL: https://issues.apache.org/jira/browse/CXF-8732
             Project: CXF
          Issue Type: Bug
    Affects Versions: 3.5.3
            Reporter: Romain Manni-Bucau


Hi,

 

The change in JAXRSUTils makes javax.activation.DataSource loaded whereas we id the work to make activation+jaxb optional in previous releases.

Change must be done at [https://github.com/apache/cxf/blob/f48dc57d5bb4a8848f3b4f9ef5cedcfd9d8ab1b7/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/JAXRSUtils.java#L245] likely using this kind of trick https://github.com/apache/cxf/blob/f48dc57d5bb4a8848f3b4f9ef5cedcfd9d8ab1b7/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/ProviderFactory.java#L99



--
This message was sent by Atlassian Jira
(v8.20.10#820010)