You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 28, 2024. It is now read-only.
Even if I ensure that the implementation of a custom change is on the classpath of the jooqModelatorRuntime configuration, the migration fails with an error caused by a ClassNotFoundException. There does not seem to be a way to make the custom change class available to Liquibase in the context of running JooqModelator.
Even if I ensure that the implementation of a custom change is on the classpath of the
jooqModelatorRuntimeconfiguration, the migration fails with an error caused by aClassNotFoundException. There does not seem to be a way to make the custom change class available to Liquibase in the context of running JooqModelator.