Flyway: Can Flyway 7.0.0 be used without AWS SDK and related dependencies?

Created on 30 Sep 2020  路  3Comments  路  Source: flyway/flyway

Flyway 7.0.0 includes the AWS S3 SDK as a dependency. The AWS S3 SDK includes a large number of other dependencies making the footprint of Flyway 7.0.0 significantly larger than the previous release.

Having a dependency on AWS S3 SDK seems uncessary if you are not using AWS. Can Flyway 7.0.0 be used without this dependency?

Core

Most helpful comment

If you're not using AWS Flyway should be fine without this dependency. We'll investigate making this optional to reduce the footprint.

All 3 comments

If you're not using AWS Flyway should be fine without this dependency. We'll investigate making this optional to reduce the footprint.

We've run into this as well in https://github.com/apache/fineract/pull/1355, for https://issues.apache.org/jira/browse/FINERACT-1172, and had to work around it in https://github.com/apache/fineract/pull/1367/files. I'm not familiar with Flyway internals (and as a user wishing to upgrade probably shouldn't have to be), but why don't you simply do #2964 ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

axelfontaine picture axelfontaine  路  4Comments

feoktant picture feoktant  路  3Comments

berlin-ab picture berlin-ab  路  3Comments

axelfontaine picture axelfontaine  路  4Comments

Omie picture Omie  路  4Comments