users@grizzly.java.net

RE: Migrate Grizzly from 1.9 to 2.x

From: Gay David (Annecy) <"Gay>
Date: Wed, 3 Aug 2011 14:37:54 +0000

Hi Alexey,

Thanks again for your help.
I haven't check it right now as my company firewall block all git access (too bad!).
I will check that ASAP once I checkout from home.

I keep you in touch.

Regards
David

De : Oleksiy Stashok [mailto:oleksiy.stashok_at_oracle.com]
Envoyé : lundi 1 août 2011 20:50
À : users_at_grizzly.java.net
Objet : Re: Migrate Grizzly from 1.9 to 2.x

Hi David,

I've migrated the httpservice implementation.
Can you pls. test it? The only thing - you have to check out and build grizzly 2.1.2-snapshot from sources.

git clone git://java.net/grizzly~git 2dot0
cd 2dot0
mvn clean install

then you'd be able to use the same httpservice grizzly artifact, but group-id is going to be org.glassfish.grizzly.* instead of com.sun.grizzly.* and version has to be changed to 2.1.2-SNAPSHOT.

Pls. let me know how it works for you.

Thanks.

WBR,
Alexey.

On 08/01/2011 01:56 PM, Gay David (Annecy) wrote:
Hi Alexey,

Done : http://java.net/jira/browse/GRIZZLY-1049

Hopes the description is clear enough.
Don't hesitate to ask me if you need more input/description/whatever in the issue.

Thanks and regards
David

De : Oleksiy Stashok [mailto:oleksiy.stashok_at_oracle.com]
Envoyé : lundi 1 août 2011 13:36
À : users_at_grizzly.java.net<mailto:users_at_grizzly.java.net>
Objet : Re: Migrate Grizzly from 1.9 to 2.x

Hi David,

we haven't implemented httpservice in 2.0,
can you pls. file an issue - I'll do that during today/tomorrow.

Thanks.

WBR,
Alexey.

On 08/01/2011 11:52 AM, Gay David (Annecy) wrote:
Hi all,

I would like to start migrate from Gz 1.9 to Gz 2.x.
I currently use the OSGi version of Gz 1.9, this dependency :

<dependency>
<groupId>com.sun.grizzly.osgi</groupId>
                <artifactId>grizzly-httpservice-bundle</artifactId>
                <version>1.9.35</version>
</dependency>

That expose the OSGi http standard service.
What would be the dependency to use (if any) for Gz 2.x ?

Thanks for your help
David