Is there any update path from 3.5.5 to 3.6.3? for Liquibase available? or documentation I could look at.
I post this just in case I am overseeing a thing that should be updated and / or checked.
Is there anything I should be keeping attention to or forgetting about the things that has changed during these 2 versions?
Or documentation I could read, for a good update path? I use Spring (not boot) as a framework.
Steps already taken:
- Updating my pom.xml with the new version 3.6.3 and changed the “abstractlogger” implementation.
More specifically what changes are made and where can I view them ? :)
I want to to know why this is removed for example and how to substitute these changes.
@Override
public void setChangeLog(DatabaseChangeLog databaseChangeLog) {
}
@Override
public void setChangeSet(ChangeSet changeSet) {
}
@Override
public int getPriority() {
return Integer.MAX_VALUE;
}
BTW Also this page is broken (keeps redirecting).
http://www.liquibase.org/release_manager