testcontainers / testcontainers/testcontainers-jooq-codegen-maven-plugin

jOOQ pro version

Open
#47 5 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
70
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Hello! Is it possible to use the pro version of jOOQ with this plugin?

<dependency>
    <groupId>org.jooq.pro</groupId>
    <artifactId>jooq-codegen</artifactId>
    <version>${jooq.version}</version>
</dependency>

I tried adding it to the plugin's dependencies, but as far as I can tell, it makes no difference. And I found no way in Maven to exclude the non-pro dependency from the plugin.

I am successfully generating code with the non-pro version.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining the Maven plugin's dependencies and how its jOOQ code generator is selected. Reproduce the reported setup using org.jooq.pro:jooq-codegen and compare it with the working non-pro dependency. Done means documenting or enabling a supported way to use the pro version without the non-pro dependency taking precedence.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
build-system, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.