Commit Graph

17563 Commits

Author SHA1 Message Date
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
Andrea Boriero 2ec2cf2343 HHH-17621 Add test for issue 2024-01-10 12:16:55 +01:00
Jan Schatteman 872d9ef1f7 HHH-17616 - More work related to moving resources
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-01-10 12:13:06 +01:00
Andrea Boriero 2555a05cb6 HHH-1645 HHH-17395 Refresh with LockMode on an unitialized proxy does not work 2024-01-09 12:13:57 +01:00
Andrea Boriero 49190fda66 HHH-1645 enabled test for issue 2024-01-09 12:13:57 +01:00
Daniel Mensinger e32d11ef6b HHH-17395 test case 2024-01-09 12:13:57 +01:00
Jan Schatteman 8f2321ef6b HHH-17616 - Move resources that were still in src/java to src/resources (hibernate-community-dialects)
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-01-08 18:53:22 +01:00
Andrea Boriero 24b516253a HHH-17307 Hibernate 6 ListResultsConsumer.Results#addUnique really slow for ElementCollections 2024-01-08 18:52:29 +01:00
Christian Beikov 6e79643a55 HHH-17623 Test and fix use of association in @OrderBy 2024-01-08 18:52:29 +01:00
Marco Belladelli 5a27b2a4da HHH-17483 Fix applyDiscriminator treat for nested inheritance subtypes
Also small fix to joined-inheritance pruning.
2024-01-08 16:12:34 +01:00
Marco Belladelli 98ba4fca29 HHH-17483 Add test for issue 2024-01-08 16:12:34 +01:00
Jan Schatteman c9f79733bc HHH-17616 - Move resources that were still in src/java to src/resources (hibernate-core)
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2024-01-08 10:05:35 +01:00
Marco Belladelli 8e5f847201 HHH-17490 Fix not in and empty list parameter predicate 2024-01-05 18:46:24 +01:00
Marco Belladelli cfe41ed8bb HHH-17606 Fix nested generic join path resolution 2024-01-04 18:21:46 +01:00