7145910: Remove dependency on apt and com.sun.mirror API (breaks boot cycle builds). (original) (raw)

Kelly O'Hair kelly.ohair at oracle.com
Wed Feb 15 17:29:08 UTC 2012


Change looks fine, but the jax-ws team needs to place this zip bundle at http://download.java.net/glassfish/components/jax-ws/openjdk/jdk8

-kto

On Feb 15, 2012, at 9:23 AM, Alan Bateman wrote:

The current JAX-WS has a residual dependency on com.sun.mirror that breaks SKIPBOOTCYCLE=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} -jaxwssrc.bundle.name=jdk8-jaxws-22-SNAPSHOT-20120111.zip -jaxwssrc.bundle.md5.checksum=90aa4ed0818f19561f32b81e2ae02dc8 +jaxwssrc.bundle.name=jdk8-jaxws-22-SNAPSHOT-20120111-patched.zip +jaxwssrc.bundle.md5.checksum=005b93d1a2d6e66438c3c84c49c10b13 jaxwssrc.master.bundle.dir=${drops.master.copy.base} jaxwssrc.master.bundle.url.base=http://download.java.net/glassfish/components/jax-ws/openjdk/jdk8



More information about the core-libs-dev mailing list