Skip to content

Commit a8ae281

Browse files
committed
Release 1.2.1
1 parent 92ac0ba commit a8ae281

File tree

5 files changed

+29
-15
lines changed

5 files changed

+29
-15
lines changed

extraslibs/src/com/atlantbh/jmeter/plugins/jsonutils/jsonpathextractor/gui/JSONPathExtractorGui.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private JPanel makeSourcePanel() {
8989

9090
useBody = new JRadioButton("Response Text");
9191
useVariable = new JRadioButton("JMeter Variable:");
92-
srcVariableName = new JTextField(10);
92+
srcVariableName = new JTextField(20);
9393

9494
group = new ButtonGroup();
9595
group.add(useBody);

maven-bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /bin/sh -e
1+
#! /bin/sh
22

33
mvn -Dmaven.test.skip=true clean package javadoc:jar source:jar gpg:sign
44

site/dat/dl/all.wiki

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
=Latest Stable Release=
22

3+
<download:JMeterPlugins-Standard-1.2.1.zip;Standard Set>
4+
5+
<download:ServerAgent-2.2.1.zip;PerfMon Agent to use with Standard Set>
6+
7+
<download:JMeterPlugins-Extras-1.2.1.zip;Extras Set>
8+
9+
<download:JMeterPlugins-ExtrasLibs-1.2.1.zip;Extras with Libs Set>
10+
11+
<download:JMeterPlugins-WebDriver-1.2.1.zip;WebDriver Set>
12+
13+
<download:JMeterPlugins-Hadoop-1.2.1.zip;Hadoop Set>
14+
15+
----
16+
17+
=Previous Releases=
18+
319
<download:JMeterPlugins-Standard-1.2.0.zip;Standard Set>
420

521
<download:ServerAgent-2.2.1.zip;PerfMon Agent to use with Standard Set>
@@ -12,10 +28,6 @@
1228

1329
<download:JMeterPlugins-Hadoop-1.2.0.zip;Hadoop Set>
1430

15-
----
16-
17-
=Previous Releases=
18-
1931
<download:JMeterPlugins-Standard-1.1.3.zip;Standard Set>
2032

2133
<download:JMeterPlugins-Extras-1.1.3.zip;Extras Set>

site/dat/html/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ <h1>Custom Plugins for Apache JMeter&trade;</h1>
77
</p>
88

99
<h2>Latest Update</h2>
10-
<p><a href="/downloads/all/#Latest-Stable-Release">Version 1.2.0</a>
11-
was released on the 16th of September, 2014.
12-
A lot of improvements was made for various plugins, several JMeter functions added, Synthesis Report plugins and Merge Results tool added.
10+
<p><a href="/downloads/all/#Latest-Stable-Release">Version 1.2.1</a>
11+
was released on the 9th of March, 2015.
12+
New <a href="/wiki/TestPlanCheckTool">Test Plan Check tool</a> was added, JSON components were improved, a set of smaller changes were made.
1313
For the full list of changes visit the <a href="/wiki/Changelog/">Changelog</a> page.
1414
</p>
1515
<p>The prerequisite is to run <strong>JMeter 2.11</strong> or above with a <strong>JRE 1.6</strong> (earlier versions should mostly work though).
@@ -24,7 +24,7 @@ <h2 style="margin-top: 2em;">Choose on Your Taste</h2>
2424
<h2><a href="/wiki/StandardSet/">Standard Set</a></h2>
2525

2626
<p>Basic plugins for everyday needs. Does not require additional libs to run.</p>
27-
<a href="/downloads/file/JMeterPlugins-Standard-1.2.0.zip">Download</a>
27+
<a href="/downloads/file/JMeterPlugins-Standard-1.2.1.zip">Download</a>
2828
&nbsp;|&nbsp;
2929
<a href="/wiki/PluginInstall/">Installation</a>
3030
&nbsp;|&nbsp;
@@ -36,7 +36,7 @@ <h2><a href="/wiki/StandardSet/">Standard Set</a></h2>
3636
<h2><a href="/wiki/ExtrasSet/">Extras Set</a></h2>
3737

3838
<p>Additional plugins for extended and complex testing. Does not require additional libs to run.</p>
39-
<a href="/downloads/file/JMeterPlugins-Extras-1.2.0.zip">Download</a>
39+
<a href="/downloads/file/JMeterPlugins-Extras-1.2.1.zip">Download</a>
4040
&nbsp;|&nbsp;
4141
<a href="/wiki/PluginInstall/">Installation</a>
4242
&nbsp;|&nbsp;
@@ -50,7 +50,7 @@ <h2><a href="/wiki/ExtrasSet/">Extras Set</a></h2>
5050
<h2><a href="/wiki/ExtrasWithLibsSet/">Extras with Libs Set</a></h2>
5151

5252
<p>Additional plugins that <em>do require</em> additional libs to run.</p>
53-
<a href="/downloads/file/JMeterPlugins-ExtrasLibs-1.2.0.zip">Download</a>
53+
<a href="/downloads/file/JMeterPlugins-ExtrasLibs-1.2.1.zip">Download</a>
5454
&nbsp;|&nbsp;
5555
<a href="/wiki/PluginInstall/">Installation</a>
5656
&nbsp;|&nbsp;
@@ -62,7 +62,7 @@ <h2><a href="/wiki/ExtrasWithLibsSet/">Extras with Libs Set</a></h2>
6262
<h2><a href="/wiki/WebDriverSet/">WebDriver Set</a></h2>
6363

6464
<p>Selenium/WebDriver testing ability.</p>
65-
<a href="/downloads/file/JMeterPlugins-WebDriver-1.2.0.zip">Download</a>
65+
<a href="/downloads/file/JMeterPlugins-WebDriver-1.2.1.zip">Download</a>
6666
&nbsp;|&nbsp;
6767
<a href="/wiki/PluginInstall/">Installation</a>
6868
&nbsp;|&nbsp;

site/dat/wiki/Changelog.wiki

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
= Changelog =
22

3-
== 1.2.1 <i><font color=gray size="1">planning</font></i>==
3+
== 1.2.2 <i><font color=gray size="1">planning</font></i>==
4+
5+
6+
== 1.2.1 <i><font color=gray size="1">March 9, 2015</font></i>==
47
* add [TestPlanCheckTool] to check JMX file consistency without running it
58
* add requestHeaders field to FFW (and fix the bug with responseHeaders that nobody noticed)
69
* add webdriver.sampleresult_class property for [WebDriverSampler]
@@ -14,7 +17,6 @@
1417
* maximize browser window by default in WebDriver
1518
* add two ways to change color of graph lines and legend. See [SettingsPanel] for doc.
1619
17-
1820
== 1.2.0 <i><font color=gray size="1">September 16, 2014</font></i>==
1921
* fix JMeter startup with Extras (https://groups.google.com/forum/#!topic/jmeter-plugins/YlnXE_WOXXo)
2022
* Improved JsonAssertion (https://github.com/undera/jmeter-plugins/pull/40)

0 commit comments

Comments
 (0)