You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Thomas Neidhart <th...@gmail.com> on 2013/10/20 18:51:41 UTC

[VOTE] Release of Commons Email 1.3.2 based on RC2

Hi,

I'd like to call a vote for releasing Commons Email 1.3.2 based on RC2.

  Changes since RC1:
    - fixed unit test SimpleHtmlEmail.testDefaultMimeCharset which
failed in certain environments

  Email 1.3.2 RC2 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/email/
    (svn revision 3303)

  Maven artifacts are here:


https://repository.apache.org/content/repositories/orgapachecommons-004/org/apache/commons/commons-email/1.3.2/

  The tag is here:


https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_3_2_RC2
    (svn revision 1533925)

  Site:
    http://people.apache.org/builds/commons/email/1.3.2/RC2/

  Details of changes since 1.3.1 are in the release notes:
    https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt


http://people.apache.org/builds/commons/email/1.3.2/RC2/changes-report.html

Please review the release candidate and vote.
This vote will close no sooner than 72 hours from now.

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

Thank you for your reviews,

Thomas

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


Re: [VOTE] Release of Commons Email 1.3.2 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
On Thu, Oct 24, 2013 at 1:11 PM, Henning Schmiedehausen <
henning@schmiedehausen.org> wrote:

> On Sun, Oct 20, 2013 at 12:22 PM, Gary Gregory <ga...@gmail.com>
> wrote:
> > +1
>
> BTW; the logo on that site does not have a (TM).
>

Good one ;)

Fixed. Committed revision 1535453.

Gary


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


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release of Commons Email 1.3.2 based on RC2

Posted by Henning Schmiedehausen <he...@schmiedehausen.org>.
On Sun, Oct 20, 2013 at 12:22 PM, Gary Gregory <ga...@gmail.com> wrote:
> +1

BTW; the logo on that site does not have a (TM).

SCNR,
    Henning

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


Re: [VOTE] Release of Commons Email 1.3.2 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
+1

Checked out tag and build with "mvn site" with:

Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
08:51:28-0500)
Maven home: C:\Java\apache-maven-3.0.5\bin\..
Java version: 1.7.0_40, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_40\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"

Checked reports, they look clean.

Non-blocking nits:

[WARNING]
C:\temp\rc\EMAIL_1_3_2_RC2\src\test\java\org\apache\commons\mail\MultiPartEmailTest.java:388:
warning - @todo is an unknown tag.
[WARNING]
C:\temp\rc\EMAIL_1_3_2_RC2\src\test\java\org\apache\commons\mail\SimpleEmailTest.java:81:
warning - @todo is an unknown tag.

We should use "TODO" or "@org.apache.todo". IIRC, Javadoc has some
convention about that.

Gary


On Sun, Oct 20, 2013 at 12:51 PM, Thomas Neidhart <thomas.neidhart@gmail.com
> wrote:

> Hi,
>
> I'd like to call a vote for releasing Commons Email 1.3.2 based on RC2.
>
>   Changes since RC1:
>     - fixed unit test SimpleHtmlEmail.testDefaultMimeCharset which
> failed in certain environments
>
>   Email 1.3.2 RC2 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/email/
>     (svn revision 3303)
>
>   Maven artifacts are here:
>
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-004/org/apache/commons/commons-email/1.3.2/
>
>   The tag is here:
>
>
> https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_3_2_RC2
>     (svn revision 1533925)
>
>   Site:
>     http://people.apache.org/builds/commons/email/1.3.2/RC2/
>
>   Details of changes since 1.3.1 are in the release notes:
>     https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt
>
>
> http://people.apache.org/builds/commons/email/1.3.2/RC2/changes-report.html
>
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now.
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thank you for your reviews,
>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release of Commons Email 1.3.2 based on RC2

Posted by Stefan Bodewig <bo...@apache.org>.
On 2013-10-20, Thomas Neidhart wrote:

> I'd like to call a vote for releasing Commons Email 1.3.2 based on RC2.

Signatures and hashes look good, RAT is happy, no opinion on contents :-)

+1

Stefan

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


