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

JDK 13 enters Rampdown Phase Two

Hi Stefan/Jaikiran,

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>.
Many thanks Jaikiran!

On 29/07/2019 06:43, Jaikiran Pai wrote:
> Hello Rory,
>
> I'm a bit late to this, but I just ran our Ant project tests against JDK
> 13 EA build 31 (the latest) and JDK 14 EA build 7 (the latest) on our
> Linux CI setups and both[1][2] of them went through fine without any
> unexpected failures.
>
> [1]
> https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/19/jdk_axis=jdk13-ea,label_exp=ubuntu/
>
> [2]
> https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/19/jdk_axis=jdk14-ea,label_exp=ubuntu/
>
> -Jaikiran
>
> On 22/07/19 3:26 PM, Rory O'Donnell wrote:
>> Hi Stefan/Jaikiran,
>>
>> 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
>>
>>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
> For additional commands, e-mail: dev-help@ant.apache.org
>
-- 
Rgds, Rory O'Donnell
Quality Engineering Manager
Oracle EMEA, Dublin, Ireland


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


Re: JDK 13 enters Rampdown Phase Two

Posted by Jaikiran Pai <ja...@apache.org>.
Hello Rory,

I'm a bit late to this, but I just ran our Ant project tests against JDK
13 EA build 31 (the latest) and JDK 14 EA build 7 (the latest) on our
Linux CI setups and both[1][2] of them went through fine without any
unexpected failures.

[1]
https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/19/jdk_axis=jdk13-ea,label_exp=ubuntu/

[2]
https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/19/jdk_axis=jdk14-ea,label_exp=ubuntu/

-Jaikiran

On 22/07/19 3:26 PM, Rory O'Donnell wrote:
> Hi Stefan/Jaikiran,
>
> 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
>
>

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