Fixed #1317: Regression coming from ArtifactVersions::filter when currentVersion is null and ignoredVersions is not null by andrzejj0 · Pull Request #1319 · mojohaus/versions (original) (raw)
This is caused by a refactoring job of RuleService using the new ArtifactVersions::filter, which causes IgnoreVersionHelper to trigger an NPE.
Fixed both the root cause (testing against a non-existing version) as well as the susceptibility of the IgnoreVersionHelper to trigger an NPE if the version is null.