ASDF:MVN components always retrieves LATEST artifacts
ABCL-ASDF seems to be ignoring versions declared in the system definition, instead electing to load the LATEST version".
(abcl-asdf:resolve (asdf:find-component (asdf:find-system :jna) "net.java.dev.jna/jna/4.0.0"))
Change History (7)
Component: |
other →
abcl-contrib
|
Owner: |
changed from somebody to Mark Evenson
|
Status: |
new →
assigned
|
Milestone: |
1.1.1 →
1.2.0
|
Priority: |
major →
critical
|
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Summary: |
ASDF:MVN components always retrieve LATEST artifacts →
ASDF:MVN components always retrieves LATEST artifacts
|
Description: |
modified (diff)
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
r14628 fixes the code sample listed in this ticket.
And one seems to be able to load specific older versions of dependencies via ASDF:RESOLVE, so closing this ticket.