[GitHub] commons-io pull request #67: IO-170: Scalable Iterator for files, better tha...

2018-10-15 Thread detinho
GitHub user detinho opened a pull request:

https://github.com/apache/commons-io/pull/67

IO-170: Scalable Iterator for files, better than FileUtils.iterateFiles

I took an aproach of implementing a separate class with the iterator logic.
While this brings a little code duplication, it leads to a more scalable 
approach, as the iterator class processes only the necessary files and 
directories to return the next file.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/detinho/commons-io IO-170

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/commons-io/pull/67.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #67


commit 636d8a2da5344cede1d1588879b4476504004234
Author: detinho 
Date:   2018-10-16T02:49:24Z

IO-170: Scalable Iterator for files, better than FileUtils.iterateFiles




---

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: build failes for commons-io

2018-10-15 Thread Aleksander Ściborek
I think I've found actually reasos for my problems, it's seems it was
caused by long path and spaces in directories names - I run mvn clean
package in tmp folder and everything has passed

On Tue, 16 Oct 2018 at 00:29, sebb  wrote:

> On Mon, 15 Oct 2018 at 23:04, Aleksander Ściborek
>  wrote:
> >
> > Github indicates 1.67 KB, on my computer it shows 1,7 KB but this is
> > probably just rounded  value
>
> That looks OK.
>
>
>


Re: build failes for commons-io

2018-10-15 Thread sebb
On Mon, 15 Oct 2018 at 23:04, Aleksander Ściborek
 wrote:
>
> Github indicates 1.67 KB, on my computer it shows 1,7 KB but this is
> probably just rounded  value

That looks OK.

However, the assertion message means that the code detected a size of 0.

No idea why that should be.
I think you will have to amend the test case to show extra info, e.g.
the value of

getClass().getResource("/test-file-simple-utf8.bin").getFile()

and then check the size of that file.

> On Mon, 15 Oct 2018 at 23:54, sebb  wrote:
>
> > On Mon, 15 Oct 2018 at 22:44, Aleksander Ściborek
> >  wrote:
> > >
> > > Ok, so this is list of errors:
> > >  FileUtilsTestCase.testContentEqualsIgnoreEOL:672
> > >
> > IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtRootPackage:1251
> > > expected:<0> but was:<1705>
> >
> > What is the size of the following file:
> >
> > src/test/resources/test-file-utf8.bin
> >
> >
> > >
> > IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtRootPackage_WithClassLoader:1258
> > > expected:<0> but was:<1705>
> > >
> > IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtSubPackage:1265
> > > expected:<0> but was:<6>
> > >
> > IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtSubPackage_WithClassLoader:1272
> > > expected:<0> but was:<6>
> > >  IOUtilsTestCase.testResourceToString_ExistingResourceAtRootPackage:1168
> > > expected:<0> but was:<5>
> > >
> > IOUtilsTestCase.testResourceToString_ExistingResourceAtRootPackage_WithClassLoader:1180
> > > expected:<0> but was:<5>
> > >  IOUtilsTestCase.testResourceToString_ExistingResourceAtSubPackage:1188
> > > expected:<0> but was:<6>
> > >
> > IOUtilsTestCase.testResourceToString_ExistingResourceAtSubPackage_WithClassLoader:1200
> > > expected:<0> but was:<6>
> > >
> > > Details of maven java etc:
> > >
> > > Apache Maven 3.5.2
> > > Maven home: /usr/share/maven
> > > Java version: 1.8.0_181, vendor: Oracle Corporation
> > > Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
> > > Default locale: en_US, platform encoding: UTF-8
> > > OS name: "linux", version: "4.15.0-36-generic", arch: "amd64", family:
> > > "unix"
> > >
> > >
> > > On Mon, 15 Oct 2018 at 22:55, Aleksander Ściborek <
> > > aleksanderscibo...@gmail.com> wrote:
> > >
> > > > Ok. soon I will add more information, but actually you can see that it
> > > > fails on github: https://travis-ci.org/apache/commons-io
> > > >
> > > > On Mon, 15 Oct 2018 at 22:51, sebb  wrote:
> > > >
> > > >> On Mon, 15 Oct 2018 at 21:11, Aleksander Ściborek
> > > >>  wrote:
> > > >> >
> > > >> > Hi,
> > > >> > I had forked commons-io and pulled it from github and later on I
> > run mvn
> > > >> > clean package. I've got 9 failures - One from FileUtilsTestCase and
> > more
> > > >> > from IOUtilsTestCase.
> > > >>
> > > >> It works for me using the following software.
> > > >>
> > > >> Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
> > > >> 2018-06-17T19:33:14+01:00)
> > > >> Maven home: /opt/apache-maven-3.5.4
> > > >> Java version: 1.8.0_151, vendor: Oracle Corporation, runtime:
> > > >> /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre
> > > >> Default locale: en_GB, platform encoding: UTF-8
> > > >> OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
> > > >>
> > > >> You'll have to provide more information.
> > > >> - the actual errors
> > > >> - Maven version
> > > >> - Java provider and version
> > > >> - OS and version
> > > >>
> > > >>
> > > >> > Aleksander
> > > >>
> > > >> -
> > > >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > > >> For additional commands, e-mail: dev-h...@commons.apache.org
> > > >>
> > > >>
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: build failes for commons-io

