[hibernate/hibernate-orm] bb1702: refactor the logic in OracleServerConfiguration
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: bb17026b3edc73b0e0f335bee27542b8990c1a40
https://github.com/hibernate/hibernate-orm/commit/bb17026b3edc73b0e0f335b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/OracleServerConfiguration.java
Log Message:
-----------
refactor the logic in OracleServerConfiguration
to make the flow here a bit clearer
Commit: fd15ea389b61b4ec5ce498a2b020d1fceb00a740
https://github.com/hibernate/hibernate-orm/commit/fd15ea389b61b4ec5ce498a...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
Log Message:
-----------
remove two deprecated methods from OracleDialect
Commit: ee53d89e471da026aa9e366f4cd6751b2a215d80
https://github.com/hibernate/hibernate-orm/commit/ee53d89e471da026aa9e366...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/DialectSpecificSettings.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
Log Message:
-----------
move an Oracle config property to DialectSpecificSettings
even if this is maybe not *precisely* the intent of DialectSpecificSettings
Commit: be59f8a6ecb7485387a6ba653b88f98a1413aab8
https://github.com/hibernate/hibernate-orm/commit/be59f8a6ecb7485387a6ba6...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/DialectSpecificSettings.java
Log Message:
-----------
jdoc clarifications in DialectSpecificSettings
make things explicit that were implicit
Commit: 5db02b0388afc419102ee491d6abd7fb8c172a5d
https://github.com/hibernate/hibernate-orm/commit/5db02b0388afc419102ee49...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASEDialect.java
Log Message:
-----------
minor code cleanups in MySQLDialect
note: system properties are already included in Environment properties
Commit: 81d973ca3c27605bd05b56d9705f7a9c75033724
https://github.com/hibernate/hibernate-orm/commit/81d973ca3c27605bd05b56d...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/DialectSpecificSettings.java
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleServerConfiguration.java
R hibernate-core/src/test/java/org/hibernate/orm/test/type/OracleLongLobTypeTest.java
Log Message:
-----------
completely remove hibernate.dialect.oracle.prefer_long_raw
Looks like this has not worked since probably H 6.0
The issue here is that the test for this feature was one of these tests
written to look at the Hibernate metamodel and not at the actual DDL that
was ultimately generated. This is why I despise "unit" testing instead of
testing actual user-visible functionality.
Anyway this was an undocumented feature so it can just be removed.
Compare: https://github.com/hibernate/hibernate-orm/compare/daa44c88830f...81d973c...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
11 months