You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Exception in thread "main" org.flywaydb.core.api.FlywayException: Unable to instantiate class: au.com.smarthealth.smartrm.entity.ViewMode
at org.flywaydb.core.internal.util.scanner.classpath.ClassPathScanner.scanForClasses(ClassPathScanner.java:114)
...
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Technically this is "use at your own risk" private API. So be careful, as it is only meant to work for Flyway's specific usecase.
Classpath scanner failed when there was an enum in the directory.
The code below worked until I created an enum in the package.
Stack trace:
...
The text was updated successfully, but these errors were encountered: