You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Oleg Kalnichevski <ol...@apache.org> on 2019/06/22 09:40:31 UTC

Re: JDK 13 enters Rampdown Phase One

On Sun, 2019-06-16 at 11:02 +0530, Rory O'Donnell wrote:
> Hi Mark & Gavin,
> 
> *JDK 13 Early Access build **25 is now available **at : -
> jdk.java.net/13/*
> 
>   * Per the JDK 13 schedule [1], we are now in Rampdown Phase One.
>       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.
>   * Changes in this build 25 [4]
> 
> *Request for feedback on JEP 353 integrated in b24
> *
> 
> JEP 353: Reimplement the Legacy Socket API" has been integrated into 
> jdk-13+24. It would be very useful if applications or libraries
> using 
> java.net.Socket or java.net.ServerSocket APIs could test with this
> build 
> and report any issues found.

I ran Apache HttpClient 4.5 and Apache HttpClient 5.0 tests and found
no obvious regressions due to JDK-8221481.

All tests passed with JDK 13
---
openjdk version "13-ea" 2019-09-17
OpenJDK Runtime Environment (build 13-ea+26)
OpenJDK 64-Bit Server VM (build 13-ea+26, mixed mode, sharing)

Oleg 


>  The JEP provides information on the system 
> property that can be used to switch back to the old implementation
> and 
> that may be useful to check for behavior differences between the old
> and 
> new implementation. It would be very useful to get feedback via the 
> OpenJDK net-dev mailing list, bugs via the usual channel.
> 
> *Updates to Release Notes since last email*
> 
>   * b25 - Support Kerberos cross-realm referrals (RFC 6806)(JDK-
> 8215032
>     <https://bugs.openjdk.java.net/browse/JDK-8215032>)
>   * b25 - Add -XX:SoftMaxHeapSize flag(JDK-8222145
>     <https://bugs.openjdk.java.net/browse/JDK-8222145>)
>   * b24 - Reimplement the Legacy Socket API(JDK-8221481
>     <https://bugs.openjdk.java.net/browse/JDK-8221481>)
>       o see above request for feedback
>   * b24  - Deprecated rmic tool For Removal(JDK-8217412
>     <https://bugs.openjdk.java.net/browse/JDK-8217412>)
>   * b24 - New String constants for Canonical XML 1.1 URIs(JDK-8224767
>     <https://bugs.openjdk.java.net/browse/JDK-8224767>)
>   * b23 - Support for Unicode 12.1 (JDK-8221431
>     <https://bugs.openjdk.java.net/browse/JDK-8221431>)
>   * b21 - Upgrade CLDR to Version 35.1 (JDK-8221432
>     <https://bugs.openjdk.java.net/browse/JDK-8221432>)
> 
> *OpenJDK 14 **Early Access build 1 **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 [5]
> 
> **
> 
> Rgds, Rory
> 
> [1] http://openjdk.java.net/projects/jdk/13/#Schedule 
> <http://openjdk.java.net/projects/jdk/12/#Schedule>
> [2] 
> https://mail.openjdk.java.net/pipermail/jdk-dev/2019-June/003060.html
> [3] http://jdk.java.net/13/release-notes
> [4] JDK 13 - Changes in b25 here 
> <
> http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B24%22%3A%3A%22jdk-13%2B25%22-%22jdk-13%2B24%22%29&revcount=1000
> >
> [5] JDK 14 - Changes in b1 here 
> <
> http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-14%2B0%22%3A%3A%22jdk-14%2B1%22-%22jdk-14%2B0%22%29&revcount=1000
> >
> 


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


Re: JDK 13 enters Rampdown Phase One

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

On 22/06/2019 10:40, Oleg Kalnichevski wrote:
> On Sun, 2019-06-16 at 11:02 +0530, Rory O'Donnell wrote:
>> Hi Mark & Gavin,
>>
>> *JDK 13 Early Access build **25 is now available **at : -
>> jdk.java.net/13/*
>>
>>    * Per the JDK 13 schedule [1], we are now in Rampdown Phase One.
>>        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.
>>    * Changes in this build 25 [4]
>>
>> *Request for feedback on JEP 353 integrated in b24
>> *
>>
>> JEP 353: Reimplement the Legacy Socket API" has been integrated into
>> jdk-13+24. It would be very useful if applications or libraries
>> using
>> java.net.Socket or java.net.ServerSocket APIs could test with this
>> build
>> and report any issues found.
> I ran Apache HttpClient 4.5 and Apache HttpClient 5.0 tests and found
> no obvious regressions due to JDK-8221481.
>
> All tests passed with JDK 13
> ---
> openjdk version "13-ea" 2019-09-17
> OpenJDK Runtime Environment (build 13-ea+26)
> OpenJDK 64-Bit Server VM (build 13-ea+26, mixed mode, sharing)
>
> Oleg
>
>
>>   The JEP provides information on the system
>> property that can be used to switch back to the old implementation
>> and
>> that may be useful to check for behavior differences between the old
>> and
>> new implementation. It would be very useful to get feedback via the
>> OpenJDK net-dev mailing list, bugs via the usual channel.
>>
>> *Updates to Release Notes since last email*
>>
>>    * b25 - Support Kerberos cross-realm referrals (RFC 6806)(JDK-
>> 8215032
>>      <https://bugs.openjdk.java.net/browse/JDK-8215032>)
>>    * b25 - Add -XX:SoftMaxHeapSize flag(JDK-8222145
>>      <https://bugs.openjdk.java.net/browse/JDK-8222145>)
>>    * b24 - Reimplement the Legacy Socket API(JDK-8221481
>>      <https://bugs.openjdk.java.net/browse/JDK-8221481>)
>>        o see above request for feedback
>>    * b24  - Deprecated rmic tool For Removal(JDK-8217412
>>      <https://bugs.openjdk.java.net/browse/JDK-8217412>)
>>    * b24 - New String constants for Canonical XML 1.1 URIs(JDK-8224767
>>      <https://bugs.openjdk.java.net/browse/JDK-8224767>)
>>    * b23 - Support for Unicode 12.1 (JDK-8221431
>>      <https://bugs.openjdk.java.net/browse/JDK-8221431>)
>>    * b21 - Upgrade CLDR to Version 35.1 (JDK-8221432
>>      <https://bugs.openjdk.java.net/browse/JDK-8221432>)
>>
>> *OpenJDK 14 **Early Access build 1 **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 [5]
>>
>> **
>>
>> Rgds, Rory
>>
>> [1] http://openjdk.java.net/projects/jdk/13/#Schedule
>> <http://openjdk.java.net/projects/jdk/12/#Schedule>
>> [2]
>> https://mail.openjdk.java.net/pipermail/jdk-dev/2019-June/003060.html
>> [3] http://jdk.java.net/13/release-notes
>> [4] JDK 13 - Changes in b25 here
>> <
>> http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B24%22%3A%3A%22jdk-13%2B25%22-%22jdk-13%2B24%22%29&revcount=1000
>> [5] JDK 14 - Changes in b1 here
>> <
>> http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-14%2B0%22%3A%3A%22jdk-14%2B1%22-%22jdk-14%2B0%22%29&revcount=1000

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


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