Class AbstractBootVersionMigration
java.lang.Object
org.flywaydb.core.api.migration.BaseJavaMigration
org.springframework.cloud.dataflow.common.flyway.AbstractMigration
org.springframework.cloud.dataflow.server.db.migration.AbstractBootVersionMigration
- All Implemented Interfaces:
org.flywaydb.core.api.migration.JavaMigration
- Direct Known Subclasses:
V6__Boot3_Boot_Version
,V6__Boot3_Boot_Version
,V6__Boot3_Boot_Version
,V6__Boot3_Boot_Version
,V6__Boot3_Boot_Version
,V7__Boot3_Boot_Version
public abstract class AbstractBootVersionMigration
extends org.springframework.cloud.dataflow.common.flyway.AbstractMigration
The boot_version field will provide for indicating the version of
Spring Boot used by the application and by implication the
schema version of task and batch tables.
- Since:
- 2.11
- Author:
- Corneil du Plessis
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<org.springframework.cloud.dataflow.common.flyway.SqlCommand>
Methods inherited from class org.springframework.cloud.dataflow.common.flyway.AbstractMigration
migrate
Methods inherited from class org.flywaydb.core.api.migration.BaseJavaMigration
canExecuteInTransaction, extractVersionAndDescription, getChecksum, getDescription, getVersion, init
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flywaydb.core.api.migration.JavaMigration
getResolvedMigration, getType
-
Constructor Details
-
AbstractBootVersionMigration
public AbstractBootVersionMigration()
-
-
Method Details
-
getCommands
- Overrides:
getCommands
in classorg.springframework.cloud.dataflow.common.flyway.AbstractMigration
-