Skip to content

Commit

Permalink
Merge pull request #296 from pkwarren/close_liquibase_connection
Browse files Browse the repository at this point in the history
Close Liquibase database connection on shutdown.
  • Loading branch information
codahale committed Apr 8, 2013
2 parents 90a91bb + e85517d commit bf80912
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -30,6 +30,7 @@ public void start() throws Exception {
@Override
public void stop() throws Exception {
dataSource.stop();
close();
}

@Override
Expand Down

0 comments on commit bf80912

Please sign in to comment.