[hibernate/hibernate-orm] 08a7ed: HHH-20539 more option naming churn (#12758)
by Gavin King
Branch: refs/heads/8.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 08a7ed13653a687218d3f45dfacfe9b367e140f7
https://github.com/hibernate/hibernate-orm/commit/08a7ed13653a687218d3f45...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M documentation/src/main/asciidoc/introduction/Tuning.adoc
M hibernate-core/src/main/java/org/hibernate/FetchMethod.java
M hibernate-core/src/main/java/org/hibernate/SessionCreationOption.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/LoadQueryInfluencers.java
M hibernate-core/src/main/java/org/hibernate/internal/util/OptionsHelper.java
M hibernate-core/src/main/java/org/hibernate/query/QueryOption.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/AbstractBatchEntitySelectFetchInitializer.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntitySelectFetchInitializerBuilder.java
M hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/EntityGraphFetchMethodTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/EntityHandlerOptionTests.java
Log Message:
-----------
HHH-20539 more option naming churn (#12758)
- `FetchMethod.BY_ID`
- `FetchMethod.JOIN`
- `FetchMethod.BY_SUBQUERY`
- `SessionCreationOption.PreferredFetchMethod.BY_ID`
- `SessionCreationOption.PreferredFetchMethod.BY_SUBQUERY`
Commit: 2183bca7b7c4a2492652f0c4e1309e335b760265
https://github.com/hibernate/hibernate-orm/commit/2183bca7b7c4a2492652f0c...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M migration-guide.adoc
M whats-new.adoc
Log Message:
-----------
update what's new + migration guide
Compare: https://github.com/hibernate/hibernate-orm/compare/3cb876103743...2183bca...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
3 weeks, 4 days
[hibernate/hibernate-orm] 89124a: HHH-20539 more option naming churn (#12758)
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 89124ad5373261ac1bb2d6ac2fdf2ac52e6fae26
https://github.com/hibernate/hibernate-orm/commit/89124ad5373261ac1bb2d6a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M documentation/src/main/asciidoc/introduction/Tuning.adoc
M hibernate-core/src/main/java/org/hibernate/FetchMethod.java
M hibernate-core/src/main/java/org/hibernate/SessionCreationOption.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/LoadQueryInfluencers.java
M hibernate-core/src/main/java/org/hibernate/internal/util/OptionsHelper.java
M hibernate-core/src/main/java/org/hibernate/query/QueryOption.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/AbstractBatchEntitySelectFetchInitializer.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntitySelectFetchInitializerBuilder.java
M hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/EntityGraphFetchMethodTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/EntityHandlerOptionTests.java
Log Message:
-----------
HHH-20539 more option naming churn (#12758)
- `FetchMethod.BY_ID`
- `FetchMethod.JOIN`
- `FetchMethod.BY_SUBQUERY`
- `SessionCreationOption.PreferredFetchMethod.BY_ID`
- `SessionCreationOption.PreferredFetchMethod.BY_SUBQUERY`
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
3 weeks, 5 days
[hibernate/hibernate-orm] 011048: HHH-17503 - Drop support for hbm.xml
by Steve Ebersole
Branch: refs/heads/wip/9.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 011048b365f716c0dbb95676dfe7d172617219d4
https://github.com/hibernate/hibernate-orm/commit/011048b365f716c0dbb9567...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M documentation/src/main/asciidoc/topical/registries/index.adoc
M documentation/src/main/asciidoc/userguide/chapters/bootstrap/Bootstrap.adoc
M documentation/src/main/asciidoc/userguide/chapters/tooling/ant.adoc
M documentation/src/main/asciidoc/userguide/chapters/tooling/gradle.adoc
M documentation/src/main/asciidoc/userguide/chapters/tooling/reveng.adoc
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/annotations/Temporal.java
M hibernate-core/src/main/java/org/hibernate/boot/BootLogging.java
R hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/CfgXmlAccessServiceImpl.java
R hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/CfgXmlAccessServiceInitiator.java
M hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/ConfigLoader.java
R hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/JaxbCfgProcessor.java
M hibernate-core/src/main/java/org/hibernate/boot/cfgxml/internal/package-info.java
R hibernate-core/src/main/java/org/hibernate/boot/cfgxml/package-info.java
R hibernate-core/src/main/java/org/hibernate/boot/cfgxml/spi/CfgXmlAccessService.java
R hibernate-core/src/main/java/org/hibernate/boot/cfgxml/spi/LoadedConfig.java
R hibernate-core/src/main/java/org/hibernate/boot/cfgxml/spi/MappingReference.java
R hibernate-core/src/main/java/org/hibernate/boot/cfgxml/spi/package-info.java
M hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataBuilderImpl.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/CacheAccessTypeConverter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/CacheModeConverter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/FlushModeConverter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/GenerationTimingConverter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/LockModeConverter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/OptimisticLockStyleConverter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/RepresentationModeConverter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/ResultCheckStyleConverter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/internal/package-info.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/AttributeMapping.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/ConfigParameterContainer.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/Discriminatable.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/EntityInfo.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/NativeQueryNonScalarRootReturn.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/NativeQueryReturn.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/PluralAttributeInfo.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/PluralAttributeInfoIdBagAdapter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/PluralAttributeInfoPrimitiveArrayAdapter.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/ResultSetMappingBindingDefinition.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/ResultSetMappingContainer.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/SecondaryTableContainer.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/SimpleValueTypeInfo.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/SingularAttributeInfo.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/SubEntityInfo.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/TableInformationContainer.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/ToolingHintContainer.java
R hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/TypeContainer.java
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/internal/stax/LocalXmlResourceResolver.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyDiscriminatorSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyKeySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyMappingSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AssociationSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AttributeRole.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AttributeSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AttributeSourceContainer.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/Caching.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/CascadeStyleSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/CollectionIdSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ColumnBindingDefaults.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ColumnSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/CompositeIdentifierSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/DerivedValueSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/DiscriminatorSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddableMapping.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddableSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddableSourceContributor.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddedAttributeMapping.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntityHierarchySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntityNamingSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntityNamingSourceContributor.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntitySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchCharacteristics.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchCharacteristicsPluralAttribute.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchCharacteristicsSingularAssociation.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchableAttributeSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FilterSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ForeignKeyContributingSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/HibernateTypeSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifiableTypeSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSourceAggregatedComposite.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSourceNonAggregatedComposite.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSourceSimple.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/InLineViewSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/InheritanceType.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JavaTypeDescriptorResolvable.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JdbcDataType.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JoinedSubclassEntitySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JpaCallbackSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/MapsIdSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/MultiTenancySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/NaturalIdMutability.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/Orderable.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementNature.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceAssociation.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceBasic.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceEmbedded.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceManyToAny.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceManyToMany.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceOneToMany.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeIndexNature.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeIndexSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeKeySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeyManyToAnySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeyManyToManySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeySourceBasic.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeySourceEmbedded.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeNature.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeSequentialIndexSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/RelationalValueSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/RelationalValueSourceContainer.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SecondaryTableSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeNature.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceAny.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceBasic.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceEmbedded.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceManyToOne.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceOneToOne.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceToOne.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SizeSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/Sortable.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SubclassEntitySource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/TableSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/TableSpecificationSource.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ToolingHint.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ToolingHintContext.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ToolingHintContextContainer.java
R hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/VersionAttributeSource.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/XmlDocumentImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/spi/XmlDocument.java
M hibernate-core/src/main/java/org/hibernate/boot/package-info.java
M hibernate-core/src/main/java/org/hibernate/boot/registry/StandardServiceRegistryBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/xsd/ConfigXsdSupport.java
M hibernate-core/src/main/java/org/hibernate/boot/xsd/MappingXsdSupport.java
M hibernate-core/src/main/java/org/hibernate/cfg/AvailableSettings.java
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
M hibernate-core/src/main/java/org/hibernate/cfg/package-info.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactorySettings.java
M hibernate-core/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/jpa/boot/internal/MergedSettings.java
M hibernate-core/src/main/java/org/hibernate/query/internal/ResultMementoEntityStandard.java
M hibernate-core/src/main/java/org/hibernate/service/StandardServiceInitiators.java
M hibernate-core/src/main/java/org/hibernate/type/spi/TypeConfiguration.java
R hibernate-core/src/main/resources/org/hibernate/hibernate-configuration-3.0.dtd
R hibernate-core/src/main/resources/org/hibernate/hibernate-configuration-4.0.xsd
R hibernate-core/src/main/resources/org/hibernate/hibernate-mapping-3.0.dtd
R hibernate-core/src/main/resources/org/hibernate/hibernate-mapping-4.0.xsd
R hibernate-core/src/main/resources/org/hibernate/xsd/cfg/configuration-3.2.0.xsd
R hibernate-core/src/main/resources/org/hibernate/xsd/cfg/configuration-8.0.xsd
R hibernate-core/src/main/resources/org/hibernate/xsd/cfg/legacy-configuration-4.0.xsd
R hibernate-core/src/main/resources/org/hibernate/xsd/mapping/legacy-mapping-4.0.xsd
M hibernate-core/src/main/xjb/configuration-bindings.xjb
R hibernate-core/src/main/xjb/hbm-configuration-bindings.xjb
R hibernate-core/src/main/xjb/hbm-mapping-bindings.xjb
M hibernate-core/src/test/bundles/templates/cfgxmlpar/META-INF/persistence.xml
R hibernate-core/src/test/bundles/templates/cfgxmlpar/org/hibernate/orm/test/jpa/pack/cfgxmlpar/hibernate.cfg.xml
M hibernate-core/src/test/java/org/hibernate/boot/jaxb/internal/stax/LocalXmlResourceResolverTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/cfgXml/CfgXmlParsingTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/boot/cfgXml/CfgXmlResourceNameClosingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/BootstrapTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/jpa/PersistenceUnitOverridesTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bootstrap/scanning/PackagingTestCase.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cfg/CfgFilePropertyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/connection/PropertiesTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/exceptionhandling/BaseJpaOrNativeBootstrapFunctionalTestCase.java
M hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/SchemaUpdateSchemaNameTest.java
R hibernate-core/src/test/resources/hibernate.cfg.xml
R hibernate-core/src/test/resources/org/hibernate/jpa/test/hibernate.cfg.xml
R hibernate-core/src/test/resources/org/hibernate/test/schematoolsnaming/hibernate.cfg.xml
M hibernate-core/src/test/resources/units/pack/persistence.xml
M hibernate-core/src/test/resources/units/to-one-fetch-type/persistence.xml
M hibernate-jcache/src/test/java/org/hibernate/orm/test/jcache/RefreshUpdatedDataTest.java
M hibernate-jcache/src/test/java/org/hibernate/orm/test/jcache/TestHelper.java
R hibernate-jcache/src/test/resources/hibernate-config/hibernate.cfg.xml
M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/AntHibernateTool/TestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/Exception/Dialect.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/Exception/TestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/GenericExport/TestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/Hbm2JavaConfiguration/TestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/Hbm2JavaEJB3Configuration/TestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/NoConnInfoExport/TestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/Properties/TestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/Query/ObjectResult.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/Query/SerializableResult.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/Query/TestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/SchemaExportWarning/TestCase.java
R tooling/hibernate-ant/src/legacyTest/java/org/hibernate/tool/ant/SchemaUpdateWarning/TestCase.java
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/AntHibernateTool/Hbm2DDLExportExecution.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/AntHibernateTool/Hbm2DDLLogic.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/AntHibernateTool/Hbm2DDLUpdateExecution.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/AntHibernateTool/TopDown.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Exception/TopDown.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Exception/build.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Exception/hibernate.properties
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/GenericExport/TopDown.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/GenericExport/build.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/GenericExport/generic-class.ftl
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Hbm2JavaConfiguration/SomeClass.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Hbm2JavaConfiguration/build.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Hbm2JavaEJB3Configuration/SomeClass.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Hbm2JavaEJB3Configuration/build.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/NoConnInfoExport/TopDown.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/NoConnInfoExport/build.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/NoConnInfoExport/hibernate.cfg.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/NoConnInfoExport/hibernate.properties
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Properties/Pojo.ftl
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Properties/SomeClass.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Properties/build.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Query/build.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Query/create.sql
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Query/drop.sql
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Query/hibernate.cfg.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/Query/query.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/SchemaExportWarning/TopDown.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/SchemaExportWarning/build.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/SchemaUpdateWarning/TopDown.hbm.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/SchemaUpdateWarning/build.xml
R tooling/hibernate-ant/src/legacyTest/resources/org/hibernate/tool/ant/SchemaUpdateWarning/drop.sql
M tooling/hibernate-ant/src/main/java/org/hibernate/tool/ant/JDBCConfigurationTask.java
M tooling/hibernate-reveng/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java
M tooling/hibernate-reveng/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdate.java
M tooling/hibernate-reveng/src/main/java/org/hibernate/tool/reveng/internal/metadata/NativeMetadataDescriptor.java
M tooling/hibernate-reveng/src/test/java/org/hibernate/tool/reveng/internal/metadata/NativeMetadataDescriptorTest.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/util/xml/XmlParserHelper.java
M tooling/metamodel-generator/src/test/resources/org/hibernate/processor/test/xmlonly/persistence.xml
Log Message:
-----------
HHH-17503 - Drop support for hbm.xml
HHH-20569 - Drop support for cfg.xml
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
3 weeks, 5 days
[hibernate/hibernate-orm] 927e18: very minor fix to the jdoc
by Gavin King
Branch: refs/heads/8.0
Home: https://github.com/hibernate/hibernate-orm
Commit: 927e1827f3687cc2445db66711d8fe491520a38c
https://github.com/hibernate/hibernate-orm/commit/927e1827f3687cc2445db66...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/FindMultipleOption.java
M hibernate-core/src/main/java/org/hibernate/SessionCreationOption.java
Log Message:
-----------
very minor fix to the jdoc
(cherry picked from commit 99a6c04d2694ff19f83db88f776fb15914f8ce62)
Commit: 604a1d7ecc37e317c7040f58436f4501331173e0
https://github.com/hibernate/hibernate-orm/commit/604a1d7ecc37e317c7040f5...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/SessionCreationOption.java
M hibernate-core/src/main/java/org/hibernate/internal/util/OptionsHelper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/pc/EntityHandlerOptionTests.java
Log Message:
-----------
HHH-20558 add SessionCreationOption.JdbcBatchSize
(cherry picked from commit d70b4c9cce63c49d317131f24abbb04c3a2af90e)
Commit: 43c1e055e6214614aa61f7b53166d0259e41e254
https://github.com/hibernate/hibernate-orm/commit/43c1e055e6214614aa61f7b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/SessionBuilder.java
M hibernate-core/src/main/java/org/hibernate/SharedSessionBuilder.java
M hibernate-core/src/main/java/org/hibernate/SharedStatelessSessionBuilder.java
M hibernate-core/src/main/java/org/hibernate/StatelessSessionBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/creation/CommonSharedBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/creation/internal/AbstractCommonBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/creation/spi/SessionBuilderImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/creation/spi/SharedSessionBuilderImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/AbstractDelegatingSessionBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/AbstractDelegatingSharedSessionBuilder.java
Log Message:
-----------
HHH-20563 add missing covariant overrides to subtypes of CommonSharedBuilder
(cherry picked from commit 84eb2b6cf788533ce4fcff9b369e21fec05dadae)
Commit: 9b527e7c833a230e86b56c0064c1294c0f1b21e1
https://github.com/hibernate/hibernate-orm/commit/9b527e7c833a230e86b56c0...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/util/OptionsHelper.java
M hibernate-core/src/main/java/org/hibernate/query/QueryOption.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/options/Jpa4OptionsTest.java
Log Message:
-----------
HHH-20559 add Queryoption.JdbcFetchSize
(cherry picked from commit 9b71c354e3a5410b49fc86fe2c9b12f74c130413)
Commit: 28b16e21bc380c7e45c3fd8c0363a3b81e12ebf7
https://github.com/hibernate/hibernate-orm/commit/28b16e21bc380c7e45c3fd8...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-06-15 (Mon, 15 Jun 2026)
Changed paths:
M documentation/src/main/asciidoc/introduction/Querying.adoc
M documentation/src/main/asciidoc/introduction/Tuning.adoc
Log Message:
-----------
HHH-20559 update doc with new QueryOptions
(cherry picked from commit b72cd828b3efe5ba0daa53e9ab1e12db851a8338)
Compare: https://github.com/hibernate/hibernate-orm/compare/3d1b14382072...28b16e2...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
3 weeks, 5 days