You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Rory O'Donnell <ro...@oracle.com> on 2019/05/31 07:21:50 UTC

JDK 13 - Early Access build 23 is available

Hi Mark,


      *OpenJDK builds *- JDK 13 - Early Access build 23 is available at
      http://jdk.java.net/13/

  * These early-access , open-source builds are provided under the
      o GNU General Public License, version 2, with the Classpath
        Exception <http://openjdk.java.net/legal/gplv2+ce.html>.
  * Changes in this build
    <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B22%22%3A%3A%22jdk-13%2B23%22-%22jdk-13%2B22%22%29&revcount=1000>

  * Release notes [1]


        *Significant changes since the last availability email*

  * build 23
      o Support for Unicode 12.1 (JDK-8221431
        <https://bugs.openjdk.java.net/browse/JDK-8221431>)
      o Add new keytool -showinfo -tls command for displaying TLS
        configuration information (JDK-8219861
        <https://bugs.openjdk.java.net/browse/JDK-8219861>)
  * build 22
      o New methods for creating DOM and SAX factories with Namespace
        support (JDK-8219692
        <https://bugs.openjdk.java.net/browse/JDK-8219692>)
      o Removal of two DocuSign root CA certificates (JDK-8223499
        <https://bugs.openjdk.java.net/browse/JDK-8223499>)
  * build 21
      o JDWP support for IPv6 (JDK-8184770
        <https://bugs.openjdk.java.net/browse/JDK-8184770>)
      o Change the mechanism by which JDK loads the platform-specific
        AWT Toolkit (JDK-8212700
        <https://bugs.openjdk.java.net/browse/JDK-8212700>)
      o Upgrade CLDR to Version 35.1 (JDK-8221432
        <https://bugs.openjdk.java.net/browse/JDK-8221432>)
      o xConfigurable Read Timeout for CRLs (JDK-8191808
        <https://bugs.openjdk.java.net/browse/JDK-8191808>)
      o Removal of two Comodo root CA certificates (JDK-8222136
        <https://bugs.openjdk.java.net/browse/JDK-8222136>)


        Bug fixes for issues reported by Open Source Projects

  * build 22
      o OutOfMemory on compiling with darcula.jar in classpath
        (JDK-8222807 <https://bugs.openjdk.java.net/browse/JDK-8222807>)
  * build 21
      o java -version output and certain system properties contain
        "null" text in their values (JDK-8223695
        <https://bugs.openjdk.java.net/browse/JDK-8223695>)
  * build 20
      o assert(Compile::current()->live_nodes() <
        Compile::current()->max_node_limit()) failed: Live Node limit
        exceeded limit (JDK-8219520
        <https://bugs.openjdk.java.net/browse/JDK-8219520>)
      o C2: MemNode::can_see_stored_value() ignores casts which carry
        control dependency (JDK-8219902
        <https://bugs.openjdk.java.net/browse/JDK-8219902>)
      o New fix of the deadlock in sun.security.ssl.SSLSocketImpl
        (JDK-8219991 <https://bugs.openjdk.java.net/browse/JDK-8219991>)


        JEP updates since last email

  * JEP 350: Dynamic CDS Archives <http://openjdk.java.net/jeps/350> was
    *Integrated*.
  * JEP 351: ZGC: Uncommit Unused Memory
    <http://openjdk.java.net/jeps/351> was *Integrated*.
  * JEP 353: Reimplement the Legacy Socket API
    <http://openjdk.java.net/jeps/353> was*Targetted* JDK 13.
  * JEP 355: Text Blocks (Preview)
    <http://openjdk.java.net/jeps/355> was *Proposed to target* JDK 13.


Rgds,Rory

[1] http://jdk.java.net/13/release-notes

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


Re: JDK 13 - Early Access build 23 is available

Posted by Rory O'Donnell <ro...@oracle.com>.
Thanks for the feedback Mark.

Rgsd,Rory

On 31/05/2019 12:53, Mark Thomas wrote:
> No issues found.
>
> Tomcat 9.0.x builds without any errors / warnings.
>
> It passes a basic smoke test (HTTP, WebSocket and HTTP/2)
>
> The unit tests pass with NIO, NIO2 and APR/native.
>
> Mark
>
>
>
> On 31/05/2019 08:21, Rory O'Donnell wrote:
>> Hi Mark,
>>
>>
>>        *OpenJDK builds  *- JDK 13 - Early Access build 23 is available at
>>        http://jdk.java.net/13/
>>
>>    * These early-access , open-source builds are provided under the
>>        o GNU General Public License, version 2, with the Classpath
>>          Exception <http://openjdk.java.net/legal/gplv2+ce.html>.
>>    * Changes in this build
>>      <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B22%22%3A%3A%22jdk-13%2B23%22-%22jdk-13%2B22%22%29&revcount=1000>
>>
>>    * Release notes [1]
>>
>>
>>          *Significant changes since the last availability email*
>>
>>    * build 23
>>        o Support for Unicode 12.1 (JDK-8221431
>>          <https://bugs.openjdk.java.net/browse/JDK-8221431>)
>>        o Add new keytool -showinfo -tls command for displaying TLS
>>          configuration information (JDK-8219861
>>          <https://bugs.openjdk.java.net/browse/JDK-8219861>)
>>    * build 22
>>        o New methods for creating DOM and SAX factories with Namespace
>>          support (JDK-8219692
>>          <https://bugs.openjdk.java.net/browse/JDK-8219692>)
>>        o Removal of two DocuSign root CA certificates (JDK-8223499
>>          <https://bugs.openjdk.java.net/browse/JDK-8223499>)
>>    * build 21
>>        o JDWP support for IPv6 (JDK-8184770
>>          <https://bugs.openjdk.java.net/browse/JDK-8184770>)
>>        o Change the mechanism by which JDK loads the platform-specific
>>          AWT Toolkit (JDK-8212700
>>          <https://bugs.openjdk.java.net/browse/JDK-8212700>)
>>        o Upgrade CLDR to Version 35.1 (JDK-8221432
>>          <https://bugs.openjdk.java.net/browse/JDK-8221432>)
>>        o xConfigurable Read Timeout for CRLs (JDK-8191808
>>          <https://bugs.openjdk.java.net/browse/JDK-8191808>)
>>        o Removal of two Comodo root CA certificates (JDK-8222136
>>          <https://bugs.openjdk.java.net/browse/JDK-8222136>)
>>
>>
>>          Bug fixes for issues reported by Open Source Projects
>>
>>    * build 22
>>        o OutOfMemory on compiling with darcula.jar in classpath
>>          (JDK-8222807 <https://bugs.openjdk.java.net/browse/JDK-8222807>)
>>    * build 21
>>        o java -version output and certain system properties contain
>>          "null" text in their values (JDK-8223695
>>          <https://bugs.openjdk.java.net/browse/JDK-8223695>)
>>    * build 20
>>        o assert(Compile::current()->live_nodes() <
>>          Compile::current()->max_node_limit()) failed: Live Node limit
>>          exceeded limit (JDK-8219520
>>          <https://bugs.openjdk.java.net/browse/JDK-8219520>)
>>        o C2: MemNode::can_see_stored_value() ignores casts which carry
>>          control dependency (JDK-8219902
>>          <https://bugs.openjdk.java.net/browse/JDK-8219902>)
>>        o New fix of the deadlock in sun.security.ssl.SSLSocketImpl
>>          (JDK-8219991 <https://bugs.openjdk.java.net/browse/JDK-8219991>)
>>
>>
>>          JEP updates since last email
>>
>>    * JEP 350: Dynamic CDS Archives <http://openjdk.java.net/jeps/350> was
>>      *Integrated*.
>>    * JEP 351: ZGC: Uncommit Unused Memory
>>      <http://openjdk.java.net/jeps/351> was *Integrated*.
>>    * JEP 353: Reimplement the Legacy Socket API
>>      <http://openjdk.java.net/jeps/353> was*Targetted* JDK 13.
>>    * JEP 355: Text Blocks (Preview)
>>      <http://openjdk.java.net/jeps/355> was *Proposed to target* JDK 13.
>>
>>
>> Rgds,Rory
>>
>> [1] http://jdk.java.net/13/release-notes
>>
>> -- 
>> Rgds, Rory O'Donnell
>> Quality Engineering Manager
>> Oracle EMEA, Dublin, Ireland
>>
-- 
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: JDK 13 - Early Access build 23 is available

Posted by Mark Thomas <ma...@apache.org>.
No issues found.

Tomcat 9.0.x builds without any errors / warnings.

It passes a basic smoke test (HTTP, WebSocket and HTTP/2)

The unit tests pass with NIO, NIO2 and APR/native.

Mark



On 31/05/2019 08:21, Rory O'Donnell wrote:
> Hi Mark,
> 
> 
>       *OpenJDK builds  *- JDK 13 - Early Access build 23 is available at
>       http://jdk.java.net/13/
> 
>   * These early-access , open-source builds are provided under the
>       o GNU General Public License, version 2, with the Classpath
>         Exception <http://openjdk.java.net/legal/gplv2+ce.html>.
>   * Changes in this build
>     <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B22%22%3A%3A%22jdk-13%2B23%22-%22jdk-13%2B22%22%29&revcount=1000>
> 
>   * Release notes [1]
> 
> 
>         *Significant changes since the last availability email*
> 
>   * build 23
>       o Support for Unicode 12.1 (JDK-8221431
>         <https://bugs.openjdk.java.net/browse/JDK-8221431>)
>       o Add new keytool -showinfo -tls command for displaying TLS
>         configuration information (JDK-8219861
>         <https://bugs.openjdk.java.net/browse/JDK-8219861>)
>   * build 22
>       o New methods for creating DOM and SAX factories with Namespace
>         support (JDK-8219692
>         <https://bugs.openjdk.java.net/browse/JDK-8219692>)
>       o Removal of two DocuSign root CA certificates (JDK-8223499
>         <https://bugs.openjdk.java.net/browse/JDK-8223499>)
>   * build 21
>       o JDWP support for IPv6 (JDK-8184770
>         <https://bugs.openjdk.java.net/browse/JDK-8184770>)
>       o Change the mechanism by which JDK loads the platform-specific
>         AWT Toolkit (JDK-8212700
>         <https://bugs.openjdk.java.net/browse/JDK-8212700>)
>       o Upgrade CLDR to Version 35.1 (JDK-8221432
>         <https://bugs.openjdk.java.net/browse/JDK-8221432>)
>       o xConfigurable Read Timeout for CRLs (JDK-8191808
>         <https://bugs.openjdk.java.net/browse/JDK-8191808>)
>       o Removal of two Comodo root CA certificates (JDK-8222136
>         <https://bugs.openjdk.java.net/browse/JDK-8222136>)
> 
> 
>         Bug fixes for issues reported by Open Source Projects 
> 
>   * build 22
>       o OutOfMemory on compiling with darcula.jar in classpath
>         (JDK-8222807 <https://bugs.openjdk.java.net/browse/JDK-8222807>)
>   * build 21
>       o java -version output and certain system properties contain
>         "null" text in their values (JDK-8223695
>         <https://bugs.openjdk.java.net/browse/JDK-8223695>)
>   * build 20
>       o assert(Compile::current()->live_nodes() <
>         Compile::current()->max_node_limit()) failed: Live Node limit
>         exceeded limit (JDK-8219520
>         <https://bugs.openjdk.java.net/browse/JDK-8219520>)
>       o C2: MemNode::can_see_stored_value() ignores casts which carry
>         control dependency (JDK-8219902
>         <https://bugs.openjdk.java.net/browse/JDK-8219902>)
>       o New fix of the deadlock in sun.security.ssl.SSLSocketImpl
>         (JDK-8219991 <https://bugs.openjdk.java.net/browse/JDK-8219991>)
> 
> 
>         JEP updates since last email
> 
>   * JEP 350: Dynamic CDS Archives <http://openjdk.java.net/jeps/350> was
>     *Integrated*.
>   * JEP 351: ZGC: Uncommit Unused Memory
>     <http://openjdk.java.net/jeps/351> was *Integrated*.
>   * JEP 353: Reimplement the Legacy Socket API
>     <http://openjdk.java.net/jeps/353> was*Targetted* JDK 13.
>   * JEP 355: Text Blocks (Preview)
>     <http://openjdk.java.net/jeps/355> was *Proposed to target* JDK 13.
> 
> 
> Rgds,Rory
> 
> [1] http://jdk.java.net/13/release-notes
> 
> -- 
> Rgds, Rory O'Donnell
> Quality Engineering Manager
> Oracle EMEA, Dublin, Ireland
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org