[hibernate-dev] Using Panache without Quarkus

Sanne Grinovero sanne at hibernate.org
Fri Feb 28 02:04:10 EST 2020


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 augmentation phases of
Quarkus, especially in a modular environment.

Cheers
Sanne

On Fri, 28 Feb 2020, 06:52 Gunnar Morling, <gunnar at hibernate.org> wrote:

> 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 mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
>


More information about the hibernate-dev mailing list