Re: [OPTIONS] Java 11 and Java JDK origin

2019-04-14 Thread jim . hinson
FWIW, I think the move to Open JDK would be wise. Oracle doesn't have the best history of working with open source. I happened to be download the JDK this afternoon for something else, and received the notice below. Jim On 2019-04-14 17:09, Taher Alkhateeb wrote: > Well, I could be mistaken

Re: PrepareLocalesForDropDown.groovy

2019-04-14 Thread Jacques Le Roux
This: plugins\example\groovyScripts\PrepareLocalesForDropDown.groovy Le 14/04/2019 à 19:01, Nicolas Malin a écrit : Hello poveglia$ svn up Actualisé à la révision 1857522. poveglia$ find . -iname PrepareLocalesForDropDown.groovy poveglia$ What this file ? Nicolas On 14/04/2019 18:44,

Re: [OPTIONS] Java 11 and Java JDK origin

2019-04-14 Thread Scott Gray
That would probably halt any further contributions from me in the short to medium term. Can I ask why we need to require 11 when 8 is supported through to 2023? Regards Scott On Sun, 14 Apr 2019, 23:37 Jacques Le Roux, wrote: > If nobody disagree, I'll make the last move (ie ask for Java 11

Re: [OPTIONS] Java 11 and Java JDK origin

2019-04-14 Thread Scott Gray
My understanding was that openjdk would support java 8 until 2023. In the past our strategy used to be that we should ensure the code base would operate on newer java versions but keep our minimum required version as low as possible. That effectively allows users to run whatever version they

Re: [OPTIONS] Java 11 and Java JDK origin

2019-04-14 Thread Mathieu Lirzin
Hello Scott, Scott Gray writes: > That would probably halt any further contributions from me in the short to > medium term. > > Can I ask why we need to require 11 when 8 is supported through to 2023? I was in a similar situation a few months ago because my GNU/linux distro was not yet

Re: [OPTIONS] Java 11 and Java JDK origin

2019-04-14 Thread Taher Alkhateeb
Well, I could be mistaken but it seems EOL for java 8 is coming soon (2019 commercial 2020 personal) [1]. This seems to be the case because the new LTS is out which is java 11. Also this new release model from oracle seems to be annoying which is pushing developers to adopt the openjdk instead.

Re: [OPTIONS] Java 11 and Java JDK origin

2019-04-14 Thread Jacques Le Roux
If nobody disagree, I'll make the last move (ie ask for Java 11 in build.gradle) in 3 days Jacques Le 13/04/2019 à 12:34, Nicolas Malin a écrit : On 13/04/2019 11:47, Jacques Le Roux wrote: I just tested, without surprise the trunk HEAD works with Java 11 I did the same with 18.12, works

PrepareLocalesForDropDown.groovy

2019-04-14 Thread Jacques Le Roux
Hi, PrepareLocalesForDropDown.groovy is not used at all OOTB Should we not remove it? Jacques

Re: PrepareLocalesForDropDown.groovy

2019-04-14 Thread Nicolas Malin
Hello poveglia$ svn up Actualisé à la révision 1857522. poveglia$ find . -iname PrepareLocalesForDropDown.groovy poveglia$ What this file ? Nicolas On 14/04/2019 18:44, Jacques Le Roux wrote: Hi, PrepareLocalesForDropDown.groovy is not used at all OOTB Should we not remove it? Jacques