Re: [ JEXL] Java 6 ?

2020-05-20 Thread Xeno Amess
Hi. As a related topic, I don't think travis-ci still supports openjdk6 in year 2020. travis-ci does HAVE a tutorial about how to add openjdk6 at: https://docs.travis-ci.com/user/reference/trusty/ BUT it is totally wrong. I followed that tutorial but it failed. https://github.com/apache/commons-jex

Re: [ JEXL] Java 6 ?

2020-05-20 Thread Gary Gregory
Drop Java 6, use Java 8 from my POV. It will make builds simpler for all, on top of not requiring folks of installing Java 6 to make sure the tests pass on that platform. Use try with resources to clean up the code eventhough Java 7 would be enough strictly speaking. Gary On Wed, May 20, 2020, 1

Re: [ JEXL] Java 6 ?

2020-05-20 Thread Gilles Sadowski
Hi. Le mer. 20 mai 2020 à 17:09, David Barts a écrit : > > Java 6 was released in December 2006, making it 13½ years old. That's > over 94 in computer years! (Laugh if you want but computer technology > goes out of date so quickly that I find treating it like dogs in this > regard to be a useful

Re: [ JEXL] Java 6 ?

2020-05-20 Thread David Barts
Java 6 was released in December 2006, making it 13½ years old. That's over 94 in computer years! (Laugh if you want but computer technology goes out of date so quickly that I find treating it like dogs in this regard to be a useful metric.) Oracle stopped supporting it in 2017, meaning that since t

Re: [ JEXL] Java 6 ?

2020-05-20 Thread Gary Gregory
Make Java 8 the platform minimum IMO. Gary On Wed, May 20, 2020 at 6:47 AM henrib wrote: > Quick poll before attempting to release JEXL 3.1; > Should we still release with support for Java 6 or should we move ahead > with > at least Java 8 ? > Seems to me Java 6 is old enough to be dropped. > O

Re: [ JEXL] Java 6 ?

2020-05-20 Thread Gilles Sadowski
Hello. 2020-05-20 12:47 UTC+02:00, henrib : > Quick poll before attempting to release JEXL 3.1; > Should we still release with support for Java 6 or should we move ahead > with > at least Java 8 ? Does the code use JDK8 features? > Seems to me Java 6 is old enough to be dropped. If "old" is a b

[ JEXL] Java 6 ?

2020-05-20 Thread henrib
Quick poll before attempting to release JEXL 3.1; Should we still release with support for Java 6 or should we move ahead with at least Java 8 ? Seems to me Java 6 is old enough to be dropped. One could still build from source with java 6 if needed. What do you think ? Cheers -- Sent from: http