From commits-return-79655-archive-asf-public=cust-asf.ponee.io@sling.apache.org Fri May 3 14:26:55 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id EE4E518064D for ; Fri, 3 May 2019 16:26:54 +0200 (CEST) Received: (qmail 55624 invoked by uid 500); 3 May 2019 14:26:54 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 55613 invoked by uid 99); 3 May 2019 14:26:54 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 May 2019 14:26:54 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3BDD4871F3; Fri, 3 May 2019 14:26:54 +0000 (UTC) Date: Fri, 03 May 2019 14:26:54 +0000 To: "commits@sling.apache.org" Subject: [sling-org-apache-sling-committer-cli] branch feature/SLING-8337 updated (9abc774 -> 3f354b2) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <155689361418.14980.4055309722970895175@gitbox.apache.org> From: rombert@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: sling-org-apache-sling-committer-cli X-Git-Refname: refs/heads/feature/SLING-8337 X-Git-Reftype: branch X-Git-Oldrev: 9abc77466300e705406a8af2ab1c059e2f9f7a47 X-Git-Newrev: 3f354b28c91ffaa2979ce37e7462334e7ce47b5b X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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