users@grizzly.java.net

Re: grizzly jaxws using older jaxws-api

From: Oleksiy Stashok <oleksiy.stashok_at_oracle.com>
Date: Mon, 02 Feb 2015 12:27:18 -0800

I upgraded dependency to 2.2.10, it's the latest Sun/Oracle jax-ws-rt I
found, and made the dependency "provided", so it may potentially work
with future versions (if API won't be broken).
You can test it with 2.3.19-SNAPSHOT.

WBR,
Alexey.

On 02.02.15 06:57, Gonfi den Tschal wrote:
> I'm using this dependency
>
> |<dependency>
> <groupId>org.glassfish.grizzly</groupId>
> <artifactId>grizzly-http-server-jaxws</artifactId>
> <version>2.3.18</version>
> </dependency>
>
> |
> |and it brings with it
> |
>
> |<dependency>
> <groupId>javax.xml.ws</groupId>
> <artifactId>jaxws-api</artifactId>
> <version>2.2.5</version>
> </dependency>
>
> |
> |this is from 2011.
> |
> |according to maven central there is a 2.2.11 available, from 2013.
> http://search.maven.org/#search|gav|1|g%3A%22javax.xml.ws%22%20AND%20a%3A%22jaxws-api%22 <http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22javax.xml.ws%22%20AND%20a%3A%22jaxws-api%22>
>
> |
> |is there a reason for not upgrading?
>
> |
> |also, is anyone using this?
> according tohttp://mvnrepository.com/artifact/org.glassfish.grizzly/grizzly-http-server-jaxws there a
> |
> |is just 1 open source project depending on it (soapworks), besides the grizzly samples project itself.
>
> |
> |
>
> |