Re: [1/2] commons-compress git commit: [COMPRESS-362] Bullet-proof code using try-with-resources statements.

2016-12-09 Thread Stefan Bodewig
On 2016-12-09, Gary Gregory wrote: > My setting in appear to be "AutoCrLf". I can make that explicit to some > value like... true/false/warn (this is in TortoiseGit). Egit is broken for > me ATM. I don't use either. Do you know whether TortoiseGit honors .gitattributes? We've already got this

Re: [1/2] commons-compress git commit: [COMPRESS-362] Bullet-proof code using try-with-resources statements.

2016-12-09 Thread Gary Gregory
My setting in appear to be "AutoCrLf". I can make that explicit to some value like... true/false/warn (this is in TortoiseGit). Egit is broken for me ATM. Gary On Fri, Dec 9, 2016 at 1:23 PM, Stefan Bodewig wrote: > On 2016-12-09, wrote: > > >

Re: [compress] release?

2016-12-09 Thread Stefan Bodewig
On 2016-12-09, Gary Gregory wrote: > Just FWIW, we fail on Java 9 with: > Failed tests: > X5455_ExtendedTimestampTest.testSampleFile:185 > expected:<[2105-01-01/00:00:02] +> but was:<[1968-11-24/17:31:45] +> > Tests in error: > SevenZNativeHeapTest.initializationError » Objenesis >

Re: [compress] release?

2016-12-09 Thread Stefan Bodewig
On 2016-12-09, Gary Gregory wrote: > On Thu, Dec 8, 2016 at 9:19 PM, Stefan Bodewig wrote: >> On 2016-12-09, Gary Gregory wrote: >>> What is the outlook on a release? I'd like to make use of >>> in LZMACompressorOutputStream. >> There are two unresolved issues assigned to

Re: [1/2] commons-compress git commit: [COMPRESS-362] Bullet-proof code using try-with-resources statements.

2016-12-09 Thread Stefan Bodewig
On 2016-12-09, wrote: > Repository: commons-compress > Updated Branches: > refs/heads/master 05415c0ee -> c3d2cecc8 > http://git-wip-us.apache.org/repos/asf/commons-compress/blob/c3d2cecc/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java you've

Re: [compress] release?

2016-12-09 Thread Gary Gregory
Just FWIW, we fail on Java 9 with: Failed tests: X5455_ExtendedTimestampTest.testSampleFile:185 expected:<[2105-01-01/00:00:02] +> but was:<[1968-11-24/17:31:45] +> Tests in error: SevenZNativeHeapTest.initializationError » Objenesis java.lang.reflect.Invocat... Tests run: 613,

Re: [compress] release?

2016-12-09 Thread Gary Gregory
On Thu, Dec 8, 2016 at 9:19 PM, Stefan Bodewig wrote: > On 2016-12-09, Gary Gregory wrote: > > > What is the outlook on a release? I'd like to make use of > > in LZMACompressorOutputStream. > > There are two unresolved issues assigned to 1.13. No idea who assigned > them but

JDK 9 b148 including a refresh of the module system is available on java.net

2016-12-09 Thread Rory O'Donnell
Hi Benedikt, JDK 9 build b148 includes an important Refresh of the module system [1] , summary of changes are listed here . *This refresh includes a disruptive change that is important to