Tidying up Contribution Scanner API
-----------------------------------

                 Key: TUSCANY-3395
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3395
             Project: Tuscany
          Issue Type: Improvement
          Components: Java SCA Core Runtime
    Affects Versions: Java-SCA-2.0
            Reporter: Luciano Resende
            Assignee: Luciano Resende
             Fix For: Java-SCA-2.0


Currently, the contribution scanner interface have two methods to
process contribution artifacts, the scan will return a list of URIs as
String, and then, in ContributionContentProcessor, we retrieve the
artifact URL for each URI.

I'd like to tide up this process, and have the scan return a list of a
object that would have both the artifact URI and URL... possibly
List<Artifact>. This would allow retrieving the necessary basic
artifact information in one call instead of duplicating calls which
might have performance impact in some environments where contribution
information is scattered in multiple locations.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to