Refactor LoaderService to not create instances of class on its own
------------------------------------------------------------------
Key: JAMES-966
URL: https://issues.apache.org/jira/browse/JAMES-966
Project: JAMES Server
Issue Type: Improvement
Reporter: Norman Maurer
Fix For: 3.0-M1
The current LoaderService implementation create instances by using
newInstance() which is a bad practice (IMHO). Instances should only get created
by the container (spring). Using a BeanFactoryPostProcessor is prolly the way
to go.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]