JDK 14 - Early Access build 17 is available

"Rory O'Donnell" <[email protected]> Fri, 4 Oct 2019 10:19:56 +0100
Newsgroups gmane.comp.java.cruise-control.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============2866883315651150632==
Content-Type: multipart/alternative;
 boundary="------------337744FEE28768B21663C8AF"
Content-Language: en-US

This is a multi-part message in MIME format.
--------------337744FEE28768B21663C8AF
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

Hi Kent,

*OpenJDK builds *- JDK 14 - Early Access build 17 is available at 
http://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>.

  * Schedule for JDK 14
      o 2019/12/12 Rampdown Phase One
      o 2020/01/16 Rampdown Phase Two
      o 2020/02/06 Initial Release Candidate
      o 2020/02/20 Final Release Candidate
      o 2020/03/17 General Availability

  * Release notes
      o https://jdk.java.net/14/release-notes

  * JEPs targeted to JDK 14, so far
      o 352 - Non-Volatile Mapped Byte Buffers
        <https://openjdk.java.net/jeps/352>
      o 358 - Helpful NullPointerExceptions
        <http://openjdk.java.net/jeps/358>
  * Recent Bug fixes of Interest
      o Build 16:-
          + JDK-8228580: DnsClient TCP socket timeout
          + JDK-8229800: WindowsServerCore 1809 does not provide
            d2d1.dll library required by awt.dll
          + JDK-8230814: Enable SAX ContentHandler to handle XML Declaration
      o Build 15:-
          + JDK-8229202: Docker reporting causes secondary crashes in
            error handling
          + JDK-8223490: Optimize search algorithm for determining
            default time zone
  * Changes in this build
    <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-14%2B16%22%3A%3A%22jdk-14%2B17%22-%22jdk-14%2B16%22%29&revcount=1000>

*jpackage EA -* Build 14-jpackage+1-49 (2019/10/2)

  * This is an early access build of JEP 343: Packaging Tool
    <https://openjdk.java.net/jeps/343>, aimed at testing a prototype
    implementation of jpackage, which is a new tool for packaging
    self-contained Java applications along with a Java Runtime Environment.
  * 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>
  * Build 14 is now available http://jdk.java.net/jpackage/
  * Please send feedback via e-mail to [email protected]
    <mailto:[email protected]>

*
*


      CodeOne

  * Missed some of the Core Java Platform track, see a thread of some of
    the captured sessions: here
    <https://twitter.com/Sharat_Chander/status/1176202284134330368?s=20>


Rgds,Rory


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


--------------337744FEE28768B21663C8AF
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Hi Kent, </p>
    <p><b>OpenJDK builds  </b>- JDK 14 - Early Access build 17 is
      available at <a class="moz-txt-link-freetext"
        href="http://jdk.java.net/14/" moz-do-not-send="true">http://jdk.java.net/14/</a></p>
    These early-access, open-source builds are provided under the <a
      href="http://openjdk.java.net/legal/gplv2+ce.html">GNU General
      Public License, version 2, with the Classpath Exception</a>.
    <ul>
      <li>Schedule for JDK 14</li>
      <ul>
        <li>2019/12/12 Rampdown Phase One</li>
        <li>2020/01/16 Rampdown Phase Two</li>
        <li>2020/02/06 Initial Release Candidate</li>
        <li>2020/02/20 Final Release Candidate</li>
        <li>2020/03/17 General Availability</li>
      </ul>
    </ul>
    <ul>
      <li>Release notes <br>
      </li>
      <ul>
        <li><a class="moz-txt-link-freetext"
            href="https://jdk.java.net/14/release-notes">https://jdk.java.net/14/release-notes</a></li>
      </ul>
    </ul>
    <ul>
      <li>JEPs targeted to JDK 14, so far</li>
      <ul>
        <li>352 - <a href="https://openjdk.java.net/jeps/352">Non-Volatile
            Mapped Byte Buffers</a></li>
        <li>358 - <a href="http://openjdk.java.net/jeps/358">Helpful
            NullPointerExceptions</a></li>
      </ul>
      <li>Recent Bug fixes of Interest</li>
      <ul>
        <li>Build 16:-</li>
        <ul>
          <li>JDK-8228580: DnsClient TCP socket timeout</li>
          <li>JDK-8229800: WindowsServerCore 1809 does not provide
            d2d1.dll library required by awt.dll</li>
          <li>JDK-8230814: Enable SAX ContentHandler to handle XML
            Declaration</li>
        </ul>
        <li>Build 15:-</li>
        <ul>
          <li>JDK-8229202: Docker reporting causes secondary crashes in
            error handling</li>
          <li>JDK-8223490: Optimize search algorithm for determining
            default time zone</li>
        </ul>
      </ul>
      <li><a
href="http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-14%2B16%22%3A%3A%22jdk-14%2B17%22-%22jdk-14%2B16%22%29&amp;revcount=1000">Changes
          in this build </a></li>
    </ul>
    <p><b>jpackage EA -</b> Build 14-jpackage+1-49 (2019/10/2)</p>
    <ul>
      <li>This is an early access build of <a
          href="https://openjdk.java.net/jeps/343">JEP 343: Packaging
          Tool</a>, aimed at testing a prototype implementation of 
        jpackage, which is a new tool for packaging self-contained Java
        applications along with a Java Runtime Environment.</li>
      <li>These early-access builds are provided under the <a
          href="http://openjdk.java.net/legal/gplv2+ce.html">GNU General
          Public License, version 2, with the Classpath Exception</a></li>
      <li>Build 14 is now available <a class="moz-txt-link-freetext"
          href="http://jdk.java.net/jpackage/">http://jdk.java.net/jpackage/</a></li>
      <li>Please send feedback via e-mail to <a
          href="mailto:[email protected]">[email protected]</a></li>
    </ul>
    <p><b><br>
      </b></p>
    <ul>
    </ul>
    <h3>CodeOne</h3>
    <ul>
      <li>Missed some of the Core Java Platform track, see a thread of
        some of the captured sessions: <a moz-do-not-send="true"
href="https://twitter.com/Sharat_Chander/status/1176202284134330368?s=20">here</a><br>
      </li>
    </ul>
    <p>  <br>
    </p>
    <p>Rgds,Rory<br>
    </p>
    <p><br>
    </p>
    <pre class="moz-signature" cols="72">-- 
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland</pre>
  </body>
</html>

--------------337744FEE28768B21663C8AF--


--===============2866883315651150632==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--===============2866883315651150632==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Cruisecontrol-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-devel

--===============2866883315651150632==--