You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error:
Exception in thread "main" java.lang.AbstractMethodError: Receiver class org.hibernate.reactive.context.impl.ContextualDataStorage does not define or inherit an implementation of the resolved method 'abstract void init(io.vertx.core.internal.VertxBootstrap)' of interface io.vertx.core.spi.VertxServiceProvider.
at io.vertx.core.impl.VertxBootstrapImpl.initProviders(VertxBootstrapImpl.java:280)
at io.vertx.core.impl.VertxBootstrapImpl.init(VertxBootstrapImpl.java:266)
at io.vertx.core.impl.VertxBootstrapImpl.init(VertxBootstrapImpl.java:43)
at io.vertx.core.Vertx$1.build(Vertx.java:130)
at io.vertx.core.Vertx.vertx(Vertx.java:159)
at io.vertx.core.Vertx.vertx(Vertx.java:149)
The text was updated successfully, but these errors were encountered:
vert.x 5.0.0.CR7,Hibernate reactive 3.0.0.Beta3,Kotlin 2.1.0
error:
Exception in thread "main" java.lang.AbstractMethodError: Receiver class org.hibernate.reactive.context.impl.ContextualDataStorage does not define or inherit an implementation of the resolved method 'abstract void init(io.vertx.core.internal.VertxBootstrap)' of interface io.vertx.core.spi.VertxServiceProvider.
at io.vertx.core.impl.VertxBootstrapImpl.initProviders(VertxBootstrapImpl.java:280)
at io.vertx.core.impl.VertxBootstrapImpl.init(VertxBootstrapImpl.java:266)
at io.vertx.core.impl.VertxBootstrapImpl.init(VertxBootstrapImpl.java:43)
at io.vertx.core.Vertx$1.build(Vertx.java:130)
at io.vertx.core.Vertx.vertx(Vertx.java:159)
at io.vertx.core.Vertx.vertx(Vertx.java:149)
The text was updated successfully, but these errors were encountered: