Ignasi Marimon-Clos
Ignasi Marimon-Clos
Use https://github.com/cb372/sbt-explicit-dependencies instead of https://github.com/lagom/lagom/blob/master/project/Dependencies.scala#L1245
[`PlayServiceCall`](https://github.com/lagom/lagom/blob/e53bda5fd2f83aaa4cd639c9ad27d6053ede812f/service/scaladsl/server/src/main/scala/com/lightbend/lagom/scaladsl/server/PlayServiceCall.scala#L14-L14) is currently undocumented.
See https://travis-ci.com/github/lagom/lagom/jobs/498873420#L772-L803 I've been doing some research and can't find any issue on existing repos about the error and potential workaround or solution. the only think I found was this...
Refs https://github.com/akka/akka-http/pull/3792 and #3221 Publishing snapshots to Sonatype requires the version to be suffixed `-SNAPSHOT` but `sbt-dynver` doesn't use that on its version name scheme. ~I think~ ( _I checked_)...
Automate releases on a tag pushed to `upstream`. (bonus points if that's implemented out of `vegemite`)
TravisCI has been a key player in the life of Lagom but it is about time we migrate to a more modern infra. We also have corn jobs and other...
refs https://gitter.im/lagom/lagom?at=5f71fad45a56b467a5f63b2e Lagom `1.6.x` depends on https://github.com/akka/akka-persistence-cassandra/ `v0.104` which depends on the Cassandra driver `v3.7.2`. That driver is now [a few months old](https://mvnrepository.com/artifact/com.datastax.cassandra/cassandra-driver-core). We should bump the driver version [upstream](https://github.com/akka/akka-persistence-cassandra/blob/release-0.x/project/Dependencies.scala#L16)...
https://travis-ci.com/github/lagom/lagom/jobs/473143104#L1193 ``` Caused by: org.eclipse.aether.transfer.ArtifactTransferException: Could not transfer artifact com.typesafe.akka:akka-cluster_2.12:pom:2.6.11 from/to central (https://repo.maven.apache.org/maven2): Connection reset ``` note: Akka 2.6.11 was released less than a week ago (which is not much...
With the wider adoption of `CoordinatedShutdown` as lifecycle handler for play and lagom, the lagom-specific setting `exit-jvm-when-system-terminated` may become obsolete and replaced with: ``` akka.coordinated-shutdown { reason-overrides."akka.actor.CoordinatedShutdown$ClusterDowningReason$" { exit-jvm =...
https://travis-ci.com/github/lagom/lagom/jobs/349932675#L4599 ``` [error] java.lang.RuntimeException: Failed tests: [error] sbt-plugin / http-backend-switch [error] [error] at scala.sys.package$.error(package.scala:30) [error] at sbt.scriptedtest.ScriptedRunner.reportErrors(ScriptedTests.scala:563) [error] at sbt.scriptedtest.ScriptedRunner.runAll(ScriptedTests.scala:566) [error] at sbt.scriptedtest.ScriptedRunner.run(ScriptedTests.scala:511) [error] at sbt.scriptedtest.ScriptedRunner.run(ScriptedTests.scala:475) ```