users@jersey.java.net

Re: non-standard annotations in jersey?

From: Ákos Maróy <maroy_at_euedge.com>
Date: Mon, 07 Jan 2008 14:47:39 +0100

Paul,

> What you are comparing is 0.5 and 0.4 of JAX-RS API.
>
> 0.4 JAX-RS API is implemented by 0.4 Jersey. The manifest of the
> jersey.jar contains the versions of the specification and the
> implementation.
>
> Unfortunately there is a delay between the stable release of the API and
> the implementation.
>
> A stable release 0.5 of Jersey, implementing 0.5 JAX-RS, will be
> available on Jan 18th. In the mean time if you want to work from the
> latest API you need to get the latest builds [1] or work from the source
> directly. You can find the list of changes from releases here [2].

I was working from the 0.5 snapshot download already, and saw this
behaviour. The download page says that's about 3 days old, so must be
up-to-date.

So it seems that I have to wait until the 18th :)


Akos