17959 Commits

Author SHA1 Message Date
Christian Beikov
624040c9a3 Make the userland proxy disabling more user friendly 2023-10-20 11:09:16 +02:00
Christian Beikov
f88da832bb Fix docker_db.sh userland proxy disabling 2023-10-20 10:21:18 +02:00
Christian Beikov
5b5bc30644 Fix wrong assertion in soft-delete tests 2023-10-20 09:03:51 +02:00
Marco Belladelli
40261547bd HHH-17181 Handle composite user type contributions 2023-10-19 15:39:43 +02:00
Christian Beikov
3660a62c73 Fix Java17 compile errors 2023-10-19 15:34:52 +02:00
Christian Beikov
a8daabdbf4 Fix soft-delete tests for HANA 2023-10-19 15:31:31 +02:00
Christian Beikov
1cbbf9f50a HHH-17279 Get rid of MultiTableSqmMutationConverter#visitInsertionTargetPaths 2023-10-19 11:40:10 +02:00
Christian Beikov
e6f26e0754 HHH-17279 EntityType#findSubPathSource fix 2023-10-19 11:40:10 +02:00
Christian Beikov
9f7a321c39 HHH-17279 MatchingIdSelectionHelper cleanup 2023-10-19 11:40:10 +02:00
Christian Beikov
3c36cfd747 HHH-17279 Simplify SqmTranslatorFactory and SqlAstTranslatorFactory 2023-10-19 11:40:10 +02:00
Jan Schatteman
cb6a78dc44 HHH-17301 - Reduce amount of connections
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-19 11:27:45 +02:00
Andrea Boriero
d27cc10438 HHH-17270 Expose JFR events for SessionEventLister 2023-10-18 12:40:06 -05:00
Andrea Boriero
e4128b1e1a HHH-17210 Add annotation to suppress ForbiddenAPI non portable failures for jdk.jfr 2023-10-18 12:40:06 -05:00
Steve Ebersole
9ce2d25041 HHH-17336 - JFR events - Session open, Session close
https://hibernate.atlassian.net/browse/HHH-17336
2023-10-18 12:40:06 -05:00
Steve Ebersole
9d515dd182 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-18 12:06:48 -05:00
Steve Ebersole
348217c899 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-18 12:06:48 -05:00
Steve Ebersole
51f2f4f75d 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-18 12:06:48 -05:00
Christian Beikov
2cb4652688 HHH-16780 Add array_agg and array constructor function 2023-10-18 17:38:25 +02:00
Christian Beikov
d8bad73f58 HHH-17309 Get rid of LoadingEntityEntry 2023-10-18 17:36:31 +02:00
Christian Beikov
ec3efdbe39 HHH-17309 Replace getProxy/getEntity combinations with getEntityHolder 2023-10-18 17:36:31 +02:00
Christian Beikov
ed34a5d070 HHH-17309 Introduce EntityHolder to unify proxy/entity management in single map 2023-10-18 17:36:31 +02:00
Yoann Rodière
f8596cd646 HHH-17331 Test against H2 2.2.224 2023-10-18 14:03:01 +01:00
Marco Belladelli
633e6811e4 HHH-17285 Fix support for dot-separated map key paths 2023-10-17 16:52:00 +02:00
Marco Belladelli
cce5855313 HHH-17285 Add test for issue 2023-10-17 16:52:00 +02:00
LLEFEVRE
79321e558f HHH-15754 IF [NOT] EXISTS DDL 2023-10-17 10:31:40 +02:00
LLEFEVRE
9cad53908b HHH-15754 IF [NOT] EXISTS DDL 2023-10-17 10:31:40 +02:00
LLEFEVRE
a92497e5ba HHH-15754 IF [NOT] EXISTS DDL 2023-10-17 10:31:40 +02:00
Marco Belladelli
49eab3fca2 HHH-17322 Generator method that allows state dependent value generation 2023-10-17 10:06:55 +02:00
LLEFEVRE
2bfaa419f3 HHH-15757 SELECT without FROM 2023-10-17 09:08:46 +02:00
LLEFEVRE
498dce1dda HHH-16510 65535 expressions supported for IN ( ... ) condition 2023-10-16 16:54:56 +02:00
Christian Beikov
6125c7b518 HHH-17226 Generify result retrieval in JdbcSelectExecutor, SelectQueryPlan and SqmSelectionQuery 2023-10-16 16:40:20 +02:00
Christian Beikov
5ba12a66e6 HHH-16595 Optimize away nested table group joins when possible 2023-10-16 16:37:29 +02:00
Christian Beikov
627608e65c HHH-17323 Add annotation processor for tests explicitly 2023-10-16 12:51:52 +02:00
Christian Beikov
0057454d02 Update checker and adapt memory configuration 2023-10-13 16:49:07 +02:00
Christian Beikov
f13264d71d Fix HANA test failures 2023-10-13 14:23:22 +02:00
LLEFEVRE
db3a69f8bd HHH-17315 Reduce Oracle database user privileges to avoid cross schemas clashes 2023-10-13 13:46:17 +02:00
The-Huginn
34111914b3 [HHH-17288] Reference primary key only if all properties match 2023-10-13 13:02:56 +02:00
The-Huginn
72842e5d54 [HHH-17288] Create test with OneToOne relation 2023-10-13 13:02:56 +02:00
Jan Schatteman
ed84eddcb6 HHH-17090 - Remove support for Oracle versions older than 19
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman
ec639cd1f7 HHH-17097 - Remove support for MariaDB versions older than 10.4
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman
1a1604be2f HHH-17095 - Remove support for SQL Server versions older than 2012
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman
f12ef0fa79 HHH-17094 - Remove support for MySQL versions older than 8.0
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman
0ded30a157 HHH-17093 - Remove support for CockroachDB versions older than 22.2
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman
83a1fa7f56 HHH-17092 - Remove support for PostgreSQL Advanced Server versions older than 12
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Jan Schatteman
90485c2b78 HHH-17091 - Remove support for PostgreSQL versions older than 12
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-10-13 12:36:57 +02:00
Christian Beikov
749c6f0e15 Fix Oracle 11 issues with aliases and disable FollowOnLockingTest on that version 2023-10-12 11:42:29 +02:00
Davide D'Alto
fb608bddb8 HHH-17150 Remove final from SqmSelectionQueryImpl#setOrder
Hibernate Reactive needs to override these methods
2023-10-11 19:33:02 +02:00
Steve Ebersole
da522846d8 HHH-17157 - Some improvements to the metamodel generator documentation 2023-10-11 12:20:36 -05:00
Andrea Boriero
8127428188 HHH-17262 JdbcTypeRecommendationException when using <mapping-file> of persistence.xml file when using <mapping-file> of persistence.xml file 2023-10-11 19:12:20 +02:00
Andrea Boriero
697b74a807 HHH-17262 Add test for issue 2023-10-11 19:12:20 +02:00