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/03/29 11:00:04 UTC

JDK 13 - Early Access build 14 is available

Hi Stefan/Jaikiran,

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

  * 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
    <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B13%22%3A%3A%22jdk-13%2B14%22-%22jdk-13%2B13%22%29&revcount=1000>
  * Release notes [1]
  * JDK 13 Schedule proposal accepted [2]
      o 2019/06/13 Rampdown Phase One
      o 2019/07/18 Rampdown Phase Two
      o 2019/08/08 Initial Release Candidate
      o 2019/08/22 Final Release Candidate
      o 2019/09/17 General Availability

*jpackage EA *

  * 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.
  * Build 30 is now available http://jdk.java.net/jpackage/
  * Please send feedback via e-mail to core-libs-dev@openjdk.java.net
    <ma...@openjdk.java.net>

*Quality Outreach report for **March 2019*

  * The report for March 2019 is available here
    <https://wiki.openjdk.java.net/display/quality/Quality+Outreach+report+March+2019>
  * Thanks to all those contributed !

*Recent Blog:* A new (Japanese) era for Java! 
<https://blogs.oracle.com/java-platform-group/a-new-japanese-era-for-java>

Rgds,Rory

[1] http://jdk.java.net/13/release-notes
[2] https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002736.html

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


Re: JDK 13 - Early Access build 14 is available

Posted by Rory O'Donnell <ro...@oracle.com>.
Many thanks for the update Jaikiran!

Rgds,Rory

On 10/04/2019 06:56, Jaikiran Pai wrote:
> Hi Rory,
>
> I forgot to reply to this.
>
> Our tests against JDK 12 GA and JDK 13 EA (build 15), on Linux system,
> haven't shown any regressions. Tests against these versions [1][2] have
> passed without any new failures (the ones you see in those jobs are
> known failures and aren't related to the JDK version).
>
> [1]
> https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/jdk_axis=jdk12-ea,label_exp=ubuntu/11/
>
> [2]
> https://builds.apache.org/job/Ant%20Master%20(latest%20EA%20JDK)/jdk_axis=jdk13-ea,label_exp=ubuntu/11/
>
> -Jaikiran
>
> On 29/03/19 4:30 PM, Rory O'Donnell wrote:
>> Hi Stefan/Jaikiran,
>>
>> *OpenJDK builds *- JDK 13 - Early Access build 14 is available at
>> http://jdk.java.net/13/
>>
>>   * 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
>>    
>> <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B13%22%3A%3A%22jdk-13%2B14%22-%22jdk-13%2B13%22%29&revcount=1000>
>>   * Release notes [1]
>>   * JDK 13 Schedule proposal accepted [2]
>>       o 2019/06/13 Rampdown Phase One
>>       o 2019/07/18 Rampdown Phase Two
>>       o 2019/08/08 Initial Release Candidate
>>       o 2019/08/22 Final Release Candidate
>>       o 2019/09/17 General Availability
>>
>> *jpackage EA *
>>
>>   * 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.
>>   * Build 30 is now available http://jdk.java.net/jpackage/
>>   * Please send feedback via e-mail to core-libs-dev@openjdk.java.net
>>     <ma...@openjdk.java.net>
>>
>> *Quality Outreach report for **March 2019*
>>
>>   * The report for March 2019 is available here
>>    
>> <https://wiki.openjdk.java.net/display/quality/Quality+Outreach+report+March+2019>
>>   * Thanks to all those contributed !
>>
>> *Recent Blog:* A new (Japanese) era for Java!
>> <https://blogs.oracle.com/java-platform-group/a-new-japanese-era-for-java>
>>
>> Rgds,Rory
>>
>> [1] http://jdk.java.net/13/release-notes
>> [2]
>> https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002736.html
>>
-- 
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 - Early Access build 14 is available

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

I forgot to reply to this.

Our tests against JDK 12 GA and JDK 13 EA (build 15), on Linux system,
haven't shown any regressions. Tests against these versions [1][2] have
passed without any new failures (the ones you see in those jobs are
known failures and aren't related to the JDK version).

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

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

-Jaikiran

On 29/03/19 4:30 PM, Rory O'Donnell wrote:
> Hi Stefan/Jaikiran,
>
> *OpenJDK builds *- JDK 13 - Early Access build 14 is available at
> http://jdk.java.net/13/
>
>  * 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
>   
> <http://hg.openjdk.java.net/jdk/jdk/log?rev=reverse%28%22jdk-13%2B13%22%3A%3A%22jdk-13%2B14%22-%22jdk-13%2B13%22%29&revcount=1000>
>  * Release notes [1]
>  * JDK 13 Schedule proposal accepted [2]
>      o 2019/06/13 Rampdown Phase One
>      o 2019/07/18 Rampdown Phase Two
>      o 2019/08/08 Initial Release Candidate
>      o 2019/08/22 Final Release Candidate
>      o 2019/09/17 General Availability
>
> *jpackage EA *
>
>  * 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.
>  * Build 30 is now available http://jdk.java.net/jpackage/
>  * Please send feedback via e-mail to core-libs-dev@openjdk.java.net
>    <ma...@openjdk.java.net>
>
> *Quality Outreach report for **March 2019*
>
>  * The report for March 2019 is available here
>   
> <https://wiki.openjdk.java.net/display/quality/Quality+Outreach+report+March+2019>
>  * Thanks to all those contributed !
>
> *Recent Blog:* A new (Japanese) era for Java!
> <https://blogs.oracle.com/java-platform-group/a-new-japanese-era-for-java>
>
> Rgds,Rory
>
> [1] http://jdk.java.net/13/release-notes
> [2]
> https://mail.openjdk.java.net/pipermail/jdk-dev/2019-March/002736.html
>

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