You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Michal Boroň (JIRA)" <ji...@apache.org> on 2015/01/09 10:33:34 UTC

[jira] [Created] (CXF-6191) Avoid Spring usage by configuration in ClassHelper

Michal Boroň created CXF-6191:
---------------------------------

             Summary: Avoid Spring usage by configuration in ClassHelper
                 Key: CXF-6191
                 URL: https://issues.apache.org/jira/browse/CXF-6191
             Project: CXF
          Issue Type: Improvement
          Components: Core
            Reporter: Michal Boroň
            Priority: Minor


By default, CXF detects whether Spring framework is available and use its functionality if possible.
In some cases it is not desirable to use CXF with Spring e.g. because of compatibility issue (given CXF version does not support Spring version that is available on classpath).

It would be nice if org.apache.cxf.common.util.ClassHelper could consider some configuration setting during the initialization (e.g. JVM parameter "-Dorg.apache.cxf.useSpring=false").

Configuration would be used in ClassHelper in the static static block.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)