Branch: refs/heads/8.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 53752e68d237f027c7ce8b244c9821fa1f41e20e
https://github.com/hibernate/hibernate-orm/commit/53752e68d237f027c7ce8b2...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/QuotedEntityNameTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/bag/PersistentBagContainsTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/event/entity/MergeListPreAndPostPersistTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/schemaupdate/SchemaUpdateWithUseJdbcMetadataDefaultsSettingToFalseAndQuotedNameTest.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20611 - Disallow quoted @Entity(name)
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 965a2e5dbd2b0b05f67e0c63230fef201af4934f
https://github.com/hibernate/hibernate-orm/commit/965a2e5dbd2b0b05f67e0c6...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuildingContext.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20671 - Deprecate MetadataBuildingContext methods
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 15afe8e3f5a9963acd5148e325754b934ba19c43
https://github.com/hibernate/hibernate-orm/commit/15afe8e3f5a9963acd5148e...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuildingOptions.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20672 - Deprecate MetadataBuildingOptions
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 63043b0677d7e29ed28c426c2fa5ce1de719827b
https://github.com/hibernate/hibernate-orm/commit/63043b0677d7e29ed28c426...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/MetadataBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/MetadataSources.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuilderContributor.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuilderFactory.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuilderInitializer.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataSourcesContributor.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20676 - Deprecate MetadataSources, MetadataSourcesContributor , MetadataBuilder,
MetadataBuilderInitializer, MetadataBuilderContributor, MetadataBuilderFactory
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 19b953d46427f8b779c46a99df2c7cdfd85e3e06
https://github.com/hibernate/hibernate-orm/commit/19b953d46427f8b779c46a9...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/spi/BootstrapContext.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20678 - Deprecate methods on BootstrapContext
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 7b4457f08847c1cd82b5dc265cced0755ff7b48c
https://github.com/hibernate/hibernate-orm/commit/7b4457f08847c1cd82b5dc2...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/usertype/UserTypeCreationContext.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20700 - Deprecate broad arguments on UserTypeCreationContext
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 2b08ad19f6e8f4834f9d0839b58bb680e083d25e
https://github.com/hibernate/hibernate-orm/commit/2b08ad19f6e8f4834f9d083...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/mapping/Component.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20702 - Deprecate Component#setComponentClassName and Component#setDynamic
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 54a7fa9f94a054a744dd26deaaa81a04805a5d0d
https://github.com/hibernate/hibernate-orm/commit/54a7fa9f94a054a744dd26d...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/id/IdentifierGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/OptimizableGenerator.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20730 - Deprecate IdentifierGenerator extending ExportableProducer
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 0abf3c687be80f66d304b00646d00141072a39bf
https://github.com/hibernate/hibernate-orm/commit/0abf3c687be80f66d304b00...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/beanvalidation/BeanValidationIntegrator.java
M
hibernate-core/src/main/java/org/hibernate/cache/internal/CollectionCacheInvalidator.java
M hibernate-core/src/main/java/org/hibernate/integrator/spi/Integrator.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20732 - Deprecate access to BootstrapContext on Integrator
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 68e01c2ab821256c96f0bfa3198dbfecc37d9078
https://github.com/hibernate/hibernate-orm/commit/68e01c2ab821256c96f0bfa...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceContributor.java
M
hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceInitiator.java
M
hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceInitiatorContext.java
M
hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceRegistry.java
M
hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceRegistryBuilder.java
M
hibernate-core/src/main/java/org/hibernate/service/spi/SessionFactoryServiceRegistryFactory.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20734 - Deprecate SessionFactoryServiceRegistry, SessionFactoryServiceContributor and
friends
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: e4d82c814dbda0b611db37d74dcae8d822590247
https://github.com/hibernate/hibernate-orm/commit/e4d82c814dbda0b611db37d...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/CollectionTypeRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/CompositeUserTypeRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/ConversionRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/ConverterRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/DatabaseObjectRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/DialectScopeRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/EmbeddableInstantiatorRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/FetchProfileRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/FilterDefRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/GenericGeneratorRegistration.java
M hibernate-core/src/main/java/org/hibernate/boot/models/spi/GlobalRegistrar.java
M hibernate-core/src/main/java/org/hibernate/boot/models/spi/GlobalRegistrations.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/JavaTypeRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/JdbcTypeRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/LifecycleEventHandler.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/NamedNativeQueryRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/NamedNativeStatementRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/NamedQueryRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/NamedStatementRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/NamedStoredProcedureQueryRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/SequenceGeneratorRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/SqlResultSetMappingRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/TableGeneratorRegistration.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/spi/UserTypeRegistration.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/InFlightMetadataCollector.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20738 - Deprecate GlobalRegistrations and friends
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: 14f53ff5fba70809f28b23a108feaf28f26e8981
https://github.com/hibernate/hibernate-orm/commit/14f53ff5fba70809f28b23a...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/Metadata.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/IdentifierGeneratorDefinition.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/InFlightMetadataCollector.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20739 - Deprecate IdentifierGeneratorDefinition and friends
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: fb73cba7a8b1415072698e66df2056588fb844e6
https://github.com/hibernate/hibernate-orm/commit/fb73cba7a8b1415072698e6...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/identifiers.adoc
M
hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryOptionsBuilder.java
M hibernate-core/src/main/java/org/hibernate/cfg/JpaComplianceSettings.java
M
hibernate-core/src/main/java/org/hibernate/jpa/HibernatePersistenceConfiguration.java
M hibernate-core/src/main/java/org/hibernate/jpa/spi/JpaCompliance.java
M hibernate-core/src/main/java/org/hibernate/jpa/spi/MutableJpaCompliance.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/compliance/JpaComplianceTests.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20740 - Deprecate the ability to disable strict generator naming
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Commit: f09f48c107d6a6788415abf60f4561683072ab25
https://github.com/hibernate/hibernate-orm/commit/f09f48c107d6a6788415abf...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-07-30 (Thu, 30 Jul 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/binder/AttributeBinder.java
M hibernate-core/src/main/java/org/hibernate/binder/TypeBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/Metadata.java
M
hibernate-core/src/main/java/org/hibernate/boot/beanvalidation/BeanValidationIntegrator.java
M hibernate-core/src/main/java/org/hibernate/boot/cfgxml/spi/package-info.java
A hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/spi/package-info.java
A
hibernate-core/src/main/java/org/hibernate/boot/jaxb/hbm/transform/package-info.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/process/spi/MetadataBuildingProcess.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyDiscriminatorSource.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyKeySource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AnyMappingSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AssociationSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AttributeSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/AttributeSourceContainer.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/Caching.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/CascadeStyleSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/CollectionIdSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ColumnBindingDefaults.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ColumnSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/CompositeIdentifierSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/DerivedValueSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/DiscriminatorSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddableMapping.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddableSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddableSourceContributor.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EmbeddedAttributeMapping.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntityHierarchySource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntityNamingSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntityNamingSourceContributor.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/EntitySource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchCharacteristics.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchCharacteristicsPluralAttribute.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchCharacteristicsSingularAssociation.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FetchableAttributeSource.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/FilterSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ForeignKeyContributingSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/HibernateTypeSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifiableTypeSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSourceAggregatedComposite.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSourceNonAggregatedComposite.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/IdentifierSourceSimple.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/InLineViewSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/InheritanceType.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JavaTypeDescriptorResolvable.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JdbcDataType.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JoinedSubclassEntitySource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/JpaCallbackSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/LocalMetadataBuildingContext.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/MapsIdSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/MetadataSourceProcessor.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/MultiTenancySource.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/Orderable.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementNature.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceAssociation.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceBasic.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceEmbedded.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceManyToAny.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceManyToMany.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeElementSourceOneToMany.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeIndexNature.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeIndexSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeKeySource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeyManyToAnySource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeyManyToManySource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeySource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeySourceBasic.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeMapKeySourceEmbedded.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeNature.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeSequentialIndexSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/PluralAttributeSourceArray.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/RelationalValueSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/RelationalValueSourceContainer.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SecondaryTableSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeNature.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceAny.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceBasic.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceEmbedded.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceManyToOne.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceOneToOne.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SingularAttributeSourceToOne.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SizeSource.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/Sortable.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/SubclassEntitySource.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/TableSource.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/TableSpecificationSource.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ToolingHint.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ToolingHintContext.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/ToolingHintContextContainer.java
M
hibernate-core/src/main/java/org/hibernate/boot/model/source/spi/VersionAttributeSource.java
M hibernate-core/src/main/java/org/hibernate/boot/models/JpaEventListenerStyle.java
M
hibernate-core/src/main/java/org/hibernate/boot/query/HbmResultSetMappingDescriptor.java
M
hibernate-core/src/main/java/org/hibernate/boot/query/ImplicitHbmResultSetMappingDescriptorBuilder.java
M
hibernate-core/src/main/java/org/hibernate/boot/registry/StandardServiceRegistryBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingMetadata.java
M
hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingMetadataBuilderImplementor.java
M
hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingMetadataBuildingOptions.java
M
hibernate-core/src/main/java/org/hibernate/boot/spi/AdditionalMappingContributions.java
M
hibernate-core/src/main/java/org/hibernate/boot/spi/AdditionalMappingContributor.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/BootstrapContext.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/InFlightMetadataCollector.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MappingDefaults.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuilderImplementor.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuildingContext.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataImplementor.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/SecondPass.java
M
hibernate-core/src/main/java/org/hibernate/boot/spi/SessionFactoryBuilderService.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/XmlMappingBinderAccess.java
M hibernate-core/src/main/java/org/hibernate/cache/spi/CacheImplementor.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/MappingSettings.java
M
hibernate-core/src/main/java/org/hibernate/engine/extension/spi/ExtensionIntegrationServiceInitiator.java
M
hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeQueryInterpreterInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/CacheInitiator.java
M hibernate-core/src/main/java/org/hibernate/integrator/spi/Integrator.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
M hibernate-core/src/main/java/org/hibernate/jpa/boot/spi/Bootstrap.java
M
hibernate-core/src/main/java/org/hibernate/jpa/boot/spi/EntityManagerFactoryBuilder.java
M
hibernate-core/src/main/java/org/hibernate/jpa/boot/spi/PersistenceConfigurationDescriptor.java
M hibernate-core/src/main/java/org/hibernate/mapping/Collection.java
M hibernate-core/src/main/java/org/hibernate/mapping/KeyValue.java
M hibernate-core/src/main/java/org/hibernate/mapping/OneToMany.java
M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/Property.java
M hibernate-core/src/main/java/org/hibernate/mapping/Resolvable.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
M hibernate-core/src/main/java/org/hibernate/mapping/Value.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/RuntimeModelCreationContext.java
Log Message:
-----------
Deprecations for 8.x identified by 9.0 development
HHH-20746 - Deprecate additional boot and mapping APIs removed in 9.0
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Compare:
https://github.com/hibernate/hibernate-orm/compare/75ad45fc518b...f09f48c...
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications