dev@glassfish.java.net

pom.xml review request for Shoal integration - GF 3.1.2

From: Joseph Fialli <joe.fialli_at_oracle.com>
Date: Thu, 05 Jan 2012 15:13:54 -0500

   Request of a shoal integration into Glassfish 3.1.2.

Shoal integration to fix Glassfish-17504: High Availability (HA) webapps
slow, corrupted sessions, and java.util.concurrent.TimeoutException

Fix by Mahesh.
Review of code changes by myself.
EJB, Web and Metro HA QE tests passed with a test run with this patch.

Diffs:

Index: pom.xml
===================================================================
--- pom.xml (revision 51908)
+++ pom.xml (working copy)
@@ -179,7 +179,7 @@
<v3-docs.version>4.0-b08</v3-docs.version>
<l10n.version>3.1.2-b14</l10n.version>
<asm.version>3.1</asm.version>
- <shoal.version>1.6.15</shoal.version>
+ <shoal.version>1.6.16</shoal.version>
<ha-api.version>3.1.8</ha-api.version>
<build.properties>maven-build-aix.properties</build.properties>
<glassfishbuild.version>3.1.1</glassfishbuild.version>
Index: packager/resources/pkg_conf.py
===================================================================
--- packager/resources/pkg_conf.py (revision 51908)
+++ packager/resources/pkg_conf.py (working copy)
@@ -68,7 +68,7 @@
  grizzly_version="1.9.44,0-1"
  metro_version="2.2,0-12"
  javahelp_version="2.0.2,0-1"
-shoal_version="1.6.15,0-0"
+shoal_version="1.6.16,0-0"

  #description
  glassfish_description="GlassFish Application Server"