[hibernate/hibernate-orm] cc18eb: HHH-19420 - Support batch-size for collections in ...
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: cc18eb87fc24436d923bbd32abeaaecb6cc2b2a6
https://github.com/hibernate/hibernate-orm/commit/cc18eb87fc24436d923bbd3...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbPluralAttribute.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/CommonPluralAttributeProcessing.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-7.0.xsd
M hibernate-core/src/test/java/org/hibernate/orm/test/batchfetch/BatchFetchTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/batchfetch/Model.java
M hibernate-core/src/test/java/org/hibernate/orm/test/batchfetch/ProductLine.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/ASTParserLoadingTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/batchfetch/ProductLine.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/batchfetch/ProductLine.xml
Log Message:
-----------
HHH-19420 - Support batch-size for collections in mapping.xml
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
5 months, 1 week
[hibernate/hibernate-orm] 6fb622: HHH-19324 - Switch tests using hbm.xml to use mapp...
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 6fb622cdca02804d5cad6e9dffe56ef0f4b48d1a
https://github.com/hibernate/hibernate-orm/commit/6fb622cdca02804d5cad6e9...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/collections.adoc
M hibernate-community-dialects/src/test/java/org/hibernate/community/dialect/AltibaseFunctionsTest.java
M hibernate-community-dialects/src/test/java/org/hibernate/community/dialect/Person.java
R hibernate-community-dialects/src/test/resources/org/hibernate/community/dialect/Person.hbm.xml
M hibernate-core/src/main/java/org/hibernate/annotations/CollectionId.java
A hibernate-core/src/main/java/org/hibernate/annotations/CollectionIdJavaClass.java
M hibernate-core/src/main/java/org/hibernate/annotations/CollectionIdJavaType.java
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbAnyMapping.java
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbBasicMapping.java
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbEmbeddable.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BasicValueBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ComponentPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/IdGeneratorResolverSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJavaClassAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ManyToAnyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/internal/ModelsHelper.java
A hibernate-core/src/main/java/org/hibernate/boot/models/xml/UnknownAttributeTypeException.java
A hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/DynamicModelHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/ManagedTypeProcessor.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/SimpleTypeInterpretation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/XmlAnnotationHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/AnyMappingAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/CommonPluralAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/PluralAnyMappingAttributeProcessing.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/spi/XmlDocumentContext.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/MetadataContext.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-7.0.xsd
R hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/cid/MyInterface.java
R hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
R hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/Address.java
R hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/AddressImpl.java
R hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/Server.java
R hibernate-core/src/test/java/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/ServerImpl.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/ConfigurationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/bytecode/Hammer.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/bytecode/ProxyBreakingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/bytecode/Tool.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/fetchprofile/FetchProfileTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/A.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/AImpl.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/B.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/BImpl.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/CloudType.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/Government.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/HbmTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/HbmWithIdentityTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/PreParsedHbmXmlTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/PrimeMinister.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/Sky.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/Z.java
R hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/ZImpl.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/Address.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/AnyEagerHbmTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/AnyLazyHbmTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/AnyTypeTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/ComplexPropertyValue.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/IntegerPropertyValue.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/Person.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/PropertySet.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/PropertyValue.java
R hibernate-core/src/test/java/org/hibernate/orm/test/any/hbm/StringPropertyValue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/Address.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/AnyContainer.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/AnyTypeTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/ComplexPropertyValue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/IntegerPropertyValue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/Mapper.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/Person.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/PropertySet.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/PropertyValue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml/StringPropertyValue.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/AnyEagerXmlTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/AnyLazyXmlTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/NamedAnyContainer.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/NamedIntegerProperty.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/NamedProperty.java
A hibernate-core/src/test/java/org/hibernate/orm/test/any/xml2/NamedStringProperty.java
M hibernate-core/src/test/java/org/hibernate/orm/test/array/ArrayTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/BasicComposition.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/BasicEntity.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/BasicTransformationTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/TransformationHelper.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/internal/GenerationTimingConverterTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/internal/RepresentationModeConverterTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/jaxb/hbm/internal/XmlBindingChecker.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/foreigngenerator/ForeignGeneratorTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/foreigngenerator/Info.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/foreigngenerator/Thing.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/_extends/ExtendsTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/collections/list/Category.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/collections/list/ListTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/collections/list/Root.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/collections/list/User.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/entityname/Address.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/entityname/DuplicateClassMappingTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/foreigngenerator/ForeignGeneratorTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/foreigngenerator/Info.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/foreigngenerator/Thing.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/intf/IPerson.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/intf/InterfaceMappingTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/intf/Person.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/inverse/Customer.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/inverse/Order.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/inverse/SimpleInverseTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/join/SecondaryTableTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/joinformula/JoinColumnAndFormulaTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/joinformula/ManyToOneTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/joinformula/OneToOneTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/mappedsuper/Base.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/mappedsuper/ImpliedMappedSuperTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/mappedsuper/Thing1.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/mappedsuper/Thing2.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/notfound/HbmNotFoundTransformationTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/properties/Address.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/properties/PropertiesGroupingTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/properties/Server.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/CompositeManyToOnePropertyRefTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/GroupedPropertyRefTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/ManyToOnePropertyRefTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/ReferenceManyToOneTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/propertyref/ReferenceOneToOneTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/type/ReflectiveTypeTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/hbm/type/SpecialTypeTransformationTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/XmlProcessingSmokeTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/column/transform/ModelTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/DynamicModelTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/DynamicTypingTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cacheable/CacheableHbmXmlTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasicBindingTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasicTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasicUsageTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOneBindingTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOneTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOneUsageTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/simple/dynamic/SimpleDynamicHbmTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/simple/dynamic/SimpleDynamicXmlTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/simple/pojo/SimpleHbmTests.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/hbm/simple/pojo/SimplePojoXmlTests.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/HBMEntity.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/HBMManyToOneAnnotationMissingPrimaryKeyTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/MixedMappingPkFkTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/XMLMappingDisabledTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/binding/mixed/XmlEntity.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/InvocationTargetExceptionTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/ProxyBean.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/backref/BackrefCompositeMapKeyTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/cfg/CacheableFileTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/cfg/PropertyAccessTypeDetectionTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/cfg/PropertyAccessTypeDetectionType.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/bag/PersistentBagTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dynamicmap/CustomEntityNameResolverTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/dynamicmap/DynamicMapTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/dynamicmap/MixedModelTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/ASTParserLoadingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/metamodel/AbstractJpaMetamodelPopulationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/fetch/subselect/SubselectFetchTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/fetch/subselect/SubselectFetchWithFormulaTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/fetch/subselect/SubselectFetchWithFormulaTransactSqlTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/typedef/NamedEnumUserTypeTest.java
R hibernate-core/src/test/resources/mappings/hbm/basic.xml
R hibernate-core/src/test/resources/mappings/hbm/simple.xml
R hibernate-core/src/test/resources/mappings/models/column/transform/hbm.xml
M hibernate-core/src/test/resources/mappings/models/complete/discriminator-value.xml
M hibernate-core/src/test/resources/mappings/models/dynamic/dynamic-named-entity-graph.xml
M hibernate-core/src/test/resources/mappings/models/dynamic/dynamic-semi-simple.xml
A hibernate-core/src/test/resources/mappings/models/dynamic/dynamic-typing.xml
R hibernate-core/src/test/resources/mappings/models/hbm/entityname/hbm.xml
M hibernate-core/src/test/resources/mappings/models/hbm/extends/discriminated-separate.xml
R hibernate-core/src/test/resources/mappings/models/hbm/extends/discriminated-structured.xml
R hibernate-core/src/test/resources/mappings/models/hbm/intf/mapped-interface.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/inverse/hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/inverse/mapping.xml
R hibernate-core/src/test/resources/mappings/models/hbm/join/hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/join/mapping.xml
R hibernate-core/src/test/resources/mappings/models/hbm/joinformula/many-to-one-join-column-and-formula.xml
R hibernate-core/src/test/resources/mappings/models/hbm/joinformula/many-to-one.xml
R hibernate-core/src/test/resources/mappings/models/hbm/joinformula/one-to-one.xml
R hibernate-core/src/test/resources/mappings/models/hbm/list/hbm.xml
A hibernate-core/src/test/resources/mappings/models/hbm/list/mapping.xml
R hibernate-core/src/test/resources/mappings/models/hbm/mappedsuper/implied-mapped-super.xml
R hibernate-core/src/test/resources/mappings/models/hbm/notfound/Person2.hbm.xml
A hibernate-core/src/test/resources/mappings/models/hbm/notfound/mapping.xml
R hibernate-core/src/test/resources/mappings/models/hbm/properties/standard.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/propertyref/composite-many-to-one.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/propertyref/many-to-one.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/propertyref/properties.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/propertyref/ref-many-to-one.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/propertyref/ref-one-to-one.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/transform2/person.hbm.xml
R hibernate-core/src/test/resources/mappings/models/hbm/transform2/person.xml
M hibernate-core/src/test/resources/mappings/models/hbm/type/basics.xml
M hibernate-core/src/test/resources/mappings/models/hbm/type/element-collections.xml
A hibernate-core/src/test/resources/mappings/models/join/mapping.xml
A hibernate-core/src/test/resources/mappings/models/joinformula/many-to-one-join-column-and-formula.xml
A hibernate-core/src/test/resources/mappings/models/joinformula/many-to-one.xml
A hibernate-core/src/test/resources/mappings/models/joinformula/one-to-one.xml
R hibernate-core/src/test/resources/mappings/subselectfetch/Name.hbm.xml
R hibernate-core/src/test/resources/mappings/subselectfetch/NameTransactSql.hbm.xml
R hibernate-core/src/test/resources/mappings/subselectfetch/ParentChild.hbm.xml
R hibernate-core/src/test/resources/mappings/subselectfetch/Value.hbm.xml
A hibernate-core/src/test/resources/mappings/subselectfetch/name-tsql.xml
A hibernate-core/src/test/resources/mappings/subselectfetch/name.xml
A hibernate-core/src/test/resources/mappings/subselectfetch/parent-child.xml
A hibernate-core/src/test/resources/mappings/subselectfetch/value.xml
R hibernate-core/src/test/resources/mappings/type/custom/typedef/PersonNamedEnumsUserType.xml
R hibernate-core/src/test/resources/org/hibernate/jpa/test/metamodel/SimpleEntity.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/jpa/test/metamodel/SimpleEntity.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/Boat.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/Ferry.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/bytecode/Hammer.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/derivedidentities/e1/b/specjmapid/lazy/hbm_order.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/fetchprofile/mappings.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/fetchprofile/mappings.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/hibernate.cfg.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/A.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/B.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/CloudType.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/Government.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/annotations/xml/hbm/pre-parsed-hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/any/hbm/AnyTestEagerPropertySet.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/any/hbm/AnyTestLazyPropertySet.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/any/hbm/Person.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/any/hbm/Properties.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml/Person.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml/Properties.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml2/NamedAnyContainerEager.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml2/NamedAnyContainerLazy.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml2/NamedProperties.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/array/A.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/array/A.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/batch/DataPoint.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/batch/DataPoint.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/BadMapping.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cacheable/SimpleEntity.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasic.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdBasic.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOne.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/cid/nonaggregated/dynamic/DynamicCompositeIdManyToOne.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/simple/dynamic/SimpleDynamicEntity.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/simple/dynamic/SimpleDynamicEntity.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/simple/pojo/SimpleEntity.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/hbm/simple/pojo/SimpleEntity.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/mixed/HBMEntity.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bootstrap/binding/mixed/XmlEntity.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bytecode/Bean.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bytecode/Bean.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cache/hhh13179/DiscriminatorSubclassPerson.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cache/hhh13179/JoinedSubclassPerson.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cache/hhh13179/UnionSubclassPerson.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/Cacheable.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/FooEntity.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cfg/FooEntity.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/backref/map/compkey/Mappings.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/backref/map/compkey/Mappings.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/bag/Mappings.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/bag/Mappings.xml
M hibernate-core/src/test/resources/org/hibernate/orm/test/collection/idbag/Mappings.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/dynamicmap/Test.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/dynamicmap/Test.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/dynamicmap/artist.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/dynamicmap/artist.xml
M whats-new.adoc
Log Message:
-----------
HHH-19324 - Switch tests using hbm.xml to use mapping.xml
HHH-19310 - Simplified declaration of type for basic mappings in XML
HHH-19422 - Introduce @CollectionIdJavaClass
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
5 months, 1 week
[hibernate/hibernate-validator] c586ed: HV-2103 Include Jakarta Validation 3.1 XSDs
by Lim Sim Yee
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-validator
Commit: c586ed8ebf77f0f589434f2aa4618a8780573764
https://github.com/hibernate/hibernate-validator/commit/c586ed8ebf77f0f58...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/xml/config/ValidationXmlParser.java
M engine/src/main/java/org/hibernate/validator/internal/xml/mapping/MappingXmlParser.java
A engine/src/main/xsd/validation-configuration-3.1.xsd
A engine/src/main/xsd/validation-mapping-3.1.xsd
Log Message:
-----------
HV-2103 Include Jakarta Validation 3.1 XSDs
Commit: fb13c66bcfd376235949060629b605b3b3845114
https://github.com/hibernate/hibernate-validator/commit/fb13c66bcfd376235...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M cdi/src/test/resources/org/hibernate/validator/test/cdi/internal/injection/validation.xml
M cdi/src/test/resources/org/hibernate/validator/test/cdi/internal/methodvalidation/getter/validation-validate-executable-getter.xml
M cdi/src/test/resources/org/hibernate/validator/test/cdi/internal/methodvalidation/validation-disable-executable-validation.xml
M documentation/src/main/asciidoc/ch12.asciidoc
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/validation-DisableTraversableResolverResultCache.xml
M documentation/src/test/java/org/hibernate/validator/referenceguide/chapter09/validation-ShowValidatedValueInLogs.xml
M documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter08/rental-car-mapping.xml
M documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter08/rental-station-mapping.xml
M documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter08/validation.xml
M documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter09/script-evaluator-factory-validation.xml
M documentation/src/test/resources/org/hibernate/validator/referenceguide/chapter12/getter-property-selection-strategy-validation.xml
M engine/src/test/java/org/hibernate/validator/test/internal/xml/XmlParserHelperTest.java
M engine/src/test/resources/org/hibernate/validator/test/cfg/ConfigurationFilePropertiesTest_validation.xml
M engine/src/test/resources/org/hibernate/validator/test/cfg/ConstraintDefinitionTest_mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/cfg/constraint-mapping-contributors-validation.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/constraintvalidators/hv/mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/cascaded/multiple-value-extractors-for-same-type-and-type-use-validation.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/cascaded/value-extractor-duplicated-validation.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/cascaded/value-extractor-validation.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/constraintvalidation/hv-1589-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/constraintvalidation/hv-662-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/groups/conversion/group-conversion-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/groups/conversion/invalid-group-conversion-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/messageinterpolation/locale-resolver-validation.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/methodvalidation/xml/constructor-validation-ignore-annotations.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/methodvalidation/xml/constructor-validation-invalid-parameter-type.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/methodvalidation/xml/constructor-validation-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/methodvalidation/xml/ignore-annotations-for-cross-parameter-constraints.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/methodvalidation/xml/method-validation-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/methodvalidation/xml/primitive-types-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/methodvalidation/xml/same-constructor-defined-twice.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/methodvalidation/xml/same-method-defined-twice.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/engine/traversableresolver/validation-CachedTraversableResolverTest.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/array-and-vararg-parameter-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/cascaded-validation-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/constrainttarget/hv-769-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/field-canDeclareContainerElementTypeConstraintsForArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/field-canDeclareContainerElementTypeConstraintsForListContainingArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/field-canDeclareContainerElementTypeConstraintsForMultiDimensionalArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/field-configuringSameContainerElementTwiceCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/field-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnFieldCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/field-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnFieldCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/field-declaringContainerElementTypeConstraintOnNonGenericFieldCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/field-omittingTypeArgumentForMultiTypeArgumentTypeOnFieldCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/getter-canDeclareContainerElementTypeConstraintsForArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/getter-canDeclareContainerElementTypeConstraintsForListContainingArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/getter-canDeclareContainerElementTypeConstraintsForMultiDimensionalArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/getter-configuringSameContainerElementTwiceCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/getter-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnFieldCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/getter-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnFieldCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/getter-declaringContainerElementTypeConstraintOnNonGenericFieldCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/getter-omittingTypeArgumentForMultiTypeArgumentTypeOnFieldCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-canDeclareContainerElementTypeConstraintsForArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-canDeclareContainerElementTypeConstraintsForListContainingArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-canDeclareContainerElementTypeConstraintsForMultiDimensionalArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-configuringConstraintsOnGenericTypeArgumentOfArrayThrowsException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-configuringConstraintsOnGenericTypeArgumentOfListThrowsException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-configuringSameContainerElementTwiceCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnParameterCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnParameterCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-declaringContainerElementTypeConstraintOnNonGenericParameterCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/parameter-omittingTypeArgumentForMultiTypeArgumentTypeOnParameterCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-canDeclareContainerElementTypeConstraintsForArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-canDeclareContainerElementTypeConstraintsForListContainingArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-canDeclareContainerElementTypeConstraintsForMultiDimensionalArrayType-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-configuringConstraintsOnGenericTypeArgumentOfArrayThrowsException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-configuringConstraintsOnGenericTypeArgumentOfListThrowsException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-configuringSameContainerElementTwiceCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-declaringContainerElementTypeConstraintForNonExistingNestedTypeArgumentIndexOnReturnValueCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-declaringContainerElementTypeConstraintForNonExistingTypeArgumentIndexOnReturnValueCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-declaringContainerElementTypeConstraintOnNonGenericReturnValueCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/containerelementtype/returnvalue-omittingTypeArgumentForMultiTypeArgumentTypeOnReturnValueCausesException-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/decimal-min-mapping-1.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/decimal-min-mapping-2.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/empty-my-interface-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/exception/hv-620-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/hv-1101-empty-element-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/hv-1101-tabs-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/hv-1534-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/hv-1853-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/hv-1949-constraint.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/hv-1949-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/hv-480-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation-mappings.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml-mappings.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/my-interface-impl-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/my-interface-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/parameter-name-provider-validation.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/properties-mapping.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/script-evaluator-factory-validation.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/temporal-validation-tolerance-duration-validation.xml
M engine/src/test/resources/org/hibernate/validator/test/internal/xml/validation-InvalidXmlConfigurationTest.xml
M engine/src/test/resources/org/hibernate/validator/test/predefinedscope/constraints-simplexmlbean.xml
M integrationtest/wildfly/src/test/resources/constraint-mapping-contributor-validation.xml
M integrationtest/wildfly/src/test/resources/constraints-magician.xml
M integrationtest/wildfly/src/test/resources/validation-custom-config.xml
M integrationtest/wildfly/src/test/resources/validation-custom-provider.xml
M integrationtest/wildfly/src/test/resources/validation.xml
Log Message:
-----------
HV-2103 Use 3.1 XSDs in tests
Commit: 3064bbabce2c77669c7a927297b3ea7f067a645f
https://github.com/hibernate/hibernate-validator/commit/3064bbabce2c77669...
Author: Lim Sim Yee <137663782+simei2k(a)users.noreply.github.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M engine/src/main/java/org/hibernate/validator/internal/util/logging/Log.java
M engine/src/main/java/org/hibernate/validator/internal/xml/XmlParserHelper.java
Log Message:
-----------
HV-2102 Disable external schema loading
Adjusted/reworked version of https://github.com/hibernate/hibernate-validator/pull/1612/files
Co-authored-by: marko-bekhta <marko.prykladna(a)gmail.com>
Compare: https://github.com/hibernate/hibernate-validator/compare/8ea505ee695c...3...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-validator/settings/notifications
5 months, 1 week