Liquibase Java Api

Iam able to run liquibase diff via command line on two json which are saved. Would like to explore the corresponding liquibase java api, which acccept json as inputs and do json(s) compare and report on schema level differences. I was struggling to get this since last two weeks. If any one have already tried this, it would be great if they can answer this.

Hey @jayanthit,

Could you share:

  • The exact command line you are running for liquibase diff command?
  • Share your liquibase.properties file (if you have any, please take out the passwords)
  • exact error output (please make sure to set logLevel=debug).

Thanks,

Ronak