[hibernate-dev] Hibernate ORM 5.3.18.Final Released

2020-08-05 Thread Gail Badner
https://in.relation.to/2020/08/05/hibernate-orm-5318-final-out/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

[hibernate-dev] Starting release process for ORM 5.3.18

2020-08-05 Thread Gail Badner
Please don't push anything to 5.3 branch... Thanks, Gail ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Dropping support for Java 8 in Hibernate ORM (Search) v6 ?

2020-08-05 Thread Sanne Grinovero
Sure, we can wait to drop Java 8 if you all feel strongly about it, but give my proposal a chance :) Let me address a couple random points: Java version 9 and 10 are not useful versions to support: only 8 and 11 have long term support, so 9 and 10 are already out of support. All surveys I've seen

Re: [hibernate-dev] Bad boot performance since 5.4 switched to ByteBuddy

2020-08-05 Thread Sanne Grinovero
> Does anyone know if there is a known performance issue [...] I'm aware that loading Byte Buddy takes a little longer than Javassist to initialize: it's a larger library and it needs to load a significantly larger number of classes, including ASM, but this comes with several benefits so as long