On 22 April 2016 at 06:52, Felix Schumacher <[email protected]> wrote: > > > Am 21. April 2016 23:01:23 MESZ, schrieb [email protected]: >>Author: pmouawad >>Date: Thu Apr 21 21:01:23 2016 >>New Revision: 1740411 >> >>URL: http://svn.apache.org/viewvc?rev=1740411&view=rev >>Log: >>Clarify JDBC request changes >>Reference Dashboard documentation >> >>Modified: >> jmeter/trunk/xdocs/changes.xml >> >>Modified: jmeter/trunk/xdocs/changes.xml >>URL: >>http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1740411&r1=1740410&r2=1740411&view=diff >>============================================================================== >>--- jmeter/trunk/xdocs/changes.xml (original) >>+++ jmeter/trunk/xdocs/changes.xml Thu Apr 21 21:01:23 2016 >>@@ -96,7 +96,8 @@ This increases the space available for p >> <ch_category>Reporting improvements</ch_category> >> >><ch_title>New Reporting Feature generating dynamic Graphs in HTML pages >>(APDEX, Summary report and Graphs)</ch_title> >>-<p>An dynamic HTML report can now be generated either at the end of a >>load test or from a result file whenever you want. >>+<p>A dynamic HTML report can now be generated either at the end of a >>load test or from a result file whenever you want. >>+See <a href="./usermanual/generating-dashboard.html" >>target="_blank">Generating dashboard</a> for more details. > > I think that opening new windows while following links should be done only on > external links.
Agreed. But even then, why force the new window? So long as it is not a Javascript link, users can always open the link in a new window themselves. Give them the choice. > Regards, > Felix > >> This report provides the following metrics: >> </p> >> <ul> >>@@ -280,6 +281,7 @@ Deprecated Libraries dropped or replaced >> </li> >><li><code>httpsampler.await_termination_timeout</code> has been >>replaced by >><code>httpsampler.parallel_download_thread_keepalive_inseconds</code> >>which is now the keep alive time for the parallel download threads (in >>seconds).</li> >><li>For Thread Group Test Element, the property "<code>Action to be >>taken after a Sample Error</code>" value has been switched from >>"<code>Continue</code>" to "<code>Start Next thread loop</code>". See >><bugzilla>59152</bugzilla></li> >>+ <li>JDBC Request has been updated to use commons-dbcp2, since then >>the behaviour is slightly different, ensure you have a correct >>"Validation Query" for your database. See >><bugzilla>58786</bugzilla></li> >> <li>The following jars have been removed: >> <ul> >> <li>excalibur-datasource-2.1.jar (see <bugzilla>59156</bugzilla>)</li> >
