Switch to Vert.x 5
Encountered issues when switching to Vertx 5.0.0, and runing test https://github.com/hantsy/vertx-sandbox/blob/master/mutiny-spring-hibernate/src/test/java/com/example/demo/TestMainVerticle.java
java: cannot access io.vertx.core.shareddata.impl.ClusterSerializable
class file for io.vertx.core.shareddata.impl.ClusterSerializable not found
The effort is planned, but it won't just be a version bump.
Hi, Do you have any updates regarding this? Thank you!
Not yet, we'll resume the effort this fall.
Hi! Just wanted to check if there’s any update on this issue, or if there’s an estimated timeline for a release. Thanks for your work!
We're making progress, see the major/vertx5-and-new-generator branch we are working on with @anavarr.
It's taking some time because we're writing a new code generator that's not apt-based.