Discussion of Play project development: https://github.com/playframework/.github/blob/master/CONTRIBUTING.md | Use playframework/playframework channel for general discussion. | Code of Conduct: https://www.lightbend.com/conduct | Forums: https://discuss.playframework.com | Commercial support from https://www.lightbend.com/
mergify[bot] on master
Update sbt to 1.3.5 Merge pull request #360 from sc… (compare)
PlayService
, PlayWeb
, PlayMinimalJava
....
FTR, I needed the following to get minimal play version working:
.enablePlugins(PlayService)
.enablePlugins(PlayLayoutPlugin)
.enablePlugins(RoutesCompiler)
without the layout plugin routes were not generated (despite having src/main/resources
setup along with all scala sources in src/main/scala
).
playframework/playframework#9476
I would like to work on this issue.
Can somebody do review of this issue and give advice? Can we changescala
def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration = Duration.Inf)(orElse: => Future[A]): Future[A]
toscala
def getOrElseUpdate[A: ClassTag](key: String, expiration: Duration = Duration.Inf)(orElse: => Future[A]): Future[Option[A]]
since orElse
can return a null value?
Ali new retail news team (Hand Amoy, Tmall) recruits, p6+, p7, p8 positions, welcome to private chat.
Email: hepin.p@alibaba-inc.com
Hi I am getting weird error while compiling play application
[error] missing or invalid dependency detected while loading class file 'PlayMagicForJava.class'.
[error] Could not access type Option in object play.libs.F,
[error] because it (or its dependencies) are missing. Check your build definition for
[error] missing or conflicting dependencies. (Re-run with `-Ylog-classpath` to see the problematic classpath.)
[error] A full rebuild may help if 'PlayMagicForJava.class' was compiled against an incompatible version of play.libs.F.
[error] one error found
can someone please help, how to get rid of this?