-
Currently I am developing a jersey based RESTful application and would like to use DPI in my resources. (Note: Version of jersey is 2.23.1 and the servlet container is tomcat 8.5.3.)
Therefore I foll…
-
### Description
Given [the major breaking change around Jersey DI](https://jersey.github.io/documentation/latest/migration.html#mig-2.26), I have spent some time today in the attempt to migrate a s…
-
( With maven i use
```
org.glassfish.jersey.containers.glassfish
jersey-gf-cdi
2.14
```
)
If i register a concrete resource class, injection works correct e.g.:
```
ResourceCon…
-
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 in…
-
```
Use-case: Jersey 2.0 depends on HK2 (an implementation of JSR330). In order to
integrate Guice into Jersey 2.0 I am building a Guice-HK2 bridge whereby HK2
delegate to Guice for unknown types an…
-
Currently if Factory#create throws an exception the result is a stack trace that includes no information about the ServiceLocator:
```
Exception in thread "main" MultiException stack 1 of 3
java.…
-
According to [https://java.net/projects/hk2/lists/users/archive/2013-12/message/3](https://java.net/projects/hk2/lists/users/archive/2013-12/message/3) in order to use the @Service annotation we must …
-
Relocating HK2 so that it can be used privately in an uber jar does not work. I have created a test case for this issue:
[https://github.com/saden1/hk2-spi](https://github.com/saden1/hk2-spi)
Notes:…
-
```
Use-case: Jersey 2.0 depends on HK2 (an implementation of JSR330). In order to
integrate Guice into Jersey 2.0 I am building a Guice-HK2 bridge whereby HK2
delegate to Guice for unknown types an…
-
The `glassfish-6` instrumentation fails verification as of the release of [org.glassfish.main.web:web-core:8.0.0-M2](https://mvnrepository.com/artifact/org.glassfish.main.web/web-core/8.0.0-M2).
Lo…