eclipse-ee4j / glassfish-hk2

Dynamic dependency injection framework
https://eclipse-ee4j.github.io/glassfish-hk2
Other
84 stars 55 forks source link

Factories in Proxiable Scopes are having a lot of Proxies created #307

Open glassfishrobot opened 9 years ago

glassfishrobot commented 9 years ago

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]

glassfishrobot commented 6 years ago
glassfishrobot commented 9 years ago

@glassfishrobot Commented Reported by @jwells131313

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA HK2-262