[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-56) Review Poor Performance of ClassPathWorkspaceReader

Andrew Rubinger (JIRA) jira-events at lists.jboss.org
Sat Sep 1 03:03:32 EDT 2012


Andrew Rubinger created SHRINKRES-56:
----------------------------------------

             Summary: Review Poor Performance of ClassPathWorkspaceReader
                 Key: SHRINKRES-56
                 URL: https://issues.jboss.org/browse/SHRINKRES-56
             Project: ShrinkWrap Resolvers
          Issue Type: Task
            Reporter: Andrew Rubinger
            Assignee: Andrew Rubinger


When there are a lot of artifacts to resolve, the ClassPathWorkSpaceReader takes an unreasonable about of time.  Consider:

{code}final File[] files = Maven.resolver().configureFromPom("pom.xml").importRuntimeAndTestDependencies().as(File.class);{code}

Determine the source of the bottleneck.  Also review if we should continue with this enabled by default, or if should be switched on by the user when needed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the shrinkwrap-issues mailing list