Khal!l

Results 6 comments of Khal!l

Any update on the timeline for next supported version of JDK?

Hmm, strangely, I've switched from OpenJDK 1.8.0_312 to Oracle JDK 1.8.0_311 and the tests are passing (both the finatra test - above - and the tests for my service). Can...

This test for retry.When is failing ``` it ("retry is making an extra attempt") { implicit val success = Success[Boolean](identity) class MyException extends RuntimeException val thrownEx = new MyException val...

Is integration with finagle available?

Finatra is already good for me, that's great news. Keep it up!

Any plan to release for scala 2.12.10? It's probably more important since 2.13 already has try-with-resources.