• Andy Wilkinson's avatar
    Wait for distribution to reach Bintray before checking its completeness · 891c7120
    Andy Wilkinson authored
    Previously, as soon as the distribution of a release from Artifactory
    to Bintray had been initiated we would start checking if it was
    complete. This created a race condition between the distribution being
    created and us checking if it was complete. If the check won the race
    and happened before the creation, Bintray would respond with a 404.
    
    This commit updates BintrayService to wait for up to 5 minutes for the
    distribution to be created on Bintray. Once it has been created we
    then wait for up to 40 minutes for it to be complete as we did before.
    
    The use of Awaitility has been introduced in this commit to simplify
    the logic required to wait for the distribution's creation and
    completion.
    
    Closes gh-18902
    891c7120
Name
Last commit
Last update
.bomr Loading commit data...
.github Loading commit data...
.mvn Loading commit data...
ci Loading commit data...
eclipse Loading commit data...
git/hooks Loading commit data...
spring-boot-project Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-samples-invoker Loading commit data...
spring-boot-tests Loading commit data...
src/checkstyle Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
CODE_OF_CONDUCT.adoc Loading commit data...
CONTRIBUTING.adoc Loading commit data...
LICENSE.txt Loading commit data...
README.adoc Loading commit data...
SUPPORT.adoc Loading commit data...
mvnw Loading commit data...
mvnw.cmd Loading commit data...
pom.xml Loading commit data...