users@jersey.java.net

Re: [Jersey] Need Help!. Upgrading from .7 to 1.0

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Tue, 28 Oct 2008 08:29:42 +0100

Hi,

There is no longer any zipped distribution. Everything is available
from the Java.Net Maven repository. The closest to a zipped download
is the set of samples.

You might find this link useful:

http://wikis.sun.com/display/Jersey/Main#Main-GetStarted

Especially the dependencies:

https://jersey.dev.java.net/source/browse/*checkout*/jersey/tags/jersey-1.0/jersey/dependencies.html

Changes between releases are logged here:

https://jersey.dev.java.net/source/browse/*checkout*/jersey/trunk/jersey/changes.txt

Hope this helps,
Paul.

On Oct 28, 2008, at 3:47 AM, Lakshman Mukkamalla wrote:

> Hi all,
> I am trying to upgrade from jersey 0.7 to 1.0. The version 0.7
> was downloaded from the following link
> https://jersey.dev.java.net/servlets/ProjectDocumentList?folderID=7654&expandFolder=7654&folderID=0
>
> Could some one provide steps/guidelines in upgrading the 0.7 version
> to 1.0. Also seems like above link was not active since june and its
> using java.net repository instead for hosting its distribution. It
> looks like jersey has broken down its distribution into many modules
> like atom, server, client, core etc.
> Is the following link that jersey recommends to follow and download
> the latest distribution?
> http://download.java.net/maven/2/com/sun/jersey/
>
> Thanks in advance.