Closed TimMoore closed 5 years ago
Should 1.5.x actually be running with Java 11? It already was, before this pull request, but Cassandra seems flaky in CI. We don't certify Lagom 1.5 with Java 11. Should I remove it from this branch?
Should 1.5.x actually be running with Java 11? It already was, before this pull request, but Cassandra seems flaky in CI. We don't certify Lagom 1.5 with Java 11. Should I remove it from this branch?
We already run the lagom/lagom
build jobs in JDK11. We could mark the JDK11 jobs for lagom-samples
as may fail
but I think we must keep them around.
The build passed after re-running, so the only thing blocking this now is an erroneously required "Travis CI - Branch" check (see https://github.com/lagom/lagom-samples/pull/114#discussion_r335839087).
I manually removed that required check (since the settings bot seems to be broken) so this just needs an approval from someone.
Backport of #107