Re: [LAZY][VOTE] Release Apache Commons Parent 52 based on RC1

2020-07-31 Thread Gary Gregory
+1

I tested:

- Commons DBCP
- Commons IO
- Commons Lang

Running:

mvn clean install site -P jacoco -P japicmp -V

Using:

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Java\apache-maven-3.6.3\bin\..
Java version: 11.0.8, vendor: AdoptOpenJDK, runtime: C:\Program
Files\AdoptOpenJDK\jdk-11.0.8.10-hotspot
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Gary




On Thu, Jul 30, 2020 at 1:52 PM Rob Tompkins  wrote:

> We have fixed quite a few bugs and added some significant enhancements
> since Apache Commons Parent ${commons.bc.version} was released, so I would
> like to release Apache Commons Parent 52.
>
> Apache Commons Parent 52 RC1 is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/commons-parent/52-RC1
> (svn revision 40772)
>
> The Git tag commons-parent-52-RC1 commit for this RC is
> 93fa76a306195f201f1937605c52dd6b2d12c41c which you can browse here:
>
> https://gitbox.apache.org/repos/asf?p=commons-parent.git;a=commit;h=93fa76a306195f201f1937605c52dd6b2d12c41c
> You may checkout this tag using:
> git clone https://gitbox.apache.org/repos/asf/commons-parent.git
> --branch commons-parent-52-RC1 commons-parent-52-RC1
>
> Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-1510/org/apache/commons/commons-parent/52/
>
> These are the artifacts and their hashes:
>
> #Nexus Signatures
> /org/apache/commons/commons-parent/52/commons-parent-52-site.xml.asc
> (SHA1: 4d7031214029f77094a6beaeac87e77c8e4ea434)
> /org/apache/commons/commons-parent/52/commons-parent-52.pom.asc
> (SHA1: 2df25a1150680200a227d32b0d4c5b027fee987f)
> /org/apache/commons/commons-parent/52/commons-parent-52-site.xml
> (SHA1: 7d3b170166d71ffe8b006d741acc5044b6914784)
> /org/apache/commons/commons-parent/52/commons-parent-52.pom
> (SHA1: 004ee86dedc66d0010ccdc29e5a4ce014c057854)
>
> #Release SHA-512s
> #Thu Jul 30 13:39:51 EDT 2020
>
> commons-parent-52-site.xml=4b6e8e843a7caa5a32c337e054a57439a07e9226001c93f8d3bf4d2104f60a3e7b0a1f04704acd94f669f1fb06ef71cebc0323a48a815dbbf6b47280cb8da2af
>
> commons-parent-52-src.tar.gz=b806aef721bad95542c8b735bc862c989cf03c281acf4e4d8ce4791800cf2d0081cb429f4b804a1712f94a9926e506e2be4b6054efa29fddf3146e1132dac782
>
> commons-parent-52-src.zip=5cbc44024043e1b69bf5b748b4c4e4cee42f4eb1b91abae85263d1439c833b44026f988c13ccb0d791b77b73058111c56a75f2e365c5df7fc5053592c81ba219
>
>
> (no need for .asc hashes!)
>
> I have tested this with 'mvn clean install site' using:
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec
> Java version: 1.8.0_242, vendor: Amazon.com Inc., runtime:
> /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.15.5", arch: "x86_64", family: "mac"
> and
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: /usr/local/Cellar/maven/3.6.3_1/libexec
> Java version: 15-ea, vendor: Oracle Corporation, runtime:
> /Library/Java/JavaVirtualMachines/jdk-15.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.15.5", arch: "x86_64", family: "mac"
>
>
> Details of changes since ${commons.bc.version} are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/commons-parent/52-RC1/RELEASE-NOTES.txt
>
> https://dist.apache.org/repos/dist/dev/commons/commons-parent/52-RC1/site/changes-report.html
>
> Site:
>
> https://dist.apache.org/repos/dist/dev/commons/commons-parent/52-RC1/site/index.html
> (note some *relative* links are broken and the 52 directories are not
> yet created - these will be OK once the site is deployed.)
>
> RAT Report:
>
> https://dist.apache.org/repos/dist/dev/commons/commons-parent/52-RC1/site/rat-report.html
>
> KEYS:
>   https://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote.
> This vote will close no sooner that 72 hours from now.
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thank you,
>
> Rob Tompkins,
> Release Manager (using key B6E73D84EA4FCC47166087253FAAD2CD5ECBB314)
>
> For following is intended as a helper and refresher for reviewers.
>
> Validating a release candidate
> ==
>
> These guidelines are NOT complete.
>
> Requirements: Git, Java, Maven.
>
> You can validate a release from a release candidate (RC) tag as follows.
>
> 1) Clone and checkout the RC tag
>
> git clone https://gitbox.apache.org/repos/asf/commons-commons-parent.git
> --branch commons-commons-parent-52-RC1 commons-commons-parent-52-RC1
> cd commons-commons-parent-52-RC1
>
> 2) Check Apache licenses
>
> This step is not required if the site includes a RAT

