-
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 ver…
-
Searching for Play documentation presents some problems for experienced programmers: they use Google, and following the usual route of "search terms web framework" doesn't work for Play, because it sh…
-
### Play Version (2.6.6 )
### API (Java / Both (?) )
### Operating System (MacOS 10.11.6 )
### JDK (Oracle 1.8.0_121-b13)
```
java version "1.8.0_121"
Java(TM) SE Runtime Envi…
-
I had a tough time getting the computer database example to run. I've seen 2 issues about this one here https://github.com/playframework/play-slick/issues/427 and one here https://github.com/playfram…
-
別ファイルに分ける方法があるらしい
https://www.playframework.com/documentation/ja/2.6.x/ScalaI18N
-
The `Symbol` syntax sugar `'name` was deprecated in Scala 2.13 so requiring users to write `Symbol("name")` is more inconvenient than just letting them use a `String`.
From https://github.com/playf…
-
Currently the standalone client does not have built in support for multiform post. The functionality is actually in Play-WS in the main project, under https://github.com/playframework/playframework/b…
-
### Play Version (2.5.x / etc)
master
### API (Scala / Java / Neither / Both)
Scala
### Actual Behavior
`play.api.cache.Cached` uses a CachedBuilder which generates an `EssentialAction` rather than…
-
As noted in https://github.com/playframework/playframework/issues/7895#issuecomment-414359219, `handleWebSocketMessages` can be problematic because some websockets clients invalidate the websocket con…
-
Cherry pick from https://github.com/playframework/play-java-ebean-example/pull/28