Branch: refs/heads/5.3
Home: https://github.com/hibernate/hibernate-orm
Commit: 1945180569e7f86f8b5633418c5a1af42db3c8e2
https://github.com/hibernate/hibernate-orm/commit/1945180569e7f86f8b56334...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-19 (Thu, 19 Jul 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/mapping/Component.java
M hibernate-core/src/test/java/org/hibernate/test/component/proxy/ComponentBasicProxyTest.java
…
[View More] Log Message:
-----------
HHH-12791 Cache the Component type to avoid generating one proxy per call
While Javassist only generates one proxy as the name is stable,
ByteBuddy uses random names and thus generates a new proxy for every
call, leading to the generation of 18 different proxies for the other
test of the test class.
We can't do better than using a volatile/synchronized pattern as the
Component is not fully initialized in the constructor.
Maybe we could take the risk of admitting that the getType() method is
called at least once before we pass the element to a multi-threaded
environment but that's a bet I don't want to take alone.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
[View Less]
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 51c67310f7c3b491a6135af4790e702688dcde3b
https://github.com/hibernate/hibernate-orm/commit/51c67310f7c3b491a6135af...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-19 (Thu, 19 Jul 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/mapping/Component.java
M hibernate-core/src/test/java/org/hibernate/test/component/proxy/ComponentBasicProxyTest.…
[View More]java
Log Message:
-----------
HHH-12791 Cache the Component type to avoid generating one proxy per call
While Javassist only generates one proxy as the name is stable,
ByteBuddy uses random names and thus generates a new proxy for every
call, leading to the generation of 18 different proxies for the other
test of the test class.
We can't do better than using a volatile/synchronized pattern as the
Component is not fully initialized in the constructor.
Maybe we could take the risk of admitting that the getType() method is
called at least once before we pass the element to a multi-threaded
environment but that's a bet I don't want to take alone.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
[View Less]
Branch: refs/heads/5.3
Home: https://github.com/hibernate/hibernate-orm
Commit: f6e8dc984503a8a1d4349766644655a33b053df8
https://github.com/hibernate/hibernate-orm/commit/f6e8dc984503a8a1d434976...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-19 (Thu, 19 Jul 2018)
Changed paths:
M hibernate-jipijapa/src/test/java/org/jboss/as/jpa/hibernate5/scan/ScannerTests.java
Log Message:
-----------
HHH-12828 Make ScannerTests more stable
In a …
[View More]shared containerized environment like Travis, it's not obvious that
the second read will be faster than the first one.
And indeed, the test often fails.
There's no real value in testing that, we are just testing I/O, and the OS
cache.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
[View Less]
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: ac11b7fd8cd8e44ac6bfec6dabac9b1ac3bba084
https://github.com/hibernate/hibernate-orm/commit/ac11b7fd8cd8e44ac6bfec6...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2018-07-19 (Thu, 19 Jul 2018)
Changed paths:
M hibernate-jipijapa/src/test/java/org/jboss/as/jpa/hibernate5/scan/ScannerTests.java
Log Message:
-----------
HHH-12828 Make ScannerTests more stable
In a …
[View More]shared containerized environment like Travis, it's not obvious that
the second read will be faster than the first one.
And indeed, the test often fails.
There's no real value in testing that, we are just testing I/O, and the OS
cache.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
[View Less]
Branch: refs/heads/5.3
Home: https://github.com/hibernate/hibernate-orm
Commit: d24685de6776d5df9eb7cdb08bbb96c1ca40c60c
https://github.com/hibernate/hibernate-orm/commit/d24685de6776d5df9eb7cdb...
Author: Chris Cranford <chris(a)hibernate.org>
Date: 2018-07-18 (Wed, 18 Jul 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/ConfigLoader.java
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/AbstractBinder.java
…
[View More] M hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/util/ConfigHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackBuilderLegacyImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataContext.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/PojoEntityTuplizer.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/metadata/reader/AuditedPropertiesReader.java
Log Message:
-----------
HHH-12542 - Add necessary privileged action blocks for SecurityManager used on WildFly.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
[View Less]
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 15a59a1a19f0d5272518cd1fd173543adc2a678d
https://github.com/hibernate/hibernate-orm/commit/15a59a1a19f0d5272518cd1...
Author: Chris Cranford <chris(a)hibernate.org>
Date: 2018-07-18 (Wed, 18 Jul 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/ConfigLoader.java
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/AbstractBinder.…
[View More]java
M hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/util/ConfigHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackBuilderLegacyImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataContext.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/PojoEntityTuplizer.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/metadata/reader/AuditedPropertiesReader.java
Log Message:
-----------
HHH-12542 - Add necessary privileged action blocks for SecurityManager used on WildFly.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
[View Less]