Christian Beikov

Results 516 comments of Christian Beikov

Thanks for the suggestion, but I'm having a hard time justifying the use of checkerframework within my team already, so doing/requiring any further changes to our code is just going...

Can you please rebase the PR? I'm curious why all of a sudden a test fails against SQL Server. AFAICT, your PR does not seem to be related to the...

Thanks for the feedback. I understand that the complexity of the setup might be a small hinderance, but I hope that the documentation at least contains all necessary information. Updating...

I guess it was just by "luck" that this worked before. You shouldn't use `.on("bs.id").in().select("cte.key")..select("cte.ver")` but rather use an exists subquery e.g. ```java public List loadAWithBs() { return cbf.create(em, A.class)...

>So what plans does blaze-persistence have? Are you going to drop the integration of querydsl? As long as QueryDSL stays compatible with the latest Hibernate ORM versions and @jwgmeligmeyling keeps...

I took the liberty and created an issue on the JTA issue tracker for this, since Jakarta EE 12 planning is starting: https://github.com/jakartaee/transactions/issues/220

The changes look good to me, but we're in the process of doing the final ORM 7.0 release, so we won't merge any new features at this point. I'll get...

Thanks. Superseded by https://github.com/hibernate/hibernate-orm/pull/9102

This is interesting. Do you encounter this issue with plain Hibernate ORM as well? The class causing the trouble seems to be a Hibernate ORM class and not one of...