Andrej Petras
Andrej Petras
Hi, This is working for me: https://github.com/lorislab/quarkus-hibernate-types It is copied with these changes: * Add maven dependencies only from quarkus-bom (-> hibernate version) * Remove all reflection * Remove hibernate...
Hi @fabienpomerol there is Quarkus issue: https://github.com/quarkusio/quarkus/issues/9861 My plan is to prepare PR for the Quarkus Hibernate extension from this https://github.com/lorislab/quarkus-hibernate-types
@falko currently I have not implemented any support for Kotlin. It would great to have the support for Kotlin. PR's are welcome The extension `quarkus-scheduler` could serve as an example.
@falko Do you have an example (or method) that I can use to reproduce this issue?
@mvdveek I don't understand your test. Do you have an example I can look at?
@falko currently I have not implemented any support for Kotlin. It would great to have the support for Kotlin. PR's are welcome The extension quarkus-scheduler could serve as an example.
Hi @insectengine, I am back online. Yes that is interesting. Could we do it some time in October or beyond?
Hi @wglanzer, great. @gastaldi @gsmet @maxandersen Hello guys, how can we do this?
In the next version, you can inject `ZeebeTestEngine` directly into the test. ```java @InjectZeebeTestEngine ZeebeTestEngine engine; test() { engine.waitForIdleState(Duration.ofSeconds(10L)); } ```