This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch feature/SLING-8337
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git.
from eb94e9a Merge branch 'master' into feature/SLING-8337
new 7deca18 SLING-8337 - Create sub-command to manage the Jira update
when promoting a release
new eeb567e SLING-8337 - Create sub-command to manage the Jira update
when promoting a release
new 28c81f3 SLING-8337 - Create sub-command to manage the Jira update
when promoting a release
The 39 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 | 9 +-
.../Version.java => ComponentContextHelper.java} | 42 ++--
.../sling/cli/impl/http/HttpClientFactory.java | 17 +-
.../ErrorResponse.java} | 27 +--
.../apache/sling/cli/impl/jira/VersionClient.java | 116 ++++++-----
.../org/apache/sling/cli/impl/jira/MockJira.java | 228 +++++++++++++++++++++
.../sling/cli/impl/jira/VersionClientTest.java | 55 ++---
7 files changed, 364 insertions(+), 130 deletions(-)
copy src/main/java/org/apache/sling/cli/impl/{jira/Version.java =>
ComponentContextHelper.java} (53%)
copy src/main/java/org/apache/sling/cli/impl/{nexus/StagingRepositories.java
=> jira/ErrorResponse.java} (66%)
create mode 100644 src/test/java/org/apache/sling/cli/impl/jira/MockJira.java