Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.