users@jersey.java.net

[Jersey] Fwd: Fwd: jersey-guice and _at_javax.inject.Inject

From: Marek Potociar <marek.potociar_at_oracle.com>
Date: Wed, 20 Apr 2011 22:50:24 +0200

Hi Stephen,
first of all, sorry for a delayed response.

Couple of weeks ago I have implemented a patch in the jersey-guice integration adds support for Guice3, including the
JSR330 @Inject annotation. This patch will be part of the upcomming Jerse 1.7 release in a month or so. Right now you
can try it if you download a snapshot version of Jersey or the latest promoted early access version 1.7-ea03

HTH,
Marek


-------- Original Message --------
Subject: [Jersey] jersey-guice and @javax.inject.Inject
Date: Wed, 13 Apr 2011 16:10:41 +0200
From: Stephen Friedrich <stephen.friedrich_at_fortis-it.de>
Reply-To: users_at_jersey.java.net
To: users_at_jersey.java.net <users_at_jersey.java.net>



Guice 3 supports JSR-330.
Unfortunately jersey-guice integration has hardcoded tests for @com.google.inject.Inject so I can't use standard
annotations :-(
Any plans to also support @javax.inject.Inject?

-- Stephen