we want to use inner classes in our JdbcMigrations. Unfortunately, the current implementation tries to cast inner classes to JdbcMigration, which of course fails. I excluded all paths which contain '$' and enhanced the test entity accordingly. Without the modification to LocalMigrationResources, the MigrationTableTest fails.
Hi Rob,
we want to use inner classes in our JdbcMigrations. Unfortunately, the current implementation tries to cast inner classes to JdbcMigration, which of course fails. I excluded all paths which contain '$' and enhanced the test entity accordingly. Without the modification to LocalMigrationResources, the MigrationTableTest fails.
Best regards, Manuel