[shrinkwrap-issues] [JBoss JIRA] (SHRINKRES-56) Performance Audit

Michal Matloka (JIRA) jira-events at lists.jboss.org
Wed Feb 6 12:34:51 EST 2013


     [ https://issues.jboss.org/browse/SHRINKRES-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michal Matloka updated SHRINKRES-56:
------------------------------------

    Description: 
Alongside the tasks listed in the linked forum Thread...

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

{code}final File[] files = Maven.resolver().loadPomFromFile("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.

  was:
Alongside the tasks listed in the linked forum Thread...

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.


    
> Performance Audit
> -----------------
>
>                 Key: SHRINKRES-56
>                 URL: https://issues.jboss.org/browse/SHRINKRES-56
>             Project: ShrinkWrap Resolvers
>          Issue Type: Task
>    Affects Versions: 2.0.0-alpha-2
>            Reporter: Andrew Rubinger
>            Assignee: Michal Matloka
>
> Alongside the tasks listed in the linked forum Thread...
> When there are a lot of artifacts to resolve, the ClasspathWorkspaceReader takes an unreasonable about of time.  Consider:
> {code}final File[] files = Maven.resolver().loadPomFromFile("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