users@jersey.java.net

Re: [Jersey] Done <was> Re: Propsal: renaming "com.sun.ws.rest" to "com.sun.jersey"

From: Martin Grotzke <martin.grotzke_at_freiheit.com>
Date: Mon, 28 Apr 2008 23:19:50 +0200

Hi,

I changed jersey/maven/pom.xml so that jersey is installed in groupId
com.sun.jersey.

The dependency of spring-jersey to jersey is changed accordingly, both
the maven dependency as well as class dependencies.

spring-jersey classes and tests are also moved to com.sun.jersey, the
groupId of spring-jersey is also changed to com.sun.jersey.

Cheers,
Martin


On Mon, 2008-04-28 at 14:31 +0200, Paul Sandoz wrote:
> - Packages "com.sun.ws.rest.api.*" renamed to "com.sun.jersey.api.*"
> - Packages "com.sun.ws.rest.spi.*" renamed to "com.sun.jersey.spi.*"
> - The property/feature name space "com.sun.ws.rest.config" renamed to
> "com.sun.jersey.config".
>
> Note that the latter one will require that you update web.xml or
> container-based configuration, for example i have updated the Jetty FAQ
> entry:
>
> http://wikis.sun.com/pages/viewpage.action?pageId=21725365
>
> TODO:
>
> -
> -
> -
>
> Paul Sandoz wrote:
> > Hi,
> >
> > I would like to propose for 0.8 that we rename "com.sun.ws.rest" to
> > "com.sun.jersey" for Java packages and other relevant things like
> > feature/property names. This package name is much more meaningful and
> > will allow us to be consistent for use with maven.
> >
> > This is a rather disruptive change but generally easy to fix with a
> > global search and replace on "*.java" and "*.xml" (NBs has such a
> > feature that i use a lot when upgrading the 311 API in Jersey, or sed
> > can be just as good).
> >
> > Let us know if you really don't like this. Otherwise if i don't hear any
> > objections by Monday 28th i will make this change on that day.
> >
> > Thanks,
> > Paul.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe_at_jersey.dev.java.net
> > For additional commands, e-mail: users-help_at_jersey.dev.java.net
> >