Scala 2.12 support
See original GitHub issueClasses implementing the AwaitilitySupport
trait are failing when using scala 2.12.x with the following message
failed: java.lang.NoSuchMethodError: org.awaitility.scala.AwaitilitySupport.$init$(Lorg/awaitility
/scala/AwaitilitySupport;)V
The same code works fine with scala 2.11.8
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:5
Top Results From Across the Web
JDK Compatibility - Scala Documentation
Initial support for JDK 20 has been merged and is already available in nightly builds of Scala 2.12, 2.13, and 3. (The support...
Read more >All Available Versions - The Scala Programming Language
All Available Versions. This page contains a comprehensive archive of previous Scala releases. ... Latest 2.12.x maintenance release: 2.12.17
Read more >Scala 2.12.0 is now available!
We are planning to add (some) support for Java 9 in the near future. Full Java 9 support will be part of the...
Read more >Scala 2.12 roadmap
Continue Java 6 support for a while longer (only in Scala 2.11). Track the Java platform evolution. How. Upcoming 2.11.x releases will introduce ......
Read more >Scala 2.12 end-of-life date - Question
Spark 3.2.0 (released in Oct 2021) supports Scala 2.13. I'm sure Databricks will support Scala 2.13 in time. 1 Like.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any updates? I think its ok now (in 2019) to let awaility depend on java 8
The new version of awaitility, 4.0.0-rc1, uses Scala 2.13.0. You could try that out. I’m going to close this issue.