Robert Munteanu created SLING-8364:
--------------------------------------
Summary: Support releases with multiple artifacts
Key: SLING-8364
URL: https://issues.apache.org/jira/browse/SLING-8364
Project: Sling
Issue Type: Bug
Components: Tooling
Reporter: Robert Munteanu
Assignee: Robert Munteanu
Fix For: CLI 1.0.0
With a recent release which includes two artifacts
{noformat}orgapachesling-2067 Apache Sling Parent 35, Apache Sling Bundle
Parent 35{noformat}
The commands fail, e.g.
{noformat}Failed running command
java.lang.NullPointerException: null
at java.base/java.util.regex.Matcher.getTextLength(Unknown Source)
at java.base/java.util.regex.Matcher.reset(Unknown Source)
at java.base/java.util.regex.Matcher.<init>(Unknown Source)
at java.base/java.util.regex.Pattern.matcher(Unknown Source)
at org.apache.sling.cli.impl.release.Release.fromString(Release.java:37)
at
org.apache.sling.cli.impl.jira.VersionFinder.findVersion(VersionFinder.java:61)
at
org.apache.sling.cli.impl.jira.VersionFinder.find(VersionFinder.java:42)
at
org.apache.sling.cli.impl.release.PrepareVoteEmailCommand.execute(PrepareVoteEmailCommand.java:85)
at
org.apache.sling.cli.impl.CommandProcessor.runCommand(CommandProcessor.java:66)
at
org.apache.sling.cli.impl.ExecutionTrigger.lambda$activate$0(ExecutionTrigger.java:33)
at java.base/java.lang.Thread.run(Unknown Source){noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)