[hibernate/hibernate-orm] 1dcdec: clean up remaining test suite failures
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 1dcdec9c15c9de05745f88a66da55b91f2922631
https://github.com/hibernate/hibernate-orm/commit/1dcdec9c15c9de05745f88a...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Address.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Company.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Customer.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/DataProxyHandler.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Person.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/ProxyHelper.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/package.html
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/EntityNameInterceptor.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
Log Message:
-----------
clean up remaining test suite failures
2 years, 10 months
[hibernate/hibernate-orm] 7437a9: clean up remaining test suite failures
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 7437a96b128f02eb3eecb8e917a4fdaa7953935f
https://github.com/hibernate/hibernate-orm/commit/7437a96b128f02eb3eecb8e...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/join/HHH3949Test.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazyCache/InitFromCacheTest.java
R hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/join/HHH3949Test.java
R hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/proxy/package-info.java
R hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazyCache/InitFromCacheTest.java
Log Message:
-----------
clean up remaining test suite failures
2 years, 10 months
[hibernate/hibernate-orm] aefb3c: clean up remaining test suite failures
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: aefb3c3edc616a10a96b60e87c64e0fc4b38304b
https://github.com/hibernate/hibernate-orm/commit/aefb3c3edc616a10a96b60e...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/TypeContributions.java
M hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
M hibernate-core/src/main/java/org/hibernate/type/BasicTypeRegistry.java
M hibernate-core/src/test/java/org/hibernate/orm/test/service/ClassLoaderServiceImplTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/usertype/ContributedUserTypeTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/usertype/StringWrapper.java
A hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/usertype/StringWrapperTypeContributor.java
A hibernate-core/src/test/java/org/hibernate/orm/test/type/contributor/usertype/StringWrapperUserType.java
R hibernate-core/src/test/java/org/hibernate/test/usertype/IntegratorProvidedUserTypeTest.java
R hibernate-core/src/test/java/org/hibernate/test/usertype/StringWrapper.java
R hibernate-core/src/test/java/org/hibernate/test/usertype/StringWrapperUserType.java
R hibernate-core/src/test/java/org/hibernate/test/usertype/StringWrapperUserTypeIntegrator.java
A hibernate-core/src/test/resources/org/hibernate/orm/test/service/org.hibernate.boot.model.TypeContributor
R hibernate-core/src/test/resources/org/hibernate/orm/test/service/org.hibernate.integrator.spi.Integrator
Log Message:
-----------
clean up remaining test suite failures
Commit: e8d8b43bfd88778a06358831c99577f6463a789f
https://github.com/hibernate/hibernate-orm/commit/e8d8b43bfd88778a0635883...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
Log Message:
-----------
clean up remaining test suite failures
Compare: https://github.com/hibernate/hibernate-orm/compare/1ad913387156...e8d8b43...
2 years, 10 months
[hibernate/hibernate-orm] fb882f: Finalize moving annotations tests and ensure colum...
by Christian Beikov
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: fb882f56f313e09889c362952e489ec26d527765
https://github.com/hibernate/hibernate-orm/commit/fb882f56f313e09889c3629...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/process/internal/InferredBasicValueResolver.java
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/OneToOneSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/BasicValueBinder.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/TableBinder.java
M hibernate-core/src/main/java/org/hibernate/mapping/Component.java
M hibernate-core/src/main/java/org/hibernate/mapping/DependantValue.java
M hibernate-core/src/main/java/org/hibernate/mapping/OneToOne.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
A hibernate-core/src/main/java/org/hibernate/mapping/SortableValue.java
M hibernate-core/src/main/java/org/hibernate/mapping/ToOne.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/MappingModelCreationHelper.java
M hibernate-core/src/main/java/org/hibernate/type/StandardBasicTypes.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/A320.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/A320b.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/AlternativeNamingStrategy.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/AmericaCupClass.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Boat.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/ConfigurationTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Country.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Customer.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Discount.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Ferry.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/FlyingObject.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/IncorrectEntity.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/JoinedSubclassTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Passport.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Plane.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Port.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/SafeMappingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/SecuredBindingTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Thing.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/Ticket.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/TicketComparator.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/CountryAttitude.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/collectionelement/DefaultNamingCollectionElementTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/inheritance/SubclassTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoone/ManyToOneTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/Company.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/Contract.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/ContractId.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/FoodItem.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/Language.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/Manufacturer.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/ManufacturerId.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/Menu.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/Message.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/Model.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/ModelId.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/Person.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/Product.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytoonewithformula/ProductSqlServer.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetomany/OneToManyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/onetoone/OneToOneTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/polymorphism/Automobile.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/polymorphism/Car.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/polymorphism/MarketRegion.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/polymorphism/PolymorphismTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/polymorphism/SportCar.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/QueryAndSQLTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Bag.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Clothes.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/House.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/HousePlaces.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Inhabitant.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Item.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/ItemCost.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Luggage.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Place.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Places.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Postman.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Rambler.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/Vendor.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/referencedcolumnname/WarehouseItem.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/Dvd.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/MyOid.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/MyOidGenerator.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/type/TypeTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/DBTimestamped.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/TimestampTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/annotations/various/VMTimestamped.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/annotations/access/jpa/AccessMappingTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/A320.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/A320b.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/AlternativeNamingStrategy.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/AmericaCupClass.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Boat.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Country.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Customer.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Discount.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Ferry.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/FlyingObject.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/IncorrectEntity.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Passport.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Plane.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Port.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Thing.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/Ticket.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/TicketComparator.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ContractId.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Manufacturer.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManufacturerId.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Menu.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Model.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ModelId.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Person.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ProductSqlServer.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/Automobile.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/Car.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/MarketRegion.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/SportCar.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Bag.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/House.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/HousePlaces.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Inhabitant.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Item.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ItemCost.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Place.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Places.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Postman.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Rambler.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Vendor.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/WarehouseItem.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/type/Dvd.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOid.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidGenerator.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/type/TypeTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/various/TimestampTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java
R hibernate-core/src/test/java/org/hibernate/test/bootstrap/binding/annotations/access/jpa/AccessMappingTest.java
A hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/Boat.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/Ferry.hbm.xml
M hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/hibernate.cfg.xml
R hibernate-core/src/test/resources/org/hibernate/test/annotations/Boat.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/test/annotations/Ferry.hbm.xml
Log Message:
-----------
Finalize moving annotations tests and ensure columns are sorted also for collection keys properly
Commit: 4e5a28deaa780d445a15c47d5dbd8935e087428a
https://github.com/hibernate/hibernate-orm/commit/4e5a28deaa780d445a15c47...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
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/metamodel/internal/MetadataContext.java
M hibernate-core/src/main/java/org/hibernate/metamodel/model/domain/internal/JpaMetamodelImpl.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
A hibernate-core/src/test/java/org/hibernate/orm/test/formulajoin/Detail.java
A hibernate-core/src/test/java/org/hibernate/orm/test/formulajoin/FormulaJoinTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/formulajoin/Root.hbm.xml
A hibernate-core/src/test/java/org/hibernate/orm/test/formulajoin/Root.java
R hibernate-core/src/test/java/org/hibernate/test/formulajoin/Detail.java
R hibernate-core/src/test/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
R hibernate-core/src/test/java/org/hibernate/test/formulajoin/Root.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/formulajoin/Root.java
Log Message:
-----------
Add support for non-synthetic virtual model parts
Compare: https://github.com/hibernate/hibernate-orm/compare/1ede36212bf0...4e5a28d...
2 years, 10 months