Yoann Rodière
a79b4df426
HHH-16497 Deprecate JUnit 4 testing annotations
2023-04-25 11:54:13 +02:00
Yoann Rodière
9a9f027f82
HHH-16458 Close JDBC statement when DeferredResultSetAccess fails to execute a query
2023-04-25 10:33:09 +02:00
Cedomir Igaly
29a4d6bf06
HHH-16261 - Change Gradle build script to allow separate builds using JDK 11 and JDK 17
2023-04-25 10:21:33 +02:00
Cedomir Igaly
2246f4225c
HHH-16261 - Avoid explicit use of ElementKind.RECORD to make code compilable under JDK 11
2023-04-25 10:21:33 +02:00
Cedomir Igaly
bb3c647252
HHH-16261 - Fixed formatting
2023-04-25 10:21:33 +02:00
Cedomir Igaly
dad3f500eb
HHH-16261 - Not ignoring JDK 14 records when processing
2023-04-25 10:21:33 +02:00
Cedomir Igaly
672eaed86c
HHH-16261 - More strict test case
2023-04-25 10:21:33 +02:00
Cedomir Igaly
643cd32504
HHH-16261 - Check if address field has been generated in Author_ class
2023-04-25 10:21:33 +02:00
Cedomir Igaly
52e84fb3e4
HHH-16261 - Test case for HHH-16261
2023-04-25 10:21:33 +02:00
Christian Beikov
c73f4e26a1
Ignore some random UUID tests on Sybase to reduce trailing zero bytes related failures
2023-04-25 09:34:15 +02:00
Christian Beikov
48b34b004a
HHH-15602 Fix small typo
2023-04-25 09:34:14 +02:00
Christian Beikov
fc069afed7
HHH-16485 Insert ordering doesn't consider root entity names
2023-04-25 09:34:14 +02:00
Christian Beikov
982b132213
HHH-15602 Fix bidirectional association management code
2023-04-25 06:50:53 +02:00
Christoph Dreis
a5ae8737a6
HHH-16500 Remove unnecessary reflection from JpaStreamTest
2023-04-24 20:06:47 +02:00
Christoph Dreis
a8b1dfd7be
HHH-16508 Remove StreamDecorators
2023-04-24 20:06:47 +02:00
dependabot[bot]
911887328c
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:27 +02:00
Christian Beikov
75caf15e6b
HHH-16382 Fix resolving table references especially for self-referential associations
2023-04-24 20:02:44 +02:00
Gavin
540fb0c996
minor fixes to the SQL highlighter
2023-04-24 14:38:21 +02:00
Andrea Boriero
99f45f042e
HHH-16492 Hibernate 6 does not auto flush when calling Query.stream() with NativeQuery
2023-04-24 14:32:34 +02:00
Andrea Boriero
309cafbf93
HHH-16492 Add test for issue
2023-04-24 14:32:34 +02:00
Andrea Boriero
5a49d04255
HHH-16479 Generic enum in @MappedSuperclass fails with java.lang.IllegalArgumentException: Named type [...] did not implement BasicType nor UserType
2023-04-24 14:24:51 +02:00
Andrea Boriero
962d483684
HHH-16479 Add test for issue
2023-04-24 14:24:51 +02:00
Gavin
642959dc75
clean up two SQL queries in OracleDialect
2023-04-24 12:49:11 +02:00
Gavin
106dc33a18
proof of concept for auto-detection of Oracle MAX_STRING_SIZE
2023-04-24 12:49:11 +02:00
Gavin
3aa47ad423
fix test
2023-04-22 22:53:03 +02:00
Gavin
b2883fd9a2
log highlighted SQL from tests
2023-04-22 20:48:27 +02:00
Gavin
19e2f1ce22
HHH-16501 allow referencedColumnName to column mapped by superclass of target entity
2023-04-22 20:40:52 +02:00
Marco Belladelli
6a03676c9f
HHH-16362 Don't set fetched on nested non-terminal attribute joins
2023-04-21 16:27:34 +02:00
Marco Belladelli
ff4bcafd52
HHH-16362 Add test for issue
2023-04-21 16:27:34 +02:00
Marco Belladelli
0addc00d10
HHH-16347 Disable alias and positional order-by items in OVER and WITHIN GROUP clauses
2023-04-21 16:24:08 +02:00
Marco Belladelli
1b3209f38a
HHH-16347 Add test for issue
2023-04-21 16:24:08 +02:00
Andrea Boriero
add6d84310
HHH-16471 Entities serialized in QueryKey causes java.lang.ClassCastException
2023-04-21 13:55:08 +02:00
Andrea Boriero
b1a4890c3e
HHH-16471 Add test for issue
2023-04-21 13:55:08 +02:00
Gavin
2c16e25a71
add some examples of interpretation of column Length
2023-04-21 11:57:15 +02:00
Andrea Boriero
6c69c45af8
HHH-16477 LAZY @ManyToOne may again break EAGER @ManyToOne with Bytecode Enhancement
2023-04-20 11:38:27 +02:00
Tomas Cerskus
98e12e541f
HHH-16477 LAZY @ManyToOne may again break EAGER @ManyToOne with Bytecode Enhancement
2023-04-20 11:38:27 +02:00
Andrea Boriero
9b85afc88c
HHH-16457 Values returned in ValueAccess.getValues() and getValue(…) not alphabetical for Java records
2023-04-20 11:33:53 +02:00
Andrea Boriero
6e4b5cc0a0
HHH-16457 Add test for issue
2023-04-20 11:33:53 +02:00
Andrea Boriero
6188eeb681
HHH-16493 OneToManyCollectionPart doesn't disassemble properly embeddable IdClass
2023-04-20 11:28:51 +02:00
Andrea Boriero
60b209e6ee
HHH-16493 Add test for issue
2023-04-20 11:28:51 +02:00
Steve Ebersole
959858f8bc
HHH-16481 - Add a new WrapperArrayHandling for enabled JPA compliance
2023-04-19 23:43:11 -04:00
Steve Ebersole
d7c5db47f6
HHH-16482 - Convert Functions in StandardConverters to static methods that can be used as method references
2023-04-19 23:29:19 -04:00
Jan Schatteman
85a636c856
HHH-16438 - Apply some suggestions from Christian's code review
...
Co-authored-by: Christian Beikov <christian.beikov@gmail.com>
2023-04-19 18:52:42 +02:00
Jan Schatteman
6b21d436ce
HHH-16438 - fix for issue
...
- move the discriminator condition from the where clause to the join clause
- add another test to JoinWithSingleTableInheritanceTest
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2023-04-19 18:52:42 +02:00
Jan Schatteman
11012ea2c8
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>
2023-04-19 18:52:42 +02:00
Gavin
0674300d87
fix outdated section of user guide relating to Dialects
2023-04-18 18:01:13 +02:00
Christian Beikov
19da8f3e7c
HHH-16468 Simplify embeddable key handling
2023-04-17 15:31:53 +02:00
Andrea Boriero
d95b800d15
HHH-16468 Don't create fetch for _identifierMapper anymore
2023-04-17 15:31:53 +02:00
Christian Beikov
9a12cae280
HHH-16468 Don't create fetch for _identifierMapper anymore
2023-04-17 15:31:53 +02:00
Gavin
cb413fe134
squash 3 warnings by adding wildcard
2023-04-16 13:40:21 +02:00