Re: JDK 15 is in Rampdown Phase One

2020-07-31 Thread Gary Gregory
On Fri, Jul 31, 2020 at 10:18 AM Rory O'Donnell 
wrote:

>
> On 31/07/2020 14:49, Gary Gregory wrote:
> > On Fri, Jul 31, 2020 at 5:53 AM Rory O'Donnell  >
> > wrote:
> >
> >> Hi Xeno,
> >>
> >> The issue is resolved in JDK 16 EA build 8, (JDK-8248655
> >> ) which is available
> >> on jdk.java.net.
> >>
> >> Rgds,Rory
> >>
> > Hi Rory,
> >
> > Thank you for the update. The latest Java 16 EA builds Apache Commons
> Lang
> > OK now. We'll have to see when Travis-CI and GitHub Actions provide
> updates.
> Good to hear.
> >
> > What should our expectations be for Java 15? That build is still broken
> for
> > us, even with build 34 (latest EA).
>
> What's the impact to you, we are very late in the cycle for JDK 15.
>

Hi Rory,

We rely upon Travis-CI and GitHub Action to build and validate GitHub PRs.

As for now, Java 15 builds always fail because of this issue. We've defined
these CI build jobs to allow for Java 15 builds to fail to provide us with
green builds otherwise.

But we do not know if a Java 15 build has failed solely because of this
single issue or if there are additional compatibility issues, without
searching through the build logs, which frankly is too much of a pain to do
for every single PR that comes in.

In effect, for me, at least, this means that I ignore Java 15 builds since
I know they always fail.

Thank you,
Gary


>
> Rgds,Rory
>
> >
> > Thank you!
> > Gary
> >
> >
> >> On 30/06/2020 09:36, Xeno Amess wrote:
> >>> Great, thanks!
> >>>
> >>> Rory O'Donnell  >>> > 于2020年6月30日周二 下午4:25写道:
> >>>
> >>>  Hi Xeno,
> >>>
> >>>  The bug has moved into the Java Bug System (JBS) - JDK-8248434
> >>>  
> >>>
> >>>  I have added the "apache-maven-found" label to the bug.
> >>>
> >>>  Rgds,Rory
> >>>
> >>>  On 26/06/2020 13:18, Rory O'Donnell wrote:
>   Thanks Xeno!
> 
>   Will let you know if anything else required.
> 
>   Rgds,Rory
> 
>   On 26/06/2020 13:15, Xeno Amess wrote:
> >  Hi.
> >  I submitted the bug(or issue) on bugs.java.com
> >   
> >   as you requested.
> >  And it said internal review ID : 9065633. on the wabpage.
> >  If there anything else I should do please let me know.
> >
> >  Rory O'Donnell  >  
> >  
> >  > 于2020年6月26日周五
> >  下午7:27写道:
> >
> >  Hi Rob,
> >
> >  Thanks, we are waiting for a bug report to be logged by
> Xeno.
> >
> >  Rgds,Rory
> >
> >  On 26/06/2020 11:10, Rob Tompkins wrote:
> >  > Hi Rory,
> >  >
> >  > @XenoAmess (GitHub) found an error in our DateParser
> >  related to
> >  the addition of a locale called “ff_LR#Adlm,” which we’re
> >  tracking
> >  here: https://github.com/apache/commons-lang/pull/558
> >  
> >  
> >  >
> >  > We wanted to let you know.
> >  >
> >  > Cheers,
> >  > -Rob
> >  >
> >  >> On Jun 22, 2020, at 11:46 AM, Rory O'Donnell
> >  mailto:rory.odonn...@oracle.com>
> >  
> >  > wrote:
> >  >>
> >  >>
> >  >> Hi Benedikt,
> >  >>
> >  >> *Per the JDK 15 schedule , we are in Rampdown Phase One*
> >  *[1] *
> >  >>
> >  >> *Please advise if you find any issues while testing the
> >  latest
> >  Early Access builds.
> >  >> *
> >  >>
> >  >> * Schedule for JDK 15
> >  >>  o *2020/06/11 Rampdown Phase One*
> >  >>  o 2020/07/16 Rampdown Phase Two
> >  >>  o 2020/08/06 Initial Release Candidate
> >  >>  o 2020/08/20 Final Release Candidate
> >  >>  o 2020/09/15 General Availability
> >  >>
> >  >> * Features included in JDK 15:
> >  >>  o JEP 339: Edwards-Curve Digital Signature Algorithm
> >  (EdDSA)
> >  >> 
> >  
> >  >>  o JEP 360: Sealed Classes (Preview)
> >  
> >  
> >  >>  o JEP 371: Hidden Classes
> >  
> >  

