[GitHub] commons-io pull request #62: IO-578: Support java.nio.Path and non-default f...

2018-05-31 Thread mches
GitHub user mches opened a pull request: https://github.com/apache/commons-io/pull/62 IO-578: Support java.nio.Path and non-default filesystems for ReversedLinesFileReader You can merge this pull request into a Git repository by running: $ git pull https://github.com/NSIT/com

Re: [release-plugin] TODOs

2018-05-31 Thread Gilles
On Thu, 31 May 2018 10:57:17 -0600, Gary Gregory wrote: [...] I think we KISS it for the next release: let's not worry about multi-module projects. One bite at a time ;-) Maybe I'm missing something (Should I have updated the components which I maintain in some other way than refer to the

REMINDER: Apache EU Roadshow 2018 in Berlin is less than 2 weeks away!

2018-05-31 Thread sharan
Hello Apache Supporters and Enthusiasts This is a reminder that our Apache EU Roadshow in Berlin is less than two weeks away and we need your help to spread the word. Please let your work colleagues, friends and anyone interested in any attending know about our Apache EU Roadshow event. We h

Re: [release-plugin] TODOs

2018-05-31 Thread Gary Gregory
On Thu, May 31, 2018 at 10:20 AM, Rob Tompkins wrote: > > > > On May 31, 2018, at 11:40 AM, Gary Gregory > wrote: > > > > Is it more complicated that creating an Ant task that executes svn mucc? > > Maybe. It depends on how general we’re trying to be. Are we trying to > accommodate a multi-modul

Re: [release-plugin] TODOs

2018-05-31 Thread Rob Tompkins
> On May 31, 2018, at 11:40 AM, Gary Gregory wrote: > > Is it more complicated that creating an Ant task that executes svn mucc? Maybe. It depends on how general we’re trying to be. Are we trying to accommodate a multi-module project? Does svn mucc accommodate directory recursive moves? -R

Re: [VOTE] Release Compress 1.17 based on RC1

2018-05-31 Thread Stefan Bodewig
On 2018-05-31, wrote: > There are two typos in the release notes for 1.17: > wit whne Thanks! Fixed in master (thus will be fixed when I generate the site). And I'll fix the release notes in dist when publishing the artifacts. Stefan

Re: [release-plugin] TODOs

2018-05-31 Thread Gary Gregory
Is it more complicated that creating an Ant task that executes svn mucc? Gary On Thu, May 31, 2018 at 7:31 AM, Rob Tompkins wrote: > Still chipping away at that one. > > > On May 30, 2018, at 5:24 PM, Gary Gregory > wrote: > > > > BTW, where are you on doing the SVN mucc from > > http://common

Re: [release-plugin] TODOs

2018-05-31 Thread Rob Tompkins
Still chipping away at that one. > On May 30, 2018, at 5:24 PM, Gary Gregory wrote: > > BTW, where are you on doing the SVN mucc from > http://commons.apache.org/releases/release.html? > > Gary > > On Wed, May 30, 2018 at 3:22 PM, Gary Gregory > wrote: > >> >> >>> On Wed, May 30, 2018 at

Re: [VOTE] Release Compress 1.17 based on RC1

2018-05-31 Thread thc202
Hi. There are two typos in the release notes for 1.17: wit whne Best regards. On 31/05/18 13:57, Stefan Bodewig wrote: > Hi all, > > I would like to release Compress 1.17. > > Compress 1.17 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/compress/ (svn re

[VOTE] Release Compress 1.17 based on RC1

2018-05-31 Thread Stefan Bodewig
Hi all, I would like to release Compress 1.17. Compress 1.17 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/compress/ (svn revision 27187) The tag is here: tag 54e86f951 on commit d9993f8f https://git-wip-us.apache.org/repos/asf?p=commons-compress.

[GitHub] commons-io pull request #61: Strengthen TeeOutputStremTest.testTee with an e...

2018-05-31 Thread oscarlvp
GitHub user oscarlvp opened a pull request: https://github.com/apache/commons-io/pull/61 Strengthen TeeOutputStremTest.testTee with an expected result. Tee should not just repeat what's being written to both outputs, the output should also be the same as expected. For example, if th