Switch to Akka master branch for 2.12.x#262
Conversation
|
New build attempt that tries to include scala-java8-compat: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/503/ |
|
scala-java8-compat currently blocked on scala/scala#5367 |
|
New attempt with updated scala-java8-compat: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/504/ |
|
For some reason dbuild includes the test sources in the generated javadoc source stubs, which trips up javadoc because we use Apart from this issue, things are looking good for scala-java8-compat. The binary artifacts get published and the tests pass. |
|
No luck building latest ScalaTest: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/507/console - Disabling the offending parts of Akka for now. |
- Add scala-java8-compat to the build. It is now required by Akka. - Disable test source compilation for some Akka projects. We don’t run the tests anyway and some sources depend on ScalaTest 3.0 and Scalactic (a transitive dependency of ScalaTest), both of which are currently not part of the community build.
3336886 to
f313974
Compare
|
Community build for Akka was succesful: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/510/console Squashed into one commit. Review by @SethTisue |
First build attempt failed due to missing new dependency scala-java8-compat: https://scala-ci.typesafe.com/job/scala-2.12.x-integrate-community-build/502/console