Commit Graph

17676 Commits

Author SHA1 Message Date
Christian Beikov 122598dcc2 HHH-17681 Restore AbstractSqmSelfRenderingFunctionDescriptor backwards compatibility 2024-01-26 17:09:52 +01:00
Gavin King 8a39ea95c1 HHH-17677 handle literal null arguments more elegantly in StandardFunctionReturnTypeResolvers
resolves a very confusing error message
2024-01-25 18:29:42 +01:00
Andrea Boriero 56deb7d89c HHH-17668 NullPointerException when refreshing bytecode-enhanced entity from second-level cache 2024-01-25 18:24:27 +01:00
Andrea Boriero 653110939e HHH-17668 Add test for issue 2024-01-25 18:24:27 +01:00
Marco Belladelli bfa1a86fea HHH-17113 Fix joined inheritance and force discriminator pruning 2024-01-25 18:23:24 +01:00
Marco Belladelli b97cb3719d HHH-17113 Add test for issue 2024-01-25 18:23:24 +01:00
Marco Belladelli e8b5a23dd2 HHH-17629 Reuse compatible joins for entity graphs and fetch profiles 2024-01-24 18:33:14 +01:00
Marco Belladelli 3b0ec32162 HHH-17629 Add test for issue 2024-01-24 18:33:14 +01:00
Andrea Boriero f2a699bafa HHH-17674 NullPointerException thrown when loading entity previously evicted and proxied 2024-01-24 18:30:15 +01:00
Andrea Boriero e0ea066d3f HHH-17674 Add test for issue 2024-01-24 18:30:15 +01:00
Andrea Boriero 6c690f561c HHH-16960 OneToOne lazy loading fails when fetch graph is involved 2024-01-24 11:05:00 +01:00
Andrea Boriero a73bc08c78 HHH-16960 Add test for issue 2024-01-24 11:05:00 +01:00
Christian Beikov f79673d274 HHH-17670 Test and fix for NPE in FromClause#findTableGroup 2024-01-24 11:05:00 +01:00
Marco Belladelli 236e3e2228 HHH-17667 Fix pruning of root table with discriminator predicate 2024-01-23 17:49:45 +01:00
Marco Belladelli ce0217df46 HHH-17667 Add test for issue 2024-01-23 17:49:45 +01:00
Andrea Boriero 316c7af186 HHH-17420 JoinColumn throws an AnnotationException 2024-01-23 15:30:24 +01:00
Andrea Boriero aef88b134d HHH-17420 Add test for issue 2024-01-23 15:30:24 +01:00
Andrea Boriero 9201ee7109 HHH-17644 Mapping of generic types in single table inheritance depends on lexicographical order of parent and child classnames 2024-01-23 15:29:41 +01:00
Andrea Boriero f33afc66bf HHH-17644 Add test for issue 2024-01-23 15:29:41 +01:00
Marco Belladelli bdb2906a94 HHH-17550 Respect default no-constraint setting 2024-01-22 18:38:48 +01:00
Marco Belladelli 641afbcf84 HHH-17550 Add test for issue 2024-01-22 18:38:48 +01:00
Marco Belladelli a060a3b9c0 HHH-17598 Allow array typed queries without result wrapping 2024-01-22 18:33:57 +01:00
dependabot[bot] e5a2b3ec0b Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 18:29:19 +01:00
Andrea Boriero 529d4915ba HHH-17634 Merging a new entity having a @GeneratedValue id should not set the generated id of the original entity 2024-01-22 18:28:39 +01:00
Andrea Boriero db47b51a30 HHH-17634 Add test for issue 2024-01-22 18:28:39 +01:00
Marco Belladelli ba5101d40b HHH-17526 Throw correct exception when reading list results 2024-01-22 15:27:53 +01:00
Marco Belladelli bb047c4fad HHH-17526 Add test for issue 2024-01-22 15:27:53 +01:00
Marco Belladelli d25b5532a9 HHH-17605 Fix native query selecting multiple of the same entity result 2024-01-22 15:27:53 +01:00
Marco Belladelli 70c8ea03bb HHH-17461 Include soft-delete column in duplication check 2024-01-22 15:27:53 +01:00
Andrea Boriero 673f03304f HHH-17653 - Error in generating schema when @Generator annotation is applied to a non id embeddable property 2024-01-22 13:03:25 +01:00
Andrea Boriero 4ba772b72d HHH-17653 Add test for issue 2024-01-22 13:03:25 +01:00
Marco Belladelli 240514986d
HHH-17643 Remove unused internal BytecodeProviderInitiator method 2024-01-22 08:51:05 +01:00
Marco Belladelli 8062350cc0
HHH-17643 Load `BytecodeProvider` as a java service
Also allow `SerializableProxy` deserialization even when no session factory is available.
2024-01-22 08:51:01 +01:00
Hibernate-CI 03aa53d5c4 Post-steps for release : `6.4.2.Final` 2024-01-18 13:42:26 +00:00
Hibernate-CI 713af21bdf Pre-steps for release : `6.4.2.Final` 2024-01-18 13:42:15 +00:00
Jan Schatteman 29346e6f19 HHH-17635 - Add test for issue
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-01-18 10:41:41 +01:00
Jan Schatteman d6f09d6e9d HHH-17635 - register custom user types when contributed through a service provider
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-01-18 10:41:41 +01:00
marko-bekhta 733b555e86 HHH-17619 Add the multitenancy filter in a stateless session 2024-01-15 12:30:30 +01:00
Marco Belladelli f5800a0388 HHH-17435 Small fixes to trim() function 2024-01-15 12:02:54 +01:00
Christian Beikov 8250f13d77 HHH-17639 Make recursive CTE cycle detection emulation independent of collation 2024-01-15 06:38:38 +01:00
Andrea Boriero 899bf7b4fb HHH-17632 AssertionError when updating entity with lazy loading property and bytecode enhancement 2024-01-12 17:01:56 +01:00
Andrea Boriero 8f3cc245ce HHH-17632 Add test for issue 2024-01-12 17:01:56 +01:00
Marco Belladelli b8d9552803 HHH-17492 Allow parameter inferred mapping for same java types 2024-01-12 17:01:12 +01:00
Marco Belladelli dc2c2823ed HHH-17492 Add test for issue 2024-01-12 17:01:12 +01:00
Marco Belladelli 8daa7ced49 HHH-17435 Allow input param as trim character and fix single quote 2024-01-12 12:53:20 +01:00
Marco Belladelli bc1210e641 HHH-17435 Add test for issue 2024-01-12 12:53:19 +01:00
Marco Belladelli c7658e1cab HHH-17615 Small fix to entity joins with soft-delete and inheritance 2024-01-11 19:35:12 +01:00
Marco Belladelli b99b6e4146 HHH-17615 Fix pruning of soft delete table for joined inheritance 2024-01-11 19:35:12 +01:00
Christian Beikov 6827581a38 HHH-17106 Fix ClassCastException when using length 1 named enum mapping 2024-01-10 12:47:23 +01:00
Andrea Boriero 19081ba565 HHH-17621 UnsupportedOperationException when merging an entity with a @Any mapping 2024-01-10 12:16:55 +01:00