Steve Ebersole
991ea65c7c
HHH-16511 - Ability to drop-in extra JDBC drivers
...
(cherry picked from commit 519f0f7ced
)
2023-04-25 05:00:21 -05:00
Yoann Rodière
9ba296ed98
HHH-16497 Deprecate JUnit 4 testing annotations
2023-04-25 11:55:06 +02:00
Yoann Rodière
20842f80bd
HHH-16458 Close JDBC statement when DeferredResultSetAccess fails to execute a query
2023-04-25 10:33:06 +02:00
Cedomir Igaly
01161e6318
HHH-16261 - Change Gradle build script to allow separate builds using JDK 11 and JDK 17
2023-04-25 10:22:58 +02:00
Cedomir Igaly
0b1d1a1595
HHH-16261 - Avoid explicit use of ElementKind.RECORD to make code compilable under JDK 11
2023-04-25 10:22:58 +02:00
Cedomir Igaly
bece9e90bf
HHH-16261 - Fixed formatting
2023-04-25 10:22:58 +02:00
Cedomir Igaly
17fb2b9436
HHH-16261 - Not ignoring JDK 14 records when processing
2023-04-25 10:22:58 +02:00
Cedomir Igaly
d8dfa709da
HHH-16261 - More strict test case
2023-04-25 10:22:58 +02:00
Cedomir Igaly
d9c074de62
HHH-16261 - Check if address field has been generated in Author_ class
2023-04-25 10:22:57 +02:00
Cedomir Igaly
de8b40ea79
HHH-16261 - Test case for HHH-16261
2023-04-25 10:22:57 +02:00
Christian Beikov
9be331cb97
Ignore some random UUID tests on Sybase to reduce trailing zero bytes related failures
2023-04-25 09:33:08 +02:00
Christian Beikov
aa4f68f89b
HHH-15602 Fix small typo
2023-04-25 09:33:08 +02:00
Christian Beikov
4203d0d08a
HHH-16485 Insert ordering doesn't consider root entity names
2023-04-25 09:33:08 +02:00
Christian Beikov
4a55422187
HHH-15602 Fix bidirectional association management code
2023-04-25 06:49:54 +02:00
Christoph Dreis
5303295c31
HHH-16500 Remove unnecessary reflection from JpaStreamTest
2023-04-24 20:07:17 +02:00
Christoph Dreis
8b006b49b4
HHH-16508 Remove StreamDecorators
2023-04-24 20:07:17 +02:00
dependabot[bot]
62901a5246
Bump com.gradle.enterprise from 3.12.6 to 3.13
...
Bumps com.gradle.enterprise from 3.12.6 to 3.13.
---
updated-dependencies:
- dependency-name: com.gradle.enterprise
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-04-24 20:04:49 +02:00
Christian Beikov
e96402a005
HHH-16382 Fix resolving table references especially for self-referential associations
2023-04-24 20:04:18 +02:00
Andrea Boriero
b754325cab
HHH-16492 Hibernate 6 does not auto flush when calling Query.stream() with NativeQuery
2023-04-24 14:33:22 +02:00
Andrea Boriero
343da6efb6
HHH-16492 Add test for issue
2023-04-24 14:33:14 +02:00
Andrea Boriero
23e2b40ae8
HHH-16479 Generic enum in @MappedSuperclass fails with java.lang.IllegalArgumentException: Named type [...] did not implement BasicType nor UserType
2023-04-24 14:25:53 +02:00
Andrea Boriero
31c5be55ed
HHH-16479 Add test for issue
2023-04-24 14:25:44 +02:00
Marco Belladelli
88f1e156a3
HHH-16362 Don't set fetched on nested non-terminal attribute joins
2023-04-21 16:25:41 +02:00
Marco Belladelli
e564ca4dde
HHH-16362 Add test for issue
2023-04-21 16:25:38 +02:00
Marco Belladelli
bb26212f24
HHH-16347 Disable alias and positional order-by items in OVER and WITHIN GROUP clauses
2023-04-21 16:08:07 +02:00
Marco Belladelli
6990346506
HHH-16347 Add test for issue
2023-04-21 16:08:03 +02:00
Andrea Boriero
46041a138d
HHH-16471 Entities serialized in QueryKey causes java.lang.ClassCastException
2023-04-21 13:56:12 +02:00
Andrea Boriero
9c4745924e
HHH-16471 Add test for issue
2023-04-21 13:56:03 +02:00
Andrea Boriero
a345ed54b2
HHH-16477 LAZY @ManyToOne may again break EAGER @ManyToOne with Bytecode Enhancement
2023-04-20 11:39:30 +02:00
Tomas Cerskus
f127aa1ca4
HHH-16477 LAZY @ManyToOne may again break EAGER @ManyToOne with Bytecode Enhancement
2023-04-20 11:39:20 +02:00
Andrea Boriero
80b32fcd35
HHH-16457 Values returned in ValueAccess.getValues() and getValue(…) not alphabetical for Java records
2023-04-20 11:34:50 +02:00
Andrea Boriero
6a9ff46f63
HHH-16457 Add test for issue
2023-04-20 11:34:42 +02:00
Andrea Boriero
9e97115470
HHH-16493 OneToManyCollectionPart doesn't disassemble properly embeddable IdClass
2023-04-20 11:30:07 +02:00
Andrea Boriero
610c31c0ee
HHH-16493 Add test for issue
2023-04-20 11:29:58 +02:00
Steve Ebersole
ab195021c8
HHH-16481 - Add a new WrapperArrayHandling for enabled JPA compliance
...
(cherry picked from commit 959858f8bc
)
2023-04-19 23:44:07 -04:00
Steve Ebersole
9db89979bf
HHH-16482 - Convert Functions in StandardConverters to static methods that can be used as method references
...
(cherry picked from commit d7c5db47f6
)
2023-04-19 23:42:01 -04:00
Jan Schatteman
f5be9556d7
HHH-16438 - Add test for issue where left outer joins do not work with single table polymorphic entities because of the discriminator in the where clause
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
HHH-16438 - fix for issue
- move the discriminator condition from the where clause to the join clause
- add another test to JoinWithSingleTableInheritanceTest
HHH-16438 - Apply some suggestions from Christian's code review
Co-authored-by: Christian Beikov <christian.beikov@gmail.com>
2023-04-19 23:50:46 +02:00
Christian Beikov
995aa53fc0
HHH-16468 Simplify embeddable key handling
2023-04-17 15:36:26 +02:00
Andrea Boriero
85434f0f09
HHH-16468 Don't create fetch for _identifierMapper anymore
2023-04-17 15:36:26 +02:00
Christian Beikov
3ee817008a
HHH-16468 Don't create fetch for _identifierMapper anymore
2023-04-17 15:36:26 +02:00
Marco Belladelli
5a3d60f508
Fix fragile tests
2023-04-14 13:56:38 +02:00
Hibernate-CI
28929487cd
Post-steps for release : `6.2.1.Final`
2023-04-14 09:53:42 +00:00
Hibernate-CI
0b912fe422
Pre-steps for release : `6.2.1.Final`
2023-04-14 09:48:12 +00:00
Marco Belladelli
a02723c3ee
Fix GenerateDescriptorTask
2023-04-14 11:46:26 +02:00
Marco Belladelli
fb788baa79
Make ReleaseFamilyIdentifier serializable
2023-04-14 11:22:59 +02:00
Marco Belladelli
1382929311
HHH-16349 Correct entity valued path selectable expansion
2023-04-14 08:58:20 +02:00
Marco Belladelli
7d94921dc9
HHH-16349 Add test for issue
2023-04-14 08:58:14 +02:00
Marco Belladelli
a22a2c8327
HHH-16459 Fix inline dirty checking with generics and inheritance
2023-04-14 08:49:18 +02:00
Yoann Rodière
47bdd016a1
HHH-16459 Test bytecode-enhanced inline dirty tracking for generic associations from mapped superclasses
2023-04-14 08:49:03 +02:00
Yoann Rodière
7d3f6188f8
HHH-16459 Expand existing test of generic associations to ToOne associations
2023-04-14 08:48:56 +02:00