UnexpectedLiquibaseException: java.lang.ClassCastException

Hi,
We are getting the below error when trying to connect to cassandra database using liquibase version, 3.10.3 and liquibase cassandra ext, 4.3.1.

Caused by: liquibase.exception.UnexpectedLiquibaseException: java.lang.ClassCastException: liquibase.executor.ExecutorService cannot be cast to liquibase.SingletonObject
at liquibase.Scope.getSingleton(Scope.java:200) ~[liquibase-core-3.10.3.jar:na]
at liquibase.ext.cassandra.lockservice.LockServiceCassandra.acquireLock(LockServiceCassandra.java:52) ~[liquibase-cassandra-4.0.0.jar:na]
at liquibase.lockservice.StandardLockService.waitForLock(StandardLockService.java:213) ~[liquibase-core-3.10.3.jar:na]
at liquibase.Liquibase.update(Liquibase.java:183) ~[liquibase-core-3.10.3.jar:na]
at liquibase.Liquibase.update(Liquibase.java:178) ~[liquibase-core-3.10.3.jar:na]
at liquibase.Liquibase.update(Liquibase.java:174) ~[liquibase-core-3.10.3.jar:na]

Hi @Gotham333 ,

Could we see the complete stacktrace? Also have you tried using the same version of extension as your core liquibase version (3.10.3), does the error happen then also?