testcontainers / testcontainers/testcontainers-jooq-codegen-maven-plugin
jOOQ pro version
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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