Re: Roadmap proposal

2020-03-29 Thread Vangel V. Ajanovski
On 28.3.20 11:07, Dmitry Gusev wrote: It would definitely be nice to provide intermediate releases that support byte code for non-LTS versions to let us use newest language features. +1 for ability to use newer Java versions I would also like to see ability to use new Hibernate versions If th

Re: Roadmap proposal

2020-03-29 Thread Thiago H. de Paula Figueiredo
On Sat, Mar 28, 2020 at 7:07 AM Dmitry Gusev wrote: > Hi Thiago, > Hello! > Just a small correct, the next LTS is Java 17 to be released in 2021. > Thanks for the info! > It would definitely be nice to provide intermediate releases that support > byte code for non-LTS versions to let us use

Re: Roadmap proposal

2020-03-28 Thread Charles Roth
We've had some problems with java 9 modules and building our (large) app with Tapestry 5.5. They may be *our* problems, but we would definitely welcome Tapestry "rationalizing" the package & module structure as suggested by the java 9 modules. Thanks! On 3/28/2020 6:07 AM, Dmitry Gusev wrot

Re: Roadmap proposal

2020-03-28 Thread Dmitry Gusev
Hi Thiago, Just a small correct, the next LTS is Java 17 to be released in 2021. It would definitely be nice to provide intermediate releases that support byte code for non-LTS versions to let us use newest language features. Not sure about java 9 modules though, will tapestry development actual

Roadmap proposal

2020-03-27 Thread Thiago H. de Paula Figueiredo
Hello, Tapestry community! I have some ideas for Tapestry's next steps and I'd like to receive your input about them. Tapestry 5.5 supports Java 12 bytecode. This is done through an embedded copy of the ASM bytecode library. We change the package names so they don't clash with the ASM version eve