This is an automated email from the ASF dual-hosted git repository.
royteeuwen pushed a change to branch
feature/SLING-13321-result-email-in-reply-to
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-committer-cli.git
from f840821 Merge pull request #57 from
apache/bugfix/SLING-13320-nexus-error-response
new 7607cbb SLING-13321 - send the release result email as a reply to the
vote email
new bd1a28a SLING-13321 - do not count the result email of an earlier run
as a vote
The 2 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:
README.md | 7 +-
.../java/org/apache/sling/cli/impl/mail/Email.java | 20 +++
.../sling/cli/impl/mail/VoteThreadFinder.java | 65 ++++++---
.../sling/cli/impl/release/TallyVotesCommand.java | 116 ++++++++++++---
src/main/resources/templates/tally-votes.email | 2 +-
.../sling/cli/impl/mail/VoteThreadFinderTest.java | 84 +++++++++++
.../cli/impl/release/TallyVotesCommandTest.java | 158 ++++++++++++++++++++-
7 files changed, 406 insertions(+), 46 deletions(-)
create mode 100644
src/test/java/org/apache/sling/cli/impl/mail/VoteThreadFinderTest.java