716 Commits

Author SHA1 Message Date
Christian Beikov
543e095cf7 Don't use the build cache during releases
So that we're extra sure we're not relying on cache left by a previous
Gradle execution.
2024-10-25 11:52:58 +02:00
Steve Ebersole
dd8e186416 HHH-18644 - New and improved hibernate-maven-plugin 2024-10-22 08:50:09 -05:00
Gavin King
40591ada20 add a fairly lame implementation of equals()/hashCode() checking 2024-09-30 13:10:09 -05:00
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
Vladimír Kuruc
e2a1434017 Informix tests fixes 2024-09-23 14:40:55 +02:00
Christian Beikov
2be3000e40 Increase checkstyle heap size and reduce default metaspace size of gradle JVM 2024-09-20 13:32:20 +02:00
Marco Belladelli
384bdbc19c Exclude generated sources from spotless 2024-09-18 12:06:40 +02:00
Gavin King
23084dd16c indentWithTabs 2024-09-16 21:26:00 +02:00
Gavin King
a43bcd80a8 enable spotless 2024-09-16 21:26:00 +02:00
marko-bekhta
cf6d9619b0 HHH-18488 Disable adding of @Generated on logger impls 2024-08-28 10:36:21 -05:00
marko-bekhta
e87a64d976 HHH-18488 Configure archive tasks to produce reproducible archives 2024-08-28 10:36:21 -05:00
Andrea Boriero
ccba3f62be Fix forbiddenapis failure with GraalVM 21 2024-08-15 13:52:33 -05:00
Hibernate-CI
82df248598 Post-steps for release : 7.0.0.Beta1 2024-08-15 13:52:33 -05:00
Hibernate-CI
f5436f47a1 Pre-steps for release : 7.0.0.Beta1 2024-08-15 13:52:33 -05:00
marko-bekhta
ef58e1540a Update JavaDoc CSS for new layout 2024-08-15 13:52:32 -05:00
Steve Ebersole
e136e5b04c HHH-18306 - Implicit instantiation for queries with single selection item broken
HHH-18401 - SelectionQuery needs better validation of query return type
2024-08-15 13:52:30 -05:00
Steve Ebersole
599cba50bf 7.0 releases 2024-08-15 13:52:30 -05:00
Hibernate-CI
8af8d3274c Post-steps for release : 7.0.0.Alpha3 2024-08-15 13:52:30 -05:00
Hibernate-CI
3e956e2ef6 Pre-steps for release : 7.0.0.Alpha3 2024-08-15 13:52:30 -05:00
Steve Ebersole
2863e43467 HHH-17979 - Add @PropertyRef
HHH-18075 - Transform property-ref
HHH-18060 - HbXmlTransformer work
2024-08-15 13:52:29 -05:00
Steve Ebersole
fd388087c8 HHH-17979 - Add @PropertyRef
HHH-18075 - Transform property-ref
HHH-18060 - HbXmlTransformer work
2024-08-15 13:52:29 -05:00
Steve Ebersole
0294576c8b javadoc 2024-08-15 13:52:28 -05:00
Hibernate-CI
924c802d83 Post-steps for release : 7.0.0.Alpha2 2024-08-15 13:52:27 -05:00
Hibernate-CI
1b4576afff Pre-steps for release : 7.0.0.Alpha2 2024-08-15 13:52:27 -05:00
Steve Ebersole
2acfd01431 Make Javadoc work (css) 2024-08-15 13:52:26 -05:00
Hibernate-CI
84b0b0572f Post-steps for release : 7.0.0.Alpha1 2024-08-15 13:52:25 -05:00
Hibernate-CI
cb7ce5a6a4 Pre-steps for release : 7.0.0.Alpha1 2024-08-15 13:52:25 -05:00
Steve Ebersole
1e110584f1 HHH-17377 - Migrate to JPA 3.2
https://hibernate.atlassian.net/browse/HHH-17377

Fixed SQM/JPA Criteria compilation errors.  Just Graph left
2024-08-15 13:52:22 -05:00
Steve Ebersole
edc96869ca 6.6.0 (manual) 2024-08-08 15:58:54 -05:00
Steve Ebersole
85a15264de 6.6.0 (manual) 2024-08-08 14:25:29 -05:00
Steve Ebersole
c6e8df8c5d 6.6.0.CR2 bad release fix-ups 2024-08-06 11:10:27 -05:00
Steve Ebersole
782c0a52ab 6.6.0.CR2 bad release fix-ups 2024-08-06 10:57:28 -05:00
Vladimír Kuruc
711dffa7e3 HHH-18312 Fix for Informix nationalized JDBC types support 2024-07-05 16:55:37 +02:00
Christian Beikov
5e98f780a5 Post-steps for release : 6.6.0.CR1 2024-06-14 19:03:06 +02:00
Christian Beikov
39bd4c8393 Pre-steps for release : 6.6.0.CR1 2024-06-14 19:03:06 +02:00
Vladimír Kuruc
a2aa6309cd HHH-18267 Informix docker image configured 2024-06-13 17:38:27 +02:00
Steve Ebersole
0fd0277745 Gradle 8.8 2024-06-12 05:31:10 -05:00
Andrea Boriero
8166086957 Upgrade Gradle to 8.8, upgrade checkframework to 0.6.40, fix HibernateProcessor resources creation causing whole tests recompilation 2024-06-11 23:46:57 +02:00
Christian Beikov
0db4148205 Add APT_DEBUG flag to allow debugging the Javac process and annotation processors 2024-06-11 16:16:14 +02:00
Vladimír Kuruc
df940d392f Informix run fix 2024-06-10 23:18:26 +02:00
Christian Beikov
3b6c1bc7d6 Make it possible to run with informix 2024-06-07 14:52:35 +02:00
Steve Ebersole
1861eccc2c Upgrade XJC plugin to address branch-switch issues 2024-05-31 11:57:34 -05:00
Steve Ebersole
d7c1886aaa Gradle remote build cache 2024-05-08 18:35:58 +02:00
Hibernate-CI
8541c15eec Post-steps for release : 6.6.0.Alpha1 2024-04-25 16:07:56 +00:00
Hibernate-CI
252a8d6bb2 Pre-steps for release : 6.6.0.Alpha1 2024-04-25 16:05:55 +00:00
marko-bekhta
477be17b8d Update Develocity build scan configuration 2024-04-17 13:04:46 +02:00
LLEFEVRE
17fd96473c HHH-17736 Improve Atlas for atps 2024-03-27 17:15:47 +01:00
LLEFEVRE
4d920d114a HHH-17736 Improve Atlas for atps 2024-03-27 17:15:47 +01:00
Christian Beikov
46ec063cd8 Bump version to 6.6 2024-03-25 17:55:55 +01: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