Am 08.03.2015 um 23:00 schrieb Milamber:
Hello,

The second release candidate for JMeter 2.13 (r1665067) has been
prepared, and your votes are solicited.

This release brings some new features and fixes some bugs.

On this occasion, we also refreshes the style of JMeter's website. You
can preview by visiting this URL:
http://people.apache.org/~milamber/jmeter-2.13RC2/docs/

If you can, some tests of this release candidate (load tests and/or
functional tests) with Java 6/7/8 on Linux/Windows/Mac OS on changes are
welcome.

You can read the New and Noteworthy section with some screenshots to
illustrate improvements and full list of changes at:
http://people.apache.org/~milamber/jmeter-2.13RC2/docs/changes.html

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

Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v2.13_RC2/

RAT report:

http://people.apache.org/~milamber/jmeter-2.13RC2/dist/rat-report-jmeter-2.13RC2.txt

(please note: you need build the latest version of RAT: 0.12-SNAPSHOT to
generate the report. Reason unknown, but the version 0.11 don't work
(loop running indefinitely))

MD5 hashes of archives for this vote:

53dc44a6379b7b4a57976936f3a65e03 *apache-jmeter-2.13.tgz
3bf9df356588bb12062f9c082f326b9f *apache-jmeter-2.13.zip
d822e0e822ab03769e206f4fa1d6b0f5 *apache-jmeter-2.13_src.tgz
25900c01368fdcf7b69ffd27a4f155ad *apache-jmeter-2.13_src.zip

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

Maven staging repo is accessible here:
https://repository.apache.org/content/repositories/orgapachejmeter-1005/org/apache/jmeter/

Tag:
http://svn.apache.org/repos/asf/jmeter/tags/v2_13_RC2/

Keys are here:
http://www.apache.org/dist/jmeter/KEYS

N.B.
To download the dependencies: "ant download_jars"

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

JMeter 2.13 requires Java 6 or later to run.

Some known issues and incompatible changes are listed on changes page.
http://people.apache.org/~milamber/jmeter-2.13RC2/docs/changes.html


All feedback and vote are welcome.
        
[XX] +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.

The PMC members please indicate the mention "(binding)" with your vote.


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

Thanks in advance!

Sorry for being late.

+1 (binding), thanks for RM.

Details:

- MD5 OK
- signatures OK
- key in KEYS file
- gz and zip for src and bin consistent
- svn and gz/zip mostly consistent
  - Revision number in build.xml (expected):
    <property name="version.build" value="$Revision: ... $"/>
- builds fine
- build result looks consistent with distribution, except for
  - some ordering in javadoc (expected)
  - binary jar files (expected)
- no Javadoc warnings when building with Java 6
- some Javadoc warnings when build with Java 7:

.../src/components/org/apache/jmeter/visualizers/RenderAsXPath.java:LINE: warning - @return tag has no arguments. .../src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java:LINE: warning - @return tag has no arguments. .../src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java:LINE: warning - @return tag has no arguments.

- some Javadoc warnings when building with Java 8

.../src/core/org/apache/jmeter/engine/DistributedRunner.java:LINE: warning: no description for @throws
     * @throws RemoteException
       ^
.../src/core/org/apache/jmeter/engine/DistributedRunner.java:LINE: warning: no description for @throws
     * @throws NotBoundException
       ^
.../src/core/org/apache/jmeter/engine/DistributedRunner.java:LINE: warning: no description for @throws
     * @throws MalformedURLException
       ^

- new dependencies (expected)
  - Introduced for new Async BackendListener
    - commons-math3-3.4.1.jar
    - commons-pool2-2.3.jar
- "reports" package dropped (expected)
- ant target "compile-rmi" removed (expected)
- ran the tests (but only with java.awt.headless)
- I have not checked the staging repository.
- I have not checked the rat report

Build and tests were done using Java 1.6.0_45, 1.7.0_76 and 1.8.0_31, OS was Solaris 10 Sparc.

Regards,

Rainer

Reply via email to