testcontainers-jooq-codegen-maven-plugin icon indicating copy to clipboard operation
testcontainers-jooq-codegen-maven-plugin copied to clipboard

jOOQ code generator using Testcontainers

Results 14 testcontainers-jooq-codegen-maven-plugin issues
Sort by recently updated
recently updated
newest added

Currently if I try to use ```xml org.eralmansouri.form.FormDefinition true org.eralmansouri.jooq.JacksonConverter FORM\.DEFINITION ``` I get the error `"Cannot find 'genericConverter' in class org.jooq.meta.jaxb.ForcedType"`. The generic converter configuration option was implemented in...

Hey, thank you for your work! I was wondering if you can suggest some gradle plugin alternative that works with liquibase migrations at the same time? Thank you!

Version of plugin 0.0.3 Version of jooq: 3.18.7 Version of testcontainers: 1.19.3 This error appeared all the time, even in case of successful runs. Can be related to https://github.com/testcontainers/testcontainers-java/issues/1454 ```...

Hey, thanks for this plugin, it's a neat quality of life & code improvement! While trying to bring this goodie to an internal project I noticed that the JDBC connection...

#26 Feature: Support for TC_INITSCRIPT parameter

Hi, this is a relatively simple change to bump the supported flyway version to 10.4.1. When using this plugin against a postgres 16.1 database i was getting a warning from...

I have a Dockerfile that does a multistage build where the build stage looks like: ``` # # Build stage # FROM maven:3.9.1-eclipse-temurin-17 AS build WORKDIR /app COPY src ./src...

Hi! I'm very thankful for the plugin. But unfortunately, I'm not able to use it with Java 11. However, as I see, it's pretty easy to downgrade it to java...

On Mac, I get this error when running the plugin: ``` [INFO] Ryuk started - will monitor and terminate Testcontainers containers on JVM exit [INFO] Checking the system... [INFO] ✔︎...

Hi! I'm very thankful for the plugin. But unfortunately, I'm not able to use it with Java 11. However, as I see, it's pretty easy to downgrade it to Java...