-
Interfaces Interface Description org.flywaydb.core.api.callback.FlywayCallback UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.configuration.ConfigurationAware Will be removed in Flyway 6.0.org.flywaydb.core.api.configuration.FlywayConfiguration UseConfiguration
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.errorhandler.Context ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.api.errorhandler.Error ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.api.errorhandler.ErrorHandler ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.api.errorhandler.Warning ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.api.migration.jdbc.JdbcMigration Extend JavaMigration or BaseJavaMigration instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.migration.MigrationChecksumProvider Extend JavaMigration or BaseJavaMigration instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.migration.MigrationInfoProvider Extend JavaMigration or BaseJavaMigration instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.migration.spring.SpringJdbcMigration Extend JavaMigration or BaseJavaMigration instead. Will be removed in Flyway 6.0.
-
Classes Class Description org.flywaydb.core.api.callback.BaseFlywayCallback ImplementCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.migration.jdbc.BaseJdbcMigration Extend JavaMigration or BaseJavaMigration instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.migration.spring.BaseSpringJdbcMigration Extend JavaMigration or BaseJavaMigration instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.resolver.BaseMigrationResolver Will be removed in Flyway 6.0.
-
Methods Method Description org.flywaydb.core.api.callback.FlywayCallback.afterBaseline(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.afterClean(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.afterEachMigrate(Connection, MigrationInfo) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.afterEachUndo(Connection, MigrationInfo) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.afterInfo(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.afterMigrate(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.afterRepair(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.afterUndo(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.afterValidate(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.beforeBaseline(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.beforeClean(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.beforeEachMigrate(Connection, MigrationInfo) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.beforeEachUndo(Connection, MigrationInfo) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.beforeInfo(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.beforeMigrate(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.beforeRepair(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.beforeUndo(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.callback.FlywayCallback.beforeValidate(Connection) UseCallback
instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.configuration.ClassicConfiguration.setClassLoader(ClassLoader) Will be removed in Flyway 6.0. UseClassicConfiguration(ClassLoader)
instead.org.flywaydb.core.api.configuration.ClassicConfiguration.setDataSource(String, String, String, String...) Use the separate setInitSql method in addition to the setDataSource() method if you need to set the initSql. This method will be removed in Flyway 6.0.org.flywaydb.core.api.configuration.ClassicConfiguration.setErrorHandlers(ErrorHandler...) ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.api.configuration.ClassicConfiguration.setErrorHandlersAsClassNames(String...) ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.api.configuration.Configuration.getErrorHandlers() ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.api.configuration.FluentConfiguration.configure(Configuration) Use configuration() instead. Will be removed in Flyway 6.0.org.flywaydb.core.api.configuration.FluentConfiguration.dataSource(String, String, String, String...) Use the separate initSql() method in addition to the dataSource() method if you need to set the initSql. This method will be removed in Flyway 6.0.org.flywaydb.core.api.configuration.FluentConfiguration.errorHandlers(ErrorHandler...) ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.api.configuration.FlywayConfiguration.getSqlMigrationSuffix() UseConfiguration.getSqlMigrationSuffixes()
instead. Will be removed in Flyway 6.0.0.org.flywaydb.core.Flyway.configure(Properties) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.getBaselineDescription() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getBaselineVersion() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getCallbacks() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getClassLoader() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getConnectRetries() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getDataSource() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getDryRunOutput() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getEncoding() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getErrorHandlers() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getErrorOverrides() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getInitSql() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getInstalledBy() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getLicenseKey() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getLocations() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getPlaceholderPrefix() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getPlaceholders() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getPlaceholderSuffix() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getRepeatableSqlMigrationPrefix() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getResolvers() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getSchemas() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getSqlMigrationPrefix() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getSqlMigrationSeparator() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getSqlMigrationSuffix() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getSqlMigrationSuffixes() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getTable() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getTarget() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.getUndoSqlMigrationPrefix() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isBaselineOnMigrate() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isBatch() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isCleanDisabled() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isCleanOnValidationError() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isGroup() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isIgnoreFutureMigrations() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isIgnoreIgnoredMigrations() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isIgnoreMissingMigrations() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isIgnorePendingMigrations() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isMixed() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isOracleSqlplus() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isOutOfOrder() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isPlaceholderReplacement() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isSkipDefaultCallbacks() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isSkipDefaultResolvers() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isStream() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.isValidateOnMigrate() Direct configuration retrieval from the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.getConfiguration() instead.org.flywaydb.core.Flyway.setBaselineDescription(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setBaselineOnMigrate(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setBaselineVersion(MigrationVersion) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setBaselineVersionAsString(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setBatch(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setCallbacks(Callback...) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setCallbacksAsClassNames(String...) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setClassLoader(ClassLoader) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure(ClassLoader) instead.org.flywaydb.core.Flyway.setCleanDisabled(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setCleanOnValidationError(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setDataSource(DataSource) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setDryRunOutput(OutputStream) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setDryRunOutputAsFile(File) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setDryRunOutputAsFileName(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setEncoding(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setErrorHandlers(ErrorHandler...) ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.Flyway.setErrorHandlersAsClassNames(String...) ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.org.flywaydb.core.Flyway.setErrorOverrides(String...) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setGroup(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setIgnoreFutureMigrations(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setIgnoreIgnoredMigrations(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setIgnoreMissingMigrations(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setInstalledBy(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setLicenseKey(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setLocations(String...) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setMixed(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setOracleSqlplus(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setOutOfOrder(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setPlaceholderPrefix(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setPlaceholderReplacement(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setPlaceholders(Map<String, String>) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setPlaceholderSuffix(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setRepeatableSqlMigrationPrefix(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setResolvers(MigrationResolver...) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setResolversAsClassNames(String...) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setSchemas(String...) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setSkipDefaultCallbacks(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setSkipDefaultResolvers(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setSqlMigrationPrefix(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setSqlMigrationSeparator(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setSqlMigrationSuffix(String) sqlMigrationSuffix has been deprecated and will be removed in Flyway 6.0.0. Use sqlMigrationSuffixes instead.org.flywaydb.core.Flyway.setSqlMigrationSuffixes(String...) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setStream(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setTable(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setTarget(MigrationVersion) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setTargetAsString(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setUndoSqlMigrationPrefix(String) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.org.flywaydb.core.Flyway.setValidateOnMigrate(boolean) Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.
-
Constructors Constructor Description org.flywaydb.core.Flyway() Direct configuration of the Flyway object has been deprecated and will be removed in Flyway 6.0. Use Flyway.configure() instead.