You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by sebb <se...@gmail.com> on 2009/05/20 00:16:25 UTC

[VOTE] Release JMeter 2.3.3 based on RC2

The second release candidate for JMeter 2.3.3 has been prepared, and
your votes are again solicited.

JMeter is a Java desktop application designed to load test functional
behavior and measure performance. The current version is targetted at
Java 1.4+.

There were some build/test problems reported with the previous release
candidate, so a new version has been built. This fixes:
* the I18N problems reported when testing using a French locale
* a compiler warning re: illegal UTF-8 characters
* a test timing issue

Some documentation tweaks were also added.

Archives/hashes/sigs and RAT report:
http://people.apache.org/~sebb/jmeter-2.3.3RC2/dist

MD5 hashes of archives for this vote:

f93fd88b4d91b37934233a2d9c038867 *jakarta-jmeter-2.3.3.tgz
333c4f6a9123929db22408c3d679673e *jakarta-jmeter-2.3.3.zip
f71a012e2f22a333250e08011310f897 *jakarta-jmeter-2.3.3_src.tgz
caccce29846949b28c2e52079c80e81d *jakarta-jmeter-2.3.3_src.zip

Site Docs are here:
http://people.apache.org/~sebb/jmeter-2.3.3RC2/docs

Tag:
http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_3_3_RC2 (r776386)

Keys are here:
http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
also
http://www.apache.org/dist/jakarta/jmeter/KEYS

N.B.
To rebuild JMeter or run the unit tests, you need to unpack both the binary and
source archives into the same directory structure. This is because the
library files are only included in the binary archive.

To create the jars and test JMeter: "ant package test".

Note that there is a bug in Java on some Linux systems that manifests
itself as the following error when running the test cases or JMeter itself:

 [java] WARNING: Couldn't flush user prefs:
 java.util.prefs.BackingStoreException:
 java.lang.IllegalArgumentException: Not supported: indent-number

This does not affect JMeter operation.

All feedback (and votes!) welcome.

[  ] +1  I support this release
[  ] +0  I am OK with this release
[  ] -0   OK, but....
[  ] -1   I do not support this release (please indicate why)

 The vote will remain open for at least 72 hours.

 Note: If the vote passes, the intention is to release the archive
 files and rename the RC tag as the release tag.

 Here's my:

 +1

S///

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


Re: [VOTE] Release JMeter 2.3.3 based on RC2

Posted by Peter Lin <wo...@gmail.com>.
+ 1

On Tue, May 19, 2009 at 6:16 PM, sebb <se...@gmail.com> wrote:
> The second release candidate for JMeter 2.3.3 has been prepared, and
> your votes are again solicited.
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targetted at
> Java 1.4+.
>
> There were some build/test problems reported with the previous release
> candidate, so a new version has been built. This fixes:
> * the I18N problems reported when testing using a French locale
> * a compiler warning re: illegal UTF-8 characters
> * a test timing issue
>
> Some documentation tweaks were also added.
>
> Archives/hashes/sigs and RAT report:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/dist
>
> MD5 hashes of archives for this vote:
>
> f93fd88b4d91b37934233a2d9c038867 *jakarta-jmeter-2.3.3.tgz
> 333c4f6a9123929db22408c3d679673e *jakarta-jmeter-2.3.3.zip
> f71a012e2f22a333250e08011310f897 *jakarta-jmeter-2.3.3_src.tgz
> caccce29846949b28c2e52079c80e81d *jakarta-jmeter-2.3.3_src.zip
>
> Site Docs are here:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/docs
>
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_3_3_RC2 (r776386)
>
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://www.apache.org/dist/jakarta/jmeter/KEYS
>
> N.B.
> To rebuild JMeter or run the unit tests, you need to unpack both the binary and
> source archives into the same directory structure. This is because the
> library files are only included in the binary archive.
>
> To create the jars and test JMeter: "ant package test".
>
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
>
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
>
> This does not affect JMeter operation.
>
> All feedback (and votes!) welcome.
>
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
>
>  The vote will remain open for at least 72 hours.
>
>  Note: If the vote passes, the intention is to release the archive
>  files and rename the RC tag as the release tag.
>
>  Here's my:
>
>  +1
>
> S///
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
>
>

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


