Branch: refs/heads/5.1
Home:
https://github.com/hibernate/hibernate-commons-annotations
Commit: c461f042732013850bb1e101d7a6966117c45b32
https://github.com/hibernate/hibernate-commons-annotations/commit/c461f04...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2020-10-27 (Tue, 27 Oct 2020)
Changed paths:
M
src/main/java/org/hibernate/annotations/common/reflection/java/JavaReflectionManager.java
M
src/main/java/org/hibernate/annotations/common/reflection/java/generics/TypeEnvironmentFactory.java
M
src/test/java/org/hibernate/annotations/common/test/reflection/java/generics/ApproximatingTypeEnvironmentTest.java
M
src/test/java/org/hibernate/annotations/common/test/reflection/java/generics/TypeEnvironmentFactoryTest.java
M
src/test/java/org/hibernate/annotations/common/test/reflection/java/generics/TypeUtilsTest.java
Log Message:
-----------
HCANN-109 TypeEnvironmentFactory should be converted into a static helper
s
Commit: 3196bce944b1493c57338dbb71b342e2f0bfddc7
https://github.com/hibernate/hibernate-commons-annotations/commit/3196bce...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M
src/main/java/org/hibernate/annotations/common/reflection/java/JavaReflectionManager.java
R src/main/java/org/hibernate/annotations/common/reflection/java/Pair.java
A
src/main/java/org/hibernate/annotations/common/reflection/java/TypeEnvironmentMap.java
A
src/main/java/org/hibernate/annotations/common/reflection/java/XTypeConstruction.java
Log Message:
-----------
HCANN-111 Improve hashing and memory costs of JavaReflectionManager
Commit: 2981611f17a4145095fbf79d7e7d54ca41ea1856
https://github.com/hibernate/hibernate-commons-annotations/commit/2981611...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M
src/main/java/org/hibernate/annotations/common/reflection/java/JavaReflectionManager.java
M
src/main/java/org/hibernate/annotations/common/reflection/java/TypeEnvironmentMap.java
Log Message:
-----------
HCANN-112 Favour full release of an HashMap over clearing it
Commit: 21b0359e00a048dc636bdfb3c4e0eb125c38c7c5
https://github.com/hibernate/hibernate-commons-annotations/commit/21b0359...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M
src/main/java/org/hibernate/annotations/common/annotationfactory/AnnotationProxy.java
Log Message:
-----------
HCANN-113 Reduce retained memory of AnnotationProxy
Commit: 70f2d7bd23164f264472dded2990f5af6aea584f
https://github.com/hibernate/hibernate-commons-annotations/commit/70f2d7b...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M
src/main/java/org/hibernate/annotations/common/annotationfactory/AnnotationDescriptor.java
Log Message:
-----------
HCANN-113 Reduce average memory retention of AnnotationDescriptor
Commit: aa39d6f0c7e3df079dae3a4f25d5d5efad84501b
https://github.com/hibernate/hibernate-commons-annotations/commit/aa39d6f...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2020-10-30 (Fri, 30 Oct 2020)
Changed paths:
M src/main/java/org/hibernate/annotations/common/reflection/java/JavaXClass.java
Log Message:
-----------
HCANN-113 Trim ArrayList instances returned by JavaXClass
Compare:
https://github.com/hibernate/hibernate-commons-annotations/compare/fde5b6...