Commit Graph

11 Commits

Author SHA1 Message Date
Lukas Eder
e63719fad0 [jOOQ/jOOQ#12430] Make Java 17 the baseline for the jOOQ Open Source Edition 2022-05-23 16:45:35 +02:00
Lukas Eder
0e1bfcfa46 [jOOQ/jOOQ#11071] Fix nested record backports
Nested records are implicitly static and final. We only made them final, but not static, which can cause issues when using DefaultRecordMapper on those records (mapping(R::new) isn't a problem, because the Java compiler can work with both static and inner classes, this way)
2022-05-20 09:22:50 +02:00
Lukas Eder
1fba4f822b [jOOQ/jOOQ#13336] Re-generated example code 2022-03-24 16:15:09 +01:00
Lukas Eder
4e20c95e33 [jOOQ/jOOQ#13069] Avoid generating commercial-only code 2022-02-16 08:24:41 +01:00
Lukas Eder
b8f1d35876 [jOOQ/jOOQ#13069] Generate convenience methods for common MULTISET and ROW nestings 2022-02-15 16:41:25 +01:00
Lukas Eder
a0844da81c https://github.com/r2dbc/r2dbc-h2/issues/203 has been released 2022-01-13 17:16:42 +01:00
Lukas Eder
abb824b51a [jOOQ/jOOQ#9641] Some jakarta related example fixes 2022-01-05 10:26:21 +01:00
Lukas Eder
ab03dda749 Re-generated example code 2021-11-22 09:27:09 +01:00
Lukas Eder
3a73dfe389 Avoid using var in example 2021-08-19 11:21:29 +02:00
Lukas Eder
471a4ce183 Improve comment, better println 2021-06-25 10:00:31 +02:00
Lukas Eder
57e3a84f57 [jOOQ/jOOQ#6551] Add a testcontainers example 2021-06-24 16:38:48 +02:00