Commit Graph

3308 Commits

Author SHA1 Message Date
Stefan Seide 3c23246558 Update x-stream to 1.4.18 (from 1.4.17)
Closes #675
2021-10-26 20:24:09 +02:00
Felix Schumacher d074091405 Add support for IPv6 addresses when specifying a remote worker node
Now it should be possible to specify an IPv6 address with the bracketed notation:
  remote_host=[::1]:2001

Based on a patch by Peter Wong
Closes #673
Bugzilla Id: 65611
2021-10-10 21:10:09 +02:00
Felix Schumacher 462aaeba1d Add more details to documentation for timeShift function
Contributed by Mariusz (mawasak at gmail.com)

Closes #672
2021-09-21 12:34:49 +02:00
Felix Schumacher 1e69fefa0f Update Darklaf to 2.7.3
The update of Darklaf to 2.7.2 came with a regression regarding tooltips
on linux and a NPE when playing an animation on JTrees.

https://github.com/weisJ/darklaf/issues/274
https://github.com/weisJ/darklaf/issues/275
Bugzilla Id: 65579
2021-09-18 11:09:45 +02:00
Felix Schumacher 385bd05c6a Fix broken XML in changes.xml
Part of #654
2021-09-11 12:36:49 +02:00
Felix Schumacher bc23dca0db Be more specific when handling errors while loading keystores
Currently a user can not differentiate between a wrong password and missing or
wrong keys, algorithms, etc. So try do handle the excpetions, that the API
gives us and log different error messages to better inform our users.

Part of #654
2021-09-11 12:03:55 +02:00
Felix Schumacher 3dc1cd3e40 Update Groovy to 3.0.9 2021-09-11 10:49:56 +02:00
Felix Schumacher 093df18f7c Revert "SplitPanel shows a scrollbar instead of shrinking the right panel in the main view"
The reported problem was fixed with the patch (that is reverted here), but the Tree Results View
was broken with it. So revert it for now.

This reverts commit 2e7c471734.
This reverts commit a7bdcb24a3.

Bugzilla Id: 65545
2021-09-03 17:52:50 +02:00
Felix Schumacher 2e7c471734 SplitPanel shows a scrollbar instead of shrinking the right panel in the main view
Remove unused import left over from last commit and add missing changelog entry.

Bugzilla Id: 65545
2021-09-02 18:03:41 +02:00
Felix Schumacher 4757204087 Correct typo 2021-08-29 19:25:33 +02:00
Felix Schumacher 860eab6100 Add a bit of markup to changes.xml to trigger CI 2021-08-29 17:57:31 +02:00
Felix Schumacher b9cbab843b Restart does not work when parameters contain spaces
Try to re-combine the parameters to regard spaces in file names

Java command line has no knowledge of the 'real' parameters and
we have to do a bit of guessing to re-assemble the parameters with
spaces and the drop the spaces, that should split the parameters.

So we guess, that each parameter starts with a dash (-) and
everything else are values, that should be stitched together.

Bugzilla Id: 65522
2021-08-29 17:19:00 +02:00
Felix Schumacher ee0c973bff JSONPathAssertion attributes are out of order
Compare JSON objects and not their string representations.

When using our stringifier, the order of the entries in maps
is not guaranteed and can lead to wrong results.

In the old days we made no difference between a string or int
when asserting a result. Jackson JSON Parser differentiates
between 'foo' and '"foo"' (former is invalid) and '1' and '"1"'
(former is an int, latter a string).

To enable both (complex, simple and edge cases), we now have to do
more work.

Bugzilla Id: 65299
2021-08-29 11:10:48 +02:00
Felix Schumacher ece61619ce Missing changes entry for Bug 65336 2021-08-29 11:04:36 +02:00
Felix Schumacher a0292c87da Correct typo in email credits 2021-08-24 09:35:46 +02:00
Felix Schumacher d79b5db5b9 Update commons-jexl 3 to 3.2.1 (from 3.1)
Contributed by Ori Marko (orimarko at gmail.com>)
Bugzilla Id: 65456
2021-08-23 11:32:06 +02:00
Rithvik Patibandla 228ce437fb Move definition of jmeter.reportgenerator.statistic_window to correct source
JMeter will not look in reportgenerator.properties, but in user.properties
for the value of this property.

