Nathan Xu

Results 37 comments of Nathan Xu

BTW, I used to doubt whether this fix would break ActionQueue's `insert ordering`. After manual cloning quaff's repo and running the latest testing cases (due to https://github.com/hibernate/hibernate-orm/pull/3581), I found his...

> I have pretty much the same problem using version 0.4.8 of this plugin: > > ``` > > A failure occurred while executing me.champeau.gradle.IsolatedRunner > > ERROR: Unable to...

But I am not sure your reusing "dirtiness" (which is for db purpose) for cache implementation detail is a good idea. It might hurt in the other way. Also, I...

There is similar doubt on stackoverflow: https://stackoverflow.com/questions/55704433/hibernate-session-not-getting-flushed-before-native-sql-query However, somebody responded the doc is correct, which confused me even more. Obviously the doc is incorrect, imho. On Sat, Jun 29, 2024,...

Thanks. Didn't know of the existence of this doc. Been quite a while since I contributed last time. On Sat, Jun 29, 2024, 3:38 p.m. Gavin King ***@***.***> wrote: >...

Reading the brilliant Hibernate v6 introduction doc you mentioned now. Woa, so interesting!. On Sat, Jun 29, 2024, 3:38 p.m. Gavin King ***@***.***> wrote: > Obviously the doc is incorrect,...

> We decided we would prefer a wholesale change to this section rather than piecemeal changes. Makes sense. Glad I raised the concern anyway.