-
The following code prints `null` on `Kamon v2.7.3 / Kanela v1.0.18` (scala 2.13.14):
```scala
package foo
import kamon.Kamon
import kamon.tag.{Lookups, TagSet}
import scala.concurrent.Execu…
-
See https://github.com/playframework/playframework/issues/3807
A template like this:
``` scala
@(x: String)
@x @{x}
```
produces the wrong code:
``` scala
_display_(x{{x}})
```
causing compile er…
-
We've been using play 2.8.1 with play-ebean 6.0.0 and java 1.8 for years now.
Recently, we decided to upgrade to play 3.0.5, play-ebean 8.3.0 and java 21, but it's been a nightmare due to the play ar…
-
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
F…
mkurz updated
2 years ago
-
I found playframework seems support SSO using CAS, https://www.playframework.com/modules/cas-3.0/home
but I didn't found HOW KafkaManager support SSO.
-
Is it planned to add support for Play 2.9 & 3.0 in this plugin ?
It would seam that support for Gradle is being worked on by the Play maintainers -> https://github.com/playframework/playframework/i…
-
## 1. Clone, build, run & capture this project https://github.com/playframework/play-java
## 2. Research this project, prepare for tomorrow: https://github.com/playframework/play-java-intro
-
By default CiviForm reserves 9 threads for [database interaction](https://github.com/civiform/civiform/blob/main/server/conf/application.conf#L422-L446) and whatever the play framework's default is fo…
-
##### Description
We have bumped into a situation where a model ends up as an import to another model, but it does not show up in the list of `CodegenModels`. This happens because one of our models…
-
These are the various "doc things" in Play:
1. [playframework/play-doc](https://github.com/playframework/play-doc)
2. [play documentation](https://github.com/playframework/playframework/tree/maste…