playframework
Here are 517 public repositories matching this topic...
-
Updated
Jun 18, 2020 - Java
The idea is to be able to write the following to override the log configuration in dev-mode.
lagomDevSettings ++= Seq(
"logger.resource" -> "logback-dev.xml"
)In the documentation, it states Play Slick currently supports Slick 3.1 with Play 2.5, for Scala 2.11..
However, in sample code, the slick version used is 3.2.0
slick.driver.JdbcProfile is moved to slick.jdbc.JdbcProfile in slick 3.2.0
-
Updated
Jun 19, 2020 - Scala
-
Updated
Jun 18, 2020 - Scala
Maybe in the “Community” page?
Scala style is documented plainly.
https://docs.scala-lang.org/style/declarations.html
https://docs.scala-lang.org/style/indentation.html#line-wrapping
Yet this examples project fails to follow it for some reason.
class RequestHandler @Inject()(webCommands: WebCommands,
optDevContext: OptionalDevContext,
router: RI would like the steps on how to install this plugin for an existing play application for Scala
The build in Travis-CI doesn't exercise the docs/build.sbt or forces the sbt.version to use for that build.
That is: playframework/play-json#145 was merged without addressing playframework/play-json#145 (comment)
-
Updated
Apr 23, 2019 - CSS
-
Updated
Apr 23, 2019 - Scala
I can't see any place to specify that I'd like wsclient to use a socks proxy, whereas AsyncHttpClient can
vs
Thanks
-
Updated
May 16, 2017 - CSS
-
Updated
Nov 2, 2016 - Scala
Support gRPC calls
As Otoroshi now supports HTTP/2, we should be able to proxy gRPC calls. That would be a great feature for Otoroshi
Linked akka-http issues
-
Updated
Apr 23, 2019 - CSS
-
Updated
Jun 15, 2020 - Java
-
Updated
Apr 23, 2019 - Scala
-
Updated
Apr 18, 2017 - Java
Legacy deserialize interface mentioned in #191 has been marked deprecated in Akka 2.6.0 - see akka/akka#26981
It looks like this won't be mentioned in the migration guide for Akka 2.6 (!)
See akka/akka#25945 for additional details
Update documentation
Documentation is not up to date
For example, supported datastores misses PGSQL
https://maif.github.io/izanami/manual/architecture/index.html
Please documentation freshness problems in this issue
-
Updated
Sep 25, 2019 - Scala
-
Updated
Jun 3, 2020 - Scala
-
Updated
Jan 26, 2018 - Java
-
Updated
May 29, 2019 - Scala
Improve this page
Add a description, image, and links to the playframework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the playframework topic, visit your repo's landing page and select "manage topics."

In #10199 we added symbolic methods to TypeMap, but as signaled by @NthPortal we should avoid this.
Triggered by:
I'm a bit late to the party here, but multiple (non-implicit) parameters to a symbolic/infix method are highly discouraged, and planned to be deprecated. See scala/scala-dev#496 and lampepfl/dotty#4311 (comment).
_Originally posted by @n