16713 Commits

Author SHA1 Message Date
Christian Beikov
6bbf93bd17 HHH-17543 Update DB2 CI testing to 11.5.9.0 2024-10-29 17:58:15 +01:00
Yoann Rodière
c1e662707d Do not include the whole Gradle cache in GH Actions caches
We don't need the whole cache, since most (all?) of it is stored on
Develocity already.

Including ./gradle/caches/modules-2 is enough, because that's where
Maven dependencies are stored, and *those* are not stored on Develocity.

(cherry picked from commit 013bb46470f97285ae57190c9ce5201f31105a21)
2024-10-29 17:49:30 +01:00
Yoann Rodière
b707b022b3 Improve build cache strategy
Ripped off from Quarkus.

Here's how it will work:

1. We create a cache entry on push only. Pull requests only restore it.
2. We create a new cache entry every day, prefixed with something like
   2024-10-25.
3. When restoring the cache, we try the entry for the day first
   (2024-10-25) and default to the one for the month (2024-10-*).
   Critically, this means we will build each day's cache based on the
   previous day's cache.
4. Atlas infra uses its own, separate cache entries.

Co-Authored-By: Guillaume Smet <guillaume.smet@gmail.com>
(cherry picked from commit 5eaaff2e6367fd4f1071a90eba2e274c800629cd)
2024-10-29 17:49:30 +01:00
Yoann Rodière
dcabe1071a Sanitize user home on GitHub Action job start on Atlas
(cherry picked from commit 4e8eb91562b75fbcc6ecdaaa3efe62b724f71aa4)
2024-10-29 17:49:30 +01:00
Christian Beikov
08ac5d3c4c 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.

