dev@grizzly.java.net

Update on Grizzly AHC Client

From: Ryan Lubke <ryan.lubke_at_oracle.com>
Date: Fri, 02 Dec 2011 13:35:34 -0800

Hey Folks,

To prevent chicken/egg issues with the upcoming AHC 1.7.0 and Grizzly
2.2 releases, we've
moved the Grizzly AHC bundle out of the main Grizzly workspace such that
it will now be versioned
independently.

I've just pushed an updated snapshot to the java.net maven repository.
You can access it using
the following maven coordinates:

<dependency>
<groupId>org.glassfish.grizzly</groupId>
<artifactId>grizzly-http-client</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>

<repository>
<id>jvnet-nexus-snapshots</id>
<url>https://maven.java.net/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>

Come AHC 2.0, there will be some refactoring of the project structure
for better modularity.
When 2.0 ships, this bundle will be obsolete.

If there are any comments/concerns on this approach, please let us know.

Thanks,
-rl