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