Felix Schumacher
c3528555f4
Allow pooling of Prepared Statements in JDBC
...
Bugzilla Id: 65515
2021-08-21 13:56:40 +02:00
orimarko
b4d32712b8
Bug 61805 - Allow simple HTTP request
...
Add simple HTTP request template
Closes #663
Bugzilla Id: 61805
2021-08-09 14:27:01 +02:00
Felix Schumacher
975906ca28
NullPointerException in HTTPHC4Impl$ManagedCredentialsProvider.getAuthorizationForAuthScope
...
when 401 response from remote and httpclient4.auth.preemptive=false
and no AuthManager is configured.
Bugzilla Id: 65363
2021-06-07 21:20:59 +02:00
Stefan Seide
51e7a76c07
update json-smart to 2.4.7 (from 2.4.1) and accessors-smart to 2.4.7 (from 1.3)
2021-06-07 20:38:13 +02:00
Stefan Seide
4689b54981
update x-stream to 1.4.17 (from 1.4.16)
2021-06-07 20:33:18 +02:00
Felix Schumacher
1647a2b0cb
Make the estimator used for calculating percentiles on the dashboard configurable
...
Bugzilla Id: 65353
2021-06-03 19:34:56 +02:00
Felix Schumacher
c054d3a4d3
Warning logged when Boundary Extractor doesn't find any match
...
Bugzilla Id: 65352
2021-06-03 18:05:33 +02:00
Felix Schumacher
0c97fd659f
JSON Extractor and JSON JMESPath Extractor ignore sub-samples
...
The UI for those elements suggest, that the extractors would
look into sub-samples for matches (or even could be configured
to use only values from the sub-samples). Adapt the implementation
to make that assumption true.
Bugzilla Id: 65269
2021-06-03 11:11:09 +02:00
Felix Schumacher
7ac71f15f8
Don't let users override content-type header when using multipart/form-data
...
The content-type header will contain the boundary from the multiparts. That
value can't be guessed by the user and using the original given content-type
will very likely be wrong.
Apart from that reason, the Java implementation of HTTPSampler will use
the generated content-type anyway and therefore this patch will make the
two implementations behave consistently.
Bugzilla Id: 65310
2021-05-30 13:58:33 +02:00
Felix Schumacher
fe04aff269
HTTP 308 Permanent Redirect is not supported
...
Contributed by Baptiste Gaillard (baptiste.gaillard at gmail.com)
Bugzilla Id: 65328
Closes #666
2021-05-25 20:35:24 +02:00
Felix Schumacher
7842529941
Increase visible lines of code in IfController and WhileController
...
Closes #665
2021-05-23 17:57:15 +02:00
Felix Schumacher
db697e8e5d
Updated Groovy to 3.0.8 (from 3.0.7)
...
Helps with compiling JMeter with Java 17
2021-05-22 13:38:26 +02:00
Felix Schumacher
e0e9787047
IllegalAccessError when opening file dialog with Java 16
...
Bugzilla Id: 65300
2021-05-18 21:03:05 +02:00
Felix Schumacher
44c90318f3
Silence warnings of missing font Arial on startup under linux
...
Remove references to the font, wher no text is used. That would be
everywhere in the logo, as it was converted to path long ago.
2021-05-04 17:22:22 +02:00
Felix Schumacher
5f5b816640
POST application/x-www-form-urlencoded cURL code generated from Postman is not imported correctly
...
Allow multiple occurrences of --data-urlencode options and empty key and value on that option.
The data will be added as post data and not as form data, which is a bit inconvenient and asked for
in the same issue entry.
Bugzilla Id: 65270
2021-04-27 20:57:27 +02:00
Till Neunast
08c3c5921f
Allow whitespace in path
...
Closes #664
2021-04-25 11:16:43 +02:00
Felix Schumacher
b5a3c9113e
JMESPathExtractor Attribute Match No. Required
...
Bugzilla Id: 65259
2021-04-24 11:45:56 +02:00
Felix Schumacher
0dce105f13
JMESPathExtractor writes error log entries if JMESPath filter returns empty result
...
Bugzilla Id: 65257
2021-04-24 11:31:25 +02:00
BugKing
6caf328fa8
Fix duplicate words of runtime controller desc
...
Closes #661
2021-04-17 21:06:57 +02:00
orimarko
eec3f83e02
Update TestElement.java
...
fix setName java docs to reflect setter
Closes #658
2021-04-12 16:31:36 +02:00
Felix Schumacher
a75fc427de
Hide splash screen when an error is displayed
...
When the test plan could not be parsed on startup, the splash
screen would hide it. So close it.
Bugzilla Id: 65232
2021-04-10 19:59:54 +02:00
Felix Schumacher
75f5396f80
Log debug information about loaded certs from keystore
...
Bugzilla Id: 64831
2021-04-10 14:37:42 +02:00
Stefan Seide
5a5cb21670
update json-smart to 2.4.1 (from 2.3) and accessors-smart to 1.3 (from 1.2)
...
Closes #656
2021-04-10 14:10:42 +02:00
Stefan Seide
18d0a5cc1e
update x-stream to 1.4.16 (from 1.4.15)
...
Closes #655
2021-04-10 13:55:09 +02:00
Milamber
0cfa344159
Update Apache Tika to 1.26 (from 1.24.1)
2021-04-02 09:24:40 +00:00
Felix Schumacher
c727934833
Can't copy generated function from FunctionHelper
...
Bugzilla Id: 65198
2021-03-20 13:21:57 +01:00
David Pecollet
e7b9b8499a
more xml formatting fixes in changes.xml
...
Closes #638
2021-03-12 17:19:08 +01:00
David Pecollet
1fb565c035
formatting fixes in changes.xml
2021-03-12 17:19:08 +01:00
David Pecollet
8a6556c77c
getAccessMode with guard clause
...
also updated the docs of the Bolt Sampler and Bolt config to reflect the new parameters
pngquant new images
2021-03-12 17:18:56 +01:00
David Pecollet
007fa67edc
styling fixes & edited changes file
2021-03-12 16:31:25 +01:00
Konstantin Kalinin
79802491d5
Create SampleResult with 0 duration when exception is caught
...
That will use the current timestamp as start time on the Sample.
Closes #650
2021-03-12 16:20:01 +01:00
Felix Schumacher
bfacaf43f4
HTTP Sampler/Files upload tab - add missing buttons
...
Bugzilla Id: 65020
2021-03-10 21:02:10 +01:00
Felix Schumacher
6010d20845
OS Process Sampler - Cannot "Add from Clipboard" Command parameters
...
Bugzilla Id: 65152
2021-03-10 20:58:27 +01:00
Felix Schumacher
9107264834
Add infos on pr to changes log
...
Relates to #648
2021-03-06 10:46:39 +01:00
Stefan Seide
54f44f5991
Update xmlgraphics-commons to 2.6 (from 2.3)
...
Closes #648
2021-03-05 16:57:00 +01:00
Felix Schumacher
d10b0e54bc
Encode the personal part of email addresses in SMTP Sampler
...
Often those personal parts contain umlauts. Try to find these
and let MimeUtility encode those as quoted encodings.
Bugzilla Id: 65149
Closes #644 on github
2021-02-27 17:09:17 +01:00
David Getzlaff
2c2f611ee1
Add escaping for new lines in AbstractInfluxdbMetricsSender
...
Contributed by David Getzlaff (david.getzlaff at t-systems.com>)
Closes #645 on github
2021-02-27 17:03:59 +01:00
Noah
acdb6482dd
Update component reference documentation for thread group option "same user on each iteration"
...
Bugzilla Id: 65128
Closes #643
2021-02-13 10:33:21 +01:00
Felix Schumacher
3e0a9aa157
Updated xercesImpl to 2.12.1 (from 2.12.0)
...
Based on patch by Stefan Seide (stefan at trilobyte-se.de)
Closes #641
2021-02-11 20:53:36 +01:00
Felix Schumacher
f905a07259
Save CSV sub-results recursively from Visual Result Tree
...
Bugzilla Id: 64962
2021-02-11 20:16:44 +01:00
Felix Schumacher
9326c3febe
Detect mime-type for files automatically when adding files to HTTP Sampler
...
Bugzilla Id: 65027
2021-02-11 20:01:00 +01:00
Felix Schumacher
6ab44e7929
Add missing license header and add thanks for Nikola
2021-01-26 18:43:44 +01:00
Felix Schumacher
6e7b3702ca
Sorting in View Results in Table is not correct
...
All string columns will get sorted by human understandable alpha numeric sort
Bugzilla Id: 63061
2021-01-26 18:36:22 +01:00
Felix Schumacher
2d217c9e03
Sort properties and variables in a human expected order for DebugPostProcessor and DebugSampler
...
That means the following order would hold:
1,2,10,11,20,abc_1,abc_2,abc_10
Bugzilla Id: 64988
2021-01-26 18:36:13 +01:00
Felix Schumacher
da5fb8319b
DNS Cache Manager - custom DNS resolver does not use system resolver by default
...
Bugzilla Id: 64318
2021-01-26 18:18:30 +01:00
Felix Schumacher
f3a1bab9e9
Prepare next dev version
2021-01-26 17:44:35 +01:00
Felix Schumacher
0ee0999977
Ignore SocketTimeoutException on BinaryTCPClientImpl, when no EOM Byte is set
...
Bugzilla Id: 65034
2021-01-09 18:43:57 +01:00
Felix Schumacher
94c8ffedde
Revert json-path to version 2.4.0
...
The newer version 2.5.0 has a bug https://github.com/json-path/JsonPath/issues/658
which surfaces when using regexes in the expressions.
Bugzilla Id: 65053
2021-01-09 18:32:28 +01:00
Felix Schumacher
14ba78644a
XPath2 Tester and JSON JMESPath Tester are missing in view.results.tree.renderers_order property
...
Bugzilla Id: 65052
2021-01-09 16:16:18 +01:00
Felix Schumacher
c9902261de
Better handling of displaying long comments in the GUI
...
Enable linewrapping in the comments text area and shorten
comments when used as tool-tips to 80 characters.
Bugzilla 65012
2021-01-02 13:07:32 +01:00