Bugzilla Id: 65446
Closes #671
2021-08-21 14:15:55 +02:00
Felix Schumacher af8fc31810 Update WireMock-JRE8 to 2.30.0 2021-08-21 14:01:47 +02:00
Felix Schumacher de71a759cf Update Apache Tika to 1.27 2021-08-21 14:01:47 +02:00
Felix Schumacher 861fd26ec0 Update SvgSalamander to 1.1.2.4 2021-08-21 14:01:47 +02:00
Felix Schumacher b9bbc81788 Update SLF4J to 1.7.32 2021-08-21 14:01:47 +02:00
Felix Schumacher 6225db8b51 Update RSyntaxTextArea to 3.1.3 2021-08-21 14:01:47 +02:00
Felix Schumacher 385cfc0815 Update PH CSS and PH commons to 6.3.4 and 9.5.5 2021-08-21 14:01:47 +02:00
Felix Schumacher 236c3f2f60 Update objenesis to 3.2 2021-08-21 14:01:47 +02:00
Felix Schumacher 6b2f4ef459 Update Neo4j Java driver to 4.3.3 2021-08-21 14:01:47 +02:00
Felix Schumacher 626bbf4af5 Update Miglayout to 5.3 2021-08-21 14:01:47 +02:00
Felix Schumacher b6f59f933b Update Apache log4j2 to 2.14.1 2021-08-21 14:01:47 +02:00
Felix Schumacher 1954e7c523 Update JUnit to 4.13.2 and 5.7.2 2021-08-21 14:01:47 +02:00
Felix Schumacher 74d31123de Update jsoup to 1.14.1 2021-08-21 14:01:47 +02:00
Felix Schumacher e19f3ce136 Update json-path to 2.6.0 2021-08-21 14:01:47 +02:00
Felix Schumacher 1580c04087 Update Apache HttpCore to 4.4.14 2021-08-21 14:01:47 +02:00
Felix Schumacher f0b955d7a0 Update Apache HttpClient to 4.5.13 2021-08-21 14:01:47 +02:00
Felix Schumacher a38352fdb1 Update hsqldb to 2.5.2 2021-08-21 14:01:47 +02:00
Felix Schumacher ddc6aa92a5 Update Apache Freemarker to 2.3.31 2021-08-21 14:01:47 +02:00
Felix Schumacher 2785498947 Update equalsverifier to 3.7 2021-08-21 14:01:47 +02:00
Felix Schumacher b8a6fb7289 Update Apache commons-pool2 to 2.11.0 2021-08-21 14:01:47 +02:00
Felix Schumacher c6228daaf1 Update Apache commons-net to 3.8.0 2021-08-21 14:01:47 +02:00
Felix Schumacher 33c5299399 Update Apache commons-lang3 to 3.12.0 2021-08-21 14:01:47 +02:00
Felix Schumacher edf32024dd Update Apache commons-io to 2.11.0 2021-08-21 14:01:47 +02:00
Felix Schumacher e79906c814 Update Apache commons-dbcp2 to 2.9.0 2021-08-21 14:01:47 +02:00
Felix Schumacher 7cb96c0745 Update Caffeine to 2.9.2 2021-08-21 14:01:47 +02:00
Felix Schumacher 454094c3a3 Update Bouncycastle to 1.69 2021-08-21 14:01:47 +02:00
Felix Schumacher e9ba1aa3fb Update Asm to 9.2 2021-08-21 14:01:47 +02:00
Felix Schumacher 7ab5932f5f Update Apache ActiveMQ to 15.6.2 2021-08-21 14:01:47 +02:00
Felix Schumacher fd678c7f72 Updated Darklaf to 2.7.2 2021-08-21 14:01:47 +02:00
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