The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Mon, 4 Aug 2003 10:57 AM
    Changes:
             Fix Version changed to maven-new-unreleased
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-444&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-444


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-444
    Summary: md5sum in maven-new could be made more efficient
       Type: Improvement

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 30 minutes

    Project: maven
   Fix Fors:
             maven-new-unreleased

   Assignee: 
   Reporter: Ben Walding

    Created: Mon, 26 May 2003 9:43 PM
    Updated: Mon, 4 Aug 2003 10:57 AM

Description:
The MD5Sum implementation maven-new uses, loads the entire file it is digesting into 
memory before using the JCE on it.

This could be improved to digest using the incremental digestion methods 
(MessageDigest.update)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to