Commit Graph

19882 Commits

Author SHA1 Message Date
Christian Beikov 57142a86dd HHH-18800 Add XML aggregate support for PostgreSQL 2024-11-22 11:18:22 +01:00
Christian Beikov eeba7edf32 HHH-18799 Add XML aggregate support for Oracle 2024-11-22 11:18:22 +01:00
Christian Beikov 6d1b9c475a HHH-18802 Add XML aggregate support for SQL Server 2024-11-22 11:18:22 +01:00
Christian Beikov 1077b6f0a9 HHH-18803 Add XML aggregate support for DB2 2024-11-22 11:18:22 +01:00
Christian Beikov d39aa6d162 HHH-18801 Add XML aggregate support for Sybase ASE 2024-11-22 11:18:22 +01:00
Christian Beikov 6b1ea3e232 HHH-18804 Add XML aggregate support for HANA 2024-11-22 11:18:22 +01:00
Christian Beikov c02eae1d89 HHH-16160 Fix some XML related issues that came up 2024-11-22 11:18:22 +01:00
Christian Beikov c5f5e10df4 HHH-18629 Fix inconsistent column alias generated while result class is used for placeholder 2024-11-22 11:16:16 +01:00
Gavin King 800a3f0738 light refactoring to GeneratorBinder 2024-11-22 08:07:04 +01:00
Yanming Zhou 2f7052c0ce
HHH-18737 Introduce util methods for get bean from BeanContainer (#9100) 2024-11-22 01:30:35 +01:00
Nathan Xu e4cba2c8d8
improve some Javadocs in sql package (#9228)
* improve some Javadocs in sql package

---------

Co-authored-by: nathan.xu <nathan.xu@procor.com>
Co-authored-by: Gavin King <gavin@hibernate.org>
2024-11-22 00:44:46 +01:00
Yanming Zhou ff99ddbf14 HHH-18839 Validate property type of `@IdClass` at bind time 2024-11-22 00:41:48 +01:00
Gavin King 82060f282d Update documentation/src/main/asciidoc/introduction/Configuration.adoc
Co-authored-by: Yoann Rodière <yoann@hibernate.org>
2024-11-21 22:53:43 +01:00
Gavin King 697d820a7f add some documentation about date/time config settings
and also add some links
2024-11-21 22:53:43 +01:00
Steve Ebersole fe9a3cce2e HHH-18861 - Improve GitHub release announcement body for automated releases 2024-11-21 12:00:03 -06:00
Yoann Rodière 7921473bf8 Add a warning for future upgrades of bytebuddy 2024-11-21 17:37:17 +01:00
Yoann Rodière 01c13c4a45 Don't use net.bytebuddy.experimental=true for Java 23 testing
Should have been part of a previous Bytebuddy upgrade, but it seems we
forgot.
2024-11-21 17:37:17 +01:00
Marco Belladelli 38c73704cb HHH-18870 Set `HOME` to `/root` for atlas CI runners 2024-11-21 15:47:51 +01:00
Karel Maesen 894fa8475b HHH-18866 - Fix CockroachDB test failures 2024-11-21 15:44:58 +01:00
Steve Ebersole 21095565bc HHH-7913 - Schema replacement in <subselect> / @Subselect 2024-11-21 06:53:51 -06:00
Christian Beikov c8a66789d1 Fix some JSON function rendering issues on TiDB 2024-11-21 12:55:53 +01:00
Christian Beikov bcd70a82c4 Fix some JSON function rendering issues on HANA 2024-11-21 12:55:53 +01:00
Yoann Rodière 4a2ee83d0c Use the version of hibernate-jenkins-pipeline-helpers configured on CI
Don't configure the version in Jenkinsfile so that it's easier to upgrade next time.
See https://ci.hibernate.org/manage/configure#global-untrusted-pipeline-libraries to change the (default) version globally for all projects.
2024-11-21 11:10:40 +01:00
Yoann Rodière 888e6c77b7 Upgrade to hibernate-jenkins-pipeline-helpers 1.18
To avoid buggy notifications.
See https://hibernate.zulipchat.com/#narrow/channel/132096-hibernate-user/topic/Jenkins.20Notifications

Full changeset:

https://github.com/hibernate/hibernate-jenkins-pipeline-helpers/compare/1.13..1.18
https://github.com/hibernate/hibernate-jenkins-pipeline-helpers/compare/1.17..1.18
2024-11-21 11:10:40 +01:00
Selaron b8dc72ccb2 HHH-18771: If positive, substract listIndexBase from index 2024-11-21 10:03:21 +01:00
Selaron b5302f31e5 HHH-18771: Create test reproducing the problem 2024-11-21 10:03:21 +01:00
nathan.xu 6521ca94f7 remove unused close(Statement) and close(ResultSet) from JdbcCoordinatorImpl 2024-11-21 09:04:14 +01:00
Christian Beikov f12c6c3aed Don't render distinct from predicate on SQL Server versions that don't support it 2024-11-21 08:54:34 +01:00
Christian Beikov c0804d366c Fix rendering of xmltable and boolean handling for older versions of DB2 2024-11-21 08:54:34 +01:00
Christian Beikov 29b00d6754 Fix issue with unnest rendering for old PostgreSQL and EDB versions 2024-11-21 08:54:34 +01:00
Christian Beikov ed5f1d82d1 Fix Sybase ASE nightly failure of NationalizedTest 2024-11-21 08:54:34 +01:00
Gavin King de3408662c HHH-18863 change the way enum types -> values are cached to avoid lookups 2024-11-20 19:18:06 +01:00
Gavin King ece2981ae8 modernize code in ProcessorSessionFactory 2024-11-20 19:18:06 +01:00
Gavin King e24582a6ef HHH-18863 probably more efficient way to detect if a class is a Panache thing 2024-11-20 19:18:06 +01:00
Gavin King 453f0ff074 improve exception messages and logging related to tx management
along with some minor aesthetic code cleanups
2024-11-20 12:06:49 +01:00
Christian Beikov 47f1a1207a HHH-18851 Fix parameter type inference issue when IN predicate is uses array_contains() 2024-11-20 10:17:57 +01:00
Steve Ebersole 26ed1e29ff HHH-12996 - Property paths for associations that are part of the entity ID (i.e. IdClass) are not initialized 2024-11-19 16:31:35 -06:00
Steve Ebersole 6707dee0a6 HHH-18847 - Organize the org.hibernate.query.results package 2024-11-19 15:46:38 -06:00
Steve Ebersole 2c5e0ff113 HHH-12676 - SecondaryTables do not work with TABLE_PER_CLASS inheritance 2024-11-19 15:25:16 -06:00
Steve Ebersole 1b9f636114 HHH-12969 - Metadata for composite-id attributes inaccurate when an id-class is specified 2024-11-19 14:56:40 -06:00
Steve Ebersole d29b842294 HHH-18864 - Creating NativeQuery with result-class leads to problems with addEntity and addRoot 2024-11-19 13:57:48 -06:00
Koen Aers 707c3a788f HHH-18644 - New and improved hibernate-maven-plugin
Signed-off-by: Koen Aers <koen.aers@gmail.com>
2024-11-19 11:27:23 -06:00
Marco Belladelli 817355f8a4 HHH-18862 Small cleanups to SqmUtil 2024-11-19 16:18:29 +01:00
Marco Belladelli 39f78c89fd HHH-18862 Add test for issue 2024-11-19 16:18:29 +01:00
Gavin King dd80b3e2a5 HHH-18859 add a test for string slice operator 2024-11-18 22:00:54 +01:00
Gavin King cfc4b0a644 HHH-18859 fix error message for slice operator applied to non-string non-array 2024-11-18 22:00:54 +01:00
Gavin King 0878fbbddf fix generic typing of Consumers to make them contravariant 2024-11-18 17:28:27 +01:00
Gavin King b15368b93e document a default value 2024-11-18 17:28:27 +01:00
Gavin King 4a8d726d27 yet another time zone test 2024-11-18 16:12:59 +01:00
Gavin King 779d9c94c9 document the syntax sugar 2024-11-17 15:02:08 +01:00