Package: jakarta-jmeter / 2.11-2+deb8u1

Metadata

Package Version Patches format
jakarta-jmeter 2.11-2+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_improve_cli_help.patch | (download)

build.xml | 2 1 + 1 - 0 !
src/core/org/apache/jmeter/JMeter.java | 13 7 + 6 - 0 !
src/core/org/apache/jmeter/examples.txt | 19 19 + 0 - 0 !
3 files changed, 27 insertions(+), 7 deletions(-)

 improves the help displayed on the command line
02_disable soap sampler.patch | (download)

build.xml | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 disable the soap sampler since it relies on the old apache soap api
 which isn't packaged yet. This library is archived here:
 http://archive.apache.org/dist/ws/soap/version-2.3.1/
03_disable jdbc module.patch | (download)

build.xml | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 disable the jdbc components since it relies on the excalibur-datasource library
 which is not packaged yet
04_java8_compatibility.patch | (download)

src/core/org/apache/jmeter/JMeter.java | 6 3 + 3 - 0 !
src/core/org/apache/jmeter/engine/ConvertListeners.java | 8 4 + 4 - 0 !
src/core/org/apache/jmeter/gui/action/Save.java | 2 1 + 1 - 0 !
src/jorphan/org/apache/jorphan/collections/HashTree.java | 2 1 + 1 - 0 !
src/jorphan/org/apache/jorphan/collections/ListedHashTree.java | 2 1 + 1 - 0 !
src/reports/org/apache/jmeter/report/gui/action/ReportSave.java | 2 1 + 1 - 0 !
6 files changed, 11 insertions(+), 11 deletions(-)

 renames the hashtree.replace(object, object) method to replacekey().
 This avoids a conflict with the new Map.replace(Object, Object) method
 introduced in Java 8.
05_ignore jodd.patch | (download)

src/components/org/apache/jmeter/extractor/HtmlExtractor.java | 6 3 + 3 - 0 !
src/components/org/apache/jmeter/extractor/JoddExtractor.java | 96 0 + 96 - 0 !
src/protocol/http/org/apache/jmeter/protocol/http/parser/LagartoBasedHtmlParser.java | 172 0 + 172 - 0 !
3 files changed, 3 insertions(+), 271 deletions(-)

 disable the joddextractor since jodd isn't in debian yet
06_link to system javadoc.patch | (download)

build.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link the api documentation with the system javadoc provided by the default-jdk-doc package
07_ignore tika.patch | (download)

src/core/org/apache/jmeter/util/Document.java | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 disable the code using apache tika until it's in debian
10_xstream compatibility.patch | (download)

bin/templates/templates.xml | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 remove the doctype to fix an error with xstream >= 1.4.9 (external entities are disabled)