vertx-in-action
vertx-in-action copied to clipboard
Examples for the Manning "Vert.x in Action" book
Results
2
vertx-in-action issues
Sort by
recently updated
recently updated
newest added
Version 1.5.1 of testcontainers allow build&run tests in Docker Desktop out of the box on Windows
Chapter 5 has code examples with Kotlin coroutines that don't work (`Intro.kt`, at least). There is a stacktrace: ``` Exception in thread "main" java.lang.NoClassDefFoundError: kotlin/coroutines/AbstractCoroutineContextKey at java.base/java.lang.ClassLoader.defineClass1(Native Method) at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)...