[hibernate/hibernate-orm] 58d792: get rid of some typecasts
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 58d792e7a78287f2207d0ba9c212176c8b501276
https://github.com/hibernate/hibernate-orm/commit/58d792e7a78287f2207d0ba...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MariaDBLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MariaDBLegacySqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MySQLLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MySQLLegacySqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SingleStoreDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SingleStoreSqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TiDBDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TiDBSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/MariaDBDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/MariaDBSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/MySQLSqlAstTranslator.java
Log Message:
-----------
get rid of some typecasts
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] 9301d2: HHH-19370 move a large number of JdbcTypes out of ...
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 9301d2db0f97119ca84bc0907f1f00520293c815
https://github.com/hibernate/hibernate-orm/commit/9301d2db0f97119ca84bc09...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/CockroachLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/DB2LegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/H2LegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/InformixDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MariaDBLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MySQLLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/OracleLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/OracleLegacySqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/PostgreSQLLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SQLServerLegacyDialect.java
M hibernate-core/src/main/java/org/hibernate/cfg/MappingSettings.java
R hibernate-core/src/main/java/org/hibernate/dialect/AbstractPostgreSQLJsonPGObjectType.java
R hibernate-core/src/main/java/org/hibernate/dialect/AbstractPostgreSQLStructJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/BooleanDecoder.java
M hibernate-core/src/main/java/org/hibernate/dialect/CockroachDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/DB2StructJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/H2DurationIntervalSecondJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/H2JsonArrayJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/H2JsonArrayJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/H2JsonJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/JsonHelper.java
R hibernate-core/src/main/java/org/hibernate/dialect/MariaDBCastingJsonArrayJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/MariaDBCastingJsonArrayJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/MariaDBCastingJsonJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/MariaDBDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/MySQLCastingJsonArrayJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/MySQLCastingJsonArrayJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/MySQLCastingJsonJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleArrayJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleArrayJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleBaseStructJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleBooleanJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleEnumJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleJdbcHelper.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleJsonArrayJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleJsonArrayJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleJsonJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleNestedTableJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleNestedTableJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleOrdinalEnumJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleReflectionStructJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleSqlAstTranslator.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleStructJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleUserDefinedTypeExporter.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleXmlArrayJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleXmlArrayJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleXmlJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PgJdbcHelper.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLArrayJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLArrayJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLCastingInetJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLCastingIntervalSecondJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLCastingJsonArrayJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLCastingJsonArrayJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLCastingJsonJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLEnumJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLInetJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLIntervalSecondJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLJsonArrayPGObjectType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLJsonPGObjectJsonType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLJsonPGObjectJsonbType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLOrdinalEnumJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLStructCastingJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLStructPGObjectJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLUUIDJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/SQLServerCastingXmlArrayJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/SQLServerCastingXmlArrayJdbcTypeConstructor.java
R hibernate-core/src/main/java/org/hibernate/dialect/SQLServerCastingXmlJdbcType.java
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/StructAttributeValues.java
R hibernate-core/src/main/java/org/hibernate/dialect/StructHelper.java
R hibernate-core/src/main/java/org/hibernate/dialect/StructJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/VarcharUUIDJdbcType.java
R hibernate-core/src/main/java/org/hibernate/dialect/XmlHelper.java
M hibernate-core/src/main/java/org/hibernate/dialect/aggregate/DB2AggregateSupport.java
M hibernate-core/src/main/java/org/hibernate/dialect/aggregate/HANAAggregateSupport.java
M hibernate-core/src/main/java/org/hibernate/dialect/aggregate/OracleAggregateSupport.java
M hibernate-core/src/main/java/org/hibernate/dialect/aggregate/PostgreSQLAggregateSupport.java
M hibernate-core/src/main/java/org/hibernate/dialect/aggregate/SQLServerAggregateSupport.java
M hibernate-core/src/main/java/org/hibernate/dialect/aggregate/SybaseASEAggregateSupport.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/array/HANAUnnestFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/array/PostgreSQLUnnestFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/array/SQLServerUnnestFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/array/SybaseASEUnnestFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/array/UnnestFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/xml/XmlElementFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/xml/XmlForestFunction.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/AbstractPostgreSQLJsonPGObjectType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/AbstractPostgreSQLStructJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/DB2StructJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/H2DurationIntervalSecondJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/H2JsonArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/H2JsonArrayJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/H2JsonJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/MariaDBCastingJsonArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/MariaDBCastingJsonArrayJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/MariaDBCastingJsonJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/MySQLCastingJsonArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/MySQLCastingJsonArrayJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/MySQLCastingJsonJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleArrayJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleBaseStructJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleBooleanJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleEnumJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleJdbcHelper.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleJsonArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleJsonArrayJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleJsonJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleNestedTableJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleNestedTableJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleOrdinalEnumJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleReflectionStructJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleStructJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleUserDefinedTypeExporter.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleXmlArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleXmlArrayJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/OracleXmlJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PgJdbcHelper.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLArrayJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLCastingInetJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLCastingIntervalSecondJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLCastingJsonArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLCastingJsonArrayJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLCastingJsonJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLEnumJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLInetJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLIntervalSecondJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLJsonArrayPGObjectJsonJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLJsonArrayPGObjectJsonbJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLJsonArrayPGObjectType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLJsonPGObjectJsonType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLJsonPGObjectJsonbType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLOrdinalEnumJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLStructCastingJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLStructPGObjectJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/PostgreSQLUUIDJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/SQLServerCastingXmlArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/SQLServerCastingXmlArrayJdbcTypeConstructor.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/SQLServerCastingXmlJdbcType.java
M hibernate-core/src/main/java/org/hibernate/procedure/internal/PostgreSQLCallableStatementSupport.java
M hibernate-core/src/main/java/org/hibernate/type/SqlTypes.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/ArrayJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/H2FormatJsonJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/JsonArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/JsonHelper.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/JsonJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/SqlTypedJdbcType.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/StructAttributeValues.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/StructHelper.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/StructJdbcType.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/StructuredJdbcType.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/VarcharUUIDJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/XmlArrayJdbcType.java
A hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/XmlHelper.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/XmlJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/internal/DelayedStructJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/format/jaxb/JaxbXmlFormatMapper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/function/array/ArrayAggregateTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/usertype/inet/InetJdbcType.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/usertype/json/JsonType.java
M hibernate-core/src/test/java/org/hibernate/orm/test/id/uuid/interpretation/UUIDBasedIdInterpretationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/type/PostgresIntervalSecondTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/type/PreferredUuidJdbcTypeTest.java
M hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/cockroachdb/CockroachDbContributor.java
M hibernate-spatial/src/main/java/org/hibernate/spatial/dialect/postgis/PostgisDialectContributor.java
Log Message:
-----------
HHH-19370 move a large number of JdbcTypes out of org.hibernate.dialect root
- move them to a subpackage
- also move some stuff with usages from org.hibernate.type into that namespace
- rename StructJdbcType interface to StructuredJdbcType for clarity and to
make space for the real StructJdbcType
Commit: 4da348b22c3d8e05443892ad1e23cbc4910d95fe
https://github.com/hibernate/hibernate-orm/commit/4da348b22c3d8e05443892a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
R hibernate-core/src/main/java/org/hibernate/dialect/GroupByConstantRenderingStrategy.java
R hibernate-core/src/main/java/org/hibernate/dialect/GroupBySummarizationRenderingStrategy.java
R hibernate-core/src/main/java/org/hibernate/dialect/ResultColumnReferenceStrategy.java
Log Message:
-----------
HHH-19370 delete three unused enums
these look like they were some sort of experiment
Commit: 75f80bdac552719f1cb90649bc0262189ff25dbf
https://github.com/hibernate/hibernate-orm/commit/75f80bdac552719f1cb9064...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MySQLLegacySqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SingleStoreSqlAstTranslator.java
R hibernate-core/src/main/java/org/hibernate/dialect/DialectDelegateWrapper.java
M hibernate-core/src/main/java/org/hibernate/dialect/MariaDBSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLSqlAstTranslator.java
M hibernate-envers/src/main/java/org/hibernate/envers/enhanced/OrderedSequenceStructure.java
M hibernate-envers/src/main/java/org/hibernate/envers/internal/entities/mapper/SinglePropertyMapper.java
M hibernate-testing/src/main/java/org/hibernate/testing/DialectChecks.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
M hibernate-testing/src/main/java/org/hibernate/testing/transaction/TransactionUtil.java
M local-build-plugins/src/main/java/org/hibernate/orm/post/DialectReportTask.java
Log Message:
-----------
delete DialectDelegateWrapper
this was a temporary thing used only in Reactive
Commit: 933b725d7d487ee15f21c44121e0a452dbe80964
https://github.com/hibernate/hibernate-orm/commit/933b725d7d487ee15f21c44...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/HANALegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/HANALegacySqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MariaDBLegacySqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MySQLLegacySqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SingleStoreSqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SybaseASELegacySqlAstTranslator.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TiDBSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/CockroachDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/CockroachSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/DB2SqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/DB2iDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/DB2iSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/DB2zDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/DB2zSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/H2SqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/HANADialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/HANASqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/HSQLDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/HSQLSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/MariaDBDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/MariaDBSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/MySQLSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/OracleSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgresPlusDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/SQLServerSqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/SpannerDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/SpannerSqlAstTranslator.java
R hibernate-core/src/main/java/org/hibernate/dialect/SqlAstTranslatorWithMerge.java
R hibernate-core/src/main/java/org/hibernate/dialect/SqlAstTranslatorWithUpsert.java
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASEDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/SybaseASESqlAstTranslator.java
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseDialect.java
R hibernate-core/src/main/java/org/hibernate/dialect/SybaseSqlAstTranslator.java
R hibernate-core/src/main/java/org/hibernate/dialect/SybaseSqmToSqlAstConverter.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/CockroachSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/DB2SqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/DB2iSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/DB2zSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/H2SqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/HANASqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/HSQLSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/MariaDBSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/MySQLSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/OracleSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/PostgreSQLSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/SQLServerSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/SpannerSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/SybaseASESqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/SybaseSqlAstTranslator.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/SybaseSqmToSqlAstConverter.java
A hibernate-core/src/main/java/org/hibernate/dialect/sql/ast/package-info.java
A hibernate-core/src/main/java/org/hibernate/dialect/type/package-info.java
A hibernate-core/src/main/java/org/hibernate/sql/ast/spi/SqlAstTranslatorWithMerge.java
A hibernate-core/src/main/java/org/hibernate/sql/ast/spi/SqlAstTranslatorWithUpsert.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/spi/package-info.java
M hibernate-core/src/main/java/org/hibernate/sql/ast/tree/package-info.java
M hibernate-core/src/test/java/org/hibernate/orm/test/loading/multiLoad/MultiLoadLockingTest.java
Log Message:
-----------
HHH-19370 move SqlAstTranslators to a dedicated subpackage
Commit: 9016ef5bd73bc77cee791b51bb0a34a7f506135f
https://github.com/hibernate/hibernate-orm/commit/9016ef5bd73bc77cee791b5...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/EnumJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/H2FormatJsonJdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/OrdinalEnumJdbcType.java
Log Message:
-----------
fix some javadoc refs to not use import
Compare: https://github.com/hibernate/hibernate-orm/compare/f5e0b784580c...9016ef5...
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] f5e0b7: HHH-19364 - Introduce QuerySpecification
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: f5e0b784580cee1d9f45e2ef6b9d67d9df69bad5
https://github.com/hibernate/hibernate-orm/commit/f5e0b784580cee1d9f45e2e...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M documentation/src/main/asciidoc/userguide/Hibernate_User_Guide.adoc
A documentation/src/main/asciidoc/userguide/chapters/query/programmatic/QuerySpecification.adoc
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionDelegatorBaseImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionLazyDelegator.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SharedSessionDelegatorBaseImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/AbstractSharedSessionContract.java
M hibernate-core/src/main/java/org/hibernate/query/QueryProducer.java
M hibernate-core/src/main/java/org/hibernate/query/internal/QueryInterpretationCacheDisabledImpl.java
M hibernate-core/src/main/java/org/hibernate/query/internal/QueryInterpretationCacheStandardImpl.java
A hibernate-core/src/main/java/org/hibernate/query/programmatic/MutationSpecification.java
A hibernate-core/src/main/java/org/hibernate/query/programmatic/QuerySpecification.java
A hibernate-core/src/main/java/org/hibernate/query/programmatic/SelectionSpecification.java
A hibernate-core/src/main/java/org/hibernate/query/programmatic/internal/MutationSpecificationImpl.java
A hibernate-core/src/main/java/org/hibernate/query/programmatic/internal/SelectionSpecificationImpl.java
A hibernate-core/src/main/java/org/hibernate/query/programmatic/package-info.java
M hibernate-core/src/main/java/org/hibernate/query/spi/QueryInterpretationCache.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/QuerySqmImpl.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/SqmSelectionQueryImpl.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/SqmUtil.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/tree/AbstractSqmDmlStatement.java
A hibernate-core/src/test/java/org/hibernate/orm/test/query/dynamic/BasicEntity.java
A hibernate-core/src/test/java/org/hibernate/orm/test/query/dynamic/SimpleQuerySpecificationTests.java
M whats-new.adoc
Log Message:
-----------
HHH-19364 - Introduce QuerySpecification
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] dd54cb: HHH-19352 move some legacy LimitHandlers to commun...
by MoadElfatihi
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: dd54cbf803bb07254c28ad4a17d14cbd6fad8bbc
https://github.com/hibernate/hibernate-orm/commit/dd54cbf803bb07254c28ad4...
Author: Moad <elfatihi.moad(a)gmail.com>
Date: 2025-04-17 (Thu, 17 Apr 2025)
Changed paths:
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/HSQLLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/OracleLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SQLServerLegacyDialect.java
A hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/pagination/LegacyHSQLLimitHandler.java
A hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/pagination/LegacyOracleLimitHandler.java
A hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/pagination/SQLServer2005LimitHandler.java
R hibernate-core/src/main/java/org/hibernate/dialect/pagination/LegacyHSQLLimitHandler.java
R hibernate-core/src/main/java/org/hibernate/dialect/pagination/LegacyOracleLimitHandler.java
R hibernate-core/src/main/java/org/hibernate/dialect/pagination/SQLServer2005LimitHandler.java
M hibernate-core/src/main/java/org/hibernate/dialect/pagination/SQLServer2012LimitHandler.java
Log Message:
-----------
HHH-19352 move some legacy LimitHandlers to community dialects module
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] dd7441: HHH-19366 - Upgrade hibernate-models to 1.0.0.CR1
by Marko Bekhta
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: dd744182d69fa4182b878dde0242105ac954b0b5
https://github.com/hibernate/hibernate-orm/commit/dd744182d69fa4182b878dd...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-04-16 (Wed, 16 Apr 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/BootstrapContextImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AbstractPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotatedColumn.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/AnnotationBinder.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/BinderHelper.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/ColumnsBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/DialectOverridesAnnotationHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EmbeddableBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/FilterDefBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorAnnotationHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/PropertyInferredData.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/QueryBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/StrictIdGeneratorResolverSecondPass.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ToOneBinder.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/annotations/internal/AbstractXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AccessJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyDiscriminatorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyDiscriminatorImplicitValuesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyDiscriminatorValueAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyDiscriminatorValuesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJavaClassAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyJdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AnyKeyTypeXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ArrayAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AssociationOverrideJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AssociationOverridesJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeAccessorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeBinderTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeOverrideJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/AttributeOverridesJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/BagAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/BasicJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/BatchSizeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CacheAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CacheableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CascadeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CheckAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CheckConstraintJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ChecksAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollateAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionClassificationXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdJdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdMutabilityAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionIdTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CollectionTypeRegistrationsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnDefaultAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnResultJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnTransformerAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnTransformersAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ColumnsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CommentAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CommentsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CompositeTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CompositeTypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CompositeTypeRegistrationsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConcreteProxyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConstructorResultJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConvertJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConverterJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConverterRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConverterRegistrationsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ConvertsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CreationTimestampAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/CurrentTimestampAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorFormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorOptionsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DiscriminatorValueJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DynamicInsertAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/DynamicUpdateAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ElementCollectionJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableInstantiatorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableInstantiatorRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableInstantiatorRegistrationsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddedColumnNamingAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddedIdJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EmbeddedJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EntityJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EntityListenersJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EntityResultJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EnumeratedJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/EnumeratedValueJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ExcludeDefaultListenersJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ExcludeSuperclassListenersJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ExtendsXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfileAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfileOverrideAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfileOverridesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchProfilesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FieldResultJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterDefAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterDefsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterJoinTableAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FilterJoinTablesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FiltersAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ForeignKeyJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FractionalSecondsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratedAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratedColumnAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GeneratedValueJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GenericGeneratorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/GenericGeneratorsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/HQLSelectAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IdClassJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IdGeneratorTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IdJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ImmutableAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ImportedAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/IndexJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/InheritanceJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/InstantiatorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JavaTypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JavaTypeRegistrationsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JdbcTypeRegistrationsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnOrFormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinColumnsOrFormulasAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinFormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/JoinTableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LazyGroupAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexBaseAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexJavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexJdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ListIndexJdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/LobJpaAnnotation.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/annotations/internal/ManyToManyJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ManyToOneJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyClassJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyCompositeTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyEnumeratedJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJavaTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJdbcTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJdbcTypeCodeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJoinColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJoinColumnsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyMutabilityAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyTemporalJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapKeyTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MappedSuperclassJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MapsIdJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/MutabilityAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedAttributeNodeJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedEntityGraphAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedEntityGraphJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedEntityGraphsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedEntityGraphsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueriesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueriesJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueryAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedNativeQueryJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueriesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueriesJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueryAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedQueryJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedStoredProcedureQueriesJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedStoredProcedureQueryJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NamedSubgraphJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NationalizedAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NativeGeneratorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NaturalIdAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NaturalIdCacheAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/NotFoundAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OnDeleteAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OneToManyJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OneToOneJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OptimisticLockAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OptimisticLockingAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OrderByJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OrderColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenCheckAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenChecksAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenColumnDefaultAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenColumnDefaultsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenDiscriminatorFormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenDiscriminatorFormulasAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFilterDefOverridesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFilterDefsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFilterOverridesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFiltersAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenFormulasAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenGeneratedColumnAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenGeneratedColumnsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenJoinFormulaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenJoinFormulasAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLDeleteAllAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLDeleteAllsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLDeleteAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLDeletesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLInsertAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLInsertsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLOrderAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLOrdersAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLRestrictionAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLRestrictionsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLSelectAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLSelectsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLUpdateAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverriddenSQLUpdatesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/OverrideVersionAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ParamDefAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ParameterAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ParentAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PartitionKeyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PostLoadJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PostPersistJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PostRemoveJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PostUpdateJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PrePersistJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PreRemoveJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PreUpdateJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PrimaryKeyJoinColumnJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PrimaryKeyJoinColumnsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/PropertyRefAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/QueryCacheLayoutAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/QueryHintJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/RowIdAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeleteAllAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeleteAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLDeletesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLInsertAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLInsertsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLJoinTableRestrictionAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLOrderAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLRestrictionAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLSelectAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLUpdateAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SQLUpdatesAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryRowAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryRowsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryTableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SecondaryTablesJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SequenceGeneratorJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SequenceGeneratorsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SoftDeleteAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SortComparatorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SortNaturalAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SourceAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SqlFragmentAliasAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SqlResultSetMappingJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SqlResultSetMappingsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/StoredProcedureParameterJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/StructAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SubselectAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/SynchronizeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableGeneratorJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableGeneratorsJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TableJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TargetLegacyAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TargetXmlAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TemporalJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TenantIdAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TimeZoneColumnAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TimeZoneStorageAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TransientJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeBinderTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeRegistrationAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/TypeRegistrationsAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/UniqueConstraintJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/UpdateTimestampAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/UuidGeneratorAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ValueGenerationTypeAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/VersionJpaAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ViewAnnotation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/annotations/spi/AbstractOverrider.java
M hibernate-core/src/main/java/org/hibernate/boot/models/internal/ClassLoaderServiceLoading.java
M hibernate-core/src/main/java/org/hibernate/boot/models/internal/DomainModelCategorizationCollector.java
M hibernate-core/src/main/java/org/hibernate/boot/models/internal/GlobalRegistrationsImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/models/internal/ModelsHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/internal/OrmAnnotationHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/models/spi/JpaEventListener.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/EntityGraphProcessing.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/QueryProcessing.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/XmlDocumentContextImpl.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/spi/XmlDocumentContext.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/spi/XmlProcessor.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/jpa/event/internal/CallbackDefinitionResolver.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/BootstrapContextTesting.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/SourceModelTestHelper.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/SourceModelTestHelperSmokeTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/annotation/SimpleAnnotationUsageTests.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/attr/AnyTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/attr/ManyToOneTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/column/ColumnTests.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/complete/CompletePartialTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/complete/CompleteXmlInheritanceTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/complete/CompleteXmlWithEmbeddableTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/complete/DiscriminatorValueTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/complete/SimpleCompleteXmlTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/DynamicModelTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/NamedEntityGraphTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/RowIdTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/dynamic/TenantIdTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/boot/models/xml/lifecycle/EntityLifecycleTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/intg/AdditionalMappingContributorTests.java
M hibernate-testing/src/main/java/org/hibernate/testing/boot/BootstrapContextImpl.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
M settings.gradle
Log Message:
-----------
HHH-19366 - Upgrade hibernate-models to 1.0.0.CR1
Commit: 258c881e9f94ad8e311d08bb4614a41206a73785
https://github.com/hibernate/hibernate-orm/commit/258c881e9f94ad8e311d08b...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2025-04-16 (Wed, 16 Apr 2025)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/boot/internal/EnversMetadataBuildingContextImpl.java
M hibernate-envers/src/main/java/org/hibernate/envers/boot/spi/EnversMetadataBuildingContext.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/ModelsHelper.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/metadata/reader/AuditedPropertiesReader.java
Log Message:
-----------
HHH-19366 - Upgrade hibernate-models to 1.0.0.CR1
Compare: https://github.com/hibernate/hibernate-orm/compare/7f0385433ceb...258c881...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
5 months, 1 week