https://bz.apache.org/bugzilla/show_bug.cgi?id=63809
--- Comment #5 from Felix Schumacher <[email protected]> --- Thanks for the patch, I used my old patch, as I think the ArrayBlockingQueue would not have worked as a replacement in our case, where we don't want blocking behaviour (at least in some cases :)) It would be great, if you could test the next builds and report back, whether it works for you. commit 28fce6057c72d32aa71f7437d18abb7c28ffc62f AuthorDate: Sun Feb 16 15:30:39 2020 +0100 Updated commons-collections to 4.4 (from 3.2.2) Keep old commons-collections 3.x for compatibility Bugzilla Id: 63809 Closes #557 on github --- checksum.xml | 2 ++ gradle.properties | 1 + src/bom/build.gradle.kts | 1 + src/components/build.gradle.kts | 2 +- .../visualizers/ViewResultsFullVisualizer.java | 22 ++++++++++------------ src/core/build.gradle.kts | 5 ++++- .../java/org/apache/jmeter/gui/LoggerPanel.java | 19 +++++++++---------- .../org/apache/jmeter/save/CSVSaveService.java | 6 +++--- .../org/apache/jmeter/services/FileServer.java | 8 ++++---- .../apache/jmeter/testbeans/gui/TestBeanGUI.java | 18 ++++++++---------- .../org/apache/jmeter/util/JSR223TestElement.java | 7 +++---- src/dist/build.gradle.kts | 2 +- src/jorphan/build.gradle.kts | 2 +- .../java/org/apache/jorphan/util/XMLBuffer.java | 8 ++++---- src/protocol/build.gradle.kts | 2 +- .../jmeter/protocol/http/control/CacheManager.java | 7 +++---- .../jmeter/protocol/http/parser/TestCssParser.java | 14 +++++++------- xdocs/changes.xml | 1 + 18 files changed, 64 insertions(+), 63 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
