Re: [hibernate-dev] Using Panache without Quarkus

2020-02-28 Thread Gunnar Morling
Hey, Makes sense and was my assumption, too. Thanks for the quick response! --Gunnar Am Fr., 28. Feb. 2020 um 08:04 Uhr schrieb Sanne Grinovero : > > Hi Gunnar, > > a tricky aspect is that Panache requires transform and not limited to the > entities: all application code which is accessing thos

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 a

[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 mai