You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Eric Pugh <ep...@upstate.com> on 2005/08/24 23:46:08 UTC

[ANNOUNCEMENT][email] commons-email release candidate 6 available

the sixth release candidate for commons email is now available for
download from http://people.apache.org/~epugh/commons-email/.

The only change was a backwards compatible change to expose  
MimeMessage from Email class (http://issues.apache.org/bugzilla/ 
show_bug.cgi?id=35881).  The only odd thing is that in the docs, the  
links to the project reports didn't show up..

If no one finds a show stopper, then Henning has graciously  
volunteered to be the release manager and perform the magic signing  
of the jars with his Apache key.

- eric

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Fwd: [ANNOUNCEMENT][email] commons-email release candidate 6 available

Posted by Dion Gillard <di...@gmail.com>.
FYI

---------- Forwarded message ----------
From: Eric Pugh <ep...@upstate.com>
Date: Aug 25, 2005 7:46 AM
Subject: [ANNOUNCEMENT][email] commons-email release candidate 6 available
To: Jakarta Commons Developers List <co...@jakarta.apache.org>


the sixth release candidate for commons email is now available for
download from http://people.apache.org/~epugh/commons-email/.

The only change was a backwards compatible change to expose
MimeMessage from Email class (http://issues.apache.org/bugzilla/
show_bug.cgi?id=35881).  The only odd thing is that in the docs, the
links to the project reports didn't show up..

If no one finds a show stopper, then Henning has graciously
volunteered to be the release manager and perform the magic signing
of the jars with his Apache key.

- eric

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org



-- 
http://www.multitask.com.au/people/dion/
"You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live." - George
Bernard Shaw

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
Eric Pugh <ep...@upstate.com> writes:

>If no one finds a show stopper, then Henning has graciously  
>volunteered to be the release manager and perform the magic signing  
>of the jars with his Apache key.

:-)

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

Posted by Eric Pugh <ep...@upstate.com>.
Mac OS X 10.4 and I assume US locale.  However, I have to downgrade  
my dumbster to 1.5, so I could imagine weirdness.  I am okay with  
things as long as it works for you.

I'll call the vote now.

Eric Pugh

On Aug 31, 2005, at 4:46 AM, Henning P. Schmiedehausen wrote:

> Eric Pugh <ep...@upstate.com> writes:
>
>
>> So now there are no outstanding bugs left.  However, after I applied
>> the patchs, I reran my tests using a maven clean first, and now am
>> having some unit test failures.
>>
>
>
>> It seems like attaching a "bad" url doesn't actually cause any
>> failures....   Can someone else confirm this issue?
>>
>
> The unit tests work fine for me with both en_US and en_US.UTF-8
> locale. What platform, what locale did you try?
>
>     Regards
>         Henning
>
>
>> Eric
>>
>
>
>
>> On Aug 30, 2005, at 8:22 AM, Henning P. Schmiedehausen wrote:
>>
>
>
>
>>>     BodyPart primary = getPrimaryBodyPart();
>>>
>>>     if ((primary instanceof MimePart) && StringUtils.isNotEmpty
>>> (charset)) {
>>>         ((MimePart) primary).setText(msg, charset);
>>>     } else {
>>>         primary.setText(msg);
>>>     }
>>>
>>>
>
>
>
>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>>
>
> -- 
> Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
> hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/
>
> RedHat Certified Engineer -- Jakarta Turbine Development  -- hero  
> for hire
>    Linux, Java, perl, Solaris -- Consulting, Training, Development
>
>               4 - 8 - 15 - 16 - 23 - 42
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
Eric Pugh <ep...@upstate.com> writes:

>So now there are no outstanding bugs left.  However, after I applied  
>the patchs, I reran my tests using a maven clean first, and now am  
>having some unit test failures.

>It seems like attaching a "bad" url doesn't actually cause any  
>failures....   Can someone else confirm this issue?

The unit tests work fine for me with both en_US and en_US.UTF-8
locale. What platform, what locale did you try?

	Regards
		Henning

>Eric


>On Aug 30, 2005, at 8:22 AM, Henning P. Schmiedehausen wrote:


>>     BodyPart primary = getPrimaryBodyPart();
>>
>>     if ((primary instanceof MimePart) && StringUtils.isNotEmpty 
>> (charset)) {
>>         ((MimePart) primary).setText(msg, charset);
>>     } else {
>>         primary.setText(msg);
>>     }
>>



>---------------------------------------------------------------------
>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: commons-dev-help@jakarta.apache.org

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

