Minimize use of dynamic import
------------------------------

                 Key: CXF-4101
                 URL: https://issues.apache.org/jira/browse/CXF-4101
             Project: CXF
          Issue Type: Improvement
          Components: Core, OSGi
            Reporter: Christian Schneider
            Assignee: Christian Schneider
             Fix For: 2.6


Currently we have a lot of dynamic import statements in api. I think most of 
them are not necessary and can be replaced by normal imports.
There are also some dynamic imports in jaxb as it needs to load a class at 
runtime. I propose to move that functionality to api so most classloading stuff 
happens there.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to