jOOQ-mcve
jOOQ-mcve copied to clipboard
A simple example project that can be used to create MCVE's to report jOOQ issues
We'll soon be able to generate code using gradle: - https://github.com/jOOQ/jOOQ/issues/12985 So the MCVE template could offer both Maven and Gradle
When running a `mvn clean install` on the repository, this is the last output: ``` Exception in thread "Thread-26" Exception in thread "Thread-46" Exception in thread "Thread-34" java.lang.NoClassDefFoundError: org/testcontainers/utility/PathUtils at...
Some users can't upgrade to the latest version of jOOQ for good reasons, so it would be useful to have the usual branches in this project as well. This would...
To simplify MCVE builds, we can use our own `initScript` property instead of the `sql-maven-plugin`. The property should only be used once 3.19 is no longer maintained, i.e. a few...