This is an automated email from the ASF dual-hosted git repository.

rombert pushed a change to branch issue/SLING-12037
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git


    omit 00edcce  SLING-12037 - Allow overriding the Jira release name
     add 0af6d82  SLING-12146 - Committer CLI build fails on Windows (#24)
     add bd12f44  SLING-12140 - Creating new jira version fails: No releases 
found in 'Parent 60 (Java 11)'
     add 8bb5533  chore: fix javadoc
     add cb4348f  SLING-12148 - Fixing CI Validation Failure  (#26)
     add 6c20c44  SLING-12150 - Update to parent pom 52 (#25)
     add e7823f8  SLING-12459 - Redirect sonarcloud notifications to 
[email protected]
     add bcdaa30  SLING-12037 - Allow overriding the Jira release name
     add 8c7415f  SLING-12037 - Allow overriding the Jira release name

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (00edcce)
            \
             N -- N -- N   refs/heads/issue/SLING-12037 (8c7415f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  1 +
 .sling-module.json                                 |  5 +-
 Dockerfile                                         |  2 +
 pom.xml                                            | 35 +++------
 src/main/features/app.json                         | 17 ++++
 .../apache/sling/cli/impl/CommandProcessor.java    | 53 +++++++++----
 .../sling/cli/impl/ci/CIStatusValidator.java       | 12 ++-
 .../apache/sling/cli/impl/jira/VersionClient.java  |  2 +-
 .../cli/impl/release/CreateJiraVersionCommand.java |  4 +-
 .../cli/impl/release/PrepareVoteEmailCommand.java  |  4 +-
 .../org/apache/sling/cli/impl/release/Release.java | 21 ++++-
 src/main/resources/scripts/run.sh                  | 11 ++-
 .../sling/cli/impl/CommandProcessorTest.java       | 90 ++++++++++++++++++++++
 .../sling/cli/impl/ci/CIStatusValidatorTest.java   |  6 ++
 .../apache/sling/cli/impl/release/ReleaseTest.java | 17 +++-
 .../resources/ci/{repo-1.1.pom => gh-repo-1.0.pom} |  2 +-
 16 files changed, 221 insertions(+), 61 deletions(-)
 create mode 100644 
src/test/java/org/apache/sling/cli/impl/CommandProcessorTest.java
 copy src/test/resources/ci/{repo-1.1.pom => gh-repo-1.0.pom} (95%)

Reply via email to