Commit Graph

464 Commits

Author SHA1 Message Date
Lukas Eder
10bdafd3c1 Re-generated code 2023-03-21 09:02:36 +01:00
Lukas Eder
5988833d09 Release 3.19.0-SNAPSHOT 2023-03-08 13:41:09 +01:00
Lukas Eder
c36e1e17a5 Re-generated code 2023-03-02 09:53:34 +01:00
Lukas Eder
2f91c57b81 Re-generated example code 2023-02-23 10:01:21 +01:00
Lukas Eder
b7b9801c68 [jOOQ/jOOQ#14586] Update third party dependencies 2023-02-09 17:44:41 +01:00
Lukas Eder
affc154e40 [jOOQ/jOOQ#8779] Tentative example for native image compilation 2023-02-06 09:05:23 +01:00
Lukas Eder
3aab9412ae Re-generated examples code 2023-01-03 09:10:31 +01:00
Lukas Eder
0ae5ebf4df Re-generated examples code 2022-11-02 12:42:33 +01:00
Lukas Eder
359ef49ad6 [jOOQ/jOOQ#14110] License header should use HTTPS rather than HTTP 2022-10-19 10:43:58 +02:00
Lukas Eder
062df8ea78 Re-generated code 2022-09-08 09:17:36 +02:00
Lukas Eder
69844c3180 Updated Oracle connection string 2022-07-28 12:48:56 +02:00
Lukas Eder
f4882581e1 Release 3.18.0-SNAPSHOT 2022-06-23 14:56:33 +02:00
Lukas Eder
81de955e11 Release 3.17.1-SNAPSHOT 2022-06-23 11:25:37 +02:00
Lukas Eder
b1718c6648 [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214
This includes upgrading to 3.18.0-SNAPSHOT on main branch
2022-06-22 11:58:07 +02:00
Lukas Eder
673230c0b6 [jOOQ/jOOQ#8997] Remove jOOQ-spring-example 2022-06-13 14:18:52 +02:00
Lukas Eder
9672f84197 Re-generated example code 2022-06-08 10:56:51 +02:00
Lukas Eder
1d943c9f58 [jOOQ/jOOQ#13399] jOOQ-checker should system property defaults that
apply to the entire checked code
2022-06-02 21:16:56 +02:00
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
91a4e86125 [jOOQ/jOOQ#13542] Replace SPI default implementation class (e.g.
DefaultExecuteListener) by default methods in interface
2022-05-10 10:20:08 +02:00
Lukas Eder
6f0dd6ab7e [jOOQ/jOOQ#5254] Improved some more readme.md files 2022-05-02 10:57:36 +02:00
Lukas Eder
a60f5df8fb [jOOQ/jOOQ#13399] Updated a few dependencies 2022-04-06 11:44:16 +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
a2371ac01d Reference {postgres.version} variable from parent pom.xml 2022-02-16 08:24:28 +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
dependabot[bot]
2c8154b6dd
Bump postgresql in /jOOQ-examples/jOOQ-spark-chart-example
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.8 to 42.2.25.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.8...REL42.2.25)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-02 15:01:25 +00:00
Lukas Eder
ac65a07db2 [jOOQ/jOOQ#12864] OSS Edition H2 INSERT .. RETURNING no longer works if
columns are qualified with a schema
2022-01-14 13:22:52 +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
4f8d28a0bd sakila with lower case 2022-01-10 12:27:40 +01:00
Lukas Eder
abb824b51a [jOOQ/jOOQ#9641] Some jakarta related example fixes 2022-01-05 10:26:21 +01:00
Lukas Eder
e7ed50875a Upgrade Flyway to 8.3 to work around https://github.com/flyway/flyway/issues/3336 2022-01-05 10:00:17 +01:00
Lukas Eder
73afe4c468 Use a -2 suffix in H2's JDBC URLs to indicate H2 2.0
This avoids incompatibilities with files that might be lying around from
H2 1.4
2022-01-05 09:49:47 +01:00
Lukas Eder
618a15f235 Release 3.17.0-SNAPSHOT 2022-01-04 16:34:34 +01:00
Lukas Eder
a48c24009a Avoid CVE-2021-23463 from outdated H2 reference in other examples 2021-12-16 16:28:44 +01:00
Lukas Eder
b702b36439 Remove outdated jOOQ-javaee-example
It's not part of the jOOQ-examples build, and the various dependency versions are heavily outdated. It's not even called JavaEE anymore, but JakartaEE now. If someone asks for it, we can create a new example...
2021-12-16 16:17:19 +01:00
Lukas Eder
da302ef7b8 [jOOQ/jOOQ#9077] Use Configuration, not Component 2021-12-16 15:54:17 +01:00
Lukas Eder
14e5358824 [jOOQ/jOOQ#9077] Add a Spring Boot example, which modifies the Settings
for jOOQ
2021-12-16 15:51:12 +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
00e8e9a504 Update Flyway in jOOQ-flyway-example 2021-12-07 15:59:15 +01:00
Lukas Eder
9e940cccc6 [jOOQ/jOOQ#6492] Added support for XML based meta data, and GenerationOption 2021-12-04 16:50:14 +01:00
Lukas Eder
6a96121bff [jOOQ/jOOQ#9641] Migrate JPA 2021-12-02 21:40:49 +01:00
Lukas Eder
ab03dda749 Re-generated example code 2021-11-22 09:27:09 +01:00
Lukas Eder
083b3063db [jOOQ/jOOQ#12644] Upgrade Spring Boot example to Spring Boot 2.6 2021-11-22 09:26:22 +01:00
Lukas Eder
c04b183435 [jOOQ/jOOQ#12639] Fixed typo 2021-11-19 09:18:41 +01:00
Lukas Eder
de274b5f3f Added missing (?) junit test dependency 2021-11-04 11:14:36 +01:00
Lukas Eder
466b0aeaee Use CURRENT_TIMESTAMP instead of CURTIME 2021-10-25 09:25:35 +02:00
Lukas Eder
3f38845132
Use CURRENT_TIMESTAMP instead of CURTIME
In MariaDB, `UNIX_TIMESTAMP(CURTIME(4))` yields `NULL`, not a meaningful value. It's better to work with `TIMESTAMP` anyway, than with `TIME` types, just in case the benchmark is run at midnight
2021-10-25 09:24:10 +02:00