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] [Updated] (CXF-8732) [regression] activation DataSource requires to run JAXRS

     [ https://issues.apache.org/jira/browse/CXF-8732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated CXF-8732:
------------------------------------
    Description: 
Hi,

 

The change in JAXRSUTils makes javax.activation.DataSource loaded whereas we did 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]

  was:
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


> [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
>            Priority: Blocker
>
> Hi,
>  
> The change in JAXRSUTils makes javax.activation.DataSource loaded whereas we did 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)