Commit Graph

224 Commits

Author SHA1 Message Date
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
Knut Wannheden
1ae817a106 [jOOQ/jOOQ#9825] Temporarily disable building of jooq-test-refaster 2020-02-19 17:14:53 +01:00
Knut Wannheden
883cec7fe6 [jOOQ/jOOQ#9825] Include jooq-refaster in builds
The `Splitter` now also copies the `jooq-refaster` and
`jooq-test-refaster` Maven modules for all relevant builds.
2020-02-19 14:42:00 +01:00
Lukas Eder
00e28e247f Cosmetic fixes 2020-02-18 16:05:35 +01:00
Lukas Eder
330dac76de Release 3.14.0-SNAPSHOT 2020-02-12 11:29:19 +01:00
Lukas Eder
68d2fa074a [jOOQ/jOOQ#9682] Add SQLDialect.SQLITE_3_30 2020-01-30 15:00:11 +01:00
Lukas Eder
125b219920 [jOOQ/jOOQ#8323] Publish existing jOOQ-xtend project as a Maven module 2020-01-16 11:31:53 +01:00
Lukas Eder
c2eb2e0dc7 [jOOQ/jOOQ#9734] Add <nonnullAnnotation/> and <nullableAnnotation/> 2020-01-15 16:13:42 +01:00
Knut Wannheden
588bf7036d Upgrade to JUnit 4.13
Removes jOOQ's own `assertThrows()` utility in favor of that in JUnit.
2020-01-06 09:35:34 +01:00
Knut Wannheden
0494314753 [jOOQ/jOOQ#9668] Offer Java 11 and Java 6 trial downloads
Add support for building `trial`, `trial-java-8`, and `trial-java-6`
editions analogously to the three pro editions.
2019-12-20 14:57:58 +01:00
Knut Wannheden
2082e1c3e9 Include all-modules profile in release builds 2019-12-18 15:37:36 +01:00
Lukas Eder
7084813f39 [jOOQ/jOOQ#8870] Support Scala 2.13 2019-12-17 10:20:18 +01:00
Lukas Eder
485afa0551 [jOOQ/jOOQ#9669] Move xjb files out of artifacts 2019-12-12 12:18:05 +01:00
Knut Wannheden
420b5ca0cb [jOOQ/jOOQ#9660] Upgrade Derby to version 10.15
Also regenerates the `SYS` schema in `jOOQ-meta` for Derby.
2019-12-11 10:38:48 +01:00
Knut Wannheden
810a718f10 [jOOQ/jOOQ#9361] Regenerate H2 information schema for 1.4.200 2019-11-27 10:31:45 +01:00
Lukas Eder
83da9e2c23 [jOOQ/jOOQ#9506] [jOOQ/jOOQ#9583]
- [jOOQ/jOOQ#9506] Add org.jooq.Migration to describe a migration
between two org.jooq.Version
- [jOOQ/jOOQ#9583] Add a VersionProvider SPI
2019-11-21 18:08:09 +01:00
Lukas Eder
03ef9ce3f7 [jOOQ/jOOQ#9578] Upgrade Hibernate dependency to 5.4.9.Final 2019-11-20 15:27:45 +01:00
Knut Wannheden
ed08b6a39c Cleanup: Remove release-oss profile from pom.xml
This profile is not needed in the OSS repository, as the OSS edition is
not actually built or released from this repository.
2019-11-20 08:18:26 +01:00
Lukas Eder
00050d515f [jOOQ/jOOQ#8545] More casting of integer types to numeric 2019-11-13 17:46:43 +01:00