jooq/jOOQ-examples
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
..
Benchmarks Use CURRENT_TIMESTAMP instead of CURTIME 2021-10-25 09:25:35 +02:00
jOOQ-academy [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-checker-framework-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-flyway-ddl-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-flyway-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-javafx-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-jpa-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-jpa-example-entities [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-kotlin-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-oracle-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-r2dbc-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-spark-chart-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-spark-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-spring-boot-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-testcontainers-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
jOOQ-testcontainers-flyway-example [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
Sakila
pom.xml [jOOQ/jOOQ#13700] Upgrade to H2 2.1.214 2022-06-22 11:58:07 +02:00
README.md [jOOQ/jOOQ#5254] Improved some more readme.md files 2022-05-02 10:57:36 +02:00

The examples in this repository depend on the latest snapshot version of the jOOQ Open Source Edition, and in some cases, of the commercial distributions. In order to run the examples, you can either:

  • Build the snapshot version first
  • Replace the snapshot version references from the various pom.xml files by the latest published version

To build the jOOQ snapshot version, check out this repository and run the following set of commands:

$ pwd
/path/to/checkout/dir
$ mvn clean install