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

JDK 13 enters Rampdown Phase Two

Hi Andriy,

Any issues to report on JDK 13 , would like to hear the status as we are 
now in rampdown phase 2 ?

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

  * Per the JDK 13 schedule [1], we are now in Rampdown Phase Two.
      o For more details , see Mark Reinhold's email to jdk-dev mailing
        list [2]
      o The overall feature set is frozen, no further JEPs will be
        targeted to this release.
      o Per the JDK Release Process [3] we now turn our focus to P1 and
        P2 bugs.

  * I want to draw your attention to some noteable changes in previous
    builds of JDK 13. These changes  are important for those that
    develop/maintain their own socket implementation
    (java.net.SocketImpl) or use the setSocketImplFactory or
    setSocketFactory APIs to change the system-wide socket implementation:

      o http://jdk.java.net/13/release-notes#JDK-8224477 - delivered in
        build 23
      o http://jdk.java.net/13/release-notes#JDK-8216978 - delivered in
        build 20
      o http://jdk.java.net/13/release-notes#JDK-8220493 - delivered in
        build 13

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

  * 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 of interest since last email
      o 8225239: Refactor NetworkInterface lookups
      o 8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
  * JEP targeted to JDK 14:
      o JEP352: Non-Volatile Mapped
  * Bug fixes reported by Open Source Projects  :
      o JDK-8227080 - fixed in b5 -reported by Eclipse Jetty

The Java Crypto Roadmap 
<https://www.java.com/en/jre-jdk-cryptoroadmap.html> has been updated :

  * Released - 16-July-2019 - Release Affected JDK 7u231 - Disabled
    Kerberos DES encryption by default
  * Targeted Date - 2020 - Targeted Release - JDK 8 - Transport Layer
    Security (TLS) 1.3

Rgds,Rory

[1] http://openjdk.java.net/projects/jdk/13/#Schedule
[2] https://mail.openjdk.java.net/pipermail/jdk-dev/2019-July/003170.html


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


Re: JDK 13 enters Rampdown Phase Two

Posted by Rory O'Donnell <ro...@oracle.com>.
Thanks for the update Andriy!

