Hi Benedikt,

**OpenJDK* 13 Early Access build **28 is now available **at : - jdk.java.net/13/*

 * These early-access, open-source builds are provided under the GNU
   General Public License, version 2, with the Classpath Exception
   <http://openjdk.java.net/legal/gplv2+ce.html>.
 * Changes in this build 28 [1]


*Reminder of a change in b24 - A jrt URI can only encode paths to files in /modules tree **(JDK-8224946 <https://bugs.openjdk.java.net/browse/JDK-8224946>)*

A |jrt| URL is a hierarchical URI with syntax |jrt:/[$MODULE[/$PATH]]|. When using the |jrt| file system, a |java.net.URI| object can be created with the |java.nio.file.Path::toUri| method to encode a normalized path to a file in the |/modules| tree. A |jrt| URL cannot encode a path to a file in the |/packages| tree. The |jrt| file system provider has changed in this release so that |toUri| fails with |IOError| when it is not possible to encode the file path as a jrt URI. *This change may impact tools have been making use of URLs that are not compliant with the syntax. Tools with paths to files in **|/packages|**can use the **|toRealPath()|**method to obtain the real path (in **|/modules|**) before attempting to convert the file path to a URI.*

*OpenJDK 14 **Early Access build 4 **is now available **at : - jdk.java.net/14/*

 * These early-access, open-source builds are provided under the GNU
   General Public License, version 2, with the Classpath Exception
   <http://openjdk.java.net/legal/gplv2+ce.html>.
 * Changes in this build [2]


*Project Valhalla "L-World Inline Types" Early-Access Builds*

 * Build jdk-14-valhalla+1-8
 * These early-access builds are provided under the GNU General Public
   License, version 2, with the Classpath Exception
   <http://openjdk.java.net/legal/gplv2+ce.html>.
 * Please send feedback via e-mail to valhalla-...@openjdk.java.net
   <mailto:valhalla-...@openjdk.java.net>. To send e-mail to this
   address you must first subscribe to the mailing list.


*The Skara tooling is now open source *[3]
we are happy to announce that the tooling for project Skara is now open source and available at

 * https://github.com/openjdk/skara <https://github.com/openjdk/skara.>

The Skara tooling includes both server-side tools (so called "bots") as well as several command-line tools **
If you have any questions, feedback etc. send them to Skara mailing list [4]

Rgds, Rory


[1] JDK 13 - Changes in b28 here <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B27%22%3A%3A%22jdk-13%2B28%22-%22jdk-13%2B27%22%29&revcount=1000> [2] JDK 14 - Changes in b4 here <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-14%2B3%22%3A%3A%22jdk-14%2B4%22-%22jdk-14%2B3%22%29&revcount=1000>
[3] https://mail.openjdk.java.net/pipermail/skara-dev/2019-June/000047.html
[4] https://mail.openjdk.java.net/mailman/listinfo/skara-dev

--
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland

Reply via email to