Re: [VOTE] Release of Commons Email 1.3.2 based on RC2

Posted by Oliver Heger <ol...@oliver-heger.de>.
+1

Found no problems!
Oliver

Am 20.10.2013 18:51, schrieb Thomas Neidhart:
> Hi,
> 
> I'd like to call a vote for releasing Commons Email 1.3.2 based on RC2.
> 
>   Changes since RC1:
>     - fixed unit test SimpleHtmlEmail.testDefaultMimeCharset which
> failed in certain environments
> 
>   Email 1.3.2 RC2 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/email/
>     (svn revision 3303)
> 
>   Maven artifacts are here:
> 
> 
> https://repository.apache.org/content/repositories/orgapachecommons-004/org/apache/commons/commons-email/1.3.2/
> 
>   The tag is here:
> 
> 
> https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_3_2_RC2
>     (svn revision 1533925)
> 
>   Site:
>     http://people.apache.org/builds/commons/email/1.3.2/RC2/
> 
>   Details of changes since 1.3.1 are in the release notes:
>     https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt
> 
> 
> http://people.apache.org/builds/commons/email/1.3.2/RC2/changes-report.html
> 
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now.
> 
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
> 
> Thank you for your reviews,
> 
> Thomas
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


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


Re: [VOTE] Release of Commons Email 1.3.2 based on RC2

Posted by Siegfried Goeschl <si...@it20one.at>.
Hi Gary,

I check tonight ...

Cheers,

Siegfried Goeschl

On 24.10.13 15:35, Gary Gregory wrote:
> What is happening with this [vote] thread? Would anyone else care to chime
> in?
>
> Gary
>
>
> On Sun, Oct 20, 2013 at 12:51 PM, Thomas Neidhart <thomas.neidhart@gmail.com
>> wrote:
>> Hi,
>>
>> I'd like to call a vote for releasing Commons Email 1.3.2 based on RC2.
>>
>>    Changes since RC1:
>>      - fixed unit test SimpleHtmlEmail.testDefaultMimeCharset which
>> failed in certain environments
>>
>>    Email 1.3.2 RC2 is available for review here:
>>      https://dist.apache.org/repos/dist/dev/commons/email/
>>      (svn revision 3303)
>>
>>    Maven artifacts are here:
>>
>>
>>
>> https://repository.apache.org/content/repositories/orgapachecommons-004/org/apache/commons/commons-email/1.3.2/
>>
>>    The tag is here:
>>
>>
>> https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_3_2_RC2
>>      (svn revision 1533925)
>>
>>    Site:
>>      http://people.apache.org/builds/commons/email/1.3.2/RC2/
>>
>>    Details of changes since 1.3.1 are in the release notes:
>>      https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt
>>
>>
>> http://people.apache.org/builds/commons/email/1.3.2/RC2/changes-report.html
>>
>> Please review the release candidate and vote.
>> This vote will close no sooner than 72 hours from now.
>>
>>    [ ] +1 Release these artifacts
>>    [ ] +0 OK, but...
>>    [ ] -0 OK, but really should fix...
>>    [ ] -1 I oppose this release because...
>>
>> Thank you for your reviews,
>>
>> Thomas
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>


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


Re: [VOTE] Release of Commons Email 1.3.2 based on RC2

Posted by Gary Gregory <ga...@gmail.com>.
What is happening with this [vote] thread? Would anyone else care to chime
in?

Gary


On Sun, Oct 20, 2013 at 12:51 PM, Thomas Neidhart <thomas.neidhart@gmail.com
> wrote:

> Hi,
>
> I'd like to call a vote for releasing Commons Email 1.3.2 based on RC2.
>
>   Changes since RC1:
>     - fixed unit test SimpleHtmlEmail.testDefaultMimeCharset which
> failed in certain environments
>
>   Email 1.3.2 RC2 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/email/
>     (svn revision 3303)
>
>   Maven artifacts are here:
>
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-004/org/apache/commons/commons-email/1.3.2/
>
>   The tag is here:
>
>
> https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_3_2_RC2
>     (svn revision 1533925)
>
>   Site:
>     http://people.apache.org/builds/commons/email/1.3.2/RC2/
>
>   Details of changes since 1.3.1 are in the release notes:
>     https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt
>
>
> http://people.apache.org/builds/commons/email/1.3.2/RC2/changes-report.html
>
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now.
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thank you for your reviews,
>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [VOTE] Release of Commons Email 1.3.2 based on RC2

