Matthias Kurz

Results 1121 comments of Matthias Kurz

> does it necessary to wait for 2.9 for Java 17 support? Yes, I am pretty sure that's necessary. There were other pull requests merged already besides the one you...

I can backport #10731 and release a new Play 2.8.x version and you can try if that works for you.

I am not sure however if #10731 is enough, like @gokhanoner said you probably need to upgrade some dependencies yourself to make everything work.

Yeah you can do the Guice upgrade yourself in your `build.sbt`, no problem. I am not sure however if there are other things that would need to be done. In...

OK, for now I will backport - #10731 - #10729 - ~~#10814~~ which all should be binary compatible and (hopefully) unlock Java 17. However I am not going to upgrade...

OK, here we go: #11206

After merging #11207 I will wait until tomorrow, after Play's daily build is done (which runs additional tests, not just tests triggered by pull requests), and I have enough time,...

You can follow the 2.8.14 release here: https://github.com/playframework/play-meta/issues/217 The 2.8.x cron build should start in like 1 hour: https://app.travis-ci.com/github/playframework/playframework/builds Note sure if I have time this evening to do the...

Play 2.8.14 is now available :+1: Please give it a try if now Java 17 works for you, but be aware that you have to upgrade some dependencies yourself, see...

Great! (main [is using Guice 5.1.0 already](https://github.com/playframework/playframework/blob/a048110b14d13ec54e3417800527c76b3b6677df/project/Dependencies.scala#L132))