Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: e2d347c2a7eb55a28d220783409d6a6063c32763
https://github.com/hibernate/hibernate-orm/commit/e2d347c2a7eb55a28d22078...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-05-28 (Thu, 28 May 2015)
Changed paths:
M build.gradle
M hibernate-osgi/hibernate-osgi.gradle
M hibernate-osgi/src/test/java/org/hibernate/osgi/test/OsgiIntegrationTest.java
M libraries.gradle
Log Message:
-----------
HHH-9830 - Upgrade to jboss-logging 3.3 Final (rather than Beta)
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-commons-annotations
Commit: 809b40e9d37df8ce94f40bb258d67afc04166baf
https://github.com/hibernate/hibernate-commons-annotations/commit/809b40e...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-05-28 (Thu, 28 May 2015)
Changed paths:
M build.gradle
M gradle/wrapper/gradle-wrapper.properties
M src/main/java/org/hibernate/annotations/common/annotationfactory/AnnotationFactory.java
Log Message:
-----------
HCANN-69 - AnnotationFactory should not be using TCCL;
HCANN-70 - Build improvements
Commit: c65a776f227f0b58d3c90eca0782c2ea7f887040
https://github.com/hibernate/hibernate-commons-annotations/commit/c65a776...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-05-28 (Thu, 28 May 2015)
Changed paths:
M build.gradle
M src/main/java/org/hibernate/annotations/common/reflection/java/JavaReflectionManager.java
M src/main/java/org/hibernate/annotations/common/reflection/java/generics/TypeUtils.java
M src/main/java/org/hibernate/annotations/common/util/ReflectHelper.java
M src/test/java/org/hibernate/annotations/common/test/reflection/java/generics/TypeEnvironmentFactoryTest.java
Log Message:
-----------
HCANN-62 - Should not declare a transitive dependency to jboss-logging-annotations;
HCANN-71 - Upgrade to JBoss Logging 3.3
Compare: https://github.com/hibernate/hibernate-commons-annotations/compare/ad5e5b...
Branch: refs/heads/4.3
Home: https://github.com/hibernate/hibernate-orm
Commit: 06c08d99496fa4bc94e563288f47bf93003a52e1
https://github.com/hibernate/hibernate-orm/commit/06c08d99496fa4bc94e5632...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2015-05-28 (Thu, 28 May 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java
Log Message:
-----------
HHH-9805 - Column name specified in @JoinColumn is not quoted with option hibernate.globally_quoted_identifiers=true