glassfish-hk2 icon indicating copy to clipboard operation
glassfish-hk2 copied to clipboard

Dynamic dependency injection framework

Results 91 glassfish-hk2 issues
Sort by recently updated
recently updated
newest added

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...

Priority: Major
Type: New Feature

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...

Priority: Major
Type: Improvement

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,...

Priority: Major
Type: Bug
ERR: Assignee
EE7

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...

Type: Bug
Priority: Critical
ERR: Assignee
EE7

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...

Type: New Feature
Priority: Minor

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...

Type: Improvement
Priority: Minor

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...

Priority: Major
Type: Improvement
ERR: Assignee
config-api
configbean
configuration

HK2 needs to be able to use bindings from other GF containers & modules. #### Affected Versions [2.1.*]

Type: New Feature
Priority: Critical
jersey

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...

Type: New Feature
ERR: Assignee
Priority: Minor
nucleus-cleanup

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...