Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: ff12d5cdf13e2d63fb80b88df488f5482c948fa7
https://github.com/hibernate/hibernate-orm/commit/ff12d5cdf13e2d63fb80b88...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
R hibernate-core/src/main/java/org/hibernate/annotations/AccessType.java
M hibernate-core/src/main/java/org/hibernate/annotations/CascadeType.java
R hibernate-core/src/main/java/org/hibernate/annotations/Entity.java
M hibernate-core/src/main/java/org/hibernate/annotations/FlushModeType.java
R hibernate-core/src/main/java/org/hibernate/annotations/ForeignKey.java
R hibernate-core/src/main/java/org/hibernate/annotations/Index.java
R hibernate-core/src/main/java/org/hibernate/annotations/IndexColumn.java
R hibernate-core/src/main/java/org/hibernate/annotations/Sort.java
R hibernate-core/src/main/java/org/hibernate/annotations/SortType.java
M hibernate-core/src/main/java/org/hibernate/annotations/Table.java
M hibernate-core/src/main/java/org/hibernate/annotations/Tuplizer.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3Column.java
M hibernate-core/src/main/java/org/hibernate/cfg/IndexColumn.java
M hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/PropertyContainer.java
M hibernate-core/src/main/java/org/hibernate/cfg/PropertyInferredData.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/ListBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/BasicPluralAttributeIndexSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/IndexedPluralAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SequentialPluralAttributeIndexSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ToOneAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/Column.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PluralAssociationAttribute.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/global/QueryProcessor.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/EnumConversionHelper.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/HibernateDotNames.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/util/JandexHelperTest.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/spi/binding/onetomany/EntityWithUnidirectionalOneToMany.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/Customer.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/Bed.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/Furniture.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/Gardenshed.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/Woody.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course3.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Boy.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/Bug.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CodedPairSetHolder.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/PersonPair.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Matrix.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Country.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Address.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Name.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ZipCode.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Training.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Document.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/join/Cat.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Woman.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Car.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ForestType.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/City.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Trainer.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Troop.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Card.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Deck.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/persister/PersisterTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/Car.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/SportCar.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Storm.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Component.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/various/Conductor.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/various/Truck.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/various/Vehicule.java
M hibernate-core/src/test/java/org/hibernate/test/constraint/ConstraintTest.java
M
hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionRefEntity1.java
M
hibernate-core/src/test/java/org/hibernate/test/event/collection/detached/MultipleCollectionRefEntity2.java
M hibernate-core/src/test/java/org/hibernate/test/propertyref/DoesNotWork.java
Log Message:
-----------
HHH-8969 removed deprecated annotations
Commit: 2f636e4a52597e9eeae5ebe768594e493313d8a1
https://github.com/hibernate/hibernate-orm/commit/2f636e4a52597e9eeae5ebe...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/SortComparator.java
M hibernate-core/src/main/java/org/hibernate/annotations/SortNatural.java
M hibernate-core/src/test/java/org/hibernate/test/sorted/SortTest.java
Log Message:
-----------
HHH-8827 corrected @SortNatural and @SortComparator, test case
Commit: 993de9060d28ccce511cee3d18766942d63e3028
https://github.com/hibernate/hibernate-orm/commit/993de9060d28ccce511cee3...
Author: Brett Meyer <brett(a)3riverdev.com>
Date: 2014-02-14 (Fri, 14 Feb 2014)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/AccessTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/Bed.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/Furniture.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessMappingTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course3.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
M
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/cascade/Conference.java
M
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/cascade/ExtractionDocument.java
M
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/cascade/ExtractionDocumentInfo.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/cascade/Student.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/cascade/Teacher.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/cascade/Troop.java
M hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/emops/Race.java
Log Message:
-----------
HHH-8969 corrected test failures
Compare:
https://github.com/hibernate/hibernate-orm/compare/b5553a2485f3...993de90...