Re: [VOTE] Release JMeter 2.3.3 based on RC2

Posted by Milamber <mi...@gmail.com>.
Hello,

+1

Bye
Milamber

Le 19/05/2009 22:16, sebb a ecrit :
> The second release candidate for JMeter 2.3.3 has been prepared, and
> your votes are again solicited.
>
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targetted at
> Java 1.4+.
>
> There were some build/test problems reported with the previous release
> candidate, so a new version has been built. This fixes:
> * the I18N problems reported when testing using a French locale
> * a compiler warning re: illegal UTF-8 characters
> * a test timing issue
>
> Some documentation tweaks were also added.
>
> Archives/hashes/sigs and RAT report:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/dist
>
> MD5 hashes of archives for this vote:
>
> f93fd88b4d91b37934233a2d9c038867 *jakarta-jmeter-2.3.3.tgz
> 333c4f6a9123929db22408c3d679673e *jakarta-jmeter-2.3.3.zip
> f71a012e2f22a333250e08011310f897 *jakarta-jmeter-2.3.3_src.tgz
> caccce29846949b28c2e52079c80e81d *jakarta-jmeter-2.3.3_src.zip
>
> Site Docs are here:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/docs
>
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_3_3_RC2 (r776386)
>
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://www.apache.org/dist/jakarta/jmeter/KEYS
>
> N.B.
> To rebuild JMeter or run the unit tests, you need to unpack both the binary and
> source archives into the same directory structure. This is because the
> library files are only included in the binary archive.
>
> To create the jars and test JMeter: "ant package test".
>
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
>
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
>
> This does not affect JMeter operation.
>
> All feedback (and votes!) welcome.
>
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
>
>  The vote will remain open for at least 72 hours.
>
>  Note: If the vote passes, the intention is to release the archive
>  files and rename the RC tag as the release tag.
>
>  Here's my:
>
>  +1
>
> S///
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
>
>
>   


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


Re: [VOTE] Release JMeter 2.3.3 based on RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
+1

Oleg

sebb wrote:
> The second release candidate for JMeter 2.3.3 has been prepared, and
> your votes are again solicited.
> 
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targetted at
> Java 1.4+.
> 
> There were some build/test problems reported with the previous release
> candidate, so a new version has been built. This fixes:
> * the I18N problems reported when testing using a French locale
> * a compiler warning re: illegal UTF-8 characters
> * a test timing issue
> 
> Some documentation tweaks were also added.
> 
> Archives/hashes/sigs and RAT report:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/dist
> 
> MD5 hashes of archives for this vote:
> 
> f93fd88b4d91b37934233a2d9c038867 *jakarta-jmeter-2.3.3.tgz
> 333c4f6a9123929db22408c3d679673e *jakarta-jmeter-2.3.3.zip
> f71a012e2f22a333250e08011310f897 *jakarta-jmeter-2.3.3_src.tgz
> caccce29846949b28c2e52079c80e81d *jakarta-jmeter-2.3.3_src.zip
> 
> Site Docs are here:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/docs
> 
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_3_3_RC2 (r776386)
> 
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://www.apache.org/dist/jakarta/jmeter/KEYS
> 
> N.B.
> To rebuild JMeter or run the unit tests, you need to unpack both the binary and
> source archives into the same directory structure. This is because the
> library files are only included in the binary archive.
> 
> To create the jars and test JMeter: "ant package test".
> 
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
> 
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
> 
> This does not affect JMeter operation.
> 
> All feedback (and votes!) welcome.
> 
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
> 
>  The vote will remain open for at least 72 hours.
> 
>  Note: If the vote passes, the intention is to release the archive
>  files and rename the RC tag as the release tag.
> 
>  Here's my:
> 
>  +1
> 
> S///
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
> 


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


Re: [VOTE] Release JMeter 2.3.3 based on RC2

Posted by Oleg Kalnichevski <ol...@apache.org>.
+1

Oleg

sebb wrote:
> The second release candidate for JMeter 2.3.3 has been prepared, and
> your votes are again solicited.
> 
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targetted at
> Java 1.4+.
> 
> There were some build/test problems reported with the previous release
> candidate, so a new version has been built. This fixes:
> * the I18N problems reported when testing using a French locale
> * a compiler warning re: illegal UTF-8 characters
> * a test timing issue
> 
> Some documentation tweaks were also added.
> 
> Archives/hashes/sigs and RAT report:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/dist
> 
> MD5 hashes of archives for this vote:
> 
> f93fd88b4d91b37934233a2d9c038867 *jakarta-jmeter-2.3.3.tgz
> 333c4f6a9123929db22408c3d679673e *jakarta-jmeter-2.3.3.zip
> f71a012e2f22a333250e08011310f897 *jakarta-jmeter-2.3.3_src.tgz
> caccce29846949b28c2e52079c80e81d *jakarta-jmeter-2.3.3_src.zip
> 
> Site Docs are here:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/docs
> 
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_3_3_RC2 (r776386)
> 
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://www.apache.org/dist/jakarta/jmeter/KEYS
> 
> N.B.
> To rebuild JMeter or run the unit tests, you need to unpack both the binary and
> source archives into the same directory structure. This is because the
> library files are only included in the binary archive.
> 
> To create the jars and test JMeter: "ant package test".
> 
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
> 
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
> 
> This does not affect JMeter operation.
> 
> All feedback (and votes!) welcome.
> 
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
> 
>  The vote will remain open for at least 72 hours.
> 
>  Note: If the vote passes, the intention is to release the archive
>  files and rename the RC tag as the release tag.
> 
>  Here's my:
> 
>  +1
> 
> S///
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
> 


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


Re: [VOTE] Release JMeter 2.3.3 based on RC2

Posted by Oleg Kalnichevski <ol...@ok2consulting.com>.
+1

Oleg

sebb wrote:
> The second release candidate for JMeter 2.3.3 has been prepared, and
> your votes are again solicited.
> 
> JMeter is a Java desktop application designed to load test functional
> behavior and measure performance. The current version is targetted at
> Java 1.4+.
> 
> There were some build/test problems reported with the previous release
> candidate, so a new version has been built. This fixes:
> * the I18N problems reported when testing using a French locale
> * a compiler warning re: illegal UTF-8 characters
> * a test timing issue
> 
> Some documentation tweaks were also added.
> 
> Archives/hashes/sigs and RAT report:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/dist
> 
> MD5 hashes of archives for this vote:
> 
> f93fd88b4d91b37934233a2d9c038867 *jakarta-jmeter-2.3.3.tgz
> 333c4f6a9123929db22408c3d679673e *jakarta-jmeter-2.3.3.zip
> f71a012e2f22a333250e08011310f897 *jakarta-jmeter-2.3.3_src.tgz
> caccce29846949b28c2e52079c80e81d *jakarta-jmeter-2.3.3_src.zip
> 
> Site Docs are here:
> http://people.apache.org/~sebb/jmeter-2.3.3RC2/docs
> 
> Tag:
> http://svn.apache.org/repos/asf/jakarta/jmeter/tags/v2_3_3_RC2 (r776386)
> 
> Keys are here:
> http://svn.apache.org/repos/asf/jakarta/site/dist/jmeter/
> also
> http://www.apache.org/dist/jakarta/jmeter/KEYS
> 
> N.B.
> To rebuild JMeter or run the unit tests, you need to unpack both the binary and
> source archives into the same directory structure. This is because the
> library files are only included in the binary archive.
> 
> To create the jars and test JMeter: "ant package test".
> 
> Note that there is a bug in Java on some Linux systems that manifests
> itself as the following error when running the test cases or JMeter itself:
> 
>  [java] WARNING: Couldn't flush user prefs:
>  java.util.prefs.BackingStoreException:
>  java.lang.IllegalArgumentException: Not supported: indent-number
> 
> This does not affect JMeter operation.
> 
> All feedback (and votes!) welcome.
> 
> [  ] +1  I support this release
> [  ] +0  I am OK with this release
> [  ] -0   OK, but....
> [  ] -1   I do not support this release (please indicate why)
> 
>  The vote will remain open for at least 72 hours.
> 
>  Note: If the vote passes, the intention is to release the archive
>  files and rename the RC tag as the release tag.
> 
>  Here's my:
> 
>  +1
> 
> S///
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org
> 


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