| Class and Description |
|---|
| liquibase.integration.ant.AntResourceAccessor
This class is deprecated. The ResourceAccessor for the ant tasks now uses other pre-defined
implementations and there is no need for a custom implementation. This class will be removed in the future.
|
| liquibase.integration.ant.BaseLiquibaseTask.ChangeLogProperty
Use
ChangeLogParametersType instead. |
| liquibase.integration.ant.BaseLiquibaseTask.LogRedirector |
| org.liquibase.maven.plugins.LiquibaseMigrate
Use the LiquibaseUpdate class or Maven goal "update" instead.
|
| org.liquibase.maven.plugins.LiquibaseMigrateSQL
Use
LiquibaseUpdateSQL or Maven goal "updateSQL" instead. |
| liquibase.lockservice.LockServiceImpl
use StandardLockService instead
|
| liquibase.logging.LogFactory
use
LogService now.
This class is kept for compatibility with Liquibase 3.5 and prior. |
| Field and Description |
|---|
| org.liquibase.maven.plugins.AbstractLiquibaseMojo.emptyPassword
Use an empty or null value for the password instead.
|
| Constructor and Description |
|---|
| liquibase.changelog.visitor.RollbackVisitor(Database)
- please use the constructor with ChangeExecListener, which can be null.
|
| liquibase.changelog.visitor.UpdateVisitor(Database)
- please use the constructor with ChangeExecListener, which can be null.
|
Copyright © 2019 Liquibase.org. All rights reserved.