[hibernate-commits] [hibernate/hibernate-orm] 36584f: HHH-10073 Removing types methods scheduled for rem...

GitHub noreply at github.com
Tue Sep 1 12:37:52 EDT 2015


  Branch: refs/heads/5.0
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 36584f337e80b879161d92a6e2fb1dcfaef8525e
      https://github.com/hibernate/hibernate-orm/commit/36584f337e80b879161d92a6e2fb1dcfaef8525e
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentElementHolder.java
    R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentIndexedElementHolder.java
    R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentListElementHolder.java
    R hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentMapElementHolder.java

  Log Message:
  -----------
  HHH-10073 Removing types methods scheduled for removal in 5.0

(cherry picked from commit 1db462f35f55371edb2d9016934a7ec680e9662d)


  Commit: 73d4420bda05458f89d7d7fe26f34401164758bc
      https://github.com/hibernate/hibernate-orm/commit/73d4420bda05458f89d7d7fe26f34401164758bc
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Collection.java
    M hibernate-core/src/main/java/org/hibernate/mapping/OneToMany.java
    M hibernate-core/src/main/java/org/hibernate/mapping/ToOne.java
    M hibernate-core/src/main/java/org/hibernate/persister/entity/DiscriminatorType.java
    M hibernate-core/src/main/java/org/hibernate/type/AbstractStandardBasicType.java
    M hibernate-core/src/main/java/org/hibernate/type/AbstractType.java
    M hibernate-core/src/main/java/org/hibernate/type/AnyType.java
    M hibernate-core/src/main/java/org/hibernate/type/ArrayType.java
    M hibernate-core/src/main/java/org/hibernate/type/AssociationType.java
    M hibernate-core/src/main/java/org/hibernate/type/BagType.java
    M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java
    M hibernate-core/src/main/java/org/hibernate/type/ComponentType.java
    M hibernate-core/src/main/java/org/hibernate/type/CompositeCustomType.java
    M hibernate-core/src/main/java/org/hibernate/type/CustomCollectionType.java
    M hibernate-core/src/main/java/org/hibernate/type/CustomType.java
    M hibernate-core/src/main/java/org/hibernate/type/EntityType.java
    M hibernate-core/src/main/java/org/hibernate/type/IdentifierBagType.java
    M hibernate-core/src/main/java/org/hibernate/type/ListType.java
    M hibernate-core/src/main/java/org/hibernate/type/ManyToOneType.java
    M hibernate-core/src/main/java/org/hibernate/type/MapType.java
    M hibernate-core/src/main/java/org/hibernate/type/MetaType.java
    M hibernate-core/src/main/java/org/hibernate/type/OneToOneType.java
    M hibernate-core/src/main/java/org/hibernate/type/OrderedMapType.java
    M hibernate-core/src/main/java/org/hibernate/type/OrderedSetType.java
    M hibernate-core/src/main/java/org/hibernate/type/SetType.java
    M hibernate-core/src/main/java/org/hibernate/type/SortedMapType.java
    M hibernate-core/src/main/java/org/hibernate/type/SortedSetType.java
    M hibernate-core/src/main/java/org/hibernate/type/SpecialOneToOneType.java
    M hibernate-core/src/main/java/org/hibernate/type/Type.java
    M hibernate-core/src/main/java/org/hibernate/type/TypeFactory.java

  Log Message:
  -----------
  HHH-10073 Removing methods scheduled for removal in 5.0

(cherry picked from commit 47b8ed51212f6ff8bec3675758ac05912ef8c2dc)


  Commit: 3059e58fb83be31a1f8eb3e34db27f17523bc93b
      https://github.com/hibernate/hibernate-orm/commit/3059e58fb83be31a1f8eb3e34db27f17523bc93b
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
    R hibernate-core/src/main/java/org/hibernate/tuple/ElementWrapper.java

  Log Message:
  -----------
  HHH-10073 Removing further left-overs from removed dom4j entity mode

(cherry picked from commit 6f215a92274a4243904f6c9ef496ecc6d1466255)


  Commit: 9d071183a485365010e02e66ccf23d070a5cdd01
      https://github.com/hibernate/hibernate-orm/commit/9d071183a485365010e02e66ccf23d070a5cdd01
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2015-09-01 (Tue, 01 Sep 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
    M hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java
    M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Collection.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Component.java
    M hibernate-core/src/main/java/org/hibernate/mapping/IndexedCollection.java
    M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
    M hibernate-core/src/main/java/org/hibernate/mapping/Property.java
    M hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
    M hibernate-core/src/main/java/org/hibernate/persister/collection/CollectionPersister.java
    M hibernate-core/src/main/java/org/hibernate/tuple/IdentifierProperty.java
    M hibernate-core/src/main/java/org/hibernate/tuple/PropertyFactory.java
    M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
    M hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/metadata/reader/AuditedPropertiesReader.java

  Log Message:
  -----------
  HHH-10073 Not propagating XML node names configured in mappings

(cherry picked from commit 1376b12ca9e383ef51c2ec50c88f4ef8a01f01f8)


Compare: https://github.com/hibernate/hibernate-orm/compare/2ba5df5afb2e...9d071183a485


More information about the hibernate-commits mailing list