Throwing this out there as a possible cause:

I turned on verbose logging for Maven and noticed the following:

02:31:33 [Loaded org.apache.commons.codec.digest.DigestUtils from file:/home/builduser/.m2/repository/commons-codec/commons-codec/1.2/commons-codec-1.2.jar]

When I looked up that package's javadocs for the the md5Hex method, I see:
(http://commons.apache.org/proper/commons-codec/apidocs/org/apache/commons/codec/digest/DigestUtils.html#md5Hex(java.io.InputStream)
md5Hex
public static String md5Hex(InputStream data)
throws IOException
Calculates the MD5 digest and returns the value as a 32 character hex string.
Parameters:
data - Data to digest
Returns:
MD5 digest as a hex string
Throws:
IOException - On error reading from the stream
Since:
1.4

That this method only exists since 1.4 version of this JAR is a good canidate for this?

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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to