Commit Graph

17216 Commits

Author SHA1 Message Date
Jan Schatteman 83a1fa7f56 HHH-17092 - Remove support for PostgreSQL Advanced Server versions older than 12
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman 90485c2b78 HHH-17091 - Remove support for PostgreSQL versions older than 12
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Christian Beikov 749c6f0e15 Fix Oracle 11 issues with aliases and disable FollowOnLockingTest on that version 2023-10-12 11:42:29 +02:00
Davide D'Alto fb608bddb8 HHH-17150 Remove final from SqmSelectionQueryImpl#setOrder
Hibernate Reactive needs to override these methods
2023-10-11 19:33:02 +02:00
Steve Ebersole da522846d8 HHH-17157 - Some improvements to the metamodel generator documentation 2023-10-11 12:20:36 -05:00
Andrea Boriero 8127428188 HHH-17262 JdbcTypeRecommendationException when using <mapping-file> of persistence.xml file when using <mapping-file> of persistence.xml file 2023-10-11 19:12:20 +02:00
Andrea Boriero 697b74a807 HHH-17262 Add test for issue 2023-10-11 19:12:20 +02:00
Andrea Boriero 8e4ce4ea5c HHH-16486 StandardTemporaryTableExporter generates queries with the wrong parameter marker 2023-10-11 19:11:03 +02:00
Andrea Boriero b26e0494f3 HHH-16486 Add test for issue 2023-10-11 19:11:03 +02:00
Andrea Boriero 178f68547b HHH-17290 Embeddable with a primitive field cannot be set to null 2023-10-11 18:56:31 +02:00
Andrea Boriero 04f18cc6a2 HHH-17290 Add test for issue 2023-10-11 18:56:31 +02:00
Yanming Zhou f309a88552 HHH-16935 Fix inconsistent method name 2023-10-11 18:49:57 +02:00
Johannes Link 7c94f5c6f6 HHH-17153: Upgrade antlr4 to version 4.13.0 2023-10-11 18:46:02 +02:00
The-Huginn b431029bff [HHH-17065] Unique Index on PrimaryKey orders primary key columns. 2023-10-11 16:45:57 +02:00
Benedikt Waldvogel 3a84e408d6 HHH-17065 Add CompositePrimaryKeyColumnOrderTest 2023-10-11 16:45:57 +02:00
Marco Belladelli 8629e012f8 HHH-17208 Implement support for @Any discriminator and key selection 2023-10-11 16:45:44 +02:00
Marco Belladelli bd5b9b13c4 HHH-17208 Add test for issue 2023-10-11 16:45:44 +02:00
Marco Belladelli e950f2ca27 HHH-17211 Complete AnyValuedResult fetches initialization 2023-10-11 16:45:44 +02:00
Marco Belladelli 46def53422 HHH-17211 Add test for issue 2023-10-11 16:45:44 +02:00
Marco Belladelli cc99b8a67c HHH-17193 Introduce `Fetch#asFetchParent()` to avoid instanceof checks 2023-10-11 16:45:29 +02:00
Marco Belladelli 8b4ef7c66c HHH-17193 Create id initializers when containing nested collections 2023-10-11 16:45:29 +02:00
Marco Belladelli 634ea5636e HHH-17193 Add test for issue 2023-10-11 16:45:29 +02:00
Marco Belladelli 4a282191eb HHH-17225 Always use target table column for right / full joins 2023-10-11 16:06:33 +02:00
Marco Belladelli efccd69ed0 HHH-17225 Add test for issue 2023-10-11 16:06:33 +02:00
Christian Beikov 20aff9b597 Add build option for configuring maven central mirror 2023-10-11 15:38:27 +02:00
Christian Beikov de5f8a051b Drop ojdbc6 usage for Oracle 11 testing 2023-10-11 15:37:45 +02:00
Marco Belladelli ce550cfb86 HHH-17306 Move static sql logging in `prepareLoaders()` 2023-10-11 14:34:31 +02:00
Jan Schatteman bdcae0554f HHH-17302 - Use nocache for MariaDB sequences
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-11 14:31:51 +02:00
Chris Cranford b9a88a9670 HHH-17139 Support Instant as revision timestamps 2023-10-11 14:28:23 +02:00
Albert Huzejrovic baa4141261 HHH-17304 Fix typos in Introduction guide 2023-10-10 22:23:19 +02:00
Vincent Bouthinon 9a58fe8028 HHH-16840 Allow serialization of ScanResultImpl 2023-10-10 13:20:29 -05:00
Steve Ebersole 96a000e8ab HHH-17164 - Proper, first-class soft-delete support
https://hibernate.atlassian.net/browse/HHH-17164
2023-10-10 08:25:50 -05:00
Gavin King e323ec3d4a
HHH-17300 detect and throw exception for @Table annotation on @MappedSuperclass (#7422)
+ very minor misc code cleanups
2023-10-10 15:05:24 +02:00
Christian Beikov 5bab35eb96 HHH-17176 Map SDO_ORDINATE_ARRAY to BigDecimal[] for Oracle 2023-10-10 09:50:57 +02:00
Christian Beikov d77786d16a Revert "Use try-with-resources to close reader / writer"
This reverts commit 402a89eb03.
2023-10-10 09:50:56 +02:00
Zhihong Yu 402a89eb03 Use try-with-resources to close reader / writer 2023-10-09 19:12:34 +02:00
Yanming Zhou de09122ba4 Use consistent term "shortcut" 2023-10-09 18:55:25 +02:00
Daniel Kraus b19ca2dadc HHH-17284 Fix indentation in caching tests/documentation 2023-10-09 18:47:19 +02:00
Davide D'Alto 9bbac65523 HHH-17281 Make EntityUpdateAction#handleDeleted protected 2023-10-09 18:36:12 +02:00
Christian Beikov bc02c7781d HHH-17276 Be more forgiving when determining lobness 2023-10-09 18:30:18 +02:00
Christian Beikov b8e8169c09 Cancel in-progress CodeQL workflows on new PR pushes 2023-10-09 18:00:40 +02:00
Christian Beikov 8503584733 Abort building TCK earlier in the Jenkinsfile 2023-10-09 18:00:40 +02:00
Christian Beikov c3610186f8 Improve PostgreSQL container performance 2023-10-09 18:00:40 +02:00
dependabot[bot] 4f1e0d70ae Bump com.gradle.enterprise from 3.15 to 3.15.1
Bumps com.gradle.enterprise from 3.15 to 3.15.1.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 12:50:29 +02:00
Marco Belladelli ccf497b2d8 HHH-17223 Test fix for HANA 2023-10-09 09:16:44 +02:00
Marco Belladelli 50a83ba953 HHH-17224 Respect association fetch style for dynamic results 2023-10-09 09:03:09 +02:00
Marco Belladelli c29869ec7b HHH-17224 Add test for issue 2023-10-09 09:03:09 +02:00
Christian Beikov 79fbee64d2 Update versions to 6.4 2023-10-06 16:32:26 +02:00
Christian Beikov b048503b19 HHH-17297 Adapt limited support testing for 6.2 2023-10-06 15:01:00 +02:00
Christian Beikov 38c3f6ff79 HHH-17297 Adapt limited support testing for 6.2 2023-10-06 14:13:10 +02:00