glassfish-hk2
glassfish-hk2 copied to clipboard
Factories in Proxiable Scopes are having a lot of Proxies created
If a Factory implementation is in a proxiable scope the proxy is being generated when it should not be (for example, when the factory is being disposed). Furthermore the type of proxy being created appears to be a class proxy as opposed to an interface proxy. It is possible that an interface proxy should be used here instead
Affected Versions
[2.3.0]
- Issue Imported From: https://github.com/javaee/hk2/issues/306
- Original Issue Raised By:@glassfishrobot
- Original Issue Assigned To: @jwells131313
@glassfishrobot Commented Reported by @jwells131313
@glassfishrobot Commented This issue was imported from java.net JIRA HK2-262