Re: [exec][email] Java 7 to 8

2020-11-21 Thread sebb
On Sat, 21 Nov 2020 at 17:13, Gary Gregory wrote: > > On Sat, Nov 21, 2020 at 11:46 AM sebb wrote: > > > Note that Java 7 and later are all on lndefinite Sustaining Support: > > > > https://www.oracle.com/java/technologies/java-se-support-roadmap.html > > > > This is presumably because there are

Re: [daemon] Java 6 to 7

2020-11-21 Thread Mark Thomas
On 21/11/2020 16:26, Gary Gregory wrote: > Hi All: > > I know Tomcat uses DAEMON and supports old versions of itself. > > So, reading https://tomcat.apache.org/whichversion.html, I see that: > > - Tomcat 7 is EOL so we do not need to worry about that. FTR, the page says > Tomcat 7 requires Java

Re: [exec][email] Java 7 to 8

2020-11-21 Thread Gary Gregory
On Sat, Nov 21, 2020 at 11:46 AM sebb wrote: > Note that Java 7 and later are all on lndefinite Sustaining Support: > > https://www.oracle.com/java/technologies/java-se-support-roadmap.html > > This is presumably because there are customers who need Java 7. > And those paying Oracle customers ar

[digester] Java 6 to 7

2020-11-21 Thread Gary Gregory
Hi All: I plan on updating Digester from Java 6 to 7. Digester won't even build on the current Java version with its source set to 6! Gary

Re: [exec][email] Java 7 to 8

2020-11-21 Thread sebb
Note that Java 7 and later are all on lndefinite Sustaining Support: https://www.oracle.com/java/technologies/java-se-support-roadmap.html This is presumably because there are customers who need Java 7. On Sat, 21 Nov 2020 at 16:18, Gary Gregory wrote: > > I do not see a reason to maintain EXE

[daemon] Java 6 to 7

2020-11-21 Thread Gary Gregory
Hi All: I know Tomcat uses DAEMON and supports old versions of itself. So, reading https://tomcat.apache.org/whichversion.html, I see that: - Tomcat 7 is EOL so we do not need to worry about that. FTR, the page says Tomcat 7 requires Java 6 and Java 7 for websockets. - Tomcat 8 is the oldest sup

[exec][email] Java 7 to 8

2020-11-21 Thread Gary Gregory
I do not see a reason to maintain EXEC and EMAIL on Java 7 at this point, it's simpler to maintain Commons builds locally, on GitHub Actions, and Travis CI by using Java 8. FYI, DAEMON is still on Java 6, presumably to support Tomcat. I will start a separate thread about that, just to check status