patka / cassandra-migration

Schema migration library for Cassandra
MIT License
152 stars 47 forks source link

Spring improvements #70

Closed rbleuse closed 2 years ago

rbleuse commented 2 years ago

With current version, spring users have to redefine the whole MigrationTask in case for example they want to implement a custom LocationScanner Users should be able to override the minimum necessary beans if needed and not the whole feature

I also increased the driver to the latest version (I thought I did with another PR but it seems I forgot it)

rbleuse commented 2 years ago

Also, the MigrationConfiguration bean can be reused to create another Database for actuator. cf #69