Lukas Eder
f268bc2bcd
[ jOOQ/jOOQ#2620 ] Add support for BigQuery - WIP
2021-04-23 09:37:45 +02:00
Lukas Eder
4f299afa89
Upgrade HSQLDB to 2.6.0
2021-04-22 16:32:35 +02:00
Lukas Eder
5e69809283
Upgrade test Scala 2.13 version
2021-04-22 09:01:29 +02:00
Lukas Eder
0e61b746af
[ jOOQ/jOOQ#7863 ] Fixed regression in boolean PL/SQL function call emulation
2021-04-21 16:56:08 +02:00
Lukas Eder
5972144ff4
[ jOOQ/jOOQ#11778 ] DefaultRecordMapper should reflect on
...
Class.getRecordComponents()
2021-04-16 16:22:26 +02:00
Lukas Eder
20b8c2f5ef
Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=572909
2021-04-16 14:29:42 +02:00
Lukas Eder
0fad1b0190
[ jOOQ/jOOQ#11729 ] Create a Java 17 distribution
...
- Updated Jenkinsfiles
- Updated .classpath files (assuming Eclipse is Java 16 ready)
- Add import org.jooq.Record where needed (org.jooq.* no longer works)
- Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=572873
- Backport text blocks to pre Java 16
- Backport record types to pre Java 16
- Added a few record types to sources
- Upgraded dependencies to build with Java 16+
- Backport pattern matching
2021-04-16 11:21:40 +02:00
Lukas Eder
6fa0c35287
[ jOOQ/jOOQ#11700 ] Pass TCK
2021-04-02 11:00:55 +02:00
Lukas Eder
6ee6d4eb93
[ jOOQ/jOOQ#10245 ] [ jOOQ/jOOQ#11700 ] Pass TCK
2021-04-01 13:24:13 +02:00
Lukas Eder
4f17f0ea29
[ jOOQ/jOOQ#11740 ] Stop using deprecated ojdbc API
2021-03-31 12:30:33 +02:00
Lukas Eder
bf531df8f2
[ jOOQ/jOOQ#11738 ] Added the optional, provided ojdbc dependency
2021-03-31 11:41:40 +02:00
Lukas Eder
83103e8811
[ jOOQ/jOOQ#11738 ] Added the optional, provided mssql-jdbc dependency
2021-03-31 10:53:45 +02:00
Lukas Eder
de5d49ed10
[ jOOQ/jOOQ#11700 ] Make r2dbc a managed dependency
2021-03-31 10:00:50 +02:00
Lukas Eder
655c2a16c1
[ jOOQ/jOOQ#11700 ] Work around
...
https://github.com/oracle/oracle-r2dbc/issues/17
2021-03-29 17:37:17 +02:00
Lukas Eder
fd0c644b28
Upgraded Xtend
2021-03-29 13:30:56 +02:00
Lukas Eder
9923e22bb5
[ jOOQ/jOOQ#11711 ] Use floating point literals for inline DOUBLE, FLOAT, and REAL literals
2021-03-25 15:23:13 +01:00
Lukas Eder
b483e0bd70
[ jOOQ/jOOQ#11525 ] Upgrade scala version to 2.13.5
2021-02-25 12:40:17 +01:00
Lukas Eder
1c58bc1966
[ jOOQ/jOOQ#8714 ] Support SQL Server function SQUARE()
2021-01-14 15:22:30 +01:00
Lukas Eder
66e86da28e
[ jOOQ/jOOQ#11066 ] Tests failed for jooq-spring-boot-example
2020-12-09 16:51:30 +01:00
Lukas Eder
20a60f6f38
[ jOOQ/jOOQ#10972 ] Downgrade ErrorProne again
2020-11-19 11:09:12 +01:00
Lukas Eder
b8e4d4a759
[ jOOQ/jOOQ#5179 ] OSS edition sync
2020-10-30 11:12:12 +01:00
Lukas Eder
2fa0a98702
[ jOOQ/jOOQ#9684 ] Sync OSS repo
2020-10-28 16:27:40 +01:00
Lukas Eder
fc9ef88716
[ jOOQ/jOOQ#5507 ] Add a new jooq-postgres-extensions module
...
This new module will be used for PostgreSQL specific extensions. The current working draft contains:
- AbstractPostgresBinding for common code of PG specific bindings
- HstoreBinding to bind hstore types
- HstoreConverter to convert hstore types
2020-10-20 16:32:52 +02:00
Lukas Eder
7cff2cae7e
Release 3.15.0-SNAPSHOT
2020-10-20 10:20:20 +02:00
dependabot[bot]
23255178c4
Bump junit from 4.13 to 4.13.1
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 08:27:29 +00:00
Lukas Eder
dd86389eb0
[ jOOQ/jOOQ#10713 ] Upgrade SQLite JDBC dependency from 3.30 to 3.32
2020-10-06 10:07:28 +02:00
Lukas Eder
739f025016
[ jOOQ/jOOQ#10550 ] Avoid Derby upgrade, for now
...
It seems that not all Derby artifacts are available for version number
10.15.2.0
2020-08-27 20:40:44 +02:00
Lukas Eder
1a63f4bcd1
[ jOOQ/jOOQ#10550 ] Remove the Derby SelectQueryImpl.UNION_PARENTHESIS_IN_DERIVED_TABLES emulation
2020-08-27 17:33:04 +02:00
Lukas Eder
6fb7c71c3c
[ jOOQ/jOOQ#10150 ] Work around third party JDK 15 issue
2020-08-07 17:41:32 +02:00
Lukas Eder
971ed06be9
[ jOOQ/jOOQ#2230 ] Added HSQLDB support for interval types
2020-07-29 13:25:19 +02:00
Lukas Eder
bbcc30ac76
[ jOOQ/jOOQ#10267 ] ImmutablePOJOMapperWithParameterNames throws
...
InaccessibleObjectException on module path
2020-07-02 10:36:25 +02:00
Lukas Eder
9707e1ebd3
[ jOOQ/jOOQ#10331 ] Split jOOQ-meta-extensions into jOOQ-meta-extensions-hibernate and jOOQ-meta-extensions-liquibase
...
This fixes [jOOQ/jOOQ#10268 ] Unrelated Liquibase error when using jooq-meta-extensions with Spring Boot
2020-06-30 12:50:29 +02:00
Lukas Eder
ca3fcb8570
This doesn't work
2020-06-23 11:55:44 +02:00
Lukas Eder
474657a44b
[ jOOQ/jOOQ#10128 ] Add support for Postgres 12 materialized CTEs
2020-06-23 11:50:29 +02:00
Lukas Eder
0161a45ebe
[ jOOQ/jOOQ#6244 ] Add nullability annotations to jOOQ API (WIP)
...
This includes a partial implementation of [jOOQ/jOOQ#10292 ] Add org.jooq.Qualified
2020-06-18 15:19:44 +02:00
Lukas Eder
b990568f42
Whitespace change
2020-05-20 10:06:09 +02:00
Lukas Eder
37ec8d3a34
[ jOOQ/jOOQ#6248 ] WIP
2020-05-13 10:27:35 +02:00
Lukas Eder
83a0225cbe
[ jOOQ/jOOQ#6256 ] Fix kotlin-stdlib-jdk8 dependency
2020-05-07 15:14:29 +02:00
Lukas Eder
29d6cf36dd
[ jOOQ/jOOQ#6256 ] Downgrade to Kotlin 1.3.71
...
1.3.72 doesn't seem to be deployed correctly to Maven Central
2020-05-07 14:37:20 +02:00
Lukas Eder
74fcb44060
[ jOOQ/jOOQ#6256 ] Add jOOQ-kotlin
...
This commit includes a first draft of Extensions.kt to improve the Kotlin/jOOQ experience. More work to be added soon
2020-05-07 14:35:17 +02:00
Lukas Eder
233d52f888
[ jOOQ/jOOQ#1571 ] Add support for REGEXP_REPLACE()
2020-05-01 16:37:47 +02:00
Lukas Eder
aecdb2b575
[ jOOQ/jOOQ#10024 ] Upgraded maven-javadoc-plugin to work around a bug
...
It appears that the recent upgrade of Liquibase exposed a Javadoc plugin bug that leads to jOOQ-meta-extensions no longer being able to build the Javadoc with version 3.1.1 of the plugin. To be further investigated
2020-04-02 10:00:17 +02:00
Lukas Eder
86177e8eea
[ jOOQ/jOOQ#10024 ] Upgraded maven dependency
2020-04-01 14:35:46 +02:00
Lukas Eder
19baebb78b
[ jOOQ/jOOQ#10024 ] Upgraded errorprone dependency
2020-04-01 14:33:30 +02:00
Lukas Eder
9b199477d4
[ jOOQ/jOOQ#10024 ] Upgraded liquibase and hibernate dependencies
2020-04-01 14:29:32 +02:00
Lukas Eder
aaa9f2c563
[ jOOQ/jOOQ#10024 ] Upgraded spring dependency from 5.1.9 to 5.2.5
2020-04-01 14:24:59 +02:00
Knut Wannheden
0a55bad190
[ jOOQ/jOOQ#9825 ] Only build Refaster in Java 8+
2020-02-20 16:36:37 +01:00
Knut Wannheden
4df9b85bab
[ jOOQ/jOOQ#9825 ] Only run Refaster tests in Java 11
2020-02-20 16:19:04 +01:00
Knut Wannheden
9faa244a0d
[ #282 ] Stop removing trailing spaces outside delimited code regions
2020-02-20 12:20:19 +01:00
Knut Wannheden
fff60947e1
[ jOOQ/jOOQ#9825 ] Enable building of jooq-test-refaster again
2020-02-19 17:24:45 +01:00