Nathan Xu

Results 33 comments of Nathan Xu

It would be great to tweak your git commit message to start with "HHH-15049".

> @NathanQingyangXu - Updated commit message to start with `HHH-15049` @beikov could you take a look? Seems a good catch!

> This is a bit more complicated I think as the default value depends on whether Hibernate is bootstrapped via JPA or via the Hibernate native boot API. > >...

> Make sense @beikov @dreab8. In that case should the current be updated as below? `*hibernate.transaction.flush_before_completion* (e.g. `true`or`false`(Hibernate bootstrap with JPA value will be false) )::` Hold on. I think...

Thanks for letting me know. So the default value is true for non-jpa boot, right? Should we update the doc and how? On Thu., Apr. 28, 2022, 4:17 a.m. Andrea...

Maybe I misunderstood. Anyway. On Thu., Apr. 28, 2022, 12:24 p.m. Nathan Xu, ***@***.***> wrote: > Thanks for letting me know. So the default value is true for non-jpa boot,...

Seems issue remained for another PR as well. On Mon., Nov. 9, 2020, 16:41 Jan Schatteman, wrote: > *@jrenaat* commented on this pull request. > ------------------------------ > > In tooling/project-template/src/main/resources/gradlew...

I meant the PR for HHH-14285. On Mon., Nov. 9, 2020, 17:03 Jan Schatteman, wrote: > Seems issue remained for another PR as well. > … > Not sure I...

But it seems your testing case was not broken when it was reverted back. Am I missing something? On Tue., May 17, 2022, 3:41 p.m. deAtog, ***@***.***> wrote: > Please...

> Looking back at those tests, they do not really seem to test the dirty aspect of the OneToOneType with respect to caching. I think you should implement some other...