Commit Graph

311 Commits

Author SHA1 Message Date
Knut Wannheden
6220688ca2 Cleanup: Delete some no longer relevant examples and log4j.xml files 2019-08-20 13:31:08 +02:00
Lukas Eder
0f5b8799b9 [jOOQ/jOOQ#9048] Delete module-info.java.invalid files 2019-08-16 14:02:45 +02:00
Knut Wannheden
2fcd73b7e4 [jOOQ/jOOQ#9018] Update to 2.12.9 Scala compiler 2019-08-08 16:57:54 +02:00
Knut Wannheden
2207a68dc8 Make initial schema setup of jOOQ-javafx-example rerunnable 2019-07-30 17:29:58 +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
Lukas Eder
4fdc37527d [jOOQ/jOOQ#8939] Added missing files 2019-07-25 17:26:44 +02:00
Lukas Eder
990bfa4663 [jOOQ/jOOQ#8939] Various fixes
- Fixed a bug when FlywayFileComparator compares non-flyway files
- Added a unit test
- Added examples to jOOQ-examples module as submodules
- Split flyway migration in one more migration file
- Check in generated sources
2019-07-25 15:51:37 +02:00
Mustafa Yücel
8767b8014d [jOOQ/jOOQ#8939] Support Flyway file ordering in DDLDatabase 2019-07-23 13:56:51 +02:00
Lukas Eder
a688f1904a Regenerated example code 2019-07-03 15:27:26 +02:00
Lukas Eder
23b0c94774 [jOOQ/jOOQ#8889] Upgrade scala 2.12 dependency to 2.12.8 2019-07-03 11:15:57 +02:00
Knut Wannheden
17c3871525 Remove some duplicated static imports for SQLDialect 2019-06-28 16:16:56 +02:00
Knut Wannheden
501dc030e5 [jOOQ/jOOQ#8857] Spring Boot example should reference custom jOOQ
version
2019-06-26 12:36:48 +02:00
Knut Wannheden
3eba94c925 [jOOQ/jOOQ#8577] Also support NOT LIKE ANY and LIKE ALL
In addition to `LIKE ANY` and `NOT LIKE ALL` the inverse predicates `NOT
LIKE ANY` and `LIKE ALL` are now also supported.
2019-06-26 12:33:30 +02:00
Lukas Eder
c5a3ef1b52 [jOOQ/jOOQ#8857] Spring Boot example should reference custom jOOQ version 2019-06-26 12:32:31 +02:00
Lukas Eder
5bfbbe5b61 Regenerated example code 2019-06-24 13:28:12 +02:00
Lukas Eder
55b802ed82 Regenerated example code 2019-06-24 10:14:38 +02:00
Lukas Eder
af7d456f0f Add Spring Boot Example to examples build 2019-06-24 10:14:18 +02:00
Lukas Eder
385887eb51 Added jOOQ-examples/pom.xml 2019-06-18 13:48:35 +02:00
Knut Wannheden
075b1dc856 [jOOQ/jOOQ#5909] Update academy examples 2019-06-12 13:01:37 +02:00
Knut Wannheden
986dbbc711 Make JavaFX example Java 11 compatible 2019-06-12 12:50:54 +02:00
Lukas Eder
5598a94899 [#8685] Regenerated example and test code 2019-05-28 10:30:55 +02:00
Knut Wannheden
28d5cfa220 Upgrade to properties-maven-plugin 1.0.0
Most pom.xml files (with the exception of jOOQ-test) used version
1.0-alpha-2 of properties-maven-plugin. Now all use 1.0.0.
2019-05-28 09:45:16 +02:00
Maximilian Rehkopf
2a9a29743f Sakila/PostgreSQL: Replace nonexisting IF with CASE 2019-05-17 13:56:30 +02:00
Knut Wannheden
fb9fd1e1f4 Change log4j2.xml files to no longer log log4j debug messages 2019-05-16 08:03:13 +02:00
lukaseder
a7215a91ba [#8551] Support old SQLDialects only in commercial distributions 2019-04-18 16:11:37 +02:00
lukaseder
348909d9e2 Regenerated example code 2019-04-17 11:27:10 +02:00
lukaseder
5156f503b4 [#7490] Upgrade jOOQ-meta-extensions dependency to Hibernate 5.4 2019-04-17 09:38:27 +02:00
lukaseder
6d630cd53a [#8434] Support H2 v1.4.198 array syntax
H2 1.4.198 changed array syntax incompatibly to align the syntax with PostgreSQL, HSQLDB, and the SQL standard. The old syntax (which conflicts with row value expression) is no longer really supported.
2019-04-10 11:12:28 +02:00
lukaseder
2785bc84ae [#8491] Remove unnecessary marker tokens in source code 2019-04-05 11:52:34 +02:00
Knut Wannheden
ed38769655 [#7789] Change Maven projects to use Java 11 2019-04-05 10:36:37 +02:00
lukaseder
d6ef24811f [#8400] Fixed PostgreSQL Sakila deletion script 2019-03-26 14:40:57 +01:00
lukaseder
70fe064517 [#7809] Generate overridden Table.fieldsRow() method in generated tables 2019-03-05 14:17:42 +01:00
lukaseder
485d117d17 Upgraded H2 dependency to 1.4.198 2019-03-05 11:48:25 +01: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
113a4ed033 [#8235] Improve Sakila database example scripts 2019-01-22 10:13:49 +01:00
lukaseder
b2b174cc2d [#8235] Improve Sakila database example scripts 2019-01-22 10:13:42 +01:00
lukaseder
3f9cd17d34 [#8213] Move some DataKey values to a new BooleanDataKey enum 2019-01-14 11:43:21 +01:00
lukaseder
aefd551690 [#8108] Add a CriteriaQuery vs jOOQ Exampl 2018-12-11 15:10:34 +01:00
lukaseder
c2029a434c [#8047] Error Importing Sakila database in Oracle Express 11g 2018-11-19 12:25:02 +01:00
lukaseder
39a4c8dade [#5909] Deprecate RenderNameStyle.QUOTED and replace feature by renderQuotedNames 2018-11-06 16:34:15 +01:00
lukaseder
68c8f19cf5 Why do things keep breaking for no good reason o_O 2018-11-02 15:29:50 +01:00
lukaseder
f4cf29bb2a Upgraded Kotlin library 2018-11-02 15:29:24 +01:00
lukaseder
2382e7049b Turn off <generatedAnnotation/> 2018-10-29 11:46:43 +01:00
lukaseder
b18acd993f Upgraded Scala version 2018-10-20 15:52:29 +02:00
lukaseder
e70f32ab6b Upgraded Scala version 2018-10-20 15:44:50 +02:00
lukaseder
eb9235268e Re-add <source> / <target> tags to compiler plugin 2018-10-11 16:30:01 +02:00
lukaseder
c2e0db37ba Upgraded PostgreSQL JDBC driver 2018-10-09 10:29:10 +02:00