Commit Graph

312 Commits

Author SHA1 Message Date
Lukas Eder
7ef55aff8c [jOOQ/jOOQ#9335] Add a jooq-kotlin-coroutines extensions module 2022-06-01 09:28:00 +02:00
Lukas Eder
5bc5261690 [jOOQ/jOOQ#13605] Add explicit jackson core dependency, too 2022-05-31 14:02:18 +02:00
Lukas Eder
e55c60d3a7 [jOOQ/jOOQ#13605] Call findAndAddModules() 2022-05-26 17:09:40 +02:00
Lukas Eder
11467e91c2 [jOOQ/jOOQ#13605] Add JSONtoJacksonConverter, JSONBtoJacksonConverter, XMLtoJAXBConverter implementations 2022-05-26 15:56:49 +02:00
dependabot[bot]
c36580e8da
Bump spring-core from 5.3.19 to 5.3.20
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.19 to 5.3.20.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.19...v5.3.20)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-25 06:39:40 +00: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
3d4af4f206 [jOOQ/jOOQ#12989] Update R2DBC dependency to 0.9.1.RELEASE 2022-05-17 11:58:18 +02:00
Lukas Eder
6f099c6cc9 [jOOQ/jOOQ#13053] java.lang.NoClassDefFoundError: org/postgresql/util/PGInterval when rendering SQL without the pgjdbc dependency 2022-05-06 10:45:48 +02:00
Lukas Eder
5236080692 [jOOQ/jOOQ#13482] Upgrade H2 dependency to 2.1.212 2022-04-26 10:03:23 +02:00
dependabot[bot]
ec8ef4241c
Bump spring-core from 5.3.18 to 5.3.19
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.18 to 5.3.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.18...v5.3.19)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-22 22:10:20 +00:00
Lukas Eder
a60f5df8fb [jOOQ/jOOQ#13399] Updated a few dependencies 2022-04-06 11:44:16 +02:00
dependabot[bot]
5a707075c2
Bump spring-core from 5.3.16 to 5.3.18
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.16 to 5.3.18.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.16...v5.3.18)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 20:04:57 +00:00
Lukas Eder
29f561efb1 Updated maven-compiler-plugin 2022-03-31 11:08:42 +02:00
Lukas Eder
78b5fbfdeb [jOOQ/jOOQ#13195] [jOOQ/jOOQ#13271] Support UPDATE .. FROM in SQLite 2022-03-14 12:50:33 +01:00
Lukas Eder
8c00ea2a51 [jOOQ/jOOQ#13195] Add a SQLDialect.SQLITE_3_38 dialect 2022-03-14 12:30:33 +01:00
dependabot[bot]
cac1f6f009
Bump liquibase-core from 4.4.3 to 4.8.0
Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.4.3 to 4.8.0.
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](https://github.com/liquibase/liquibase/compare/v4.4.3...v4.8.0)

---
updated-dependencies:
- dependency-name: org.liquibase:liquibase-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-08 21:29:45 +00:00
Lukas Eder
dd2efda5ab [jOOQ/jOOQ#13244] Upgrade kotlin dependency to 1.6 2022-03-08 17:22:09 +01:00
Lukas Eder
9ef149c5c7 [jOOQ/jOOQ#13194] Various third party dependency updates 2022-03-03 11:55:33 +01:00
Lukas Eder
03222e9ae0 [jOOQ/jOOQ#13156] Work around Oracle / ojdbc bug where JSON_ARRAY()
can't combine bind parameter marker with FORMAT JSON
2022-02-25 17:52:23 +01:00
dependabot[bot]
99a5d02785
Bump postgresql from 42.3.2 to 42.3.3
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.2 to 42.3.3.
- [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.3.2...REL42.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-16 01:20:02 +00:00
Lukas Eder
9c1a9a2bb3 [jOOQ/jOOQ#13031] Add a rootPath property to the LiquibaseDatabase
configuration for the FileSystemResourceAccessor
2022-02-09 18:06:47 +01:00
Lukas Eder
fe9e8854ea [jOOQ/jOOQ#12977] Correctly sequence close() call and completion delegation 2022-02-09 16:27:26 +01:00
Lukas Eder
d7444caf61 [jOOQ/jOOQ#12979] Upgrade pgjdbc to 42.3.2 due to CVE-2022-21724 2022-02-02 16:01:00 +01:00
dependabot[bot]
9002ad4cf1
Bump h2 from 2.0.206 to 2.1.210
Bumps [h2](https://github.com/h2database/h2database) from 2.0.206 to 2.1.210.
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](https://github.com/h2database/h2database/compare/version-2.0.206...version-2.1.210)

---
updated-dependencies:
- dependency-name: com.h2database:h2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 23:21:15 +00:00
Lukas Eder
01e9658b50 [jOOQ/jOOQ#12884] Add reminder to remove explicit upgrade again 2022-01-18 09:27:30 +01:00
Lukas Eder
c5c2bed8c8 [jOOQ/jOOQ#12884] Upgrade jOOQ-checker's error_prone_core's transitive protobuf dependency to mitigate CVE-2021-22569 2022-01-18 09:17:57 +01:00
Lukas Eder
c5e2950a86 [jOOQ/jOOQ#12874] Upgrade org.jetbrains:annotations dependency to 23.0.0 2022-01-17 09:02:30 +01:00
Lukas Eder
8b49c63267 [jOOQ/jOOQ#12862] Upgrade all relevant R2DBC dependencies to
0.9.0.RELEASE
2022-01-13 17:29:59 +01:00
dependabot[bot]
3f3207bfd9
Bump spring-core from 5.3.13 to 5.3.14
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.14.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.13...v5.3.14)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-12 23:32:08 +00:00
Lukas Eder
62d2d17dd1 [jOOQ/jOOQ#12795] Upgrade H2 dependency to 2.0.206 2022-01-07 09:05:30 +01:00
Lukas Eder
db0e2e98f3 [jOOQ/jOOQ#9542] Add a <developers> section 2022-01-05 15:31:53 +01:00
Lukas Eder
618a15f235 Release 3.17.0-SNAPSHOT 2022-01-04 16:34:34 +01:00
Lukas Eder
5ff05d7303 Fix duplicate errorprone.version property 2022-01-04 16:05:48 +01:00
Lukas Eder
7c3940985c Upgrade log4j again 2021-12-31 11:20:11 +01:00
Lukas Eder
a580a6b3dd More log4j CVEs o_O 2021-12-19 10:33:04 +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
2c8fe1d524 [jOOQ/jOOQ#9542] Remove deprecated reference to org.sonatype.oss:oss-parent 2021-12-16 12:53:31 +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
9db4680140 [jOOQ/jOOQ#12193] Upgrade R2DBC dependency to 0.9.0.RELEASE 2021-12-09 10:46:33 +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
d52d2252f6 [jOOQ/jOOQ#9641] Migrate JAXB from javax.xml.bind to jakarta.xml.bind 2021-12-02 18:19:54 +01:00
Lukas Eder
814bb5b142 [jOOQ/jOOQ#9609] Add SQLDialect.H2_2_0_202 2021-12-02 15:15:29 +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
2c9295af0a [jOOQ/jOOQ#12630] The JavaGEnerator.printDeprecationIfUnknownType should
hint at a UDT being in a different schema
2021-11-16 11:14:24 +01:00
Lukas Eder
373d99853c [jOOQ/jOOQ#982] Add support for GIS extensions
- Add support for ST_Contains
- Improvements to the API generator with respect to generated names
2021-11-12 10:44:08 +01:00
Lukas Eder
6201061ac1 [jOOQ/jOOQ#12231] Don't upgrade dependency just yet 2021-10-26 14:20:58 +02:00
Lukas Eder
72cab71578 [jOOQ/jOOQ#12231] Add support for enums in PostgreSQL R2DBC 2021-10-26 14:16:07 +02:00
Lukas Eder
ea92d0d546 Upgrade pgjdbc 2021-10-25 17:02:01 +02:00