jOOQ-mcve icon indicating copy to clipboard operation
jOOQ-mcve copied to clipboard

A simple example project that can be used to create MCVE's to report jOOQ issues

Results 4 jOOQ-mcve issues
Sort by recently updated
recently updated
newest added

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

T: Enhancement

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...

T: Defect

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...

T: Enhancement

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...

T: Enhancement