cloudfoundry-community / autosleep

Auto sleep service for CloudFoundry
Apache License 2.0
39 stars 21 forks source link

Enable integration tests for postgresql #265

Closed pradyutsarma closed 7 years ago

pradyutsarma commented 7 years ago
  1. Enable integration tests to run for postgresql
  2. Update travis build for postgresql
  3. Update liquibase core plugin to latest version 3.5.3
  4. Refactor entities to use @Lob annotation instead of columndefinition for blob types.
coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.06%) to 94.975% when pulling bed32089d84d37fbac8680a2a59ba8c5b44eb9e6 on pradyutsarma:develop into e6719336e71234232d5216c0fd148c538ae07b37 on cloudfoundry-community:develop.

gberche-orange commented 7 years ago

Thanks @pradyutsarma ! I'll look deeper early next week and comment/merge.

gberche-orange commented 7 years ago

This all looks good, thanks.

Can you please confirm the liquibase dependency bump to the explicit version latest version is to avoid unversionned dependency within our build ?