oasp / oasp4j

The Open Application Standard Platform for Java
Apache License 2.0
60 stars 303 forks source link

Fixed Fylway 4.2.0 upgrade for restaurant bootified war #652

Closed AbhayChandel closed 6 years ago

AbhayChandel commented 6 years ago

Issue #654 is also fixed under this PR.

vapadwal commented 6 years ago

@hohwille below might be reason for the travis error. Sonatype no longer supports TLSv1.1 and below

https://stackoverflow.com/questions/50946420/could-not-transfer-artifact-https-repo-maven-apache-org-maven2-received-fat

hohwille commented 6 years ago

below might be reason for the travis error. Sonatype no longer supports TLSv1.1 and below

@AbhayChandel exactly the right observation. That is what I was discussing on Yammer and what I already workaround with this hack somewhere: https://github.com/oasp/oasp4j/pull/651/commits/6b2be5ee4edf6d7440c762138bf56836cbbad72a

This is indeed an ugly workaround but you might give it a try unless a better fix is available. BTW: I am already in contact with the travis development team regarding this problem...

vapadwal commented 6 years ago

This PR is tested and we can merge now