Repository: ant-ivy Updated Branches: refs/heads/master 4a2608ac1 -> fa2ddf8ea
Update the release notes Project: http://git-wip-us.apache.org/repos/asf/ant-ivy/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-ivy/commit/fa2ddf8e Tree: http://git-wip-us.apache.org/repos/asf/ant-ivy/tree/fa2ddf8e Diff: http://git-wip-us.apache.org/repos/asf/ant-ivy/diff/fa2ddf8e Branch: refs/heads/master Commit: fa2ddf8eac621e82e5b83cff052ede5ab0ee26f3 Parents: 4a2608a Author: Gintas Grigelionis <[email protected]> Authored: Thu Mar 15 22:59:03 2018 +0100 Committer: Gintas Grigelionis <[email protected]> Committed: Thu Mar 15 22:59:03 2018 +0100 ---------------------------------------------------------------------- asciidoc/release-notes.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-ivy/blob/fa2ddf8e/asciidoc/release-notes.adoc ---------------------------------------------------------------------- diff --git a/asciidoc/release-notes.adoc b/asciidoc/release-notes.adoc index 62e3916..9b6f994 100644 --- a/asciidoc/release-notes.adoc +++ b/asciidoc/release-notes.adoc @@ -78,6 +78,7 @@ For details about the following changes, check our JIRA install at link:https:// - FIX: The method hasIvyListener in org.apache.ivy.core.event.EventManager always returned false - FIX: Allow conditionally activated properties through Maven profiles, to be referenced in the `pom.xml` (jira:IVY-1577[]) - FIX: Fix Maven dependency resolution for dependencies with multiple different classifiers (jira:IVY-1576[]) +- FIX: Correct parent classloader when lauching resolved artifacts from CLI (jira:IVY-1483[]) (Thanks to Stephan Feder) - IMPROVEMENT: Throw an IllegalStateException when retrieving the resolutionCacheRoot on the DefaultResolutionCacheManager if the basedir (or IvySettings) is not set (jira:IVY-1482[]) - IMPROVEMENT: Optimization: limit the revision numbers scanned if revision prefix is specified (Thanks to Ernestas Vaiciukevičius) @@ -150,6 +151,7 @@ Here is the list of people who have contributed source code and documentation up * Charles Duffy * Martin Eigenbrodt * Stephen Evanchik +* Stephan Feder * Robin Fernandes * Gregory Fernandez * Danno Ferrin
