Commit Graph

18749 Commits

Author SHA1 Message Date
Gavin King 8686392afe clean up logic in CHECK_ON_FLUSH
so that it's more readable/understandable

Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-13 23:39:29 +02:00
Gavin King 6f58c5e2f6 minor cleanups in Dialect
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-13 23:39:29 +02:00
Gavin King 505e64b19a HHH-18016 change ArgumentTypesValidator to delegate to the JdbcType
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-13 21:59:53 +02:00
Marco Belladelli 27bbdfc839 HHH-18212 Setting to control transient check strictness for unowned associations 2024-06-13 18:06:09 +02:00
Marco Belladelli 055570c8af HHH-18212 Fix transient check for entities deleted during the same flush 2024-06-13 18:06:09 +02:00
Marco Belladelli 52a539d727 HHH-18212 Add test for issue 2024-06-13 18:06:09 +02:00
Vladimír Kuruc a2aa6309cd HHH-18267 Informix docker image configured 2024-06-13 17:38:27 +02:00
Vladimír Kuruc 3d72ab25f0 HHH-18267 Informix insert value to identity column error 2024-06-13 17:38:02 +02:00
Yoann Rodière 623fe204b4
Release Jenkinsfile: log various constants 2024-06-13 12:15:28 +02:00
Yoann Rodière f22d60ec41
Release Jenkinsfile: add a configurable constant to enable/disable release on push 2024-06-13 12:10:10 +02:00
Andrea Boriero a567226a72 HHH-17956 Criteria multiselect ignores type of the criteria query and always returns list of Object[] 2024-06-13 11:21:54 +02:00
Andrea Boriero f5062b2aef HHH-17956 Add test for issue 2024-06-13 11:21:54 +02:00
Jan Schatteman 9c4baed5ae HHH-10162 - Add test
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-06-13 10:18:14 +02:00
Jan Schatteman 9da230a616 HHH-12885 - Add test
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-06-13 10:18:14 +02:00
Jan Schatteman 223328ff2f HHH-12752 - Add test
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-06-13 10:18:14 +02:00
Marco Belladelli 2772a9d6fb HHH-18218 - Fix possible null pointer 2024-06-12 16:15:28 +02:00
Cedomir Igaly 4c8e72c5ec HHH-18218 - Improved type resolving when tuple element implements SqmExpressibleAccessor 2024-06-12 16:05:27 +02:00
Cedomir Igaly 9e13bd0c48 HHH-18218 - Added test case not using explicit constructor new ConstructorDto(...) 2024-06-12 16:05:27 +02:00
LLEFEVRE c2d0763b64 HHH-18220 Detect if Application Continuity is enabled for Oracle dialect 2024-06-12 16:03:44 +02:00
LLEFEVRE 7c711751dd HHH-18220 Detect if Application Continuity is enabled for Oracle dialect 2024-06-12 16:03:44 +02:00
Gavin King 58e814965e improvements to filter-related javadoc
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-06-12 13:57:39 +02:00
Yoann Rodière 52f9ce3c0e
Remove a few references to "Search" in MAINTAINERS.md 2024-06-12 13:37:18 +02:00
Andrea Boriero 8663136608 Improve Sybase and SQLServer blob lob generation 2024-06-12 13:36:59 +02:00
Andrea Boriero 55eea3d0df HHH-16094 HHH-17097 MySQL schema generation and validation : tinytext instead of longtext for @Lob 2024-06-12 13:36:59 +02:00
Andrea Boriero 5b9057e2ed HHH-16094 Add test for issue 2024-06-12 13:36:59 +02:00
Andrea Boriero eaa94b1305 HHH-17097 Add test for issue 2024-06-12 13:36:59 +02:00
Andrea Boriero 93629f0d2a HHH-17735 Community dialects for MySQL 5.7 give invalid SQL syntax for locks since 6.4.4 2024-06-12 13:34:30 +02:00
Andrea Boriero 357be627e2 HHH-18147 Hibernate fails to persist an entity when a natural id association is a proxy 2024-06-12 13:30:27 +02:00
Andrea Boriero f87cecee0e HHH-18147 Add test for issue 2024-06-12 13:30:27 +02:00
Yoann Rodière 9c0d988442 Add MAINTAINERS.md to describe how to release. 2024-06-12 13:24:48 +02:00
Yoann Rodière 978860f01d Release Jenkinsfile: explicitly skip automatic releases for non-maintenance branches 2024-06-12 13:24:48 +02:00
Yoann Rodière 5f0fbc48be Release Jenkinsfile: minor structure/formatting fixes 2024-06-12 13:24:48 +02:00
Yoann Rodière b17c43401d Release Jenkinsfile: fix incorrect 'sh' call 2024-06-12 13:24:48 +02:00
Yoann Rodière 6b004900ca Release Jenkinsfile: enable manual releases 2024-06-12 13:24:48 +02:00
Yoann Rodière 4ac07fc98e Release Jenkinsfile: Add more checks for version numbers
Especially when they come from parameters.
2024-06-12 13:24:48 +02:00
Yoann Rodière c4aa0bd676 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:24:48 +02:00
Davide D'Alto 26f6cdab03 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:44 +02:00
Christian Beikov f7093239d9 HHH-18125 Fix type of embeddable discriminator paths and type literals
Build and store the embeddable discriminator type in the Component. Also, change the type of entity/embeddable type literals to the discriminator type (or `Class` when not polymorphic).
2024-06-12 13:18:03 +02:00
Steve Ebersole 0fd0277745 Gradle 8.8 2024-06-12 05:31:10 -05:00
Christian Beikov dd5d526095 HHH-16830 Add release announcement 2024-06-12 12:27:57 +02:00
Christian Beikov e2f7d5d516 HHH-16830 Custom exception handling for applyToLoadByKey associations 2024-06-12 12:19:33 +02:00
Christian Beikov d22725a678 HHH-16830 Add applyToLoadByKey filters also to to-one join predicates 2024-06-12 12:19:33 +02:00
Christian Beikov be8705f317 HHH-16830 Ensure filters applied for by key lookups don't mess with to-one associations 2024-06-12 12:19:33 +02:00
Dmitrii Karmanov 4125902eea HHH-16830: change the naming 2024-06-12 12:19:33 +02:00
Dmitrii Karmanov af778c4eba HHH-16830: fix checkstyle indents 2024-06-12 12:19:33 +02:00
Dmitrii Karmanov b20680dbd8 HHH-16830: fix checkstyle in tenant binder 2024-06-12 12:19:33 +02:00
Dmitrii Karmanov e721a37691 HHH-16830: apply filters to find() method 2024-06-12 12:19:33 +02:00
Christian Beikov 84f2f3535f Use System.getProperty() instead 2024-06-12 09:23:20 +02:00
Sanne Grinovero 0a19854ae2 Keep dependency repository definitions well defined 2024-06-12 09:23:20 +02:00
Sanne Grinovero 321d645659 HHH-18255 Upgrade to HCANN 7.0.1.Final 2024-06-12 09:21:34 +02:00