Am 08.05.2016 um 09:17 schrieb Milamber:
Hello,

The fourth release candidate for JMeter 3.0 (r1742770) has been prepared, and your votes are solicited.

This release brings a lot of new features (over 100) and fixes many bugs (60). The JMeter's logo and the JMeter's website have been refreshed.

Please, test this release candidate (with load tests and/or functional tests) using Java 7/8 on Linux/Windows/Mac OS, especially on the changes. The feedback are welcome.

You can read the New and Noteworthy section with some screenshots to illustrate improvements and full list of changes at:
http://home.apache.org/~milamber/jmeter-3.0RC4/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 7+.

Download - Archives/hashes/sigs:

https://dist.apache.org/repos/dist/dev/jmeter/v3.0_RC4/
(dist revision r13562)

RAT report:

http://home.apache.org/~milamber/jmeter-3.0RC4/dist/rat-report-jmeter-3.0RC4.txt

MD5 hashes of archives for this vote:

f6db9b62d1abebe37451eaedd3e0a7e0 *apache-jmeter-3.0.tgz
3d3a5fbb088e49780bb81076b43beeda *apache-jmeter-3.0.zip
7837e6fe66c028e61db37814c0120614 *apache-jmeter-3.0_src.zip
a9a2af0b77bb2ca3f191697bf821bbd0 *apache-jmeter-3.0_src.tgz

Site Docs are here:
http://home.apache.org/~milamber/jmeter-3.0RC4/docs/

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

Tag:
https://svn.apache.org/repos/asf/jmeter/tags/v3_0_RC4/

Keys are here:
https://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 3.0 requires Java 7 or later to run.

Some known issues and incompatible changes are listed on changes page.
http://home.apache.org/~milamber/jmeter-3.0RC4/docs/changes.html


All feedback and vote are welcome.

[x] +1  I support this release
There is one minor formatting issue in the printable docs. Special tags inside tables are not transformed. From the three tables I found in the component_reference only one is hit hard by this. The View Results Tree is really hard to read.

I think I have a fix for this, but vsl is not my favourite.

Regards,
 Felix

[  ] +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!

Milamber





diff --git a/xdocs/stylesheets/site_printable.vsl b/xdocs/stylesheets/site_printable.vsl
index f8bf946..d7b5523 100644
--- a/xdocs/stylesheets/site_printable.vsl
+++ b/xdocs/stylesheets/site_printable.vsl
@@ -82,7 +82,7 @@
 <td bgcolor="$tabletdbg" #if ($colspan)colspan="$colspan"#end #if ($rowspan)rowspan="$rowspan"#end valign="top" align="left">
 <font color="#000000" size="-1" face="arial,helvetica,sanserif">
 #if ($value.getText().length() != 0 || $value.getChildren().size() > 0)
-$value.content
+#runloop($value)
 #else
 &nbsp;
 #end

Reply via email to