Re: [DISCUSS] Prepare next Torque release with java 17 baseline
Thomas Vandahl <[email protected]> Mon, 2 Sep 2024 17:59:07 +0200
| Newsgroups | gmane.comp.jakarta.turbine.torque.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Georg, > Am 02.09.2024 um 16:52 schrieb Kallidis, Georg <[email protected]>: > > Hi Torque Devs, > > what about to upgrade Java baseline to version 17 for the next release? > > This would be in line with Apache Turbine project v7, which does use Torque as ORM mapper, and is now in the process to upgrade to Java 17. > > In my opinion we do not need a vote for this, when discussing is sufficient and no one comes up with an better alternative or other considerations .. > > Thanks for your comments! > > Best regards, Georg Generally: +1 Do we actually benefit from using Java 17 features? What impact would it have on JDBC compatibility (I lost track on versions)? My main concern is the modernisation of the template code. It is quite awful to debug. The latest attempt dates back to Java-5 times IIRC. Bye, Thomas