Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-commons-annotations
Commit: 5c09f14b974ade7dbaf40acf72c458e5f0735037
https://github.com/hibernate/hibernate-commons-annotations/commit/5c09f14...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
M
src/test/java/org/hibernate/annotations/common/test/reflection/java/generics/ApproximatingTypeEnvironmentTest.java
A
src/test/java/org/hibernate/annotations/common/test/reflection/java/generics/MultipleBoundWithClass.java
A
src/test/java/org/hibernate/annotations/common/test/reflection/java/generics/MultipleBoundWithMultipleInterfaces.java
A
src/test/java/org/hibernate/annotations/common/test/reflection/java/generics/UnboundGeneric.java
Log Message:
-----------
HCANN-125 Add test for issue
Commit: e812f7610c291085fa0e660dfee50800955ad9e8
https://github.com/hibernate/hibernate-commons-annotations/commit/e812f76...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-11-15 (Tue, 15 Nov 2022)
Changed paths:
M
src/main/java/org/hibernate/annotations/common/reflection/java/generics/ApproximatingTypeEnvironment.java
Log Message:
-----------
HCANN-125 The type of a multiple bound generic should correspond to value of the first
bound
Compare:
https://github.com/hibernate/hibernate-commons-annotations/compare/83c00e...