Commit Graph

16566 Commits

Author SHA1 Message Date
Jan Schatteman 858e131ac5 HHH-17228 - apply the discriminator for 1-1 mappings to single-table-inheritance subclass attributes
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-09-28 17:00:21 +02:00
Marco Belladelli 2be74619c7 HHH-17155 More precise primitive type assignment compatibility check 2023-09-28 15:37:51 +02:00
Marco Belladelli 8347d192c7 HHH-17155 Add test for issue 2023-09-28 15:37:51 +02:00
Marco Belladelli 26640ce1fa HHH-17131 Fix collection fetch detection for join-fetched associations 2023-09-28 15:37:51 +02:00
Marco Belladelli dadfa62a01 HHH-17131 Add test for issue 2023-09-28 15:37:51 +02:00
Marco Belladelli 74cc07d251 HHH-17170 Support custom sql mutations for associated collections 2023-09-28 15:37:51 +02:00
Marco Belladelli 61d5ab4db7 HHH-17170 Add test for issue 2023-09-28 15:37:51 +02:00
Marco Belladelli 5635a33ab7 HHH-17105 Include custom sql restriction in join table mutations 2023-09-28 15:37:51 +02:00
Christian Beikov 5d33adadbc HHH-17105 Don't use reserved name role for column 2023-09-28 15:37:51 +02:00
Marco Belladelli c99e0bce6f HHH-17105 Add test for issue 2023-09-28 15:37:51 +02:00
Marco Belladelli 00209bb82c HHH-17255 Fix treated join basic path table reference resolution 2023-09-28 15:37:51 +02:00
Christian Beikov 5b404f1248 HHH-17255 Add test for issue 2023-09-28 15:37:51 +02:00
Marco Belladelli c0c628f16c HHH-17188 Eagerly select values when query cache is enabled 2023-09-28 15:37:51 +02:00
Marco Belladelli c84a30c2c5 HHH-17188 Add test for issue 2023-09-28 15:37:51 +02:00
Marco Belladelli 520538b23d HHH-17205 Avoid select by unique key with no referenced property 2023-09-28 15:37:51 +02:00
Marco Belladelli 67177fa553 HHH-17205 Add test for issue 2023-09-28 15:37:51 +02:00
Marco Belladelli 278ad6a109 HHH-17104 More consistent function argument return type checking 2023-09-28 15:37:51 +02:00
Marco Belladelli 8914f5bc65 HHH-17104 Add test for issue 2023-09-28 15:37:51 +02:00
Christian Beikov 4158c7a0eb Remove some 6.3 references from documentation 2023-09-27 21:24:24 +02:00
Yoann Rodière 0d8541a272 HHH-16403 Upgrade to assertj 3.22.0 2023-09-27 21:24:24 +02:00
Christian Beikov be9813a6e9 HHH-17082 - Improve documentation of configuration settings
https://hibernate.atlassian.net/browse/HHH-17082
(cherry picked from commit fd961cebb1)
2023-09-27 21:24:24 +02:00
Steve Ebersole f54f19398b HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
(cherry picked from commit 32f635e752)
2023-09-27 21:24:24 +02:00
Steve Ebersole 8b3c686bb5 HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
(cherry picked from commit a6eefb0ced)
2023-09-27 21:24:24 +02:00
Steve Ebersole 4186ca2b57 HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
(cherry picked from commit 6ca035e764)
2023-09-27 21:24:24 +02:00
Christian Beikov ce0bf719a0 HHH-16962 - General documentation improvements
HHH-17141 - Prepare for 6.3.0 release

https://hibernate.atlassian.net/browse/HHH-16962
https://hibernate.atlassian.net/browse/HHH-17141
(cherry picked from commit a2d45a2679)
2023-09-27 21:24:24 +02:00
Steve Ebersole 9a097e1cab HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962

(cherry picked from commit e753da11f8)
2023-09-27 21:24:24 +02:00
Christian Beikov 82e66d0037 Make use of connection pooling in most tests 2023-09-27 21:24:24 +02:00
Jan Schatteman f43eb74e8d HHH-17168 - Correction in the docker script for cockroachdb 23.1
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-09-27 21:24:24 +02:00
Christian Beikov 7859715d04 HHH-17087 Fix DB2 setup for new image 2023-09-27 21:24:24 +02:00
Christian Beikov ce19d9600e HHH-16945 Cast to varbinary for tuple distinct count on SQL Server to avoid collation issues 2023-09-27 21:24:24 +02:00
dependabot[bot] a145db8d9b Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-27 21:24:24 +02:00
Christian Beikov 1233372b2f HHH-17100 Fix CustomType to not call UserType#disassemble wrongly 2023-09-27 21:24:24 +02:00
Christian Beikov 9500820c2d HHH-17087 Update container images to the latest version 2023-09-27 21:24:24 +02:00
Christian Beikov 6edcde1667 Fix Gradle toolchain issues 2023-09-27 21:24:24 +02:00
Steve Ebersole a730de8d24 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-09-27 21:24:24 +02:00
Steve Ebersole 1c449cc2cb HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-09-27 21:24:24 +02:00
Steve Ebersole 740e02fb43 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-09-27 21:24:24 +02:00
Steve Ebersole 7292e1d001 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-09-27 21:24:24 +02:00
Steve Ebersole aad867ab8e HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-09-27 21:24:24 +02:00
marko-bekhta 8c18d9031c HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- tweak how see additional links section is rendered
- update external javadoc links
2023-09-27 21:24:24 +02:00
Steve Ebersole 87eec0a7b8 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-09-27 21:24:24 +02:00
marko-bekhta 3a286fbde8 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- clean up asciidoc converter
2023-09-27 21:24:24 +02:00
Steve Ebersole e77364b808 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-09-27 21:24:24 +02:00
Steve Ebersole 762a35b90f HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-09-27 21:24:24 +02:00
Steve Ebersole 1589d1efe3 General Gradle work - toolchains 2023-09-27 21:24:24 +02:00
Yoann Rodière 1374a2b518 Use JUnit 5 for Java Modules integration tests
No idea why we weren't, but using JUnit 4 leads to problems with JDK 21
(some classes being detected as tests even though they aren't),
so let's avoid that.
2023-09-27 21:24:24 +02:00
Yoann Rodière 60296fb873 Use Java 21 bytecode for tests when testing against JDK 21 2023-09-27 21:24:24 +02:00
Andrea Boriero 128d201201 Fix java 17 build error with Gradle 8 2023-09-27 21:24:24 +02:00
Andrea Boriero f26be80626 Fix jpamodelgen build error with Gradle 8 2023-09-27 21:24:24 +02:00
Andrea Boriero 5a988b56f8 Fix documentation build error with Gradle 8 2023-09-27 21:24:24 +02:00