Posted by Benedikt Ritter <br...@apache.org>.
Hello Thomas,

my environment:

Apache Maven 3.1.1 (0728685237757ffbf44136acec0402957f723d9a; 2013-09-17
17:22:22+0200)
Maven home: /Applications/dev/maven/apache-maven-3.1.1
Java version: 1.7.0_40, vendor: Oracle Corporation
Java home:
/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/jre
Default locale: de_DE, platform encoding: UTF-8
OS name: "mac os x", version: "10.8.5", arch: "x86_64", family: "mac"

- builds fine
- site looks good, reports are good
- src archives have the same content
- src archives have the same content as tag
- signatures are ok

one minor nit: the site says that 1.3 is the previous version. Now that we
have 1.3.2 shouldn't the be 1.3.1?

my +1 for this RC.

Thanks!



2013/10/20 Thomas Neidhart <th...@gmail.com>

> Hi,
>
> I'd like to call a vote for releasing Commons Email 1.3.2 based on RC2.
>
>   Changes since RC1:
>     - fixed unit test SimpleHtmlEmail.testDefaultMimeCharset which
> failed in certain environments
>
>   Email 1.3.2 RC2 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/email/
>     (svn revision 3303)
>
>   Maven artifacts are here:
>
>
>
> https://repository.apache.org/content/repositories/orgapachecommons-004/org/apache/commons/commons-email/1.3.2/
>
>   The tag is here:
>
>
> https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_3_2_RC2
>     (svn revision 1533925)
>
>   Site:
>     http://people.apache.org/builds/commons/email/1.3.2/RC2/
>
>   Details of changes since 1.3.1 are in the release notes:
>     https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt
>
>
> http://people.apache.org/builds/commons/email/1.3.2/RC2/changes-report.html
>
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now.
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thank you for your reviews,
>
> Thomas
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
http://people.apache.org/~britter/
http://www.systemoutprintln.de/
http://twitter.com/BenediktRitter
http://github.com/britter

[VOTE][RESULT] Release of Commons Email 1.3.2 based on RC2

Posted by Thomas Neidhart <th...@gmail.com>.
On 10/20/2013 06:51 PM, Thomas Neidhart wrote:
> Hi,
> 
> I'd like to call a vote for releasing Commons Email 1.3.2 based on RC2.
> 
>   Changes since RC1:
>     - fixed unit test SimpleHtmlEmail.testDefaultMimeCharset which
> failed in certain environments
> 
>   Email 1.3.2 RC2 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/email/
>     (svn revision 3303)
> 
>   Maven artifacts are here:
> 
> 
> https://repository.apache.org/content/repositories/orgapachecommons-004/org/apache/commons/commons-email/1.3.2/
> 
>   The tag is here:
> 
> 
> https://svn.apache.org/repos/asf/commons/proper/email/tags/EMAIL_1_3_2_RC2
>     (svn revision 1533925)
> 
>   Site:
>     http://people.apache.org/builds/commons/email/1.3.2/RC2/
> 
>   Details of changes since 1.3.1 are in the release notes:
>     https://dist.apache.org/repos/dist/dev/commons/email/RELEASE-NOTES.txt
> 
> 
> http://people.apache.org/builds/commons/email/1.3.2/RC2/changes-report.html
> 
> Please review the release candidate and vote.
> This vote will close no sooner than 72 hours from now.
> 
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...

Hi all,

more than 72 hours have passed since the vote has been called and the
following people have voted:

+1 Gary Gregory
+1 Oliver Heger
+1 Benedikt Ritter
+1 Stefan Bodewig
+1 Thomas Neidhart

all votes are binding, and no other votes have been cast, thus the we
are ready to release commons-email 1.3.2.

Thanks to everybody who took the time to test the RC!

Thomas

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