2018-10-15 Thread Aleksander Ściborek
Github indicates 1.67 KB, on my computer it shows 1,7 KB but this is
probably just rounded  value

On Mon, 15 Oct 2018 at 23:54, sebb  wrote:

> On Mon, 15 Oct 2018 at 22:44, Aleksander Ściborek
>  wrote:
> >
> > Ok, so this is list of errors:
> >  FileUtilsTestCase.testContentEqualsIgnoreEOL:672
> >
> IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtRootPackage:1251
> > expected:<0> but was:<1705>
>
> What is the size of the following file:
>
> src/test/resources/test-file-utf8.bin
>
>
> >
> IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtRootPackage_WithClassLoader:1258
> > expected:<0> but was:<1705>
> >
> IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtSubPackage:1265
> > expected:<0> but was:<6>
> >
> IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtSubPackage_WithClassLoader:1272
> > expected:<0> but was:<6>
> >  IOUtilsTestCase.testResourceToString_ExistingResourceAtRootPackage:1168
> > expected:<0> but was:<5>
> >
> IOUtilsTestCase.testResourceToString_ExistingResourceAtRootPackage_WithClassLoader:1180
> > expected:<0> but was:<5>
> >  IOUtilsTestCase.testResourceToString_ExistingResourceAtSubPackage:1188
> > expected:<0> but was:<6>
> >
> IOUtilsTestCase.testResourceToString_ExistingResourceAtSubPackage_WithClassLoader:1200
> > expected:<0> but was:<6>
> >
> > Details of maven java etc:
> >
> > Apache Maven 3.5.2
> > Maven home: /usr/share/maven
> > Java version: 1.8.0_181, vendor: Oracle Corporation
> > Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
> > Default locale: en_US, platform encoding: UTF-8
> > OS name: "linux", version: "4.15.0-36-generic", arch: "amd64", family:
> > "unix"
> >
> >
> > On Mon, 15 Oct 2018 at 22:55, Aleksander Ściborek <
> > aleksanderscibo...@gmail.com> wrote:
> >
> > > Ok. soon I will add more information, but actually you can see that it
> > > fails on github: https://travis-ci.org/apache/commons-io
> > >
> > > On Mon, 15 Oct 2018 at 22:51, sebb  wrote:
> > >
> > >> On Mon, 15 Oct 2018 at 21:11, Aleksander Ściborek
> > >>  wrote:
> > >> >
> > >> > Hi,
> > >> > I had forked commons-io and pulled it from github and later on I
> run mvn
> > >> > clean package. I've got 9 failures - One from FileUtilsTestCase and
> more
> > >> > from IOUtilsTestCase.
> > >>
> > >> It works for me using the following software.
> > >>
> > >> Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
> > >> 2018-06-17T19:33:14+01:00)
> > >> Maven home: /opt/apache-maven-3.5.4
> > >> Java version: 1.8.0_151, vendor: Oracle Corporation, runtime:
> > >> /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre
> > >> Default locale: en_GB, platform encoding: UTF-8
> > >> OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
> > >>
> > >> You'll have to provide more information.
> > >> - the actual errors
> > >> - Maven version
> > >> - Java provider and version
> > >> - OS and version
> > >>
> > >>
> > >> > Aleksander
> > >>
> > >> -
> > >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > >> For additional commands, e-mail: dev-h...@commons.apache.org
> > >>
> > >>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: build failes for commons-io

