Werner Glanzer
Werner Glanzer
Hi there, sorry if I am a bit late to the party, but I managed to get the types running using the "real" dependencies. So it should be no problem...
Hi there, using the reactive version of hibernate is currently not (really) supported by the underlying framework "hibernate-types". My knowledge of the reactive version of hibernate is currently very limited...
Since Quarkus 3.0 provides Hibernate 6.2 this extension will no longer be really necessary. This means, that the reactive support won't be included anymore in this extension.
I added a "limitation" note and quoted your explanation @Sanne. So I will close this issue, because of #80.
This may be caused by the missing annotation "RegisterForReflection", if running in native mode. Or there is no no-args-constructor in "Example"? Just see the example [MyEntity](https://github.com/quarkiverse/quarkus-hibernate-types/blob/main/integration-tests/postgresql/src/main/java/io/quarkiverse/hibernate/types/it/jackson/postgresql/MyEntity.java) and [MyParam](https://github.com/quarkiverse/quarkus-hibernate-types/blob/main/integration-tests/postgresql/src/main/java/io/quarkiverse/hibernate/types/it/jackson/postgresql/MyParam.java), this should...
Hi Andrej, if you want, I can take over this position very gladly. My vision of this project was to include the original hybernate-types and make it available for the...
Hi @loranmercier, is this really a bug / missing feature of the intellij plugin? I think this belongs to the underlying quarkus framework itself
Thank you for your detailed report! I'll have a look at it, if I got some spare time - it seems, that the external, "real" Swing Explorer application seems to...