Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0ea49974d0692985d9b2ab71d1ad47e43534639a
https://github.com/hibernate/hibernate-orm/commit/0ea49974d0692985d9b2ab7...
Author: Rapenok, Ivan <Ivan.Rapenok(a)nexign.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
A
hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/idclass/ManyToOneNotAuditedMulIdTest.java
Log Message:
-----------
HHH-14280 - audit query does not work when @IdClass composite identifier contains
association to a not audited entity
Add test case
Commit: f4994a4cf6c1114b910747c1cffc16fa875be6c1
https://github.com/hibernate/hibernate-orm/commit/f4994a4cf6c1114b910747c...
Author: Rapenok, Ivan <Ivan.Rapenok(a)nexign.com>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M
hibernate-envers/src/main/java/org/hibernate/envers/internal/entities/mapper/id/VirtualEntitySingleIdMapper.java
Log Message:
-----------
HHH-14280 - audit query does not work when @IdClass composite identifier contains
association to a not audited entity
Add possible solution
Commit: c249b019e6d989f041265ad40c60136a6b6b22cd
https://github.com/hibernate/hibernate-orm/commit/c249b019e6d989f041265ad...
Author: Chris Cranford <chris(a)hibernate.org>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
R
hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/idclass/ManyToOneNotAuditedMulIdTest.java
A
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/ids/idclass/ManyToOneNotAuditedMulIdTest.java
Log Message:
-----------
HHH-14280 Reworked test
Commit: 98c9cf136ce35b889aa8824eecb7c36d29ed6934
https://github.com/hibernate/hibernate-orm/commit/98c9cf136ce35b889aa8824...
Author: Chris Cranford <chris(a)hibernate.org>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/ids/idclass/ManyToOneNotAuditedMulIdTest.java
Log Message:
-----------
HHH-14280 Fix test failures
Compare:
https://github.com/hibernate/hibernate-orm/compare/4c758b2d481c...98c9cf1...