Running in to signing issue when trying to run my unit tests with Liquibase.

I googled around, but none of the explanations seemed to fit my use case. All my other tests run correctly, this is the only one that doesn’t. I tried running these tests through both Maven and IntelliJ and they both give the same results. I realize this isn’t a liquibase specific issue, but I was curious if anyone else had run in to this in trying to get liquibase working with tests. We are using 3.0.4, but I also tried 2.0.0 with the same results.

I’ve not ran into it. Liquibase does scan through the jars in your classpath looking for extension classes, perhaps you have a badly signed jar in there that is causing the problem?

Nathan