This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 3b6e149 Update to bnd 5.3.0-SNAPSHOT to workaround JDK-8255854 3b6e149 is described below commit 3b6e14993fc2b3a55e87f3d56b6a6d4df417cd59 Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Nov 6 08:36:04 2020 +0000 Update to bnd 5.3.0-SNAPSHOT to workaround JDK-8255854 --- build.properties.default | 15 +++++++++++---- webapps/docs/changelog.xml | 4 +++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/build.properties.default b/build.properties.default index d02143a..de2407b 100644 --- a/build.properties.default +++ b/build.properties.default @@ -286,18 +286,25 @@ saaj-api.home=${base.path}/saaj-api-${saaj-api.version} saaj-api.jar=${saaj-api.home}/saaj-api-${saaj-api.version}.jar saaj-api.loc=${base-maven.loc}/javax/xml/soap/saaj-api/${saaj-api.version}/saaj-api-${saaj-api.version}.jar -# ----- bnd, version 5.1.1 or later ----- +# ----- bnd, version 5.3.0 or later ----- # ----- provides OSGI metadata for JARs ----- -bnd.version=5.2.0 +# *** Using SNAPSHOT *** Using SNAPSHOT *** Using SNAPSHOT *** +# The specific version used for release builds will be archived at +# https://home.apache.org/~markt/dev/deps/bnd-5.3.0-SNAPHOT/ +# *** Using SNAPSHOT *** Using SNAPSHOT *** Using SNAPSHOT *** +bnd.version=5.3.0-SNAPSHOT # checksums for biz.aQute.bnd-5.2.0.jar -bnd.checksum.enabled=true +# *** Disabled while we depend on SNAPSHOT JARs *** +bnd.checksum.enabled=false bnd.checksum.algorithm=MD5|SHA-1 bnd.checksum.value=3254df4b94104002f79005ae54ec1dbb|1d69d0a5862133ac1f54555c9cd59011d79bbb86 bnd.home=${base.path}/bnd-${bnd.version} bnd.jar=${bnd.home}/biz.aQute.bnd-${bnd.version}.jar -bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.bnd-${bnd.version}.jar +# *** Temporary change to use the SNAPSHOT repository *** +# bnd.loc=${base-maven.loc}/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.bnd-${bnd.version}.jar +bnd.loc=https://bndtools.jfrog.io/bndtools/update-snapshot/biz/aQute/bnd/biz.aQute.bnd/${bnd.version}/biz.aQute.bnd-${bnd.version}.jar # ----- OSGi annotations bundle, version 1.0.0 or later ----- # ----- required to avoid Javadoc error when using bnd annotations ----- diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index b61d2fa..1e4779e 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -182,7 +182,9 @@ Improvements to Russian translations. Provided by Azat. (markt) </add> <fix> - Update to bnd 5.2.0. (markt) + Update to bnd 5.3.0-SNAPSHOT to work around a + <a href="https://bugs.openjdk.java.net/browse/JDK-8255854">JRE bug</a>. + (markt) </fix> </changelog> </subsection> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org