Commit Graph

17531 Commits

Author SHA1 Message Date
Marco Belladelli 8155b6bcda HHH-17135 Fix entity-typed null-literal 2023-09-06 19:12:40 +02:00
Marco Belladelli ae33808f71 HHH-17135 Add test for issue 2023-09-06 19:12:40 +02:00
Marco Belladelli 1735b984d8 HHH-15968 Error when parameter used as both single and multi value 2023-09-06 16:57:02 +02:00
Marco Belladelli 7b942b0c6a HHH-17131 Fix collection fetch detection for join-fetched associations 2023-09-06 15:13:45 +02:00
Marco Belladelli 19783f1845 HHH-17131 Add test for issue 2023-09-06 15:13:45 +02:00
Christian Beikov e248379b0a HHH-17049 Avoid use of reserved word 'open' for column name 2023-09-06 15:13:03 +02:00
Andrea Boriero e98fccfdae HHH-17049 Bytecode Enhancement, extra records created for associations created in constructor 2023-09-06 15:12:06 +02:00
Andrea Boriero 7486353807 HHH-17049 Add test for issue 2023-09-06 15:12:06 +02:00
Christian Beikov e13a31ce3c HHH-17105 Don't use reserved name role for column 2023-09-06 15:10:51 +02:00
Marco Belladelli d085572312 HHH-17105 Include custom sql restriction in join table mutations 2023-09-06 15:09:24 +02:00
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