SpringLiquibase old JavaDoc

The SpringLiquibase java doc still references the removed fields executeEnabled and writeSqlFileEnabled.


https://liquibase.jira.com/browse/CORE-1104


https://github.com/liquibase/liquibase/blob/master/liquibase-core/src/main/java/liquibase/integration/spring/SpringLiquibase.java



Why was this feature removed. I think it would be really nice to integrate it again.


PS: I’ve still not the rights to create issues in jira. Maybe you should delete my account and i register again.

It looks like it was taken out a long time ago (2008 commit 8a4e1a3) without a lot of explaination in the commit message.


I’ve generally assumed SpringLiquibase is used on startup to automatically make sure your database matches your code and that it doesn’t do much good to start the app without updating the database to match it.


How are you wanting to use the feature?

Nathan