glassfish-hk2
glassfish-hk2 copied to clipboard
Dynamic dependency injection framework
It would be useful to put selected HK2 service instances into a JMX server. This feature should include options to allow for automatic analysis of the class to determine attributes...
A service may be coming up or going down and get "stuck". Allow for an option whereby a stuck thread can be interrupted, and if that doesn't help, simply killed...
As described here [http://hk2.java.net/config/configuration.html#Changes_notification](http://hk2.java.net/config/configuration.html#Changes_notification), listeners implementing @Contract ConfigListener must be added to injected config beans automatically, but it does not seem to work. It might be braking 'restart required' feature,...
The equals method between two ConfigBeanProxy objects (config beans) always returns false. If you have some config bean @Configured public interface MyBean implements ConfigBeanProxy { ... } and and instance...
There has been a request for the ability to version a service. In particular, this was requested: Here is what we are looking for : Bundle-A, Version -1 has Services...
During the GlassFish startup sequence, the ServiceLocator is created and services are added to it. At the end of the startup sequence, the GlassFish object itself is finally added to...
At the moment we do not have the possibility to detect the configbeans with the same names in the system. This cause problems with what we have in zero config...
HK2 needs to be able to use bindings from other GF containers & modules. #### Affected Versions [2.1.*]
Add a new feature in HK2 config to support extensible attributes on a config bean, similar to extensible elements. For the nucleus cleanup for monitoring, this would allow us to...
bean-validator bundles hibernate-validator v5.1.2.Final within itself by extracting its source. hibernate-validator is already OSGI'ed, so if the motivation behind this is having an OSGI'ed bundle, why do you need this...