170 Commits

Author SHA1 Message Date
Gavin King
054aeff78b completely remove checkstyle and replace it with a simple regex check
This is ~ 2 orders of magnitude faster on my machine, so it can be
executed as part of the compileJava task. Also, it actually logs the
failures, instead of making me go hunt for them in some generated
HTML-based report.
2024-09-30 13:10:09 -05:00
Steve Ebersole
8c79826060 7.0 prep 2024-08-15 13:52:27 -05:00
Steve Ebersole
44d7be9fab 7.0 prep 2024-08-15 13:52:26 -05:00
Steve Ebersole
c1a01b6a61 Change release script to assemble docs as part of prep 2024-08-06 10:28:08 -05:00
Christian Beikov
3ba214f7bd Fix empty git branch and remote value issues 2024-06-14 17:42:02 +02:00
Christian Beikov
f0112a9aea Fix empty git branch and remote value issues 2024-06-14 17:39:17 +02:00
Gavin King
d42d467a3b add Hibernate Data Repositories doc to release
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-04-25 20:17:43 +02:00
Marco Belladelli
7218d9c262 Tag release version before committing development version change 2024-04-18 20:04:54 -05:00
Steve Ebersole
5b49d5efba HHH-17164 - Proper, first-class soft-delete support
HHH-17311 - Reversed soft delete support

https://hibernate.atlassian.net/browse/HHH-17164
https://hibernate.atlassian.net/browse/HHH-17311
2023-10-25 15:30:54 -05:00
Christian Beikov
94830591ec HHH-17239 Automate maintenance releases 2023-10-05 22:27:09 +02:00
Christian Beikov
626b3a950a HHH-17239 Automate maintenance releases 2023-10-05 22:27:09 +02:00
Christian Beikov
e439b90f8e HHH-17239 Automate maintenance releases 2023-10-05 22:27:09 +02:00
Christian Beikov
cc3dd1204f HHH-17239 Automate maintenance releases 2023-10-05 22:27:09 +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
6ca035e764 HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
2023-08-31 09:43:54 -05:00
Steve Ebersole
63ea157390 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
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
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
Gavin King
1d22d8e174 add some links to Javadoc overview 2023-07-21 21:33:15 +02:00
Steve Ebersole
4726bf016e HHH-16598 - Add Introduction to Hibernate 6 to the website
https://hibernate.atlassian.net/browse/HHH-16598
2023-07-20 11:42:02 -05:00
Gavin King
fe1a8619ad
add dependencies to PDF builds to staging tasks (#6813)
(not certain this is necessary)
2023-06-16 16:12:06 +02:00
Gavin
f3fddf02da split up chapters of HQL 2023-05-27 22:33:12 +02:00
Gavin King
46ac4c07cf initial blurbs for Introduction document 2023-05-13 21:08:47 +02:00
Steve Ebersole
f87df304f9 Add a Dialect report
Also added
* H2Dialect#getMinimumSupportedVersion
* DerbyDialect#getMinimumSupportedVersion
2023-05-03 09:56:08 -05:00
Steve Ebersole
4b8167c7fd PublishMigrationGuide task 2023-04-01 09:37:40 -05:00
Gavin King
cc42864351 javadoc some things about falling back from JPA to native APIs 2023-01-31 11:55:05 +01:00
Gavin
ccff90b211 example config files in javadoc, and squash some warnings from jdoc tool 2023-01-05 22:59:01 +01:00
Gavin
5c6127848f link to config properties from overview 2023-01-05 21:30:47 +01:00
Gavin
80a27ebcbe add a note about integrations to the overview 2023-01-04 17:21:32 +01:00
Gavin
4670087c1a mention XML mappings in overview 2023-01-02 22:26:31 +01:00
Gavin
df5980226c HHH-15959 add TypeBinders + fix multiple AttributeBinders on a single field 2023-01-01 21:36:42 +01:00
Gavin
66a2f492aa mention dialects in overview 2022-12-31 01:05:13 +01:00
Gavin
1a28bb2a3c bootstrapping overview 2022-12-30 19:34:19 +01:00
Gavin
263e303829 add documentation about filters 2022-12-30 14:01:09 +01:00
Gavin
31f11f4e3c more information about Types in javadoc 2022-12-30 12:37:06 +01:00
Gavin
2ada31b899 mention naming strategies in overview 2022-12-30 00:46:36 +01:00
Gavin
c6f0be990c yet more work on the API documentation
- and get rid of people's email addresses, they don't belong in the code
2022-12-29 15:03:09 +01:00
Gavin
33c228e715 add a Hibernate look to the javadoc
- add a new stylesheet
- include it in the release
- tidy up the overview page
- include overview and stylesheet when building jdoc from hibernate-core
2022-12-27 12:00:02 +01: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
Christian Beikov
a81f9d3e2d Fix HQLTest issue and javadoc aggregation 2022-11-29 01:43:32 +01:00
Gavin
ed52dba650 make the gradle build quieter
also delete some obsolete stuff from before move to Java 11
2022-11-28 09:10:34 +01:00
Gavin King
4a2792bed8 improvements to javadoc for StatelessSession, Session, and overview page 2022-11-05 13:37:17 +01:00
Gavin King
98f52855c1 refresh the Javadoc overview page 2022-07-04 21:05:14 +02:00
Steve Ebersole
99a9078bbd release doc 2022-06-07 05:59:56 -05:00
Andrea Boriero
7b2e93fa17 Gradle created a preVerifyRelease task 2022-05-16 16:11:37 +02:00
Andrea Boriero
c02440eb8e Fix issue with gradle upload documentation task 2022-05-06 18:34:35 +02:00
Andrea Boriero
3ef306b7e3 Gradle add Jackson xml lib to javadocClasspath 2022-05-06 18:24:31 +02:00