2018-10-15 Thread sebb
On Mon, 15 Oct 2018 at 22:44, Aleksander Ściborek
 wrote:
>
> Ok, so this is list of errors:
>  FileUtilsTestCase.testContentEqualsIgnoreEOL:672
>  IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtRootPackage:1251
> expected:<0> but was:<1705>

What is the size of the following file:

src/test/resources/test-file-utf8.bin


>  
> IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtRootPackage_WithClassLoader:1258
> expected:<0> but was:<1705>
>  IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtSubPackage:1265
> expected:<0> but was:<6>
>  
> IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtSubPackage_WithClassLoader:1272
> expected:<0> but was:<6>
>  IOUtilsTestCase.testResourceToString_ExistingResourceAtRootPackage:1168
> expected:<0> but was:<5>
>  
> IOUtilsTestCase.testResourceToString_ExistingResourceAtRootPackage_WithClassLoader:1180
> expected:<0> but was:<5>
>  IOUtilsTestCase.testResourceToString_ExistingResourceAtSubPackage:1188
> expected:<0> but was:<6>
>  
> IOUtilsTestCase.testResourceToString_ExistingResourceAtSubPackage_WithClassLoader:1200
> expected:<0> but was:<6>
>
> Details of maven java etc:
>
> Apache Maven 3.5.2
> Maven home: /usr/share/maven
> Java version: 1.8.0_181, vendor: Oracle Corporation
> Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "4.15.0-36-generic", arch: "amd64", family:
> "unix"
>
>
> On Mon, 15 Oct 2018 at 22:55, Aleksander Ściborek <
> aleksanderscibo...@gmail.com> wrote:
>
> > Ok. soon I will add more information, but actually you can see that it
> > fails on github: https://travis-ci.org/apache/commons-io
> >
> > On Mon, 15 Oct 2018 at 22:51, sebb  wrote:
> >
> >> On Mon, 15 Oct 2018 at 21:11, Aleksander Ściborek
> >>  wrote:
> >> >
> >> > Hi,
> >> > I had forked commons-io and pulled it from github and later on I run mvn
> >> > clean package. I've got 9 failures - One from FileUtilsTestCase and more
> >> > from IOUtilsTestCase.
> >>
> >> It works for me using the following software.
> >>
> >> Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
> >> 2018-06-17T19:33:14+01:00)
> >> Maven home: /opt/apache-maven-3.5.4
> >> Java version: 1.8.0_151, vendor: Oracle Corporation, runtime:
> >> /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre
> >> Default locale: en_GB, platform encoding: UTF-8
> >> OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
> >>
> >> You'll have to provide more information.
> >> - the actual errors
> >> - Maven version
> >> - Java provider and version
> >> - OS and version
> >>
> >>
> >> > Aleksander
> >>
> >> -
> >> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> >> For additional commands, e-mail: dev-h...@commons.apache.org
> >>
> >>

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: build failes for commons-io

2018-10-15 Thread Aleksander Ściborek
Ok, so this is list of errors:
 FileUtilsTestCase.testContentEqualsIgnoreEOL:672
 IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtRootPackage:1251
expected:<0> but was:<1705>
 
IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtRootPackage_WithClassLoader:1258
expected:<0> but was:<1705>
 IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtSubPackage:1265
expected:<0> but was:<6>
 
IOUtilsTestCase.testResourceToByteArray_ExistingResourceAtSubPackage_WithClassLoader:1272
expected:<0> but was:<6>
 IOUtilsTestCase.testResourceToString_ExistingResourceAtRootPackage:1168
