Christian Beikov
Christian Beikov
Superseded by https://github.com/hibernate/hibernate-orm/pull/5334
With this PR, the following tests fail: * `org.hibernate.test.legacy.OneToOneCacheTest > testOneToOneCache` * `org.hibernate.test.onetoone.cache.OneToOneCacheEnableSelectingTest > testFieldShouldNotBeNull`
Seems somewhat similar, though the approach is different. I change how the plugin works and you change the core parts. Not sure which is better or more desirable, but if...
That's what I tried to avoid here: https://github.com/hibernate/hibernate-orm/pull/3511#discussion_r479958716 I'm planning to do a release soon anyway, should I incorporate a fix for the new method signature or would you say...
I brought the issue up, but since it's internal, the others said the change is fine. I will try to fix this in Blaze-Persistence. Releasing before 10th of September should...
I see, I'll try to get that in ASAP then :)
Hello, please also create a PR against `main` and include the test you created in the PR. You can create a new test, preferrably in the `org.hibernate.orm.test.readonly` package. Create new...
The test uses an entity with a sequence generator but the DDL uses identity generation. Obviously, there is a mismatch here and I don't see a bug. When you use...
Also see https://github.com/hibernate/hibernate-orm/pull/5530
Closing the PR now because it was stale for a while and the bug doesn't affect ORM code. You can create a new PR for a JIRA issue, after you...