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

Currently there doesn't seem to be way to use HK2 + Weld CDI bridge outside of Glassfish. It would be nice if there was a way to utilize HK2 and...

Priority: Major
Type: New Feature

I was trying to use the latest version of HK2 (2.5.0-b61) but was having trouble resolving the @ConfiguredBy annotation. Turns out the hk2-config (and config-types) artifacts don't appear to exist...

GlassFish uses HK2. HK2 uses bean validation. As GlassFish starts supporting Java EE 8 and Bean Validation 2.0 API, HK2's usage of bean validation should be compatible with the bean...

Cloned glassfish this week and ran into the following error during mvn install HK2 configuration module - FAILURE hk2-inhabitant-generator:2.5.0-b57:generate-inhabitants Could not delete existing inhabitant file C:\GitRepository\glassfish5\nucleus\hk2\hk2-config\target\class\META-INF\hk2-locator\default in the noSwap case...

When creating the delegating class loader: ```java DelegatingClassLoader initDelegatingLoader; synchronized (superClassToDelegator) { initDelegatingLoader = superClassToDelegator.get(loader); if (initDelegatingLoader == null) { initDelegatingLoader = AccessController.doPrivileged(new PrivilegedAction() { @Override public DelegatingClassLoader run() {...

Hi. I've created linked issue for Jersey https://github.com/jersey/jersey/issues/3695. I've used Jersey 2.13 and hk2 2.3.0-b** and everything works fine. The following problem appears when i switch to Jersey 2.25.1 and...

Hey there, All event driven [examples](https://github.com/javaee/hk2/tree/master/examples/events/threaded/src/test/java/org/glassfish/examples/events) are based the `org.glassfish.hk2.api.messaging.Topic` class, I was wondering whether the [Java Enterprise Event](https://docs.oracle.com/javaee/7/api/javax/enterprise/event/Event.html) is also supported as described [here](https://stackoverflow.com/questions/26777083/best-practice-for-rest-token-based-authentication-with-jax-rs-and-jersey) Trying to inject `Event` causing...

This seems like an oversight... Inside an AbstractBinder when binding an *instance* of an object using the binding fluent API I cannot set the visibility of the Service. This is...

As discussed [here](https://javaee.groups.io/g/hk2/topic/runlevel_service_with/5428943), I'd like to kindly ask for an enhancement which would allow me to execute services with optional concurrency. Ideally, I'd like an annotation like this: @Service @RunLevel(value...

I can't find information on what has changed in any given published release. It would be nice if HK2 kept a change log that conforms to http://keepachangelog.com/en/0.3.0/ specification