Migration 3.8.0 to 4.3.1

I all,
I am getting an Exception after migrating 3.8.0 to 4.3.1 version.

I have the following object
FileSystemResourceAccessor fsyAccess = new FileSystemResourceAccessor();

However, in the new release I am getting
java.lang.NoSuchMethodError: liquibase.resource.FileSystemResourceAccessor: method ()V not found

I see that init() method has removed on AbstractResourceAccessor. How can I fix it?

Hi @juliobrjp ,

Sorry you are having issues migrating from 3.8.0 to 4.3.1, when you say:

Could you elaborate? This doesn’t look like a liquibase config to me. So are you wrapping liquibase with something else like SpringBoot?

Backing up:

  • Please share the command you are running
  • Complete log (make sure logLevel=DEBUG for liquibase)

Its not clear to me what you are trying to do with liquibase from the original post, appreciate you clarifying.

-Ronak