Posted by Eric Pugh <ep...@upstate.com>.
I looked through, and the fix you suggested was quite  
straightforward..  Don't know why I didn't think of it myself!  Doh!

So now there are no outstanding bugs left.  However, after I applied  
the patchs, I reran my tests using a maven clean first, and now am  
having some unit test failures.

It seems like attaching a "bad" url doesn't actually cause any  
failures....   Can someone else confirm this issue?

Eric


On Aug 30, 2005, at 8:22 AM, Henning P. Schmiedehausen wrote:


>     BodyPart primary = getPrimaryBodyPart();
>
>     if ((primary instanceof MimePart) && StringUtils.isNotEmpty 
> (charset)) {
>         ((MimePart) primary).setText(msg, charset);
>     } else {
>         primary.setText(msg);
>     }
>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
Eric Pugh <ep...@upstate.com> writes:

>Henning (and others),

I'm fine. I did take a look at the open issue in bugzilla (#34056),
but IMHO it still needs some work.

There is at least one method name that I don't like:
setIsInitialized(). This should be setInitialized().

I do understand the issue with "BROKEN" in the patch now: If you
change "MimeBodyPart" to "BodyPart", you lose setText(String msg,
String charset), because this is defined in MimePart, something that
is not implemented by BodyPart alone.

I'd advise to use something like this (if you don't know what I'm
talking about:
http://issues.apache.org/bugzilla/attachment.cgi?id=14518&action=diff#c:/projects3.0/commons-email/src/java/org/apache/commons/mail/MultiPartEmail.java_sec6)

try {
    BodyPart primary = getPrimaryBodyPart();

    if ((primary instanceof MimePart) && StringUtils.isNotEmpty(charset)) {
        ((MimePart) primary).setText(msg, charset);
    } else {
        primary.setText(msg);
    }

Or we just leave the patch for 1.0.1, which would IMHO be a shame
because the basic idea of the patch is quite sound.

>Do you think we are at a good enough point to call for 1.0?  I am  
>working on fixing the Gump metadata descriptor, which is currently  
>broken due to findbugs, but that shouldn't affect our 1.0.

I'd be +1 for releasing now or with 34056 resolved. As I have been
volunteered for release manager, feel free to run a vote, if it
passes, I'll do the rest.

BTW: This might be a good time as any to discuss moving the bug
tracker to JIRA. With the 1.0 release, we will get some attention and
IMHO it would be nice to have it "over there".

	Regards
		Henning

>Eric


>On Aug 25, 2005, at 4:19 AM, Henning P. Schmiedehausen wrote:

>> Eric Pugh <ep...@upstate.com> writes:
>>
>>
>>> the sixth release candidate for commons email is now available for
>>> download from http://people.apache.org/~epugh/commons-email/.
>>>
>>
>> I tagged rc6 to tags/EMAIL_1_0_RC6 and moved the trunk to rc7-dev.
>>
>>     Regards
>>         Henning
>>
>> -- 
>> Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
>> hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/
>>
>> RedHat Certified Engineer -- Jakarta Turbine Development  -- hero  
>> for hire
>>    Linux, Java, perl, Solaris -- Consulting, Training, Development
>>
>>               4 - 8 - 15 - 16 - 23 - 42
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>>
>>


>---------------------------------------------------------------------
>To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: commons-dev-help@jakarta.apache.org

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

Posted by Eric Pugh <ep...@upstate.com>.
Henning (and others),

Do you think we are at a good enough point to call for 1.0?  I am  
working on fixing the Gump metadata descriptor, which is currently  
broken due to findbugs, but that shouldn't affect our 1.0.

Eric


On Aug 25, 2005, at 4:19 AM, Henning P. Schmiedehausen wrote:

> Eric Pugh <ep...@upstate.com> writes:
>
>
>> the sixth release candidate for commons email is now available for
>> download from http://people.apache.org/~epugh/commons-email/.
>>
>
> I tagged rc6 to tags/EMAIL_1_0_RC6 and moved the trunk to rc7-dev.
>
>     Regards
>         Henning
>
> -- 
> Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
> hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/
>
> RedHat Certified Engineer -- Jakarta Turbine Development  -- hero  
> for hire
>    Linux, Java, perl, Solaris -- Consulting, Training, Development
>
>               4 - 8 - 15 - 16 - 23 - 42
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: [ANNOUNCEMENT][email] commons-email release candidate 6 available

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
Eric Pugh <ep...@upstate.com> writes:

>the sixth release candidate for commons email is now available for
>download from http://people.apache.org/~epugh/commons-email/.

I tagged rc6 to tags/EMAIL_1_0_RC6 and moved the trunk to rc7-dev.

	Regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org