Guenther Demetz

Results 7 issues of Guenther Demetz

Bug/Regression. Detaching entity removes NaturalIdCrossReference in second level cache too. Should operate on first level cache only.

JIRA issue Test Case

added method testManyToOneNaturalLoadByNaturalId unless fixed it fails with a org.hibernate.exception.SQLGrammarException: could not prepare statement N.B.: to make things easy, I had to convert the fetch-type to citizen from EAGER to...

JIRA issue Test Case

1. items are always readable from 2ndLevelCache if we accept phantom reads 2. items are readable when cached timestamp is equal to current session timestamp (trust items which were cached...

When populating second-level-cache by concurrent threads and several threads read the same entities annotated with @NaturalIdCache it comes to a lock-escalation. This scenario is described in [HHH-16726](https://hibernate.atlassian.net/browse/HHH-16726) One of the...

When I resubmitting a passed STC test for LTC then following happens: 1. If I manually edit the test description putting LTC as prefix, then fishtest prepends another 'LTC:' to...

This replaces https://github.com/hibernate/hibernate-orm/pull/6511 as I wasnt able to stash the commits to a single one and rebase it to 6.4 branch https://hibernate.atlassian.net/browse/HHH-16557

The Tomcat-JDBC-Connection-Pool is designed to handle more pool (access to different databases) instances. However there's a single static instance for cleaning the pool(s) named poolCleanTimer which apparently has to handle...