Following this and docs i have tried module classpath as liquibase-cli, liquibase-core but none of them worked.
Even recommendation to add log-level is not adding further logs to recommend what needs to be fixed.
Error coming is -
Unexpected error running Liquibase: Cannot invoke "liquibase.logging.mdc.MdcManager.put(String, String, boolean)" because the return value of "liquibase.Scope.getMdcManager()" is null
For more information, please use the --log-level flag
So before delving further into extensions first, i was trying to setup liquibase via IDE (Intellij) so that i can put debugger points to know how code is working it out.
Similarly post that thinking the same for extensions.
But failed at both of them.
@archit13 we are taking a look internally to make sure the instructions are right, and to see if there’s anything we can clarify further. I will follow-up on this thread as soon as I can.
Thanks @admah for looking this up, let me know when this is done and you are able to make it working via maven, so i can continue contributing to liquibase.