(cherry picked from commit 543e095cf70396256ebbf2dd9e9d07f80304bebd)
2024-10-29 17:49:30 +01:00
Hibernate-CI
a8c113dd62 Post-steps for release : 6.2.32.Final 2024-10-02 13:37:20 +00:00
Hibernate-CI
61f5116c33 Pre-steps for release : 6.2.32.Final 6.2.32 2024-10-02 13:37:20 +00:00
lvydra
8ba6d4321b [HHH-16772] Generated bytecode for HibernateAccessOptimizer class is invalid and causes operand stack overflow issue 2024-10-02 15:34:19 +02:00
Martin Simka
df8745aaff [HHH-18507] allow overwriting the default db image with environment variable in docker_db.sh
https://hibernate.atlassian.net/browse/HHH-18507
2024-09-09 17:54:47 +02:00
Hibernate-CI
dc3455bd62 Post-steps for release : 6.2.31.Final 2024-08-21 16:56:25 +00:00
Hibernate-CI
e773638323 Pre-steps for release : 6.2.31.Final 6.2.31 2024-08-21 16:56:25 +00:00
Christian Beikov
c180c1e0d5 HHH-18506 Reduce itable stubs during dirty checking 2024-08-21 18:54:19 +02:00
Christian Beikov
4bb02cd929 HHH-18506 Improve flush performance by reducing itable stubs 2024-08-21 18:54:19 +02:00
Hibernate-CI
f261d87463 Post-steps for release : 6.2.30.Final 2024-08-06 09:29:25 +00:00
Hibernate-CI
0b8002de3c Pre-steps for release : 6.2.30.Final 6.2.30 2024-08-06 09:29:25 +00:00
Christian Beikov
776fbd39b0 Increase metaspace size and bump to 6.2.30-SNAPSHOT as 6.2.29 release failed due to OOM 2024-08-06 11:24:36 +02:00
Sanne Grinovero
2b92c3dbe5 HHH-16728 Optimise iteration of AssociationType properties within a Persister 2024-08-06 09:40:28 +02:00
Christian Beikov
0d58a2410c HHH-18410 Hoist some state to AbstractAttributeMapping to avoid megamorphic call sites 2024-08-06 09:40:28 +02:00
Christian Beikov
e4bc19b64a HHH-18410 Make use of getter/setter cache as much as possible 2024-08-06 09:40:28 +02:00
Christian Beikov
f810f648f9 Switch to a okhttp-digest version that is available on Maven central 2024-08-06 09:40:28 +02:00
Christian Beikov
97e6f45819 Update asciidoctor plugins to 4.0.2 2024-08-06 09:40:28 +02:00
Hibernate-CI
0fabcd3113 Post-steps for release : 6.2.28.Final 2024-07-03 07:49:12 +00:00
Hibernate-CI
f1f9adaf90 Pre-steps for release : 6.2.28.Final 6.2.28 2024-07-03 07:49:12 +00:00
Marco Belladelli
411045e772
Post-steps for release : 6.2.27.Final 2024-07-02 10:41:39 +02:00
Marco Belladelli
424668d583
Pre-steps for release : 6.2.27.Final 6.2.27 2024-07-02 10:40:09 +02:00
Christian Beikov
7635eb562c
Fix passing branch to publish.sh 2024-07-02 10:20:38 +02:00
Marco Belladelli
b546b0c82d
Update hibernate-jenkins-pipeline-helpers to 1.17 2024-07-02 09:45:07 +02:00
Christian Beikov
f9cbb0c42d
Bind BRANCH environment variable 2024-07-02 09:41:21 +02:00
Christian Beikov
2e92cfda9a
Fix empty git branch and remote value issues 2024-07-02 08:54:49 +02:00
Jan Schatteman
47cd06c6db HHH-17344 - Fix potential NPE
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-07-02 08:46:40 +02:00
Hibernate-CI
4880e736c4 Post-steps for release : 6.2.26.Final 2024-06-11 10:17:44 +00:00
Hibernate-CI
d6b9e4d2f5 Pre-steps for release : 6.2.26.Final 6.2.26 2024-06-11 10:17:44 +00:00
Marco Belladelli
466fcada34 HHH-17379 HHH-17397 HHH-17837 HHH-18202 Backport fk rendering-side logic for associations in order/group by 2024-06-11 12:16:26 +02:00
Marco Belladelli
7066861147 HHH-18202 Add test for issue 2024-06-11 12:16:26 +02:00
Marco Belladelli
c33ccc09dc HHH-17837 Add test for issue 2024-06-11 12:16:26 +02:00
Marco Belladelli
fcf0852374 HHH-17379 HHH-17397 Add test for issue 2024-06-11 12:16:26 +02:00
Marco Pelagatti
ff204c92c8 HHH-18170 Subquery randomly generating wrong SQL due to duplicate alias 2024-06-11 12:16:26 +02:00
Marco Belladelli
ac9e4ac980 Fix Oracle test missing order by expression in select distinct 2024-06-11 12:16:26 +02:00
Gavin King
fc30edd221 HHH-18140 Skip optimizeUnloadedDelete if there are POST_COMMIT_DELETE listeners
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-11 12:16:26 +02:00
Andrea Boriero
c5893e7919 HHH-16461 @Version + session.refresh(entity, LockMode.PESSIMISTIC_WRITE) leads to StaleObjectStateException 2024-06-11 12:16:26 +02:00
Yoann Rodière
f80b90735e HHH-16461 Test @Version + session.refresh(entity, LockMode.PESSIMISTIC_WRITE) 2024-06-11 12:16:26 +02:00
Hibernate-CI
2a504efc91 Post-steps for release : 6.2.25.Final 2024-04-25 12:10:10 +00:00
Hibernate-CI
5649ce8dbf Pre-steps for release : 6.2.25.Final 6.2.25 2024-04-25 12:10:10 +00:00
Andrea Boriero
40f6ad6700 HHH-17964 Hibernate using wrong column order for ElementCollection query when composite ID is present 2024-04-25 14:08:17 +02:00
Andrea Boriero
06fe05482c HHH-17964 Add test for issue 2024-04-25 14:08:17 +02:00
Marco Belladelli
8eca2d9636 HHH-17883 Correct original column order for primary keys 2024-04-25 14:08:17 +02:00
Marco Belladelli
71e52a8f0f HHH-17883 Add test for issue 2024-04-25 14:08:17 +02:00
Marco Belladelli
f2012069b8 Tag release version before committing development version change 2024-04-25 14:08:17 +02:00
Andrea Boriero
adb125b40c HHH-16994 migration guide update 2024-04-25 14:08:17 +02:00
Christian Beikov
15fd989ff6 HHH-17885 Fix for same named attribute of different Embedded uses same selection expression 2024-04-25 14:08:17 +02:00