GitHub user hwellmann opened a pull request:

    https://github.com/apache/deltaspike/pull/39

    DELTASPIKE-594 removed static singleton RepositoryComponents

    This is now an application-scoped bean, thus fixing a potential
    classloader leak when application is undeployed.
    
    Had to remove RepositoryComponentsFactory.instance() API, which probably 
shouldn't have been there in the first place. It was not used anywhere in DS.
    
    Tested with -Pwildfly-remote.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hwellmann/deltaspike DELTASPIKE-594

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/deltaspike/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #39
    
----
commit 9c022e2fecdb6c9cd2e25f6efb96d96ec6210dc8
Author: Harald Wellmann <harald.wellm...@gmx.de>
Date:   2015-06-09T16:52:38Z

    DELTASPIKE-594 removed static singleton RepositoryComponents
    
    This is now an application-scoped bean, thus fixing a potential
    classloader leak when application is undeployed.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to