Commit Graph

18296 Commits

Author SHA1 Message Date
Jan Schatteman ab7f95abd7 HHH-17943 - Fix for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-05-22 17:54:09 +02:00
Jan Schatteman a3387a2d85 HHH-17943 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-05-22 17:54:09 +02:00
Yanming Zhou 1433423c1b HHH-18073 `BasicCollectionJavaType::wrap` should retain order of `Set` to keep consistent with `deepCopy` 2024-05-21 18:24:46 +02:00
Hibernate-CI d48d097f13 Post-steps for release : `6.5.2.Final` 2024-05-20 21:21:59 +00:00
Hibernate-CI 41495bfab4 Pre-steps for release : `6.5.2.Final` 2024-05-20 21:21:39 +00:00
Marco Belladelli 19c42b3942 HHH-18026 Fix SQL Exception for dialects not supporting arbitrary keys 2024-05-20 08:46:36 +02:00
Marco Belladelli c23d75cd76 HHH-18026 Add test for issue 2024-05-20 08:46:36 +02:00
Yoann Rodière dfbb72abe6 HHH-18112 Fix and test default version handling for non-Oracle dialects 2024-05-15 11:54:35 +02:00
Hibernate-CI a7cbd1a3b8 Post-steps for release : `6.5.1.Final` 2024-05-13 19:25:40 +00:00
Hibernate-CI c81fafac8a Pre-steps for release : `6.5.1.Final` 2024-05-13 19:25:30 +00:00
marko-bekhta 641a7ddb4b Provide a way to override global env properties in a test ConnectionProviderBuilder 2024-05-13 21:11:37 +02:00
Dmitry Kryukov 7321ca4ecd HHH-18105 added missing semicolon in CSS file 2024-05-13 21:11:37 +02:00
Steve Ebersole eb5a1ec714 HHH-18080 Fix default version handling in dialects when not using JDBC metadata 2024-05-10 10:59:37 -05:00
Yoann Rodière 32d4f1596e HHH-18080 Fix default version handling in dialects when not using JDBC metadata
* Use the minimum supported version instead of '0.0.0'
* Don't warn about version '0.0.0'
2024-05-10 10:48:40 -05:00
Yoann Rodière 73edbac469 HHH-18079 Default to minimum supported DB version in more cases
In particular when using hibernate.boot.allow_jdbc_metadata_access=false with jakarta.persistence.database-product-name
2024-05-10 10:48:40 -05:00
Sanne Grinovero b98ee83b8d HHH-18094 Bytebuddy enhancer: make better use of constants and memory 2024-05-10 10:01:12 +01:00
Sanne Grinovero fb7c9a48be HHH-18091 Upgrade to ByteBuddy 1.14.15 2024-05-09 13:44:40 +01:00
Marco Belladelli e7d32c0365
Fix Oracle test missing order by expression in select distinct 2024-05-07 11:11:43 +02:00
Christian Beikov 23fecb110d HHH-17421 Ensure that no follow-on locking happens on SQL Server and Sybase ASE 2024-05-07 08:17:29 +02:00
Simon StJohn-Green 604c896529 HHH-17421 Test that no follow-on locking happens on SQL Server and Sybase ASE 2024-05-07 08:17:28 +02:00
Christian Thiel 5698af3917 HHH-17305 Test and fix for keeping order of tables in polymorphic queries 2024-05-06 17:49:36 +02:00
Christian Beikov 459c6f427a HHH-17385 Missing table for superclass when joining subclass association 2024-05-06 16:23:10 +02:00
Andrea Boriero 92aef4a1ae HHH-18032 CompositeId, when the id assigned by PrePersist method an HibernateException: identifier of an instance of _ was altered is thrown 2024-05-06 14:52:04 +02:00
Andrea Boriero 098fdbd374 HHH-18032 Add test for issue 2024-05-06 14:52:04 +02:00
Marco Belladelli e8252cb4a8 HHH-17827 Fix check for Map dynamic entity classes 2024-05-06 14:29:14 +02:00
Marco Belladelli bb88d3244b HHH-17827 Add test for issue 2024-05-06 14:29:14 +02:00
Marco Belladelli 08c2a5479d HHH-17834 Force version increment for the correct inheritance table 2024-05-06 14:27:13 +02:00
Marco Belladelli d977b40598 HHH-17834 Add test for issue 2024-05-06 14:27:13 +02:00
Christian Beikov 19c2c40f82 HHH-18046 Fix Hana issue with binary arithmetic parameter operand and skip test for cockroach 2024-05-06 12:15:00 +02:00
Marco Belladelli 9ba0dd7af0 HHH-17837 Render target-side key for explicit plural joins when needed
Also, change how we determine whether we need to use the target-side to only the strictly needed cases (non-optimizable joins, `group by` or `order by` clauses)
2024-05-03 08:48:24 +02:00
Marco Belladelli b2f1725520 HHH-17837 Add test for issue 2024-05-03 08:48:24 +02:00
Christian Beikov 0b1ad4e410 HHH-18046 Cast parameters used as arithmetic operands on DB2 2024-05-02 18:19:16 +02:00
Christian Beikov 55ff91ba17 Update to JPA TCK 3.1.4 2024-05-02 15:45:20 +02:00
Christian Beikov d5da60da1c HHH-18018 Use NO_PLAIN_PARAMETER for Derby functions that use the length function 2024-05-02 10:28:13 +02:00
Sanne Grinovero f379ae0652 HHH-18011 Extract reusable constants from EnhancerImpl 2024-05-01 12:00:04 +01:00
Sanne Grinovero aff789cd90 HHH-18011 Extract DefaultEnhancerClassFileLocator and allow using a different implementation 2024-05-01 12:00:04 +01:00
Christian Beikov 4b172ed843 HHH-18036 Truncate time-related milliseconds when creating a java.sql.Date 2024-05-01 00:09:03 +02:00
Christian Beikov fda29018d2 Make identifiers case insensitive in MySQL/MariaDB, but retain the correct case when storing names 2024-04-30 22:45:55 +02:00
Christian Beikov 59eb3577af Allow running staged TCKs 2024-04-30 19:12:46 +02:00
Christian Beikov 230c70f47b Make identifiers case insensitive in MySQL/MariaDB 2024-04-30 18:12:52 +02:00
Gavin King a869ce1c1e document that records can now be used as @IdClasses and @EmbeddableIds
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-04-27 01:14:55 +02:00
Gavin King 647f689d1b document implicit joins in 'delete'/'update' queries
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-04-27 01:14:55 +02:00
Gavin King 72b62fad40 document changes to StatelessSession semantics
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-04-27 01:14:55 +02:00
Gavin King 55f54dfd4b document auto-enabled filters
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-04-27 01:14:55 +02:00
Steve Ebersole 2ae7bf8b92 6.5.0 2024-04-25 10:49:33 -05:00
Hibernate-CI 6c782f1279 Post-steps for release : `6.5.0.Final` 2024-04-25 15:23:31 +00:00
Hibernate-CI cd5731170d Pre-steps for release : `6.5.0.Final` 2024-04-25 15:21:40 +00:00
Gavin King 986d439e6f make the section on @Lob even more explicit
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-04-25 16:09:46 +02:00
Gavin King 816d1e15f4 mention GenericGenerator deprecation in migration guide
Signed-off-by: Gavin King <gavin@hibernate.org>
2024-04-25 14:54:34 +02:00
Andrea Boriero b5b40f272a HHH-17964 Hibernate using wrong column order for ElementCollection query when composite ID is present 2024-04-25 09:59:17 +02:00