Commit Graph

17121 Commits

Author SHA1 Message Date
Marco Belladelli 89888456d0 HHH-17105 Add test for issue 2023-09-06 15:09:24 +02:00
Marco Belladelli 20fa799d62 HHH-17104 More consistent function argument return type checking 2023-09-06 15:08:31 +02:00
Marco Belladelli 25ff386321 HHH-17104 Add test for issue 2023-09-06 15:08:31 +02:00
Christian Beikov d4accd0233 Make use of connection pooling in most tests 2023-09-06 14:57:05 +02:00
Jan Schatteman 19d1a74947 HHH-17168 - Correction in the docker script for cockroachdb 23.1
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-09-06 12:50:34 +02:00
Jan Schatteman 364624f542 HHH-17168 - ignore FunctionTests.testCastBinaryWithLength on cockroachdb
Remove the exclusion for postgresql on FunctionTests.testCastBinaryWithLengthForOracle because there it does pass

Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-09-06 12:50:34 +02:00
Jan Schatteman 1f4fc7e803 HHH-17168 - ignore FunctionTests.testCastBinaryWithLength on db-10_5
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-09-06 12:50:34 +02:00
Christian Beikov 441efffbc6 HHH-17087 Fix DB2 setup for new image 2023-09-06 10:28:32 +02:00
Christian Beikov e73a1cdccb HHH-16945 Cast to varbinary for tuple distinct count on SQL Server to avoid collation issues 2023-09-06 10:06:05 +02:00
Gavin King aced372844 add two more @HQL method examples to doc 2023-09-05 21:49:32 +02:00
Gavin King 5737235bf9 add another test for @HQL method return types 2023-09-05 20:05:24 +02:00
Gavin King 4e1f4aeeb7 HHH-17163 throw EntityExistsException as required by JPA spec 3.2.2 2023-09-05 19:30:45 +02:00
Gavin King 87fe5fbde4 minor javadoc changes 2023-09-05 19:30:45 +02:00
Gavin King 14151fdb97 improvements to validation of @HQL method return type 2023-09-05 19:29:26 +02:00
Gavin King fad11299f3 HHH-17166 fix broken logic for inferring that @HQL method is a mutation 2023-09-05 19:29:26 +02:00
Gavin King 412217d011 HHH-17165 fix isGetter(), isSetter() in AnnotationMetaEntity 2023-09-05 19:29:26 +02:00
dependabot[bot] 81a7898162 Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 17:18:09 +02:00
Yoann Rodière 559a962e23 HHH-17145 Don't use net.bytebuddy.experimental on JDK 21 2023-09-05 14:34:12 +02:00
Bruno Sofiato 9c375e1a70 HHH-17079 - Fixed NPE when mapping a generic class as a composite user type 2023-09-05 11:09:43 +02:00
Christian Beikov b19bd07080 HHH-17100 Fix CustomType to not call UserType#disassemble wrongly 2023-09-05 11:08:18 +02:00
Christian Beikov e936e1b6e0 HHH-17087 Update container images to the latest version 2023-09-04 17:55:07 +02:00
Gavin King 6e4b4ace03 tiny fix to code example 2023-09-04 17:27:19 +02:00
Gavin King 70626c1e44 HHH-17158 detect incorrect use of @JoinColumn outside @JoinTable/@CollectionTable 2023-09-04 17:27:19 +02:00
Gavin King b73b4eb7e6 add links to javadoc 2023-09-04 17:23:56 +02:00
Christian Beikov 03c12535c9 HHH-17160 Upgrade to Gradle 8.3 2023-09-04 16:56:00 +02:00
Gavin King 06ec85e829 add four code examples of list index/map key to H6 doc 2023-09-04 06:07:11 +02:00
Gavin King a541a64eec search supertypes for session getter in repository type 2023-09-02 21:50:57 +02:00
Gavin King 2cfe93cd88 fix @Find method with varargs Order parameter 2023-09-02 20:11:43 +02:00
Gavin King a7d57357d1 result of a proper proofread 2023-09-02 13:25:04 +02:00
Gavin King b54598312a minor change to table 2023-09-01 22:59:33 +02:00
Gavin King f9a0065976 minor language changes to HQL doc 2023-09-01 19:29:44 +02:00
Steve Ebersole 32f635e752 HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
2023-09-01 11:40:43 -05:00
Christian Beikov c0fa25ade6 HHH-17154 Fix NullPointerException is thrown when constructing EntityManagerFactoryBuilderImpl 2023-09-01 17:46:05 +02:00
Gavin King b82d4c3c74 put Hibernate logo back in PDF QL doc 2023-08-31 19:53:44 +02:00
Hibernate-CI a4bebd7e0d Post-steps for release : `6.3.0.Final` 2023-08-31 16:01:39 +00:00
Hibernate-CI 89bde4bd8e Pre-steps for release : `6.3.0.Final` 2023-08-31 15:54:08 +00:00
Steve Ebersole a6eefb0ced HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
2023-08-31 10:44:31 -05:00
Steve Ebersole 6ca035e764 HHH-16962 - General documentation improvements
https://hibernate.atlassian.net/browse/HHH-16962
2023-08-31 09:43:54 -05:00
Marco Belladelli 21d13ecc11 HHH-17081 Avoid error for same prop name in different inheritance types 2023-08-31 10:56:12 +02:00
Marco Belladelli 14b1337d51 HHH-17081 Add test for issue 2023-08-31 10:56:12 +02:00
Andrea Boriero c21a430acf HHH-17064 Fetch mode select causes StackOverflowError if used together with fetch type lazy 2023-08-30 17:26:12 +02:00
Andrea Boriero fe7a8cd566 HHH-17064 Add test for issue 2023-08-30 17:26:12 +02:00
Steve Ebersole 60d8037ccd HHH-17014 - Complete "Mapping Maps" chapter of User Guide
https://hibernate.atlassian.net/browse/HHH-17014
2023-08-30 06:41:01 -05:00
Marco Belladelli 2105234f5f HHH-17085 Improved check for entity-valued group by path expansion 2023-08-30 13:27:26 +02:00
Marco Belladelli 449f33ada1 HHH-17085 Add test for issue 2023-08-30 13:27:26 +02:00
Steve Ebersole a2d45a2679 HHH-16962 - General documentation improvements
HHH-17141 - Prepare for 6.3.0 release

https://hibernate.atlassian.net/browse/HHH-16962
https://hibernate.atlassian.net/browse/HHH-17141
2023-08-29 13:20:19 -05:00
Sanne Grinovero 1b53e57750 HHH-17145 Upgrade to ByteBuddy 1.14.7 2023-08-29 16:06:19 +01:00
Jan Schatteman 2873f62e86 HHH-16916 - Add test for issue (related to changes for HHH-15767)
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-08-29 16:38:35 +02:00
Marco Belladelli 7e726bd97e HHH-17116 Fix test adding missing dialect feature checks 2023-08-29 09:06:46 +02:00
Marco Belladelli 5f88c8d5c0 HHH-17116 Small fixes to criteria copy logic for qualified joins 2023-08-28 20:38:10 +02:00