-
```
It's will be greate, to have Require.js support - similar to sbt support
(http://www.playframework.com/documentation/2.2.x/RequireJS-support):
precisly support of requireJsShim is required.
```
…
-
Hello,
Play 2.2 is out but I don't see the play-json module listed anywhere on this page:
http://www.playframework.com/documentation/2.2.x/Modules
Where should it be located? Sorry if it's really o…
-
Hi,
This is a minor issue, but still - I read here (http://www.playframework.org/modules/associations-1.0.1/home) that you can set the debug level for the module to see some extra info.
Can you eith…
-
Default error page in lagom is currently an HTML with (in some environments) information about the error.
This could be replaced by a transport-aware alternative. This means that if the default tra…
-
Hi, I was hoping to see if anyone else is getting a memory leak with this application. This might be a more general issue and not specific to this project.
To reproduce this error, all I need to do…
-
Similar to how Lagom starts/stops Cassandra and Kafka, it could be useful to register the startup/cleanup/destroy/etc... of external services to be managed by `sbt` or other build tools.
See https:…
-
Is there any way currently setup to inject or override this plugin to use JedisSentinelPool with sentinel? Thanks!
-
We could add something like https://github.com/akka/akka-guide/blob/54a81ce729ef07e1f9b97f0f15a4ff7d60e4d0ed/scripts/format-all.sh and even remove the separate Travis jobs.
WDYT?
Code, click t…
-
`WSRequest.scala:44` (and possible other code) relies on deprecations in play.
As a result it's not possible to run parts of the code without running Play Appliacion. Isolation and Encapsulation i…
-
My playframework 2.1.1 Java application is successfully deployed to Tomcat 7 using play2war 0.9. Our next step is securing the app, at first using basic authentication but we'll need to support any sc…