Re: [hibernate-dev] Using Panache without Quarkus

2020-02-27 Thread Sanne Grinovero
Hi Gunnar, a tricky aspect is that Panache requires transform and not limited to the entities: all application code which is accessing those entities needs to be enhaced as well. Anything could be done of course, but that one is rather tricky to accomplish without the well designed analysis and

[hibernate-dev] Using Panache without Quarkus

2020-02-27 Thread Gunnar Morling
Hi, An interesting question came up during the Quarkus meet-up with Harald Pehl here in Hamburg last night: could Panache also be used without Quarkus, e.g. within a WildFly application? Any plans to enable that? Thanks, --Gunnar ___ hibernate-dev

[hibernate-dev] DB2 support in Hibernate RX

2020-02-27 Thread Sanne Grinovero
Hi all, Andy Guibert (IBM) is creating a reactive driver to access DB2, based on the VertX APIs. The new driver is not fully complete yet but I believe it might be in good enough status to experiment with its integration in Hibernate RX. An overview of its status can be found here: -