Yoann Rodière
dc72e0f817
Mention Maven Compiler Plugin 3.12 in migration guide
2023-12-19 11:46:20 +01:00
Yoann Rodière
6e7e83277d
Don't mention HHH-17362 in migration guide
...
It's not a solution, see https://hibernate.atlassian.net/browse/HHH-17362?focusedCommentId=113465
2023-12-04 09:16:32 +01:00
Hibernate-CI
80e148b37b
Post-steps for release : `6.3.2.Final`
2023-11-23 14:51:56 +00:00
Hibernate-CI
88068a9242
Pre-steps for release : `6.3.2.Final`
2023-11-23 14:50:19 +00:00
Yoann Rodière
cdbc880215
Fix dead link in migration guide
2023-11-20 11:51:30 +01:00
Marco Belladelli
42e7ce8249
HHH-17328 Add discriminator to entity graph with inheritance subtypes
2023-11-16 15:18:14 +01:00
Marco Belladelli
b96fd92d92
HHH-17328 Add test for issue
2023-11-16 15:18:14 +01:00
Davide D'Alto
1b9c6073db
HHH-17428 ParameterMarkerStrategy markers are 1 based
...
The position argument in `ParameterMarkerStrategy#createMarker` is
1-based, but `StandardTemporaryTableExporter#getSqlTruncateCommand` calls
it passing a 0.
Hibernate Reactive is affected by this when running queries on
CockroachDB. Hibernate ORM generates queries using `?` as marker
and it's not affected by it unless somebody implements the service.
2023-11-16 12:24:33 +01:00
Marco Belladelli
1cab99146d
HHH-17292 Correct find subtypes attribute for nested types
2023-11-15 11:06:37 +01:00
Marco Belladelli
7678996bef
HHH-17292 Add test for issue
2023-11-15 11:06:37 +01:00
Marco Belladelli
b455277845
HHH-17415 Improved check for entity valued path expansion in subqueries
2023-11-14 17:36:33 +01:00
Marco Belladelli
bc7746ac5d
HHH-17415 Add test for issue
2023-11-14 17:36:33 +01:00
Marco Belladelli
017325e1f5
HHH-17308 Fix result set mapping paths for id-class
2023-11-14 17:35:57 +01:00
gtoison
ad28ae49ed
HHH-17308 Add test for issue
2023-11-14 17:35:57 +01:00
Christian Beikov
fab44d325d
HHH-17411 Fix fetch join on treated join leads to not cause owner not selected error
2023-11-13 20:24:06 +01:00
Christian Beikov
b89ef5dd04
HHH-17102 Fix @SqlResultSetMapping issue for joined inheritance entity result
2023-11-10 20:12:57 +01:00
Christian Beikov
0ff7325e37
HHH-17412 Special case SqmExpression passed as criteria value to help with surprising javac compiler choices
2023-11-10 12:32:08 +01:00
The-Huginn
633412097f
[HHH-17294] DeepCopy non-Embedded JSON or XML JdbcTypCode attribute using FormatMapper
2023-11-09 19:37:53 +01:00
Leandro Taveras
0e54e84255
[HHH-17294] Test verifying issue where Entity is not marked as dirty if one of its JSON children is modified
2023-11-09 19:37:53 +01:00
Marco Belladelli
b4dabaeadd
HHH-17299 Avoid unneeded treats to the same subtype
2023-11-08 22:26:45 +01:00
Marco Belladelli
1ddf519b76
HHH-17299 Add test for issue
2023-11-08 22:26:45 +01:00
Jan Schatteman
ef55770286
HHH-17367 - Add links to the tutorial's example source code
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-11-07 16:28:21 +01:00
Christian Beikov
a2f840b439
HHH-17383 Association is null in lazy initialized element collection
2023-11-06 17:59:56 +01:00
dependabot[bot]
d9369c7dd6
Bump com.gradle.common-custom-user-data-gradle-plugin
...
Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.11.3 to 1.12.
---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-06 16:14:24 +01:00
Christian Beikov
08fc9ea054
HHH-17386 Fix type inference source reset for top level predicates
2023-11-06 16:10:28 +01:00
Christian Beikov
83d9a2eef1
HHH-16843 Migration guide entry
2023-11-06 11:33:56 +01:00
Yoann Rodière
a33dec6f39
HHH-17157 More guidance in the migration guide for hibernate-jpamodelgen changes
2023-11-02 21:54:46 +01:00
Marco Belladelli
d2f0e05126
HHH-17329 Resolve state for query cache for initialized proxies
2023-10-25 10:52:44 +02:00
Marco Belladelli
6c28f9edc1
HHH-17329 Add test for issue
2023-10-25 10:52:44 +02:00
Christian Beikov
75744568e5
HHH-17351 Add missing basic type registration after changing preferred jdbc type
2023-10-24 13:56:54 +02:00
Marco Belladelli
eaf2155033
HHH-17332 Handle anonymous tuples when resolving mapping expressible
2023-10-23 14:49:53 +02:00
Marco Belladelli
19b677ab31
HHH-17332 Add test for issue
2023-10-23 14:49:53 +02:00
Marco Belladelli
54c5f3acc3
HHH-17283 Correct tuple length for subqueries and attribute joins
2023-10-20 14:26:59 +02:00
Marco Belladelli
9b18916682
HHH-17283 Add test for issue
2023-10-20 14:26:59 +02:00
Marco Belladelli
4a0faf77ef
HHH-17285 Fix support for dot-separated map key paths
2023-10-17 16:51:47 +02:00
Marco Belladelli
d7761cf0d2
HHH-17285 Add test for issue
2023-10-17 16:51:46 +02:00
Davide D'Alto
fa9bdac794
HHH-17281 Make EntityUpdateAction#handleDeleted protected
2023-10-17 16:03:38 +02:00
Christian Beikov
68afa5607f
HHH-16595 Optimize away nested table group joins when possible
2023-10-17 09:00:47 +02:00
Christian Beikov
0179750a69
HHH-17323 Add annotation processor for tests explicitly
2023-10-16 12:52:33 +02:00
Christian Beikov
e2b82a7d32
Fix Oracle 11 test failure
2023-10-16 09:44:08 +02:00
Christian Beikov
743cf1326d
Update checker and adapt memory configuration
2023-10-13 16:49:43 +02:00
Christian Beikov
ace17bfeb4
Fix HANA test failures
2023-10-13 14:25:33 +02:00
LLEFEVRE
74703280d2
HHH-17315 Reduce Oracle database user privileges to avoid cross schemas clashes
2023-10-13 14:24:57 +02:00
The-Huginn
73b6b0f688
[HHH-17288] Reference primary key only if all properties match
2023-10-13 13:05:43 +02:00
The-Huginn
2f2d7833eb
[HHH-17288] Create test with OneToOne relation
2023-10-13 13:05:43 +02:00
Christian Beikov
d3bb240090
Fix Oracle 11 issues with aliases and disable FollowOnLockingTest on that version
2023-10-12 11:41:55 +02:00
Steve Ebersole
9fd2fcfc05
HHH-17157 - Some improvements to the metamodel generator documentation
...
(cherry picked from commit da522846d8
)
2023-10-11 12:23:00 -05:00
Andrea Boriero
4ee3e400a4
HHH-16486 StandardTemporaryTableExporter generates queries with the wrong parameter marker
2023-10-11 19:11:32 +02:00
Andrea Boriero
bc00a8df20
HHH-16486 Add test for issue
2023-10-11 19:11:32 +02:00
Andrea Boriero
55a0f34184
HHH-17262 JdbcTypeRecommendationException when using <mapping-file> of persistence.xml file when using <mapping-file> of persistence.xml file
2023-10-11 19:11:20 +02:00