Nested records are implicitly static and final. We only made them final, but not static, which can cause issues when using DefaultRecordMapper on those records (mapping(R::new) isn't a problem, because the Java compiler can work with both static and inner classes, this way) |
||
|---|---|---|
| .. | ||
| Benchmarks | ||
| jOOQ-academy | ||
| jOOQ-checker-framework-example | ||
| jOOQ-flyway-ddl-example | ||
| jOOQ-flyway-example | ||
| jOOQ-javafx-example | ||
| jOOQ-jpa-example | ||
| jOOQ-jpa-example-entities | ||
| jOOQ-kotlin-example | ||
| jOOQ-oracle-example | ||
| jOOQ-r2dbc-example | ||
| jOOQ-spark-chart-example | ||
| jOOQ-spark-example | ||
| jOOQ-spring-boot-example | ||
| jOOQ-spring-example | ||
| jOOQ-testcontainers-example | ||
| jOOQ-testcontainers-flyway-example | ||
| Sakila | ||
| pom.xml | ||
| README.md | ||
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.xmlfiles 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