Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 78fcfe26a7c3f8eb603c86f86d62c91afd533841
https://github.com/hibernate/hibernate-orm/commit/78fcfe26a7c3f8eb603c86f...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2015-09-01 (Tue, 01 Sep 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/AbstractBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/MappingBinder.java
Log Message:
-----------
HHH-10065 - Slow mapping initialization
Commit: 1db462f35f55371edb2d9016934a7ec680e9662d
https://github.com/hibernate/hibernate-orm/commit/1db462f35f55371edb2d901...
Author: Gunnar Morling <gunnar.morling(a)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
Commit: 47b8ed51212f6ff8bec3675758ac05912ef8c2dc
https://github.com/hibernate/hibernate-orm/commit/47b8ed51212f6ff8bec3675...
Author: Gunnar Morling <gunnar.morling(a)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
Commit: 6f215a92274a4243904f6c9ef496ecc6d1466255
https://github.com/hibernate/hibernate-orm/commit/6f215a92274a4243904f6c9...
Author: Gunnar Morling <gunnar.morling(a)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
Commit: 1376b12ca9e383ef51c2ec50c88f4ef8a01f01f8
https://github.com/hibernate/hibernate-orm/commit/1376b12ca9e383ef51c2ec5...
Author: Gunnar Morling <gunnar.morling(a)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
Compare:
https://github.com/hibernate/hibernate-orm/compare/74d2d3301214...1376b12...