Package org.springframework.modulith.runtime.flyway
@NullMarked
package org.springframework.modulith.runtime.flyway
Support for application module aware Flyway migrations.
-
ClassDescriptionA
MigrationFilterthat inspects aModuleTestExecutionfor which modules are actually active and signals that only migrations for those are supposed to be executed.AMigrationFilterthat checks whether anApplicationModuledeclares any migration files at all.A filter to decide which Flyway migrations to execute.A customFlywayMigrationStrategythat customizes the Flyway execution to rather run multiple migrations for each of the application modules identified by the configuredApplicationModuleIdentifiers.