-
## Preparing the release
## Do the Release ([Full document](https://github.com/playframework/play-meta/blob/main/releasing/play.md))
* [ ] ~[Release projects that Play depends on][]~
* [ ] ~r…
mkurz updated
2 years ago
-
We create a java play project with `sbt new playframework/play-java-seed.g8`
Then we add play-ebean as dependency in project/plugins.sbt
```sbt
addSbtPlugin("com.typesafe.play" % "sbt-play-ebean"…
-
### Are you looking for help?
No.
### Anorm Version (2.5.x / etc)
2.6.10
### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
Ubuntu 20.04 x86_64
### JDK (Oracle 1.8.0_72, …
-
### Play Version (2.5.x / etc)
2.6.5
### Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
macOS 10.12.6
### JDK (Oracle 1.8.0_72, OpenJDK 1.8.x, Azul Zing)
Java(TM) SE Runtime…
-
I was looking for a way to send ping websocket frames with play.
I see the server properly handles incoming ping frames as this was fixed here: https://github.com/playframework/playframework/pull/213…
-
play-json 2.6.5
**issue**
Play json will serialize `JsNumber(BigDecimal("1.0"))` to `1` where this should be `1.0`
**reproducer**
```scala
val mapper = new ObjectMapper()
val jackson…
-
### Play Version
2.6.12
### API
Java
### Operating System
Windows 10 Enterprise 64-bit build 1709
### JDK 8
```
java version "1.8.0_161"
Java(TM) SE Runtime Environment (build 1.8.…
-
slf4j has recently been upgraded by a major version, in order to use current versions of dependent libraries (logback-core, logback-classic) we need playframework to upgrade the version of slf4j to 2.…
-
The update to slf4j-api 2.0 is a bit cumbersome -- it forces the upgrade to all consumers while not using it. The upgrade isn't necessarily trivial, and there is no downside on staying on 1.x for now:…
-
Play Version (2.5.x / etc)
2.5.14
API (Scala / Java / Neither / Both)
Java 1.8
FlyWay Version 3.2
sbt.version=0.13.11
scalaVersion := "2.11.7"
Expected Behavior
New version i am trying…