Skip to content

customChange and liquibase code generation #14797

Closed Answered by lukaseder
sergeymeshkov asked this question in Q&A
Discussion options

You must be logged in to vote

Well, you didn't add the project containing that class to your dependencies. It must be compiled and made available before you generate jOOQ code. The dependency graph is similar to that of the JPADatabase:
https://www.jooq.org/doc/latest/manual/code-generation/codegen-jpa/#how-to-organise-your-dependencies

                        +-------------------+
                        | Liquibase tasks   |
                        +-------------------+
                             ^         ^
                  depends on |         | depends on
                             |         |
          +---------------------+   +---------------------+
          | jOOQ codegen plugin |   | Your application  …

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sergeymeshkov
Comment options

@lukaseder
Comment options

@sergeymeshkov
Comment options

Answer selected by lukaseder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment