-
### Are you looking for help?
actually in play 2.9 , 3.0 the akka configuration is immutable according to https://www.playframework.com/documentation/3.0.x/Migration29?#Removed-play.akka.config-set…
-
I tried to use a naked play 2.9 template taken from `sbt new playframework/play-scala-seed.g8 --branch 2.9.x` with Silhouette 8.0.2.
When I try to compile it, the compile fails with:
```
[error] j…
nemoo updated
11 months ago
-
It'd be good to stop depending on Interplay. Maintaining scala cross versions, having to move upstream (from play-foo to interplay) for each imrpovement, etc... is becoming more of a blocker than a be…
-
## Steps
1. Open project in `sbt` ([multi-project](https://www.scala-sbt.org/2.x/docs/en/guide/multi-project-basics.html))
2. Run `project [PROJECT] ; run` - PlayFramework web application
3. Obse…
-
## Steps to reproduce:
1. Clone project
2. `cd src/docs/samples/multi-project/groovy`
3. run `gradle runPlay`
```java
➜ groovy git:(master) gradle runPlay
No play.logger.configurator found:…
-
## Preparing the release
Better to do this in advance:
* [x] [Triage issues][]
## Do the Release ([Full document](https://github.com/playframework/.github/blob/main/RELEASING.md))
* [x] [R…
-
Updating from v6.2.0-RC4 to v6.2.0-RC7 has caused a regression where methods annotated with `javax.persistence.PrePersist` and `javax.persistence.PreUpdate` are not longer called before insertion or u…
bion updated
10 months ago
-
**Update**:
Solution can be found in [this comment](https://github.com/playframework/playframework/issues/11499#issuecomment-1285654119) by upgrading slf4j together with logback-classic
##…
-
When explicitly defining the companion object of a case class, the compiler does not add a `FunctionN` parent and does not override `toString`.
working as expected:
```scala
scala> object u { case c…
-
Skim through the [2.9.0 release draft](https://github.com/playframework/playframework/releases) and check if there are notheworty things that are not yet mentioned (I think there were some things that…