Re: JDK 15 is in Rampdown Phase One

2020-07-31 Thread Rory O'Donnell



On 31/07/2020 14:49, Gary Gregory wrote:

On Fri, Jul 31, 2020 at 5:53 AM Rory O'Donnell 
wrote:


Hi Xeno,

The issue is resolved in JDK 16 EA build 8, (JDK-8248655
) which is available
on jdk.java.net.

Rgds,Rory


Hi Rory,

Thank you for the update. The latest Java 16 EA builds Apache Commons Lang
OK now. We'll have to see when Travis-CI and GitHub Actions provide updates.

Good to hear.


What should our expectations be for Java 15? That build is still broken for
us, even with build 34 (latest EA).


What's the impact to you, we are very late in the cycle for JDK 15.

Rgds,Rory



Thank you!
Gary



On 30/06/2020 09:36, Xeno Amess wrote:

Great, thanks!

Rory O'Donnell mailto:rory.odonn...@oracle.com>> 于2020年6月30日周二 下午4:25写道:

 Hi Xeno,

 The bug has moved into the Java Bug System (JBS) - JDK-8248434
 

 I have added the "apache-maven-found" label to the bug.

 Rgds,Rory

 On 26/06/2020 13:18, Rory O'Donnell wrote:

 Thanks Xeno!

 Will let you know if anything else required.

 Rgds,Rory

 On 26/06/2020 13:15, Xeno Amess wrote:

 Hi.
 I submitted the bug(or issue) on bugs.java.com
  
  as you requested.
 And it said internal review ID : 9065633. on the wabpage.
 If there anything else I should do please let me know.

 Rory O'Donnell mailto:rory.odonn...@oracle.com>
 
 > 于2020年6月26日周五
 下午7:27写道:

 Hi Rob,

 Thanks, we are waiting for a bug report to be logged by Xeno.

 Rgds,Rory

 On 26/06/2020 11:10, Rob Tompkins wrote:
 > Hi Rory,
 >
 > @XenoAmess (GitHub) found an error in our DateParser
 related to
 the addition of a locale called “ff_LR#Adlm,” which we’re
 tracking
 here: https://github.com/apache/commons-lang/pull/558
 
 
 >
 > We wanted to let you know.
 >
 > Cheers,
 > -Rob
 >
 >> On Jun 22, 2020, at 11:46 AM, Rory O'Donnell
 mailto:rory.odonn...@oracle.com>
 
 > wrote:
 >>
 >>
 >> Hi Benedikt,
 >>
 >> *Per the JDK 15 schedule , we are in Rampdown Phase One*
 *[1] *
 >>
 >> *Please advise if you find any issues while testing the
 latest
 Early Access builds.
 >> *
 >>
 >> * Schedule for JDK 15
 >>  o *2020/06/11 Rampdown Phase One*
 >>  o 2020/07/16 Rampdown Phase Two
 >>  o 2020/08/06 Initial Release Candidate
 >>  o 2020/08/20 Final Release Candidate
 >>  o 2020/09/15 General Availability
 >>
 >> * Features included in JDK 15:
 >>  o JEP 339: Edwards-Curve Digital Signature Algorithm
 (EdDSA)
 >> 
 
 >>  o JEP 360: Sealed Classes (Preview)
 
 
 >>  o JEP 371: Hidden Classes
 
 
 >>  o JEP 372: Remove the Nashorn JavaScript Engine
 >> 
 
 >>  o JEP 373: Reimplement the Legacy DatagramSocket API
 >> 
 
 >>  o JEP 374: Disable and Deprecate Biased Locking
 >> 
 
 >>  o JEP 375: Pattern Matching for instanceof (Second
 Preview)
 >> 
 
 >>  o JEP 377: ZGC: A Scalable Low-Latency Garbage
 Collector
 >> 
 
 >>  o JEP 378: Text Blocks
 
 
 >>  o JEP 379: Shenandoah: A Low-Pause-Time Garbage
 Collector
 >> 
 
 >>  o JEP 381: Remove the Solaris and SPARC Ports
 >> 
 
 >>  o JEP 383: Foreign-Memory Access API (Second Incubator)
 >> 
 
 >>  o JEP 384: Records (Second Preview)
 >> 

