RE: Struts 2.5.x support above Java 8

2018-11-19 Thread Paul Zepernick
: Struts 2.5.x support above Java 8 NOTICE: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Hi Paul, I'm pleased to announce it seems we were able to add both java 9 and 11 supports

Re: Struts 2.5.x support above Java 8

2018-11-19 Thread Yasser Zamani
production also. Regards. [1] https://travis-ci.org/apache/struts/builds/456910100 >-Original Message- >From: David Dillard >Sent: Monday, November 12, 2018 6:09 PM >To: Struts Users Mailing List >Subject: RE: [EXTERNAL] Re: Struts 2.5.x support above Java 8 > >Tru

RE: [EXTERNAL] Re: Struts 2.5.x support above Java 8

2018-11-12 Thread David Dillard
: Struts Users Mailing List Subject: Re: [EXTERNAL] Re: Struts 2.5.x support above Java 8 Determining support is fraught, because people run on all sorts of JVMs, including EOLed versions :/ On Sun, Nov 11, 2018 at 10:01 AM David Dillard wrote: > > We do plan support JDK 9 and JDK 11 as from

RE: Struts 2.5.x support above Java 8

2018-11-12 Thread Paul Zepernick
5. -Original Message- From: Lukasz Lenart Sent: Sunday, November 11, 2018 3:07 AM To: Struts Users Mailing List Subject: Re: Struts 2.5.x support above Java 8 NOTICE: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the

Re: [EXTERNAL] Re: Struts 2.5.x support above Java 8

2018-11-11 Thread Dave Newton
Determining support is fraught, because people run on all sorts of JVMs, including EOLed versions :/ On Sun, Nov 11, 2018 at 10:01 AM David Dillard wrote: > > We do plan support JDK 9 and JDK 11 as from Struts 2.6 (in development), > maybe we will be able to port those changes into 2.5.x branch

RE: [EXTERNAL] Re: Struts 2.5.x support above Java 8

2018-11-11 Thread David Dillard
> We do plan support JDK 9 and JDK 11 as from Struts 2.6 (in development), > maybe we will be able to port those changes into 2.5.x branch but we will see. Really no point in supporting JDK 9 or 10 as they are now EOL. JDK 11 support would be great. ---

Re: Struts 2.5.x support above Java 8

2018-11-11 Thread Lukasz Lenart
sob., 10 lis 2018 o 01:39 Paul Zepernick napisaƂ(a): > > Has anyone got Struts 2.5 to work for Java 11 or anything above Java 8? I > have a project that I was trying to migrate to Java 11 using 2.5.18. I have > it compiling, but then ran into an issue with the ASM library. I am using > the R

Struts 2.5.x support above Java 8

2018-11-09 Thread Paul Zepernick
Has anyone got Struts 2.5 to work for Java 11 or anything above Java 8? I have a project that I was trying to migrate to Java 11 using 2.5.18. I have it compiling, but then ran into an issue with the ASM library. I am using the REST plugin, which is dependent on the convention plugin. The co