[
https://issues.jboss.org/browse/FORGE-2219?page=com.atlassian.jira.plugin...
]
George Gastaldi closed FORGE-2219.
----------------------------------
Assignee: ludovic Bertin
Fix Version/s: 2.14.1.Final
Resolution: Done
Thanks, I pushed your changes with some tests
Problem with NonSnapshotDependencyFilter activation criteria
------------------------------------------------------------
Key: FORGE-2219
URL:
https://issues.jboss.org/browse/FORGE-2219
Project: Forge
Issue Type: Bug
Components: Dependencies
Affects Versions: 2.14.0.Final
Environment: All
Reporter: ludovic Bertin
Assignee: ludovic Bertin
Priority: Minor
Fix For: 2.14.1.Final
Use case
DependencyBuilder lastOfficialParent =
DependencyBuilder.create("myGroupId:myArtifact:::pom");
List foundParentVersions = dependencyFacet.resolveAvailableVersions(lastOfficialParent);
Results
Only released versions are returned, because NonSnapshotDependencyFilter activation is
checking nullity of version and not empty String
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)