57 Commits

Author SHA1 Message Date
Gavin King
5baf866f16 update to final release of JPA 3.2
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-08-28 22:17:19 +02:00
Steve Ebersole
16088f7f11 HHH-18485 - Documentation symlinks on release 2024-08-15 13:52:33 -05:00
Steve Ebersole
8fbd201151 HHH-18485 - Documentation symlinks on release 2024-08-15 13:52:33 -05:00
Steve Ebersole
866ba858a1 Improve handling of JDK versions 2024-08-15 13:52:33 -05:00
Steve Ebersole
2acfd01431 Make Javadoc work (css) 2024-08-15 13:52:26 -05:00
Christian Beikov
7490f4bede HHH-17982 Setup JPA 3.2 TCK testing automation for ORM 7 2024-08-15 13:52:25 -05:00
Steve Ebersole
ad26e73c44 HHH-17377 - Migrate to JPA 3.2
https://hibernate.atlassian.net/browse/HHH-17377

JPA 3.2 B02
2024-08-15 13:52:22 -05:00
Steve Ebersole
3c6e5c45c4 HHH-17377 - Migrate to JPA 3.2
https://hibernate.atlassian.net/browse/HHH-17377
2024-08-15 13:52:21 -05:00
Yoann Rodière
5b27fa0464 Tag the JDK used to run tests, not the one used to run Gradle 2024-03-25 09:54:09 +01:00
Yoann Rodière
1cac1d5bc9 Fix db/ci.node not being added to build scan tags 2024-03-25 09:54:09 +01:00
Yoann Rodière
bb477c180a Actually set JVM options in JavaModulePlugin
The previous implementation was not doing anything: somehow Gradle was
erasing any change. Most likely the list passed to setJvmArgs is getting
copied and later changes to that list are just ignored.
2024-02-20 17:06:39 +01:00
Yoann Rodière
4f884f0bc5 Revert "Make sure test.jdk.launcher.args is passed as jvm args to test launcher"
This reverts commit d7a46451ce7bc3ba3ce3cb0a7eada5ab824e4e1a.
2024-02-20 15:55:41 +01:00
Christian Beikov
d7a46451ce Make sure test.jdk.launcher.args is passed as jvm args to test launcher 2024-02-19 14:37:42 +01:00
Christian Beikov
d77786d16a Revert "Use try-with-resources to close reader / writer"
This reverts commit 402a89eb0310a2b20d2b48aa44fc734f4f5c000a.
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
Yoann Rodière
7f19de0332 HHH-17259 Add a "compatibility" section to the user guide 2023-09-26 14:46:16 +02:00
Steve Ebersole
32f635e752 HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
2023-09-01 11:40:43 -05:00
Steve Ebersole
a6eefb0ced HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
2023-08-31 10:44:31 -05:00
Steve Ebersole
fd961cebb1 HHH-17082 - Improve documentation of configuration settings
https://hibernate.atlassian.net/browse/HHH-17082
2023-08-28 10:19:37 -05:00
Christian Beikov
7c697f7e37 Fix Gradle toolchain issues 2023-08-16 09:13:53 +02:00
Steve Ebersole
96247c0e33 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 12:43:22 -05:00
Steve Ebersole
761ec95145 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 10:38:00 -05:00
Steve Ebersole
a6b43a6a45 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:49 -05:00
marko-bekhta
ffa2ee1443 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- tweak how see additional links section is rendered
- update external javadoc links
2023-08-14 07:57:49 -05:00
Steve Ebersole
9e2108e7d7 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:48 -05:00
marko-bekhta
8d945bff60 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- clean up asciidoc converter
2023-08-14 07:57:48 -05:00
Steve Ebersole
d3a1bd70ae HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:48 -05:00
Steve Ebersole
d8d1113293 HHH-17047 - Follow up tasks for Gradle 8.2 upgrade
- toolchains
- lazy Task creation
- documentation (documentation/ and release/) tasks
2023-08-14 07:57:44 -05:00
Steve Ebersole
306adef2a7 General Gradle work - toolchains 2023-08-14 07:56:52 -05:00
Jan Schatteman
16dc63d555 HHH-16950 - Upgrade the local-build-plugins Jandex version to 3.1.2
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-07-17 20:21:50 +02:00
Steve Ebersole
c6389efb1b Add a Dialect report
Also added
* H2Dialect#getMinimumSupportedVersion
* DerbyDialect#getMinimumSupportedVersion
2023-04-27 11:28:35 -05:00
Steve Ebersole
11b051ba95 Improve the logging report 2023-04-26 22:57:15 -05:00
Marco Belladelli
83478f5cf6
Fix GenerateDescriptorTask 2023-04-14 11:45:50 +02:00
Marco Belladelli
a034550bc2
Make ReleaseFamilyIdentifier serializable 2023-04-14 11:23:52 +02:00
Steve Ebersole
4b8167c7fd PublishMigrationGuide task 2023-04-01 09:37:40 -05:00
marko-bekhta
d447d1fd40 HHH-16217 Do not rely on passthrough and convert docs to asciidoctor format 2023-03-01 13:26:49 -06:00
marko-bekhta
5d61b03b20 HHH-16217 Use only rendered Javadocs for collecting configuration properties 2023-03-01 13:26:49 -06:00
marko-bekhta
df1ebfe32a Remove the support for HibernateOrmConfiguration annotation when collecting config properties 2023-01-26 00:43:38 -06:00
marko-bekhta
d770ff1597 Remove the notion of API/SPI when collecting properties 2023-01-26 00:43:38 -06:00
marko-bekhta
8562e4b947 Use -proc:only inside of task so that additional compilation is not performed 2023-01-26 00:43:38 -06:00
marko-bekhta
e2640fc192 Remove API/SPI grouping into different files 2023-01-26 00:43:38 -06:00
marko-bekhta
9f3a3520af Remove default value extraction 2023-01-26 00:43:38 -06:00
marko-bekhta
8fa8b23d63 Add tasks to process sources and collect config properties 2023-01-26 00:43:38 -06:00
Steve Ebersole
cba4325bb0 small post 6.2 cr1 tasks 2022-12-22 18:47:12 -06:00
Steve Ebersole
51a50bed43 Add a deprecated.txt report to published docs collecting union of @Deprecated and @Remove 2022-12-22 16:55:02 -06:00
Marco Belladelli
aadd0d7179 HHH-15398 Bump baseline Jakarta Persistence version to 3.1 2022-12-16 11:49:02 +01:00
Andrea Boriero
6cf9d2d480 HHH-15465 Upgrade to Jandex 3.0.0 2022-09-06 15:14:19 +02:00
Ladislav Thon
b66bc976ac HHH-15466 Compatibility with Jandex 3.0.0
The only change in Jandex 3.0.0 relevant to Hibernate ORM is that
`Indexer.index()` used to return `ClassInfo`, but now returns `void`.
This is a breaking change, but Jandex 3.0.0 has a synthetic bridge
method with the old signature for binary compatibility -- except
it always return `null`. Therefore, with this commit, Hibernate ORM
simply ignores the return value completely, which makes it compatible
with Jandex 3.0.0 at runtime, even though it is still compiled against
Jandex 2.4. The code is also source-compatible with Jandex 3.0.0 if
that is ever needed.
2022-08-30 12:14:52 +01:00
Andrea Boriero
a12ca1f100 Copy only the content of the documentation staging directory 2022-05-19 12:15:02 +02:00
Andrea Boriero
fd37bb93d5 gradle fix upload documentation server url 2022-05-06 18:41:48 +02:00