[ 
https://issues.apache.org/jira/browse/MIME4J-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624275#action_12624275
 ] 

Stefano Bagnara commented on MIME4J-71:
---------------------------------------

@Emmanuel: I don't know what is the performance of commons-codec solution 
because I took Base64 and Base64OutputStream from commons-codec, merged them to 
a single class and started deleting anything that was not needed in an 
outputstream filter. Then I removed some arraycopy around that was superflous. 
I'm not sure how you could backport this to commons-codec if you want to keep 
the bytearray encoder separated from the outputstream wrapping it.
Please note that the timings above compare our current Base64OutputStream with 
the one I attacched here. I did not benchmark the commons-codec out-of-the-box 
solution at all.

> Manage credits for Base64OutputStream inclusion
> -----------------------------------------------
>
>                 Key: MIME4J-71
>                 URL: https://issues.apache.org/jira/browse/MIME4J-71
>             Project: Mime4j
>          Issue Type: Task
>    Affects Versions: 0.4
>            Reporter: Stefano Bagnara
>            Priority: Blocker
>             Fix For: 0.5
>
>         Attachments: Base64OutputStream2.java
>
>
> I want to add the fact that I'm investigating about the IPR for the 
> Base64OutputStream I introduced in the codebase some weeks ago.
> http://markmail.org/message/g6cqks56o6byu4fx
> http://markmail.org/message/fv7njent2jg2whdz
> http://markmail.org/message/cgf5ugtwcrr4fwcd
> The fact is that the package I used to get the Base64OutputStream has a 
> NOTICE including:
> -------------
> Portions of this software were originally based on the following:
> - software copyright (c) 2000-2006, Oracle Corp, <http://www.oracle.com/>. 
> and are licensed to the Apache Software Foundation under the "Software Grant 
> and Corporate Contribution License Agreement"
> -------------
> I didn't recognized this when I took the code at first, my bad! 
> Credits have to be added to the main NOTICE.txt (used in main distributions) 
> and a solution have to be found for the NOTICE included in jars (currently 
> automatically added by maven with apache-jar-resource-bundle:1.4  that does 
> not support this scenario).

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


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

Reply via email to