Re: [IO] Update to Java 8 [WAS Re: regarding IO-597]

2019-01-16 Thread Matt Sicker
On Wed, 16 Jan 2019 at 10:52, sebb wrote: > Unless there is a clear need to switch to Java 8, why force it on > downstream users who may not be ready to upgrade? I consider this to be a delicate balance between making projects attractive to contributors and keeping compatibility with super old ve

Re: [IO] Update to Java 8 [WAS Re: regarding IO-597]

2019-01-16 Thread sebb
On Wed, 16 Jan 2019 at 15:14, Gary Gregory wrote: > > On Mon, Jan 14, 2019 at 11:30 AM Matt Sicker wrote: > > > I'd be in favor of upgrading to Java 8. It would certainly make > > porting my Jenkins deleteRecursive family of methods back upstream > > easier (lambdas mainly). It would also allow f

Re: [IO] Update to Java 8 [WAS Re: regarding IO-597]

2019-01-16 Thread sebb
On Mon, 14 Jan 2019 at 16:30, Matt Sicker wrote: > > I'd be in favor of upgrading to Java 8. It would certainly make > porting my Jenkins deleteRecursive family of methods back upstream > easier (lambdas mainly). It would also allow for adding functional > APIs for IO (which may also require some

Re: [IO] Update to Java 8 [WAS Re: regarding IO-597]

2019-01-16 Thread Gary Gregory
On Mon, Jan 14, 2019 at 11:30 AM Matt Sicker wrote: > I'd be in favor of upgrading to Java 8. It would certainly make > porting my Jenkins deleteRecursive family of methods back upstream > easier (lambdas mainly). It would also allow for adding functional > APIs for IO (which may also require som

Re: [IO] Update to Java 8 [WAS Re: regarding IO-597]

2019-01-14 Thread Matt Sicker
I'd be in favor of upgrading to Java 8. It would certainly make porting my Jenkins deleteRecursive family of methods back upstream easier (lambdas mainly). It would also allow for adding functional APIs for IO (which may also require some checked versions of java.util.function). On Sat, 12 Jan 201

Re: [IO] Update to Java 8 [WAS Re: regarding IO-597]

2019-01-12 Thread sebb
On Sat, 12 Jan 2019 at 15:42, John Patrick wrote: > > Personally as a consumer/user I wouldn't expect a minor update to bump > the min java version required, I would expect a major version number > bump. > > Also I think all commons projects should be bumped to Java 8 asap, as > those on java 5, 6

Re: [IO] Update to Java 8 [WAS Re: regarding IO-597]

2019-01-12 Thread John Patrick
Personally as a consumer/user I wouldn't expect a minor update to bump the min java version required, I would expect a major version number bump. Also I think all commons projects should be bumped to Java 8 asap, as those on java 5, 6 or 7 are probably happy with the current versions and would onl

[IO] Update to Java 8 [WAS Re: regarding IO-597]

2019-01-12 Thread Gary Gregory
I am OK with updating Commons IO to Java 8 for release 2.7. Others? Gary On Sat, Jan 12, 2019 at 6:54 AM Arvind Venugopal wrote: > Hello, > > This is regarding the JIRA issue IO-597. I am not sure if this has to be > taken up because the fix for this bug would need Java 8 which would be > brea

regarding IO-597

2019-01-12 Thread Arvind Venugopal
Hello, This is regarding the JIRA issue IO-597. I am not sure if this has to be taken up because the fix for this bug would need Java 8 which would be breaking all existing code(using Java 7 or earlier) which uses this library. Thanks Arvind