Matthias Kurz
Matthias Kurz
See https://github.com/playframework/playframework/issues/4715#issuecomment-690277992
Besides the singleton Scope (which of course is not Guice specific) Guice also offers a [`NO_SCOPE` scope](https://google.github.io/guice/api-docs/5.0.1/javadoc/com/google/inject/Scopes.html#NO_SCOPE): > This exists only in case a class has been annotated with a...
We use [sbt-dynver](https://github.com/dwijnand/sbt-dynver) to set the version for the Play project based on git tags. E.g. when you run sbt in the Play project folder you will see: ``` //...
If we add it, we should do it with the 2.9 release, because MiMA will complain, so we can't really add it afterwards. See https://www.chromestatus.com/feature/5280634094223360
Hibernate switched from `hibernate-core` to `hibernate-core-jakarta` that's probably why scala-steward does not kick in for this artifacts anymore. See https://hibernate.org/orm/releases/5.5/#whats-new > Hibernate ORM 5.5 adds new artifacts with the artifact...
See https://github.com/playframework/play-json/pull/759 Shouldn't also the Scala version be updated in a GHA workflow file? At the time the pull request got opened by scala-steward the exact same version (`3.1.3-RC2`) could...
**DO NOT MERGE INTO THE 2.8.x (or 2.7.x) BRANCH!** **This PR needs to be merged into a future 2.9.x branch instead.** Fixes #96 See https://github.com/playframework/playframework/pull/10734
Hi Eugene, I think the issue title says it all already. On top of the [Play 2.8.12 release](https://github.com/playframework/playframework/releases/tag/2.8.12) (which wasn't publicly announced yet) I added [this poor man's debug `println`...
Right now it's not possible to deprecate the generated `render`, `apply` and `f` methods. So we have no choice of breaking the API as soon the args passed via `@(...)`...
See - https://github.com/playframework/twirl/pull/461#issuecomment-1066378493 - https://github.com/lampepfl/dotty/issues/14691 - https://github.com/sbt/zinc/issues/1074#issuecomment-1073247308 Following commit could then be reverted eventually: https://github.com/playframework/twirl/commit/e892f83f9b97a56cddafd50e59bd88f9bbaf8557