Branch: refs/heads/4.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: 324d5536e4d4108515f87e76183dd2a5270f44b2
https://github.com/hibernate/hibernate-orm/commit/324d5536e4d4108515f87e7...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-02-11 (Tue, 11 Feb 2014)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
A
hibernate-core/src/main/java/org/hibernate/service/internal/ConcurrentServiceBinding.java
A
hibernate-core/src/test/java/org/hibernate/service/internal/ConcurrentServiceBindingTest.java
Log Message:
-----------
HHH-8947 Optimize performance of ServiceRegistry for intense lookup, small contents and
almost no writes
Commit: 7f9dc27de9e0965f404218e6d8e71263c32adc0a
https://github.com/hibernate/hibernate-orm/commit/7f9dc27de9e0965f404218e...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-02-11 (Tue, 11 Feb 2014)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
Log Message:
-----------
HHH-8947 Refactor also the Alternative registry to use the new ConcurrentServiceBinding
Compare:
https://github.com/hibernate/hibernate-orm/compare/cb58f0bd68ce...7f9dc27...