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.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
There is a big commented out section in CassandraMigrationConfiguration
// /**// * Retrieves the the custom MigrationResolvers to be used in addition to the built-in ones for resolving migrations to apply.// *// * @return The custom MigrationResolvers to be used in addition to the built-in ones for resolving migrations to apply.// * An empty array if none.// * (default: none)// */// val resolvers: Array<MigrationResolver>
That makes me think this feature was eventually planned, but just not implemented yet.
Outcome Desired
Ability to extend and implement how migrations are discovered.
Definition of Done
Out of Scope
How to Demo
When trying to evaluate this tool, I wrote a local Kotlin class to experiment with Java-based migrations:
Unfortunately, this class does not get discovered by scanning techniques.
The text was updated successfully, but these errors were encountered: