Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: e04a9bff0dc24d80b6510e62a7ecfb78fed6fb44
https://github.com/hibernate/hibernate-orm/commit/e04a9bff0dc24d80b6510e6...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/process/internal/NamedConverterResolution.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/ConvertibleModelPart.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/model/convert/internal/JpaAttributeConverterImpl.java
M
hibernate-core/src/main/java/org/hibernate/query/internal/QueryParameterBindingImpl.java
M
hibernate-core/src/main/java/org/hibernate/query/spi/QueryParameterBindingTypeResolver.java
M
hibernate-core/src/main/java/org/hibernate/query/spi/QueryParameterBindingValidator.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/SqmUtil.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M
hibernate-core/src/main/java/org/hibernate/sql/ast/spi/AbstractSqlAstTranslator.java
M
hibernate-core/src/main/java/org/hibernate/sql/ast/tree/expression/QueryLiteral.java
M hibernate-core/src/main/java/org/hibernate/type/AbstractStandardBasicType.java
M hibernate-core/src/main/java/org/hibernate/type/TypeHelper.java
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/converter/AttributeConverterTypeAdapter.java
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/spi/JavaTypeDescriptorBaseline.java
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/spi/JavaTypeDescriptorRegistry.java
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/spi/RegistryHelper.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/ConvertedAttributeUsageTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/ExplicitJavaTypeDescriptorTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/AndLobTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/AndNationalizedTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/AttributeConverterTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/BasicJodaTimeConversionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/ConvertedAttributeUsageTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/ConverterTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/DirtyCheckingTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/ExplicitDateConvertersTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/ExplicitEnumConvertersTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/ExplicitJavaTypeDescriptorTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/ExplicitlyNamedConverterClassesTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/LongToDateConversionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/NullHandlingTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/PackagePrivateAttributeConverterEntityManagerFactoryTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/PackagePrivateAttributeConverterSessionFactoryTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/QueryTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/SillyStringConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/SimpleConvertAnnotationTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/SimpleConvertsAnnotationTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/SimpleEmbeddableOverriddenConverterTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/SimpleOverriddenConverterTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/SimpleXmlOverriddenTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/StringClobConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/XmlWithExplicitConvertAnnotationsTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/caching/Address.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/caching/BasicStructuredCachingOfConvertedValueTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/caching/BasicUnstructuredCachingOfConvertedValueTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/caching/PostalArea.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/caching/PostalAreaConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/caching/State.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/custom/CustomTypeConverterTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/custom/MyCustomConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/custom/MyCustomJavaType.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/custom/MyCustomJavaTypeDescriptor.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/custom/MyCustomSqlTypeDescriptor.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/custom/MyEntity.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/custom/package-info.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/elementCollection/CollectionCompositeElementConversionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/elementCollection/CollectionCompositeElementExplicitConversionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/elementCollection/CollectionElementConversionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/elementCollection/CollectionElementExplicitConversionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/elementCollection/ElementCollectionTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/generics/ParameterizedAttributeConverterParameterTypeTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/inheritence/AttributeConverterOnSuperclassTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/literal/QueryLiteralTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/lob/Address.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/lob/ConverterAndLobTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/lob/PostalArea.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/lob/PostalAreaConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/lob/State.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/map/ColorType.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/map/ColorTypeConverter.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/map/MapElementConversionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/map/MapKeyAttributeConverterTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/map/MapKeyConversionTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/AndLobTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/AndNationalizedTests.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/AttributeConverterTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/BasicJodaTimeConversionTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/ConverterTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/DirtyCheckingTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/ExplicitDateConvertersTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/ExplicitEnumConvertersTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/ExplicitlyNamedConverterClassesTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/LongToDateConversionTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/NullHandlingTests.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/PackagePrivateAttributeConverterEntityManagerFactoryTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/PackagePrivateAttributeConverterSessionFactoryTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/QueryTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/SillyStringConverter.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/SimpleConvertAnnotationTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/SimpleConvertsAnnotationTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/SimpleEmbeddableOverriddenConverterTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/SimpleOverriddenConverterTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/SimpleXmlOverriddenTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/StringClobConverter.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/XmlWithExplicitConvertAnnotationsTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/caching/Address.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/caching/BasicStructuredCachingOfConvertedValueTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/caching/BasicUnstructuredCachingOfConvertedValueTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/caching/PostalArea.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/caching/PostalAreaConverter.java
R hibernate-core/src/test/java/org/hibernate/test/converter/caching/State.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/custom/CustomTypeConverterTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/custom/MyCustomConverter.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/custom/MyCustomJavaType.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/custom/MyCustomJavaTypeDescriptor.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/custom/MyCustomSqlTypeDescriptor.java
R hibernate-core/src/test/java/org/hibernate/test/converter/custom/MyEntity.java
R hibernate-core/src/test/java/org/hibernate/test/converter/custom/package-info.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/elementCollection/CollectionCompositeElementConversionTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/elementCollection/CollectionCompositeElementExplicitConversionTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/elementCollection/CollectionElementConversionTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/elementCollection/CollectionElementExplicitConversionTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/elementCollection/ElementCollectionTests.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/generics/ParameterizedAttributeConverterParameterTypeTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/inheritence/AttributeConverterOnSuperclassTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/literal/QueryLiteralTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/lob/Address.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/lob/ConverterAndLobTest.java
R hibernate-core/src/test/java/org/hibernate/test/converter/lob/PostalArea.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/lob/PostalAreaConverter.java
R hibernate-core/src/test/java/org/hibernate/test/converter/lob/State.java
R hibernate-core/src/test/java/org/hibernate/test/converter/map/ColorType.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/map/ColorTypeConverter.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/map/MapElementConversionTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/map/MapKeyAttributeConverterTest.java
R
hibernate-core/src/test/java/org/hibernate/test/converter/map/MapKeyConversionTest.java
M hibernate-core/src/test/resources/org/hibernate/test/converter/mixed.xml
M hibernate-core/src/test/resources/org/hibernate/test/converter/orm.xml
M hibernate-core/src/test/resources/org/hibernate/test/converter/simple-override.xml
M hibernate-core/src/test/resources/org/hibernate/test/converter/simple-override2.xml
A hibernate-testing/src/main/java/org/hibernate/testing/orm/ExceptionHelper.java
Log Message:
-----------
re-enable tests
re-organize some tests
Commit: edcd7cfdc4f167e237aee26110da51d75568ba9b
https://github.com/hibernate/hibernate-orm/commit/edcd7cfdc4f167e237aee26...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2021-03-23 (Tue, 23 Mar 2021)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/map/MapKeyAttributeConverterTest.java
Log Message:
-----------
re-enable tests
re-organize some tests
fixed more missing `@Entity#name`
Compare:
https://github.com/hibernate/hibernate-orm/compare/1caebf7cc60f...edcd7cf...