Issues
- Add debug logging and a test case for HHH-13433HHH-13737Resolved issue: HHH-13737Former user
- Optimize PersistentBag.groupByEqualityHash()HHH-13675Resolved issue: HHH-13675Christoph Dreis
- NPE on flushing when ElementCollection field contains null elementHHH-13651Resolved issue: HHH-13651Yosef Yona
- EntityManager.find() should only check for roll-back-only condition if there is an active JTA transaction, otherwise ORM should throw convert( e, lockOptions )HHH-13433Resolved issue: HHH-13433Scott Marlow
- Have EntityManagerFactory expose persistence.xml `jta-data-source` element as a `javax.persistence.nonJtaDataSource` propertyHHH-13432Resolved issue: HHH-13432Steve Ebersole
- integration overrides during JPA bootstrap ought to override all logically related settingsHHH-12858Resolved issue: HHH-12858Steve Ebersole
6 of 6
Add debug logging and a test case for HHH-13433
Fixed
Description
Created November 14, 2019 at 9:10 PM
Updated January 7, 2020 at 8:07 PM
Resolved January 7, 2020 at 8:06 PM
Activity
Show:
Former user January 7, 2020 at 8:06 PM
Fixed in 5.3 branch as well.
No test case was included with HHH-13433. A test for that issue will be added under for this issue.