expected:<0> but was:<5>
 
IOUtilsTestCase.testResourceToString_ExistingResourceAtRootPackage_WithClassLoader:1180
expected:<0> but was:<5>
 IOUtilsTestCase.testResourceToString_ExistingResourceAtSubPackage:1188
expected:<0> but was:<6>
 
IOUtilsTestCase.testResourceToString_ExistingResourceAtSubPackage_WithClassLoader:1200
expected:<0> but was:<6>

Details of maven java etc:

Apache Maven 3.5.2
Maven home: /usr/share/maven
Java version: 1.8.0_181, vendor: Oracle Corporation
Java home: /usr/lib/jvm/java-8-openjdk-amd64/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "4.15.0-36-generic", arch: "amd64", family:
"unix"


On Mon, 15 Oct 2018 at 22:55, Aleksander Ściborek <
aleksanderscibo...@gmail.com> wrote:

> Ok. soon I will add more information, but actually you can see that it
> fails on github: https://travis-ci.org/apache/commons-io
>
> On Mon, 15 Oct 2018 at 22:51, sebb  wrote:
>
>> On Mon, 15 Oct 2018 at 21:11, Aleksander Ściborek
>>  wrote:
>> >
>> > Hi,
>> > I had forked commons-io and pulled it from github and later on I run mvn
>> > clean package. I've got 9 failures - One from FileUtilsTestCase and more
>> > from IOUtilsTestCase.
>>
>> It works for me using the following software.
>>
>> Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
>> 2018-06-17T19:33:14+01:00)
>> Maven home: /opt/apache-maven-3.5.4
>> Java version: 1.8.0_151, vendor: Oracle Corporation, runtime:
>> /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre
>> Default locale: en_GB, platform encoding: UTF-8
>> OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
>>
>> You'll have to provide more information.
>> - the actual errors
>> - Maven version
>> - Java provider and version
>> - OS and version
>>
>>
>> > Aleksander
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
>>


Re: build failes for commons-io

2018-10-15 Thread sebb
On Mon, 15 Oct 2018 at 21:56, Aleksander Ściborek
 wrote:
>
> Ok. soon I will add more information, but actually you can see that it
> fails on github: https://travis-ci.org/apache/commons-io

Those appear to be Checkstyle errors, not test errors.

> On Mon, 15 Oct 2018 at 22:51, sebb  wrote:
>
> > On Mon, 15 Oct 2018 at 21:11, Aleksander Ściborek
> >  wrote:
> > >
> > > Hi,
> > > I had forked commons-io and pulled it from github and later on I run mvn
> > > clean package. I've got 9 failures - One from FileUtilsTestCase and more
> > > from IOUtilsTestCase.
> >
> > It works for me using the following software.
> >
> > Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
> > 2018-06-17T19:33:14+01:00)
> > Maven home: /opt/apache-maven-3.5.4
> > Java version: 1.8.0_151, vendor: Oracle Corporation, runtime:
> > /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre
> > Default locale: en_GB, platform encoding: UTF-8
> > OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
> >
> > You'll have to provide more information.
> > - the actual errors
> > - Maven version
> > - Java provider and version
> > - OS and version
> >
> >
> > > Aleksander
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> > For additional commands, e-mail: dev-h...@commons.apache.org
> >
> >

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



Re: build failes for commons-io

2018-10-15 Thread Aleksander Ściborek
Ok. soon I will add more information, but actually you can see that it
fails on github: https://travis-ci.org/apache/commons-io

On Mon, 15 Oct 2018 at 22:51, sebb  wrote:

> On Mon, 15 Oct 2018 at 21:11, Aleksander Ściborek
>  wrote:
> >
> > Hi,
> > I had forked commons-io and pulled it from github and later on I run mvn
> > clean package. I've got 9 failures - One from FileUtilsTestCase and more
> > from IOUtilsTestCase.
>
> It works for me using the following software.
>
> Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
> 2018-06-17T19:33:14+01:00)
> Maven home: /opt/apache-maven-3.5.4
> Java version: 1.8.0_151, vendor: Oracle Corporation, runtime:
> /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre
> Default locale: en_GB, platform encoding: UTF-8
> OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"
>
> You'll have to provide more information.
> - the actual errors
> - Maven version
> - Java provider and version
> - OS and version
>
>
> > Aleksander
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