On 23/07/2019 12:18, Andriy Redko wrote:
> Hi Rory,
>
> Thanks a lot for keeping us in the loop. So far we (CXF) have been directly affected
> by https://bugs.openjdk.java.net/browse/JDK-8215608  (addressed by
> https://issues.apache.org/jira/browse/CXF-8066). The builds against latest JDK13 bits
> are looking not bad (https://builds.apache.org/job/CXF-Master-JDK13/) but still we
> have some work to do. Our main roadblocks are the projects we depend on, we are
> closely watching their progress. Thanks!
>
> Best Regards,
>      Andriy Redko
>
>
> ROD> Hi Andriy,
>
> ROD> Any issues to report on JDK 13 , would like to hear the status as we are
> ROD> now in rampdown phase 2 ?
>
> ROD> **OpenJDK builds *- JDK 13 Early Access build 30 **is now available **at
> ROD> : - jdk.java.net/13/*
>
> ROD>   * Per the JDK 13 schedule [1], we are now in Rampdown Phase Two.
> ROD>       o For more details , see Mark Reinhold's email to jdk-dev mailing
> ROD>         list [2]
> ROD>       o The overall feature set is frozen, no further JEPs will be
> ROD>         targeted to this release.
> ROD>       o Per the JDK Release Process [3] we now turn our focus to P1 and
> ROD>         P2 bugs.
>
> ROD>   * I want to draw your attention to some noteable changes in previous
> ROD>     builds of JDK 13. These changes  are important for those that
> ROD>     develop/maintain their own socket implementation
> ROD>     (java.net.SocketImpl) or use the setSocketImplFactory or
> ROD>     setSocketFactory APIs to change the system-wide socket implementation:
>
> ROD>       o http://jdk.java.net/13/release-notes#JDK-8224477 - delivered in
> ROD>         build 23
> ROD>       o http://jdk.java.net/13/release-notes#JDK-8216978 - delivered in
> ROD>         build 20
> ROD>       o http://jdk.java.net/13/release-notes#JDK-8220493 - delivered in
> ROD>         build 13
>
> ROD> **OpenJDK builds *- JDK 14 Early Access build 6 is **now available **at
> ROD> : - jdk.java.net/14/*
>
> ROD>   * These early-access, open-source builds are provided under the
> ROD>       o GNU General Public License, version 2, with the Classpath
> ROD>         Exception <http://openjdk.java.net/legal/gplv2+ce.html>.
> ROD>   * Changes of interest since last email
> ROD>       o 8225239: Refactor NetworkInterface lookups
> ROD>       o 8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
> ROD>   * JEP targeted to JDK 14:
> ROD>       o JEP352: Non-Volatile Mapped
> ROD>   * Bug fixes reported by Open Source Projects  :
> ROD>       o JDK-8227080 - fixed in b5 -reported by Eclipse Jetty
>
> ROD> The Java Crypto Roadmap
> ROD> <https://www.java.com/en/jre-jdk-cryptoroadmap.html> has been updated :
>
> ROD>   * Released - 16-July-2019 - Release Affected JDK 7u231 - Disabled
> ROD>     Kerberos DES encryption by default
> ROD>   * Targeted Date - 2020 - Targeted Release - JDK 8 - Transport Layer
> ROD>     Security (TLS) 1.3
>
> ROD> Rgds,Rory
>
> ROD> [1] http://openjdk.java.net/projects/jdk/13/#Schedule
> ROD> [2] https://mail.openjdk.java.net/pipermail/jdk-dev/2019-July/003170.html
>
>
>
-- 
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland


Re: JDK 13 enters Rampdown Phase Two

Posted by Andriy Redko <dr...@gmail.com>.
Hi Rory,

Thanks a lot for keeping us in the loop. So far we (CXF) have been directly affected 
by https://bugs.openjdk.java.net/browse/JDK-8215608  (addressed by 
https://issues.apache.org/jira/browse/CXF-8066). The builds against latest JDK13 bits 
are looking not bad (https://builds.apache.org/job/CXF-Master-JDK13/) but still we
have some work to do. Our main roadblocks are the projects we depend on, we are 
closely watching their progress. Thanks!

Best Regards,
    Andriy Redko


ROD> Hi Andriy,

ROD> Any issues to report on JDK 13 , would like to hear the status as we are 
ROD> now in rampdown phase 2 ?

ROD> **OpenJDK builds *- JDK 13 Early Access build 30 **is now available **at 
ROD> : - jdk.java.net/13/*

ROD>   * Per the JDK 13 schedule [1], we are now in Rampdown Phase Two.
ROD>       o For more details , see Mark Reinhold's email to jdk-dev mailing
ROD>         list [2]
ROD>       o The overall feature set is frozen, no further JEPs will be
ROD>         targeted to this release.
ROD>       o Per the JDK Release Process [3] we now turn our focus to P1 and
ROD>         P2 bugs.

ROD>   * I want to draw your attention to some noteable changes in previous
ROD>     builds of JDK 13. These changes  are important for those that
ROD>     develop/maintain their own socket implementation
ROD>     (java.net.SocketImpl) or use the setSocketImplFactory or
ROD>     setSocketFactory APIs to change the system-wide socket implementation:

ROD>       o http://jdk.java.net/13/release-notes#JDK-8224477 - delivered in
ROD>         build 23
ROD>       o http://jdk.java.net/13/release-notes#JDK-8216978 - delivered in
ROD>         build 20
ROD>       o http://jdk.java.net/13/release-notes#JDK-8220493 - delivered in
ROD>         build 13

ROD> **OpenJDK builds *- JDK 14 Early Access build 6 is **now available **at 
ROD> : - jdk.java.net/14/*

ROD>   * These early-access, open-source builds are provided under the
ROD>       o GNU General Public License, version 2, with the Classpath
ROD>         Exception <http://openjdk.java.net/legal/gplv2+ce.html>.
ROD>   * Changes of interest since last email
ROD>       o 8225239: Refactor NetworkInterface lookups
ROD>       o 8226409: Enable argument profiling for sun.misc.Unsafe.put*/get*
ROD>   * JEP targeted to JDK 14:
ROD>       o JEP352: Non-Volatile Mapped
ROD>   * Bug fixes reported by Open Source Projects  :
ROD>       o JDK-8227080 - fixed in b5 -reported by Eclipse Jetty

ROD> The Java Crypto Roadmap 
ROD> <https://www.java.com/en/jre-jdk-cryptoroadmap.html> has been updated :

ROD>   * Released - 16-July-2019 - Release Affected JDK 7u231 - Disabled
ROD>     Kerberos DES encryption by default
ROD>   * Targeted Date - 2020 - Targeted Release - JDK 8 - Transport Layer
ROD>     Security (TLS) 1.3

ROD> Rgds,Rory

ROD> [1] http://openjdk.java.net/projects/jdk/13/#Schedule
ROD> [2] https://mail.openjdk.java.net/pipermail/jdk-dev/2019-July/003170.html