The current JAX-WS has a residual dependency on com.sun.mirror that breaks SKIP_BOOT_CYCLE=false builds. There's a new code drop that fixes this so I need to change the bundle name to pick it up.

Can I get a quick review of this so that I can pushed it - thanks.


diff --git a/jaxws.properties b/jaxws.properties
--- a/jaxws.properties
+++ b/jaxws.properties
@@ -25,8 +25,8 @@

 drops.master.copy.base=${drops.dir}

-jaxws_src.bundle.name=jdk8-jaxws-2_2-SNAPSHOT-2012_01_11.zip
-jaxws_src.bundle.md5.checksum=90aa4ed0818f19561f32b81e2ae02dc8
+jaxws_src.bundle.name=jdk8-jaxws-2_2-SNAPSHOT-2012_01_11-patched.zip
+jaxws_src.bundle.md5.checksum=005b93d1a2d6e66438c3c84c49c10b13
 jaxws_src.master.bundle.dir=${drops.master.copy.base}
 
jaxws_src.master.bundle.url.base=http://download.java.net/glassfish/components/jax-ws/openjdk/jdk8

Reply via email to