>From: Louis Smith <dr.louis.sm...@gmail.com> >Sent: Wednesday, October 3, 2018 6:04 PM >To: Struts Developers List <dev@struts.apache.org> >Subject: Java Versions > >With the new commercial pricing model from Oracle, will all suites need to be >re- >compiled and released using OpenJDK? > >Will there need to be 2 baselines - one "Oracle JDK" and one "Open JDK" so that >users who do license java can use a version built with Oracle JDK, and for >users >who want only open to have that option? > >With Java now at 11, and releases planned to be delivered rapidly, what is the >plan for Struts (and Tiles...) to keep up?
I think basically we should ask and follow the foundation Apache itself plan. Anyway AFAIK java itself is a specifications and JDKs are implementations. Did you mean if we compile with e.g. JDK1 the result bits may not work on JDK2? I don't think so at least on paper. Regards.