users@grizzly.java.net

grizzly jaxws using older jaxws-api

From: Gonfi den Tschal <gonfidentschal_at_gmail.com>
Date: Mon, 2 Feb 2015 16:57:54 +0200

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

is there a reason for not upgrading?

also, is anyone using this?
according to http://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.