Commit Graph

18350 Commits

Author SHA1 Message Date
Andrea Boriero 3fcb58646b HHH-18338 o.h.UnknownEntityTypeException: Unable to locate persister thrown when an embeddable object is loaded before the entity it references 2024-07-15 13:54:29 +02:00
Andrea Boriero b1885184e6 HHH-18338 Add test for issue 2024-07-15 13:54:29 +02:00
Christian Beikov ad4dccaf6a HHH-18352 Don't emulate tuple comparison with subquery if possible 2024-07-08 18:18:16 +02:00
Yanming Zhou aeab7ac229 HHH-18012 Fix array type matching for auto applying AttributeConverter 2024-07-08 17:56:56 +02:00
Yanming Zhou 5bf77895e4 HHH-18012 Add test for issue 2024-07-08 17:56:55 +02:00
Marco Belladelli ba3f533e23 HHH-18347 Fix cast type name using dialect's default size strategy
Also tests failing on MariaDB by avoiding `id` keyword as column name
2024-07-08 16:50:55 +02:00
Marco Belladelli cee623c85b
HHH-17840 Fix `H2FormatJsonJdbcType` deprecation 2024-07-08 11:13:39 +02:00
Marco Belladelli 2160dd8ce8 HHH-18017 Fix discriminator in shallow query cache check 2024-07-08 09:45:03 +02:00
Marco Belladelli 8432d65039 HHH-18017 Add test for issue 2024-07-08 09:45:03 +02:00
imunic 471ebd66cf HHH-17840 Fix inconsistency of read/write null JsonNode/JsonValue 2024-07-05 18:07:10 +02:00
Vladimír Kuruc 43e0914d39 Fixed Informix physical naming strategy compatibility 2024-07-05 17:04:19 +02:00
Vladimír Kuruc 3a30ca26bf Informix Blob locator fix 2024-07-05 15:57:49 +02:00
Marco Belladelli 7a05b75767 HHH-18332 Fix DB2 support for procedure output ref_cursors parameters 2024-07-05 13:42:02 +02:00
Marco Belladelli cf5e013dbd HHH-18332 Test stored procedures on DB2 2024-07-05 13:42:02 +02:00
Marco Belladelli 6c025f9d7e HHH-18085 Also remove loading holder when loading shallow cached entity 2024-07-05 10:25:16 +02:00
Marco Belladelli e1f4bf6ff6 HHH-18085 Add test for issue 2024-07-05 10:25:16 +02:00
Marco Belladelli 3b00a9facb HHH-18272 Check for `SqmAliasedNodeRef` when collecting group/order by 2024-07-04 16:50:17 +02:00
Marco Belladelli e57a2ab7d6 HHH-18272 Add test for issue 2024-07-04 16:50:17 +02:00
Sanne Grinovero 7fb23cd783 HHH-18108 Avoid applying the ClassTransformer on types we will be loading 2024-07-02 16:45:01 +02:00
Marco Belladelli 1c1572b88e HHH-18259 Fix check for generated properties for root table only 2024-06-14 12:26:14 +02:00
Marco Belladelli 9452f9523d HHH-18259 Add test for issue 2024-06-14 12:26:14 +02:00
Vladimír Kuruc 5038f23f64 HHH-18267 Informix docker image configured 2024-06-13 17:37:12 +02:00
Vladimír Kuruc 595727c433 HHH-18267 Informix insert value to identity column error 2024-06-13 17:37:12 +02:00
Yoann Rodière b88e55ded2
Release Jenkinsfile: log various constants 2024-06-13 12:18:09 +02:00
Yoann Rodière 3d4597beb5
Release Jenkinsfile: add a configurable constant to enable/disable release on push 2024-06-13 12:18:09 +02:00
Marco Belladelli 66c5bd5dc2
HHH-18218 - Fix possible null pointer 2024-06-12 16:15:29 +02:00
Cedomir Igaly 8dbbb40e43 HHH-18218 - Improved type resolving when tuple element implements SqmExpressibleAccessor 2024-06-12 16:06:14 +02:00
Cedomir Igaly f63f15bb4f HHH-18218 - Added test case not using explicit constructor new ConstructorDto(...) 2024-06-12 16:06:13 +02:00
Andrea Boriero 742fc4c60a Improve Sybase and SQLServer blob lob generation 2024-06-12 13:46:07 +02:00
Andrea Boriero 8f9d1a15ad HHH-16094 HHH-17097 MySQL schema generation and validation : tinytext instead of longtext for @Lob 2024-06-12 13:46:07 +02:00
Andrea Boriero 58b5cea899 HHH-16094 Add test for issue 2024-06-12 13:46:07 +02:00
Andrea Boriero 82b47c878e HHH-17097 Add test for issue 2024-06-12 13:46:07 +02:00
Yoann Rodière b7acae4ab7
Remove a few references to "Search" in MAINTAINERS.md 2024-06-12 13:37:28 +02:00
Andrea Boriero 153e4db9ba HHH-17735 Community dialects for MySQL 5.7 give invalid SQL syntax for locks since 6.4.4 2024-06-12 13:35:17 +02:00
Andrea Boriero ab96246684 HHH-18147 Hibernate fails to persist an entity when a natural id association is a proxy 2024-06-12 13:31:13 +02:00
Andrea Boriero aba0c6f9d5 HHH-18147 Add test for issue 2024-06-12 13:31:13 +02:00
Yoann Rodière 9139a52fd1 Add MAINTAINERS.md to describe how to release. 2024-06-12 13:27:54 +02:00
Yoann Rodière 7f82dca6cd Release Jenkinsfile: explicitly skip automatic releases for non-maintenance branches 2024-06-12 13:27:54 +02:00
Yoann Rodière 6ce50a666a Release Jenkinsfile: minor structure/formatting fixes 2024-06-12 13:27:54 +02:00
Yoann Rodière 0c35f33866 Release Jenkinsfile: fix incorrect 'sh' call 2024-06-12 13:27:54 +02:00
Yoann Rodière 3837a26188 Release Jenkinsfile: enable manual releases 2024-06-12 13:27:54 +02:00
Yoann Rodière 91b215de7f Release Jenkinsfile: Add more checks for version numbers
Especially when they come from parameters.
2024-06-12 13:27:52 +02:00
Yoann Rodière 56153608af Release Jenkinsfile: clarify what's used as an environment variable and what isn't
Some of these were actually just local variables, and some weren't even
used anywhere.
2024-06-12 13:27:03 +02:00
Davide D'Alto dbfaa0d4f2 HHH-18254 Change `NativeQueryImpl#createCountQueryPlan` scope to protected
So that I can re-use the code when implementing ReactiveSelectQueryPlan#getReactiveResultsCount in Hibernate Reactive
2024-06-12 13:20:02 +02:00
Christian Beikov 721452a05f Use System.getProperty() instead 2024-06-12 09:24:55 +02:00
Sanne Grinovero 919eee5377 Keep dependency repository definitions well defined 2024-06-12 09:24:55 +02:00
Vladimír Kuruc 2820e9e03a HHH-18250 Informix multi insert not supported 2024-06-12 00:24:10 +02:00
Andrea Boriero 55ab762dde Upgrade Gradle to 8.8, upgrade checkframework to 0.6.40, fix HibernateProcessor resources creation causing whole tests recompilation 2024-06-11 23:50:36 +02:00
Christian Beikov a4ba87bc65 Add APT_DEBUG flag to allow debugging the Javac process and annotation processors 2024-06-11 23:48:05 +02:00
Vladimír Kuruc 0061e8922d Informix run fix 2024-06-10 23:16:40 +02:00