[hibernate-commits] [hibernate/hibernate-orm] 33268f: HHH-5465 - HQL left join fetch of an element colle...

GitHub noreply at github.com
Thu Aug 15 13:19:06 EDT 2013


  Branch: refs/heads/4.2
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 33268fe0dd700a17c6639791ba2a941452475840
      https://github.com/hibernate/hibernate-orm/commit/33268fe0dd700a17c6639791ba2a941452475840
  Author: Christian Beikov <christian.beikov at gmail.com>
  Date:   2013-08-15 (Thu, 15 Aug 2013)

  Changed paths:
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/EmailAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/JoinFetchElementCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/User.java

  Log Message:
  -----------
  HHH-5465 - HQL left join fetch of an element collection following a left join fetch of a one-to-one relationship causes NullPointerException (testcase)


  Commit: f7653aa7e32b537c3e3a748495d8c6be4d1f1f0b
      https://github.com/hibernate/hibernate-orm/commit/f7653aa7e32b537c3e3a748495d8c6be4d1f1f0b
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2013-08-15 (Thu, 15 Aug 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SelectClause.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/basic/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/basic/EmailAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/basic/JoinFetchElementCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/basic/User.java
    R hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/Contact.java
    R hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/EmailAddress.java
    R hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/JoinFetchElementCollectionTest.java
    R hibernate-core/src/test/java/org/hibernate/test/collection/set/hhh8206/User.java

  Log Message:
  -----------
  HHH-5465 - HQL left join fetch of an element collection following a left join fetch of a one-to-one relationship causes NullPointerException


  Commit: 700ec50beaa95fd4925c3aa0dd55b3b633bae7b6
      https://github.com/hibernate/hibernate-orm/commit/700ec50beaa95fd4925c3aa0dd55b3b633bae7b6
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2013-08-15 (Thu, 15 Aug 2013)

  Changed paths:
    A hibernate-core/src/test/java/org/hibernate/test/type/BasicTypeRegistryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/type/TypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/AbstractDescriptorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BigDecimalDescriptorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BigIntegerDescriptorTest.java
    M hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BlobDescriptorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BooleanDescriptorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/LocaleTypeDescriptorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/StringDescriptorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/sql/PreparedStatementProxy.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/sql/ResultSetProxy.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/sql/StringClobImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/type/descriptor/sql/StringValueMappingTest.java
    R hibernate-core/src/test/java/org/hibernate/type/BasicTypeRegistryTest.java
    R hibernate-core/src/test/java/org/hibernate/type/TypeTest.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/java/AbstractDescriptorTest.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/java/BigDecimalDescriptorTest.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/java/BigIntegerDescriptorTest.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/java/BlobDescriptorTest.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/java/BooleanDescriptorTest.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/java/StringDescriptorTest.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/sql/PreparedStatementProxy.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/sql/ResultSetProxy.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/sql/StringClobImpl.java
    R hibernate-core/src/test/java/org/hibernate/type/descriptor/sql/StringValueMappingTest.java

  Log Message:
  -----------
  HHH-8207 - Locale conversion is broken

Conflicts:
	hibernate-core/src/test/java/org/hibernate/test/type/AttributeConverterTest.java


  Commit: 860c1fdab7a8d70aefe4eca70a6f6ad187b0ab00
      https://github.com/hibernate/hibernate-orm/commit/860c1fdab7a8d70aefe4eca70a6f6ad187b0ab00
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2013-08-15 (Thu, 15 Aug 2013)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/LocaleTypeDescriptor.java
    M hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/LocaleTypeDescriptorTest.java

  Log Message:
  -----------
  HHH-8207 - Locale conversion is broken

Conflicts:
	hibernate-core/src/main/java/org/hibernate/type/descriptor/java/LocaleTypeDescriptor.java


Compare: https://github.com/hibernate/hibernate-orm/compare/0fc57f6cc5c6...860c1fdab7a8


More information about the hibernate-commits mailing list