Roger Kapsi
Roger Kapsi
Nice to see that people are using it. We contributed an earlier version/fork to Apache Commons and it got accepted in v4. http://commons.apache.org/proper/commons-collections/javadocs/api-release/index.html?org/apache/commons/collections4/trie/package-summary.html If you're looking for a general purpose...
@xinranxiao yea it seems something is initializing Jersey before you do. Are you initializing jersey2-guice straight from the `main()` method or as early as possible and definitively before DW which...
Hello, the project is currently inactive. We don't have any Jersey 2 w/ Guice projects.
@mumrah: Do you have `FooResource` and `BarResource` bound in Guice? ``` java @Override protected void configure() { bind(FooResource.class); bind(BarResource.class); } ``` I wonder if one of the resources is being...