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
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
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
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
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
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
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
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
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