Class ActiveModules

java.lang.Object
org.springframework.modulith.runtime.flyway.ActiveModules
All Implemented Interfaces:
MigrationFilter

public class ActiveModules extends Object implements MigrationFilter
A MigrationFilter that inspects a ModuleTestExecution for which modules are actually active and signals that only migrations for those are supposed to be executed.
Since:
2.1
Author:
Oliver Drotbohm