Open JanCizmar opened 1 month ago
I'm fairly sure this is a problem with Liquibase and not the Gradle plugin.
If you run with the --debug
flag, the output should include a line that starts with Running 'liquibase
, which tells you exactly how the plugin is calling Liquibase. If that line looks correct, and the classpath is also correct, then this would be a Liquibase issue.
I've already posted it on the forum, but I've got no reaction.
So I will try it here.
I am getting this error in my specific case and I believe, there is a bug, because it should never throw NPE. Instead it should tell me what's wrong on which field.
I tried to debug using IntelliJ idea, but its not easy, because it’s look like liquibase is actually run using external command.
I don’t even know which field is causing this error.
I do suspect this one with custom type (io.hypersistence.utils.hibernate.type.array.EnumArrayType)
I only get the error for separate “billing” module. However, for other modules, very similar custom types work correctly.
Can anyone point me to the right direction?