You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2019/05/03 14:26:54 UTC

[sling-org-apache-sling-committer-cli] branch feature/SLING-8337 updated (9abc774 -> 3f354b2)

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 9abc774  SLING-8337 - Create sub-command to manage the Jira update when promoting a release
     add 58a5cfe  SLING-8380 - Make the tally command robust enough to handle mismatches between email subject and repository descriptions
     add eedba45  SLING-8385 - Include the From header in the generated email sources
     add 93bf0ff  trivial: enforced Java 11
     add 3f354b2  Merge branch 'master' into feature/SLING-8337

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  42 +++++-
 .../sling/cli/impl/mail/VoteThreadFinder.java      |  40 +++---
 .../org/apache/sling/cli/impl/people/Member.java   |   2 +-
 .../cli/impl/release/PrepareVoteEmailCommand.java  |  26 ++--
 .../sling/cli/impl/release/TallyVotesCommand.java  |  85 +++++++------
 .../impl/release/PrepareVoteEmailCommandTest.java  | 119 +++++++++++++++++
 .../cli/impl/release/TallyVotesCommandTest.java    | 141 +++++++++++++++++++++
 7 files changed, 384 insertions(+), 71 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/cli/impl/release/PrepareVoteEmailCommandTest.java
 create mode 100644 src/test/java/org/apache/sling/cli/impl/release/TallyVotesCommandTest.java