Lukas Eder
a3a3b94592
[ jOOQ/jOOQ#13594 ] Change the Java 17 distribution to --release 17
2022-05-23 17:02:57 +02:00
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
6f0dd6ab7e
[ jOOQ/jOOQ#5254 ] Improved some more readme.md files
2022-05-02 10:57:36 +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
618a15f235
Release 3.17.0-SNAPSHOT
2022-01-04 16:34:34 +01:00
Lukas Eder
c1dd20a2e0
[ #12733 ] Upgrade examples to log4j 2.16.0
...
Also, downgrade the log4j build to the JDK 8 one to prevent the slf4j troubles presented here: http://www.slf4j.org/faq.html#changesInVersion200
2021-12-14 08:43:56 +01:00
Lukas Eder
d07c1ad2e5
[ jOOQ/jOOQ#12733 ] Update log4j to 2.15.0 because of CVE-2021-44228
2021-12-10 16:08:32 +01:00
Lukas Eder
ab03dda749
Re-generated example code
2021-11-22 09:27:09 +01:00
Lukas Eder
8bbf080a87
[ jOOQ/jOOQ#6551 ] Restore transitive junit dependency
2021-09-07 13:28:34 +02:00
Lukas Eder
0921b2331d
Added readme to testcontainers examples
2021-09-01 13:36:03 +02:00
Lukas Eder
ab919e1753
Configure testcontainers dependencies in parent pom.xml
2021-08-31 13:10:55 +02:00
Lukas Eder
3a73dfe389
Avoid using var in example
2021-08-19 11:21:29 +02:00
Lukas Eder
bb8d9ff6fd
Fix maven-compiler-plugin in jOOQ-testcontainers-example
2021-08-19 09:58:28 +02:00
Lukas Eder
c67e718892
Release 3.16.0-SNAPSHOT
2021-07-05 17:30:40 +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