Matthias Kurz

Results 1121 comments of Matthias Kurz

I guess this needs to be re-opened. Would be nice to make this work on aarch64 on Linux (I do use Asahi Linux on my M1)

I implemented ping/pong support for Play and plan to release that with the next Play 2.8.x version: https://github.com/playframework/playframework/pull/11521

Hmm... https://github.com/slick/slick/commit/1802b1d2ce8b3143aa9fb27346426f92f1ee32ca#commitcomment-84419266

Fails because of Play 2.8 Guice / Java 17 incompatibility.

Also upgrades to first unstable Play 2.9 M1

Scala 2.12.17 is out and has scala-xml upgraded: https://github.com/scala/scala/pull/10108 The next sbt release will upgrade to Scala 2.12.17 as well: https://github.com/sbt/sbt/pull/7021

Depends on https://github.com/ghik/silencer/issues/77 / https://github.com/ghik/silencer/pull/78

@cchantep Be aware, we now have a 2.7.x and 2.6.x branch: https://github.com/playframework/anorm/branches/all So if you merge this in the main branch, you might want to backport it into 2.7.x as...

Hmm.. We decided to drop Java 8 for Play, see https://github.com/playframework/playframework/issues/11078. The problem is more and more libraries Play depends on are not getting published anymore for Java 8, see...

> Anorm 2.6.x and 2.7.x still support Java 8, right? Yes, I am now just working against the main branch. So there could still be new 2.7.x releases with support...