[ANNOUNCEMENT] Apache Commons Pool 2.8.1

2020-07-31 Thread Gary Gregory
The Apache Commons Pool team is pleased to announce the release of Apache
Commons Pool 2.8.1.

Apache Commons Pool provides an object-pooling API and a number of object
pool implementations.
Version 2 contains a completely re-written pooling implementation compared
to the 1.x series.
In addition to performance and scalability improvements, version 2 includes
robust instance
tracking and pool monitoring. Version 2 requires JDK level 1.6 or above.

No client code changes are required to migrate from versions 2.0-2.3 to
version 2.4.3.
Users of version 1.x should consult the migration guide on the Commons Pool
web site.

NOTE: The MBean interfaces (DefaultPooledObjectInfoMBean,
GenericKeyedObjectPoolMXBean
  and GenericKeyedObjectPoolMXBean) exist only to define the attributes
and methods
  that will be made available via JMX. They must not be implemented by
clients as
  they are subject to change between major, minor and patch version
releases of
  Commons Pool. Clients that implement any of these interfaces may not,
therefore,
  be able to upgrade to a new minor or patch release without requiring
code
  changes.

This is a maintenance release (Java 8).

Changes in version 2.8.1 include:

New features:
o POOL-385:  Added Automatic-Module-Name to support JPMS #31. Thanks to
scholzi100.

Fixed Bugs:
o POOL-386:  Refactored EvictionTimer usage tracking to fix POOL-386 and
handle abandoned pools. #32. Thanks to Phil Steitz, Mark Thomas.
o[Javadoc] Add missing @throws comment in PoolUtils. #27.
Thanks to Prodigysov, Gary Gregory.

Changes:
o POOL-384:  Update optional library org.ow2.asm:asm-util from 7.2 to
8.0.1. Thanks to Gary Gregory.
oUpdate site reports from org.apache.bcel:bcel 6.4.1 to 6.5.0.
Thanks to Gary Gregory.
oUpdate site reports from maven-pmd-plugin 3.12.0 to 3.13.0.
Thanks to Gary Gregory.
oUpdate build from biz.aQute.bnd:biz.aQute.bndlib 5.1.0 ->
5.1.2. Thanks to Gary Gregory.
oUpdate actions/checkout from v1 to v2.3.1 #33. Thanks to
Dependabot.
oUpdate commons-parent from 50 to 51 #36. Thanks to Dependabot.
oUpdate Checkstyle plugin from 3.0.0 to 3.1.1. Thanks to Gary
Gregory.
oUpdate JApiCmp from 0.14.1 to 0.14.3. Thanks to Gary Gregory.
oUpdate animal-sniffer-maven-plugin from 1.16 to 1.19. Thanks
to Gary Gregory.

For complete information on Apache Commons Pool, including instructions on
how to submit bug reports,
patches, or suggestions for improvement, see the Apache Apache Commons Pool
website:

https://commons.apache.org/proper/commons-pool/

Download page:
https://commons.apache.org/proper/commons-pool/download_pool.cgi

Gary Gregory,
on behalf on the Apache Commons Team


Re: JDK 15 is in Rampdown Phase One

2020-07-31 Thread Gary Gregory
On Fri, Jul 31, 2020 at 5:53 AM Rory O'Donnell 
wrote:

