Matthias Kurz
Matthias Kurz
> Why not using `javax.annotation` for example? I recently removed `javax.annotation` from Play, take a look at the PR and the commit message, there are some links if you want...
Fully supported in IntelliJ 2025.2: https://www.jetbrains.com/idea/whatsnew/#page__content-jspecify-support--a-major-step-toward-safer-code
@eed3si9n Build fails: https://github.com/playframework/playframework/actions/runs/19823076831/job/56790657436?pr=13680 Is this a known issue already? ``` sbt "++3.x; publishLocal" ... [error] java.lang.RuntimeException: java.lang.ClassNotFoundException: dotty.tools.dottydoc.Main [error] at xsbt.DottydocRunner.run(DottydocRunner.java:65) [error] at xsbt.ScaladocInterface.run(ScaladocInterface.java:11) [error] at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) [error] at...
- [ ] Need to check if the close messages send in following two files are somehow relevant for this PR: - https://github.com/playframework/playframework/blob/3.0.x/core/play/src/main/java/play/mvc/WebSocket.java - https://github.com/playframework/playframework/blob/3.0.x/core/play/src/main/scala/play/api/mvc/WebSocket.scala I guess the close messages...
See - https://github.com/playframework/playframework/pull/12371#issuecomment-1970655278
If that is a bug in Scala, is there a chance a fix still makes it into 3.3.2-RC1, as I see there is - #19276 ?
Can you please re-open? Fix got reverted by #23613
> Can you explain why the main branch has a newer Jackson version, while both 2.10.x and 3.0.x branches are still using 2.14.3? Because the main branch is the dev...