Lukas Eder
070d47a161
Release 3.20.0-SNAPSHOT
2023-12-15 17:16:27 +01:00
Lukas Eder
05f24d79e3
Release 3.19.1-SNAPSHOT
2023-12-15 17:08:05 +01:00
Lukas Eder
04dbbf4639
Release 3.19.0
2023-12-15 14:05:22 +01:00
Lukas Eder
5988833d09
Release 3.19.0-SNAPSHOT
2023-03-08 13:41:09 +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
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
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
a60f5df8fb
[ jOOQ/jOOQ#13399 ] Updated a few dependencies
2022-04-06 11:44:16 +02:00
Lukas Eder
618a15f235
Release 3.17.0-SNAPSHOT
2022-01-04 16:34:34 +01:00
Lukas Eder
c67e718892
Release 3.16.0-SNAPSHOT
2021-07-05 17:30:40 +02:00
Lukas Eder
a0adea2e63
[ jOOQ/jOOQ#7789 ] Support Java 8 only in Professional and Enterprise
...
Edition
2021-06-10 16:13:32 +02:00
Lukas Eder
20a60f6f38
[ jOOQ/jOOQ#10972 ] Downgrade ErrorProne again
2020-11-19 11:09:12 +01:00
Lukas Eder
8076b700f3
[ jOOQ/jOOQ#10972 ] Upgraded error prone and other dependencies
2020-11-18 16:54:52 +01:00
Lukas Eder
7cff2cae7e
Release 3.15.0-SNAPSHOT
2020-10-20 10:20:20 +02:00
Knut Wannheden
9faa244a0d
[ #282 ] Stop removing trailing spaces outside delimited code regions
2020-02-20 12:20:19 +01:00
Lukas Eder
330dac76de
Release 3.14.0-SNAPSHOT
2020-02-12 11:29:19 +01:00
Knut Wannheden
5ae89a4373
[ jOOQ/jOOQ#9487 ] Consistently use <parent> in pom.xml files
...
All jOOQ Maven projects now use a jOOQ <parent> project (either
`jooq-parent` or `jooq-examples`).
2019-11-13 12:27:07 +01:00
Knut Wannheden
1159627a41
[ jOOQ/jOOQ#9487 ] Harmonize <version> in all Maven pom.xml files
...
Now all `pom.xml` files explicitly state the version in the `<version>`
element. E.g. `<version>3.13.0-SNAPSHOT</version>`. Dependencies to
other jOOQ modules are always declared using
`<version>${project.version}</version>`.
2019-11-13 11:40:52 +01:00
Lukas Eder
c7de396031
[ jOOQ/jOOQ#9401 ] Downgrade JAXB dependencies to 2.2 for all JDKs
2019-10-17 16:39:14 +02:00
Lukas Eder
c441feb897
[ jOOQ/jOOQ#9401 ] Java 8 distribution references JAXB 2.3.0, which doesn't work pre JDK 9
2019-10-17 15:32:31 +02:00
Lukas Eder
1076cefd1d
[ jOOQ/jOOQ#9155 ] Various third party dependency updates
2019-09-04 10:26:11 +02:00
Knut Wannheden
d27dbf4117
Preparing master for 3.13 release cycle
2019-08-29 16:12:59 +02:00
Lukas Eder
854375dbcf
[ jOOQ/jOOQ#7789 ] Revert change
...
The jOOQ 3.12 Open Source Edition will continue to support Java 8. The only things we gain from the JDK 11 dependency is:
- Updated logic for reflection when mapping into proxied default methods (that stuff has changed completely in JDK 9). This is a regression, which we can live with. The workaround is to write a custom
- Explicit dependency on the JDK 9 API, for which we provide a Java 8 compatible alternative via reactive streams anyway.
- JDBC 4.3 compatibility (mostly sharding). We currently don't use that yet.
We're not even using internally, outside of a few integration tests. So, we'll postpone the JDK 11 *requirement* (while supporting it nonetheless) to a later release, e.g. 3.13. We'll observe market share shifts. Currently Java 11's market share is a bit of a disappointment, so making it a requirement might be premature.
2019-07-26 15:18:18 +02:00
Knut Wannheden
17c3871525
Remove some duplicated static imports for SQLDialect
2019-06-28 16:16:56 +02:00
lukaseder
a7215a91ba
[ #8551 ] Support old SQLDialects only in commercial distributions
2019-04-18 16:11:37 +02:00
Knut Wannheden
ed38769655
[ #7789 ] Change Maven projects to use Java 11
2019-04-05 10:36:37 +02:00
lukaseder
130040e2e6
[ #5899 ] jOOQ-checker should provide both checker-framework and ErrorProne checks
2019-02-14 12:33:41 +01:00
lukaseder
e837ad67f0
[ #5899 ] jOOQ-checker should provide both checker-framework and ErrorProne checks
2019-02-14 12:33:27 +01:00
lukaseder
a546e58996
[ #5899 ] jOOQ-checker should provide both checker-framework and ErrorProne checks
2019-02-14 12:21:54 +01:00
lukaseder
83fc7d7333
[ #5899 ] jOOQ-checker should provide both checker-framework and ErrorProne checks
2019-02-14 12:17:44 +01:00
lukaseder
eb9235268e
Re-add <source> / <target> tags to compiler plugin
2018-10-11 16:30:01 +02:00
lukaseder
e09979901a
Upgraded maven-compiler-plugin
2018-07-30 11:35:07 +02:00
lukaseder
3f76c48a0a
[ #7587 ] [ #7658 ] Use --release flag in JDK 9+ based builds
2018-07-10 15:37:47 +02:00
lukaseder
22b200a389
Release 3.12.0-SNAPSHOT
2018-06-08 10:03:57 +02:00
lukaseder
23df47ba4f
Release 3.11.0
2018-06-07 16:45:37 +02:00
lukaseder
059efb93e4
Release 3.11.0-SNAPSHOT
2017-09-29 15:49:30 +02:00
lukaseder
c3fdb76403
Release 3.10.0
2017-09-29 14:44:26 +02:00
lukaseder
2470d00b29
[ #6611 ] Updated Maven dependencies
2017-09-27 13:26:11 +02:00
lukaseder
1ed96d2f18
[ #5754 ] Remove copyright (and dates) from file headers
2017-01-02 17:14:26 +01:00
lukaseder
d1e1f3e648
Release 3.10.0-SNAPSHOT
2016-12-23 16:36:19 +01:00
lukaseder
e0c0ed0229
Release 3.9.0
2016-12-23 11:53:13 +01:00
lukaseder
a603d745fb
[ #5245 ] Improved @Require behaviour and spec
2016-05-15 16:15:48 +02:00
lukaseder
af674a1913
Fixed URL
2016-05-09 15:04:02 +02:00
lukaseder
8897304d42
[ #5246 ] Add an org.jooq.Allow.PlainSQL annotation and a PlainSQLChecker using JSR-308 and the checker framework
2016-05-09 13:03:14 +02:00
lukaseder
01bece477c
[ #5245 ] Remove unneeded resources
2016-05-09 12:13:33 +02:00
lukaseder
ae40bd5c27
[ #5245 ] Add org.jooq.Allow and org.jooq.Require annotation and a SQLDialectChecker using JSR-308 and the checker framework
2016-05-09 12:12:32 +02:00