Re: build failes for commons-io

2018-10-15 Thread sebb
On Mon, 15 Oct 2018 at 21:11, Aleksander Ściborek
 wrote:
>
> Hi,
> I had forked commons-io and pulled it from github and later on I run mvn
> clean package. I've got 9 failures - One from FileUtilsTestCase and more
> from IOUtilsTestCase.

It works for me using the following software.

Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe;
2018-06-17T19:33:14+01:00)
Maven home: /opt/apache-maven-3.5.4
Java version: 1.8.0_151, vendor: Oracle Corporation, runtime:
/Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "10.13.6", arch: "x86_64", family: "mac"

You'll have to provide more information.
- the actual errors
- Maven version
- Java provider and version
- OS and version


> Aleksander

-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



build failes for commons-io

2018-10-15 Thread Aleksander Ściborek
Hi,
I had forked commons-io and pulled it from github and later on I run mvn
clean package. I've got 9 failures - One from FileUtilsTestCase and more
from IOUtilsTestCase.
Aleksander


Re: GitHub Pull Requests

2018-10-15 Thread Sudeendra Nadager
Dear Zack,

I gave a shot at it. I have some comments and see if they make sense.

Regards,
Sudeendra Nadager

On 13/10/18, 01:33, "Pascal Schumacher"  wrote:

Hi Zack,

there is no hard and fast rule when pull request get reviewed and/or 
commented on.

It happens whenever a committer feels motivated to do so (we are all 
volunteers).

I understand that waiting a long time for pull request reviews is 
demotivating.

Sorry,
Pascal

Am 11.10.2018 um 22:15 schrieb zmacom...@avadasoftware.com:
> Hello,
>
> I have submitted a Pull Request at 
> https://github.com/apache/commons-lang/pull/358.  10 days ago, 
> "coveralls" commented on the request and all checks passed. Otherwise, 
> I have heard nothing regarding the request.
>
> When do requests get reviewed and/or commented on?
>
> Thanks,
> Zack Macomber
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>


-
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org





JDK 12 Early Access build 15 is available

2018-10-15 Thread Rory O'Donnell

Hi Benedikt,

*JDK 12 Early Access build 15 is available at : - jdk.java.net/12/*

 * JDK 12 Schedule is confirmed.
 o 2018/12/13 Rampdown Phase One 
 o 2019/01/17 Rampdown Phase Two 
 o 2019/02/07 Release-Candidate Phase
   
 o 2019/03/19 General Availability
 * Release Notes for JDK 12 [1]
 * JEPs targeted to JDK 12, so far
 o 325: Switch Expressions (Preview [2]) - Integrated
 o 326: Raw String Literals (Preview [2]) - Integrated
 o 340: One AArch64 Port, Not Two
    - Targeted
 o 341: Default CDS Archives -
   Integrated
 * Important fixes since last email
 o (b15)  Implementation of JEP 341: Default CDS Archives
 o (b14) LDAPS Communication Failure (JDK-8211107
   )
 o (b14) Support dns_canonicalize_hostname in krb5.conf
   (JDK-8210821 )
 o (b14) Removal of com.sun.awt.SecurityWarning Class (JDK-8210692
   )


*JDK 8u202 planning [3]*

 * 8u202 is proposed to be the last Oracle led release for this OpenJDK
   Project.
 * A proposed timeline is as follows :
 o July 2018 8u-dev forest begins collecting 8u202 fixes
 o Mid October 2018 RampDown 2
 o Mid January 2019 GA

Rgds, Rory

[1] http://jdk.java.net/12/release-notes
[2] http://openjdk.java.net/jeps/12
[3] 
http://mail.openjdk.java.net/pipermail/jdk8u-dev/2018-September/007923.html
 



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