This is an automated email from the ASF dual-hosted git repository.
royteeuwen pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
from 4e62990 Merge pull request #55 from
apache/feature/drop-third-party-docker-actions
add 2b7da20 SLING-13320 - handle a staging repository that no longer
exists
new f840821 Merge pull request #57 from
apache/bugfix/SLING-13320-nexus-error-response
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 1 +
.../sling/cli/impl/nexus/RepositoryService.java | 10 ++++++
.../sling/cli/impl/release/FinalizeCommand.java | 13 +++++---
.../cli/impl/release/UpdateLocalSiteCommand.java | 17 +++++++---
.../sling/cli/impl/http/HttpExchangeHandler.java | 6 +++-
.../cli/impl/nexus/QueryLuceneIndexHandler.java | 10 +++++-
.../cli/impl/nexus/RepositoryServiceTest.java | 13 ++++++++
.../cli/impl/release/FinalizeCommandTest.java | 37 +++++++++++++++++++++-
.../impl/release/UpdateLocalSiteCommandTest.java | 25 +++++++++++++++
src/test/resources/nexus/repository-gone-400.html | 18 +++++++++++
10 files changed, 138 insertions(+), 12 deletions(-)
create mode 100644 src/test/resources/nexus/repository-gone-400.html