16491 Commits

Author SHA1 Message Date
Steve Ebersole
9a097e1cab HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962

(cherry picked from commit e753da11f8075658dee8c0cd834b16ab6eb232f2)
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
Steve Ebersole
3b835dbeb6 HHH-17015 - Upgrade to Gradle 8
https://hibernate.atlassian.net/browse/HHH-17015
2023-09-27 21:24:24 +02:00
Steve Ebersole
e48e20b133 HHH-17015 - Upgrade to Gradle 8
https://hibernate.atlassian.net/browse/HHH-17015
2023-09-27 21:24:24 +02:00
Christian Beikov
1e3dbdb4e6 Finish up back porting documentation stuff to make Gradle backports easier 2023-09-27 21:24:24 +02:00
Gavin King
92d9844518 add a HINT and mention an alternative API 2023-09-27 21:24:24 +02:00
Gavin King
80e249f0fb remove CAUTION from doc because actually this is safe enough 2023-09-27 21:24:24 +02:00
Gavin King
7f5e80145d add some links to Javadoc overview 2023-09-27 21:24:24 +02:00
Gavin King
a5bf2eb358 remove unnecessary spacing in doc 2023-09-27 21:24:24 +02:00
Gavin King
159189f4f9 improved reasoning around nullability of finder method parameters 2023-09-27 21:24:24 +02:00
Gavin King
0f39de8e65 mention schema validation, and the need for @Entity etc annotations 2023-09-27 21:24:24 +02:00
Gavin King
3d0c0782f5 mention path-based matching in section on @Find methods 2023-09-27 21:24:24 +02:00
Gavin King
38c0844b66 very minor improvements first doc chapter 2023-09-27 21:24:24 +02:00
Gavin King
a7a6a21fb8 aesthetic improvements to pdf docs 2023-09-27 21:24:24 +02:00
Gavin King
43264d225a new doc section on slow queries and SQL comments 2023-09-27 21:24:24 +02:00
Gavin King
8fd02b42d1 fix typo 2023-09-27 21:24:24 +02:00
Gavin King
4f09440d37 update doc to latest work in 6.3 2023-09-27 21:24:24 +02:00
Gavin King
fe81327c4c improvements to second half of entities chapter of new doc 2023-09-27 21:24:24 +02:00
Gavin King
3ebf2db511 add a tip about @ManyToMany 2023-09-27 21:24:24 +02:00
Gavin King
5d23525dcd document some more things about criteria queries and names queries 2023-09-27 21:24:24 +02:00
Gavin King
2b0412bedb fix a couple of mistakes in operator precedence list 2023-09-27 21:24:24 +02:00
Gavin King
6562a0065f update to latest HSQLDB release 2023-09-27 21:24:24 +02:00
Gavin King
8b40258d71 document hibernate.properties in intro doc 2023-09-27 21:24:24 +02:00
Gavin King
dab84919b1 new doc section on testing, and simpler REST example 2023-09-27 21:24:24 +02:00
Gavin King
9f30dc0244 document ascending()/descending() 2023-09-27 21:24:24 +02:00
Gavin
a12481d03b two better words 2023-09-27 21:24:24 +02:00
Gavin
719ab8ee43 more work on the Introduction of the Introduction
it's finally starting to come together
2023-09-27 21:24:24 +02:00