> Hi Xeno,
>
> The issue is resolved in JDK 16 EA build 8, (JDK-8248655
> ) which is available
> on jdk.java.net.
>
> Rgds,Rory
>

Hi Rory,

Thank you for the update. The latest Java 16 EA builds Apache Commons Lang
OK now. We'll have to see when Travis-CI and GitHub Actions provide updates.

What should our expectations be for Java 15? That build is still broken for
us, even with build 34 (latest EA).

Thank you!
Gary


>
> On 30/06/2020 09:36, Xeno Amess wrote:
> > Great, thanks!
> >
> > Rory O'Donnell  > > 于2020年6月30日周二 下午4:25写道:
> >
> > Hi Xeno,
> >
> > The bug has moved into the Java Bug System (JBS) - JDK-8248434
> > 
> >
> > I have added the "apache-maven-found" label to the bug.
> >
> > Rgds,Rory
> >
> > On 26/06/2020 13:18, Rory O'Donnell wrote:
> >> Thanks Xeno!
> >>
> >> Will let you know if anything else required.
> >>
> >> Rgds,Rory
> >>
> >> On 26/06/2020 13:15, Xeno Amess wrote:
> >>> Hi.
> >>> I submitted the bug(or issue) on bugs.java.com
> >>>  
> >>>  as you requested.
> >>> And it said internal review ID : 9065633. on the wabpage.
> >>> If there anything else I should do please let me know.
> >>>
> >>> Rory O'Donnell  >>> 
> >>> 
> >>> > 于2020年6月26日周五
> >>> 下午7:27写道:
> >>>
> >>> Hi Rob,
> >>>
> >>> Thanks, we are waiting for a bug report to be logged by Xeno.
> >>>
> >>> Rgds,Rory
> >>>
> >>> On 26/06/2020 11:10, Rob Tompkins wrote:
> >>> > Hi Rory,
> >>> >
> >>> > @XenoAmess (GitHub) found an error in our DateParser
> >>> related to
> >>> the addition of a locale called “ff_LR#Adlm,” which we’re
> >>> tracking
> >>> here: https://github.com/apache/commons-lang/pull/558
> >>> 
> >>> 
> >>> >
> >>> > We wanted to let you know.
> >>> >
> >>> > Cheers,
> >>> > -Rob
> >>> >
> >>> >> On Jun 22, 2020, at 11:46 AM, Rory O'Donnell
> >>> mailto:rory.odonn...@oracle.com>
> >>> 
> >>> > wrote:
> >>> >>
> >>> >>
> >>> >> Hi Benedikt,
> >>> >>
> >>> >> *Per the JDK 15 schedule , we are in Rampdown Phase One*
> >>> *[1] *
> >>> >>
> >>> >> *Please advise if you find any issues while testing the
> >>> latest
> >>> Early Access builds.
> >>> >> *
> >>> >>
> >>> >> * Schedule for JDK 15
> >>> >>  o *2020/06/11 Rampdown Phase One*
> >>> >>  o 2020/07/16 Rampdown Phase Two
> >>> >>  o 2020/08/06 Initial Release Candidate
> >>> >>  o 2020/08/20 Final Release Candidate
> >>> >>  o 2020/09/15 General Availability
> >>> >>
> >>> >> * Features included in JDK 15:
> >>> >>  o JEP 339: Edwards-Curve Digital Signature Algorithm
> >>> (EdDSA)
> >>> >> 
> >>> 
> >>> >>  o JEP 360: Sealed Classes (Preview)
> >>> 
> >>> 
> >>> >>  o JEP 371: Hidden Classes
> >>> 
> >>> 
> >>> >>  o JEP 372: Remove the Nashorn JavaScript Engine
> >>> >> 
> >>> 
> >>> >>  o JEP 373: Reimplement the Legacy DatagramSocket API
> >>> >> 
> >>> 
> >>> >>  o JEP 374: Disable and Deprecate Biased Locking
> >>> >> 
> >>> 
> >>> >>  o JEP 375: Pattern Matching for instanceof (Second
> >>> Preview)
> >>> >> 
> >>> 
> >>> >>  o JEP 377: ZGC: A Scalable Low-Latency Garbage
> >>> Collector
> >>> >> 
> >>> 
> >>> >>  o JEP 378: Text Blocks
> >>> 
> >>> 
> >>> >>  o JEP 379: Shenandoah: A Low-Pause-Time Garbage
> >>> Collector
> >>> >> 
> >>> 

Re: JDK 15 is in Rampdown Phase One

2020-07-31 Thread Xeno Amess
Great, thanks!

Rory O'Donnell  于2020年7月31日周五 下午5:52写道:

> Hi Xeno,
>
> The issue is resolved in JDK 16 EA build 8, (JDK-8248655
> ) which is available on
> jdk.java.net.
>
> Rgds,Rory
> On 30/06/2020 09:36, Xeno Amess wrote:
>
> Great, thanks!
>
> Rory O'Donnell  于2020年6月30日周二 下午4:25写道:
>
>> Hi Xeno,
>>
>> The bug has moved into the Java Bug System (JBS) - JDK-8248434
>> 
>>
>> I have added the "apache-maven-found" label to the bug.
>>
>> Rgds,Rory
>> On 26/06/2020 13:18, Rory O'Donnell wrote:
>>
>> Thanks Xeno!
>>
>> Will let you know if anything else required.
>>
>> Rgds,Rory
>>
>> On 26/06/2020 13:15, Xeno Amess wrote:
>>
>> Hi.
>> I submitted the bug(or issue) on bugs.java.com 
>>  as you requested.
>> And it said internal review ID : 9065633. on the wabpage.
>> If there anything else I should do please let me know.
>>
>> Rory O'Donnell >  >
>> 于2020年6月26日周五 下午7:27写道:
>>
>> Hi Rob,
>>
>> Thanks, we are waiting for a bug report to be logged by Xeno.
>>
>> Rgds,Rory
>>
>> On 26/06/2020 11:10, Rob Tompkins wrote:
>> > Hi Rory,
>> >
>> > @XenoAmess (GitHub) found an error in our DateParser related to
>> the addition of a locale called “ff_LR#Adlm,” which we’re tracking
>> here: https://github.com/apache/commons-lang/pull/558
>> 
>> 
>> >
>> > We wanted to let you know.
>> >
>> > Cheers,
>> > -Rob
>> >
>> >> On Jun 22, 2020, at 11:46 AM, Rory O'Donnell
>> mailto:rory.odonn...@oracle.com>
>> > wrote:
>> >>
>> >>
>> >> Hi Benedikt,
>> >>
>> >> *Per the JDK 15 schedule , we are in Rampdown Phase One* *[1] *
>> >>
>> >> *Please advise if you find any issues while testing the latest
>> Early Access builds.
>> >> *
>> >>
>> >> * Schedule for JDK 15
>> >>  o *2020/06/11 Rampdown Phase One*
>> >>  o 2020/07/16 Rampdown Phase Two
>> >>  o 2020/08/06 Initial Release Candidate
>> >>  o 2020/08/20 Final Release Candidate
>> >>  o 2020/09/15 General Availability
>> >>
>> >> * Features included in JDK 15:
>> >>  o JEP 339: Edwards-Curve Digital Signature Algorithm (EdDSA)
>> >>
>> 
>> >>  o JEP 360: Sealed Classes (Preview)
>>  
>> >>  o JEP 371: Hidden Classes 
>> 
>> >>  o JEP 372: Remove the Nashorn JavaScript Engine
>> >>
>> 
>> >>  o JEP 373: Reimplement the Legacy DatagramSocket API
>> >>
>> 
>> >>  o JEP 374: Disable and Deprecate Biased Locking
>> >>
>> 
>> >>  o JEP 375: Pattern Matching for instanceof (Second Preview)
>> >>
>> 
>> >>  o JEP 377: ZGC: A Scalable Low-Latency Garbage Collector
>> >>
>> 
>> >>  o JEP 378: Text Blocks 
>> 
>> >>  o JEP 379: Shenandoah: A Low-Pause-Time Garbage Collector
>> >>
>> 
>> >>  o JEP 381: Remove the Solaris and SPARC Ports
>> >>
>> 
>> >>  o JEP 383: Foreign-Memory Access API (Second Incubator)
>> >>
>> 
>> >>  o JEP 384: Records (Second Preview)
>> >>
>> 
>> >>  o JEP 385: Deprecate RMI Activation for Removal
>> >>
>> 
>> >>
>> >> *JDK 15 **Early Access build 28 **is available**at : -
>> jdk.java.net/15/* 
>> 
>> >>
>> >> These early-access, open-source builds are provided under the
>> GNU General Public License, version 2, with the Classpath
>> Exception**Release notes
>> >>
>> >> * Release notes
>> >>  o http://jdk.java.net/15/release-notes
>> >> * Recent fixes that might be of interest
>> >>  o Build 27
>> >>  + JDK-8233215: jpa

Re: JDK 15 is in Rampdown Phase One

2020-07-31 Thread Rory O'Donnell

Hi Xeno,

The issue is resolved in JDK 16 EA build 8, (JDK-8248655 
) which is available 
on jdk.java.net.


Rgds,Rory

On 30/06/2020 09:36, Xeno Amess wrote:

Great, thanks!

Rory O'Donnell > 于2020年6月30日周二 下午4:25写道:


Hi Xeno,

The bug has moved into the Java Bug System (JBS) - JDK-8248434


I have added the "apache-maven-found" label to the bug.

Rgds,Rory

On 26/06/2020 13:18, Rory O'Donnell wrote:

Thanks Xeno!

Will let you know if anything else required.

Rgds,Rory

On 26/06/2020 13:15, Xeno Amess wrote:

Hi.
I submitted the bug(or issue) on bugs.java.com
 
 as you requested.
And it said internal review ID : 9065633. on the wabpage.
If there anything else I should do please let me know.

Rory O'Donnell mailto:rory.odonn...@oracle.com>

> 于2020年6月26日周五
下午7:27写道:

    Hi Rob,

    Thanks, we are waiting for a bug report to be logged by Xeno.

    Rgds,Rory

    On 26/06/2020 11:10, Rob Tompkins wrote:
    > Hi Rory,
    >
    > @XenoAmess (GitHub) found an error in our DateParser
related to
    the addition of a locale called “ff_LR#Adlm,” which we’re
tracking
    here: https://github.com/apache/commons-lang/pull/558


    >
    > We wanted to let you know.
    >
    > Cheers,
    > -Rob
    >
    >> On Jun 22, 2020, at 11:46 AM, Rory O'Donnell
    mailto:rory.odonn...@oracle.com>

> wrote:
    >>
    >>
    >> Hi Benedikt,
    >>
    >> *Per the JDK 15 schedule , we are in Rampdown Phase One*
*[1] *
    >>
    >> *Please advise if you find any issues while testing the
latest
    Early Access builds.
    >> *
    >>
    >> * Schedule for JDK 15
    >>      o *2020/06/11 Rampdown Phase One*
    >>      o 2020/07/16 Rampdown Phase Two
    >>      o 2020/08/06 Initial Release Candidate
    >>      o 2020/08/20 Final Release Candidate
    >>      o 2020/09/15 General Availability
    >>
    >> * Features included in JDK 15:
    >>      o JEP 339: Edwards-Curve Digital Signature Algorithm
(EdDSA)
    >> 

    >>      o JEP 360: Sealed Classes (Preview)


    >>      o JEP 371: Hidden Classes


    >>      o JEP 372: Remove the Nashorn JavaScript Engine
    >> 

    >>      o JEP 373: Reimplement the Legacy DatagramSocket API
    >> 

    >>      o JEP 374: Disable and Deprecate Biased Locking
    >> 

    >>      o JEP 375: Pattern Matching for instanceof (Second
Preview)
    >> 

    >>      o JEP 377: ZGC: A Scalable Low-Latency Garbage
Collector
    >> 

    >>      o JEP 378: Text Blocks


    >>      o JEP 379: Shenandoah: A Low-Pause-Time Garbage
Collector
    >> 

    >>      o JEP 381: Remove the Solaris and SPARC Ports
    >> 

    >>      o JEP 383: Foreign-Memory Access API (Second Incubator)
    >> 

    >>      o JEP 384: Records (Second Preview)
    >> 

    >>      o JEP 385: Deprecate RMI Activation for Removal
    >> 

    >>
    >> *JDK 15 **Early Access build 28 **is available**at : -
jdk.java.net/15/* 
 
    >>
    >> These early-access, open-source builds are provided under
the
    GNU General Public License, version 2, with the Classpath
    Exception**Release notes
    >