svn commit: r1825322 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java

2018-02-25 Thread pmouawad
Author: pmouawad Date: Sun Feb 25 20:01:00 2018 New Revision: 1825322 URL: http://svn.apache.org/viewvc?rev=1825322=rev Log: Fix sonar warning on useless assignement Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/proxy/ProxyControl.java Modified: jmeter/trunk/src

svn commit: r1825320 - in /jmeter/trunk/bin/testfiles: Http4ImplDigestAuth.csv Http4ImplDigestAuth.xml

2018-02-25 Thread pmouawad
Author: pmouawad Date: Sun Feb 25 18:07:17 2018 New Revision: 1825320 URL: http://svn.apache.org/viewvc?rev=1825320=rev Log: Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented Fix svn:eol Bugzilla Id: 61664 Modified: jmeter/trunk

svn commit: r1825318 - in /jmeter/trunk: bin/testfiles/Http4ImplDigestAuth.csv bin/testfiles/Http4ImplDigestAuth.jmx bin/testfiles/Http4ImplDigestAuth.xml build.xml

2018-02-25 Thread pmouawad
Author: pmouawad Date: Sun Feb 25 18:03:23 2018 New Revision: 1825318 URL: http://svn.apache.org/viewvc?rev=1825318=rev Log: Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented Add integration test Bugzilla Id: 61664 Added: jmeter

svn commit: r1825303 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java

2018-02-25 Thread pmouawad
Author: pmouawad Date: Sun Feb 25 13:27:44 2018 New Revision: 1825303 URL: http://svn.apache.org/viewvc?rev=1825303=rev Log: Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented Fix Digest failure Bugzilla Id: 61664 Modified: jmeter

svn commit: r1825301 - /jmeter/trunk/src/core/org/apache/jmeter/util/HttpSSLProtocolSocketFactory.java

2018-02-25 Thread pmouawad
Author: pmouawad Date: Sun Feb 25 12:23:03 2018 New Revision: 1825301 URL: http://svn.apache.org/viewvc?rev=1825301=rev Log: Rename method for better readability Modified: jmeter/trunk/src/core/org/apache/jmeter/util/HttpSSLProtocolSocketFactory.java Modified: jmeter/trunk/src/core/org

svn commit: r1825273 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java

2018-02-24 Thread pmouawad
Author: pmouawad Date: Sat Feb 24 20:14:01 2018 New Revision: 1825273 URL: http://svn.apache.org/viewvc?rev=1825273=rev Log: Rename constant as its name was confusing Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java Modified: jmeter/trunk

svn commit: r1825270 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java

2018-02-24 Thread pmouawad
Author: pmouawad Date: Sat Feb 24 18:42:15 2018 New Revision: 1825270 URL: http://svn.apache.org/viewvc?rev=1825270=rev Log: Fix checkstyle errors Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPHC4Impl.java Modified: jmeter/trunk/src/protocol/http/org

svn commit: r1825269 [2/2] - in /jmeter/trunk: ./ bin/testfiles/ src/protocol/http/org/apache/jmeter/protocol/http/api/ src/protocol/http/org/apache/jmeter/protocol/http/api/auth/ src/protocol/http/or

2018-02-24 Thread pmouawad
Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java URL: http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HttpClientDefaultParameters.java?rev=1825269=1825268=1825269=diff

svn commit: r1825269 [1/2] - in /jmeter/trunk: ./ bin/testfiles/ src/protocol/http/org/apache/jmeter/protocol/http/api/ src/protocol/http/org/apache/jmeter/protocol/http/api/auth/ src/protocol/http/or

2018-02-24 Thread pmouawad
Author: pmouawad Date: Sat Feb 24 18:25:40 2018 New Revision: 1825269 URL: http://svn.apache.org/viewvc?rev=1825269=rev Log: Bug 58757 - Fix deprecated methods of HTTPCLIENT after migration to httpclient-4.5.X Also fix Bug 61664 Bug 61664 - HTTP Authorization Manager : Digest works only

svn commit: r1825015 - in /jmeter/trunk: bin/templates/recording-with-think-time.jmx bin/templates/recording.jmx xdocs/changes.xml

2018-02-21 Thread pmouawad
Author: pmouawad Date: Wed Feb 21 22:01:20 2018 New Revision: 1825015 URL: http://svn.apache.org/viewvc?rev=1825015=rev Log: Bug 62124 - Recording templates : Add more exclusions and use Transaction Name by default Bugzilla Id: 62124 Modified: jmeter/trunk/bin/templates/recording

svn commit: r1824708 - /jmeter/trunk/src/core/org/apache/jmeter/util/keystore/JmeterKeyStore.java

2018-02-18 Thread pmouawad
Author: pmouawad Date: Sun Feb 18 20:59:14 2018 New Revision: 1824708 URL: http://svn.apache.org/viewvc?rev=1824708=rev Log: Fix sonar warnings: - Variable correct naming - Clarify why we return null instead of empty array Modified: jmeter/trunk/src/core/org/apache/jmeter/util/keystore

svn commit: r1824707 - in /jmeter/trunk: src/core/org/apache/jmeter/util/ src/protocol/http/org/apache/jmeter/protocol/http/sampler/ src/protocol/http/org/apache/jmeter/protocol/http/util/ xdocs/

2018-02-18 Thread pmouawad
Author: pmouawad Date: Sun Feb 18 20:48:21 2018 New Revision: 1824707 URL: http://svn.apache.org/viewvc?rev=1824707=rev Log: Bug 62114 - HTTP(S) Test Script Recorder : Client certificate authentication uses the first SSLManager created Contributed by UbikLoadPack Bugzilla Id: 62114 Modified

svn commit: r1824557 - in /jmeter/trunk: src/jorphan/org/apache/jorphan/reflect/ClassFinder.java xdocs/changes.xml

2018-02-16 Thread pmouawad
Author: pmouawad Date: Fri Feb 16 20:42:01 2018 New Revision: 1824557 URL: http://svn.apache.org/viewvc?rev=1824557=rev Log: Bug 62110 - A broken junit class (due to missing dependency) breaks JMeter menus Contributed by UbikLoadPack Bugzilla Id: 62110 Modified: jmeter/trunk/src/jorphan/org

svn commit: r1823938 - /jmeter/trunk/bin/jmeter

2018-02-12 Thread pmouawad
Author: pmouawad Date: Mon Feb 12 10:28:11 2018 New Revision: 1823938 URL: http://svn.apache.org/viewvc?rev=1823938=rev Log: Fix typo Modified: jmeter/trunk/bin/jmeter Modified: jmeter/trunk/bin/jmeter URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/jmeter?rev=1823938=1823937=1823938

svn commit: r1823912 - /jmeter/trunk/README.md

2018-02-11 Thread pmouawad
Author: pmouawad Date: Sun Feb 11 22:40:42 2018 New Revision: 1823912 URL: http://svn.apache.org/viewvc?rev=1823912=rev Log: Add javadocs badge Modified: jmeter/trunk/README.md Modified: jmeter/trunk/README.md URL: http://svn.apache.org/viewvc/jmeter/trunk/README.md?rev=1823912=1823911

svn propchange: r1822364 - svn:log

2018-02-11 Thread pmouawad
Author: pmouawad Revision: 1822364 Modified property: svn:log Modified: svn:log at Sun Feb 11 09:17:38 2018 -- --- svn:log (original) +++ svn:log Sun Feb 11 09:17:38 2018 @@ -1,2 +1,5 @@ -Bug 62039 Distributed testing

svn commit: r1823408 - in /jmeter/trunk: src/core/org/apache/jmeter/threads/JMeterThread.java xdocs/changes.xml

2018-02-06 Thread pmouawad
Author: pmouawad Date: Tue Feb 6 22:27:06 2018 New Revision: 1823408 URL: http://svn.apache.org/viewvc?rev=1823408=rev Log: Bug 61806 - Allow to use SampleResult#setIgnore() in post-processors and assertions script (JSR223 elements) This closes #341 Contributed by Maxime Chassagneux Bugzilla Id

svn commit: r1823395 - /jmeter/trunk/xdocs/usermanual/get-started.xml

2018-02-06 Thread pmouawad
Author: pmouawad Date: Tue Feb 6 21:48:59 2018 New Revision: 1823395 URL: http://svn.apache.org/viewvc?rev=1823395=rev Log: Update documentation regarding Java versions. Mention JDK is required for recording HTTPS Modified: jmeter/trunk/xdocs/usermanual/get-started.xml Modified: jmeter

svn commit: r1823390 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java

2018-02-06 Thread pmouawad
Author: pmouawad Date: Tue Feb 6 20:50:12 2018 New Revision: 1823390 URL: http://svn.apache.org/viewvc?rev=1823390=rev Log: Improve logging and fix SONAR warnings Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/control/HttpMirrorThread.java Modified: jmeter/trunk

svn commit: r1823108 - in /jmeter/trunk: ./ lib/ licenses/bin/ res/maven/ xdocs/

2018-02-04 Thread pmouawad
Author: pmouawad Date: Sun Feb 4 20:36:18 2018 New Revision: 1823108 URL: http://svn.apache.org/viewvc?rev=1823108=rev Log: Update to jodd 4.1.4 Added: jmeter/trunk/licenses/bin/jodd-core-4.1.4.txt - copied unchanged from r1823105, jmeter/trunk/licenses/bin/jodd-core-4.1.1.txt

svn commit: r1823107 - in /jmeter/trunk/bin: jmeter jmeter.bat

2018-02-04 Thread pmouawad
Author: pmouawad Date: Sun Feb 4 20:28:03 2018 New Revision: 1823107 URL: http://svn.apache.org/viewvc?rev=1823107=rev Log: Bug 61529: Migration to Java 9 Open more packages to reflection as they are used by xstream Bugzilla Id: 61529 Modified: jmeter/trunk/bin/jmeter jmeter/trunk/bin

svn commit: r1823106 - /jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui/TestBeanGUI.java

2018-02-04 Thread pmouawad
Author: pmouawad Date: Sun Feb 4 20:26:27 2018 New Revision: 1823106 URL: http://svn.apache.org/viewvc?rev=1823106=rev Log: A TestBean implementation might implement different TestElement interfaces without being a problem Modified: jmeter/trunk/src/core/org/apache/jmeter/testbeans/gui

svn commit: r1823105 - in /jmeter/trunk: bin/jmeter src/core/org/apache/jmeter/JMeter.java xdocs/usermanual/get-started.xml

2018-02-04 Thread pmouawad
Author: pmouawad Date: Sun Feb 4 19:48:55 2018 New Revision: 1823105 URL: http://svn.apache.org/viewvc?rev=1823105=rev Log: Rename JMETER_HEAP to HEAP Modified: jmeter/trunk/bin/jmeter jmeter/trunk/src/core/org/apache/jmeter/JMeter.java jmeter/trunk/xdocs/usermanual/get-started.xml

svn commit: r1822960 - /jmeter/trunk/src/core/org/apache/jmeter/JMeter.java

2018-02-02 Thread pmouawad
Author: pmouawad Date: Fri Feb 2 13:53:58 2018 New Revision: 1822960 URL: http://svn.apache.org/viewvc?rev=1822960=rev Log: Update as per 4.0 new configuration. Make message more explicit Mention best-practices Modified: jmeter/trunk/src/core/org/apache/jmeter/JMeter.java Modified: jmeter

svn commit: r1822889 - /jmeter/trunk/bin/jmeter.properties

2018-02-01 Thread pmouawad
Author: pmouawad Date: Thu Feb 1 16:42:40 2018 New Revision: 1822889 URL: http://svn.apache.org/viewvc?rev=1822889=rev Log: Bug 61852 : View Results Tree: Add a Boundary Extractor Tester Bugzilla Id: 61852 Modified: jmeter/trunk/bin/jmeter.properties Modified: jmeter/trunk/bin

svn commit: r1822830 - in /jmeter/trunk: test/src/org/apache/jmeter/junit/JMeterTest.java xdocs/usermanual/component_reference.xml

2018-01-31 Thread pmouawad
Author: pmouawad Date: Wed Jan 31 20:23:04 2018 New Revision: 1822830 URL: http://svn.apache.org/viewvc?rev=1822830=rev Log: Drop BSF Elements documentation Modified: jmeter/trunk/test/src/org/apache/jmeter/junit/JMeterTest.java jmeter/trunk/xdocs/usermanual/component_reference.xml

svn commit: r1822825 - /jmeter/trunk/xdocs/usermanual/functions.xml

2018-01-31 Thread pmouawad
Author: pmouawad Date: Wed Jan 31 20:00:27 2018 New Revision: 1822825 URL: http://svn.apache.org/viewvc?rev=1822825=rev Log: Mention __groovy as better alternative for __BeanShell Modified: jmeter/trunk/xdocs/usermanual/functions.xml Modified: jmeter/trunk/xdocs/usermanual/functions.xml URL

svn commit: r1822824 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

2018-01-31 Thread pmouawad
Author: pmouawad Date: Wed Jan 31 19:59:44 2018 New Revision: 1822824 URL: http://svn.apache.org/viewvc?rev=1822824=rev Log: Mention Keystore Configuration for client Certificate authentication Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jmeter/trunk/xdocs

svn commit: r1822823 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

2018-01-31 Thread pmouawad
Author: pmouawad Date: Wed Jan 31 19:48:45 2018 New Revision: 1822823 URL: http://svn.apache.org/viewvc?rev=1822823=rev Log: Mention prev in Beanshell Assertion Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml

svn commit: r1822712 - in /jmeter/trunk/bin: jmeter jmeter.bat

2018-01-30 Thread pmouawad
Author: pmouawad Date: Tue Jan 30 22:19:28 2018 New Revision: 1822712 URL: http://svn.apache.org/viewvc?rev=1822712=rev Log: Bug 61529 - Migration to Java 9 Add Java 9 options to avoid the warnings that will disturb our users. Warnings are due to: - https://github.com/bulenkov/Darcula/issues/41

svn commit: r1822704 - in /jmeter/trunk: src/components/org/apache/jmeter/control/ThroughputController.java test/src/org/apache/jmeter/control/ThroughputControllerSpec.groovy xdocs/changes.xml

2018-01-30 Thread pmouawad
Author: pmouawad Date: Tue Jan 30 21:38:15 2018 New Revision: 1822704 URL: http://svn.apache.org/viewvc?rev=1822704=rev Log: Bug 62062 - ThroughputController: StackOverFlowError triggered when throughput=0 (Total Executions or Percentage Executions) This closes #373 Partly contributed by Artem

svn commit: r1822493 - in /jmeter/trunk/xdocs: images/screenshots/ images/screenshots/assertion/ images/screenshots/extractor/ usermanual/

2018-01-29 Thread pmouawad
Author: pmouawad Date: Mon Jan 29 09:03:23 2018 New Revision: 1822493 URL: http://svn.apache.org/viewvc?rev=1822493=rev Log: Update screenshots for Thread Group, Tear down Thread Group and Setup Thread Group Add screenshots for JSON Assertion, Boundary Extractor Added: jmeter/trunk/xdocs

svn commit: r1822492 - /jmeter/trunk/xdocs/changes.xml

2018-01-29 Thread pmouawad
Author: pmouawad Date: Mon Jan 29 09:01:50 2018 New Revision: 1822492 URL: http://svn.apache.org/viewvc?rev=1822492=rev Log: Mention change Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev

svn commit: r1822431 - in /jmeter/trunk/bin: jmeter jmeter.bat

2018-01-27 Thread pmouawad
Author: pmouawad Date: Sat Jan 27 19:23:57 2018 New Revision: 1822431 URL: http://svn.apache.org/viewvc?rev=1822431=rev Log: Increase Heap size from 512m to 1g Comment out additional JVM options following Felix notes Modified: jmeter/trunk/bin/jmeter jmeter/trunk/bin/jmeter.bat Modified

svn commit: r1822417 - in /jmeter/trunk/bin: jmeter jmeter.bat

2018-01-27 Thread pmouawad
Author: pmouawad Date: Sat Jan 27 15:24:32 2018 New Revision: 1822417 URL: http://svn.apache.org/viewvc?rev=1822417=rev Log: Comment JAVAVER better as per Felix note Adapt some GC tuning based on: - http://www.evanjones.ca/jvm-mmap-pause.html - https://docs.oracle.com/javase/9/gctuning/garbage

svn commit: r1822412 - /jmeter/trunk/bin/jmeter.bat

2018-01-27 Thread pmouawad
Author: pmouawad Date: Sat Jan 27 14:44:22 2018 New Revision: 1822412 URL: http://svn.apache.org/viewvc?rev=1822412=rev Log: Bug 61529 : Migration to Java 9 Fix wrong version detection Bugzilla Id: 61529 Modified: jmeter/trunk/bin/jmeter.bat Modified: jmeter/trunk/bin/jmeter.bat URL: http

svn commit: r1822407 - /jmeter/trunk/bin/jmeter.bat

2018-01-27 Thread pmouawad
Author: pmouawad Date: Sat Jan 27 14:05:11 2018 New Revision: 1822407 URL: http://svn.apache.org/viewvc?rev=1822407=rev Log: Bug 61529 : Migration to Java 9 , fix unused ADD_MODS on windows Bugzilla Id: 61529 Modified: jmeter/trunk/bin/jmeter.bat Modified: jmeter/trunk/bin/jmeter.bat URL

svn commit: r1822364 - in /jmeter/trunk: bin/jmeter.properties xdocs/usermanual/properties_reference.xml

2018-01-26 Thread pmouawad
Author: pmouawad Date: Fri Jan 26 22:54:00 2018 New Revision: 1822364 URL: http://svn.apache.org/viewvc?rev=1822364=rev Log: Bug 62039 Distributed testing: Provide ability to use SSL Bugzilla Id: 62039 Modified: jmeter/trunk/bin/jmeter.properties jmeter/trunk/xdocs/usermanual

svn commit: r1822254 - in /jmeter/trunk: ./ lib/ licenses/bin/ res/maven/ xdocs/

2018-01-26 Thread pmouawad
Author: pmouawad Date: Fri Jan 26 08:03:08 2018 New Revision: 1822254 URL: http://svn.apache.org/viewvc?rev=1822254=rev Log: Update to jodd 4.1.1 Added: jmeter/trunk/licenses/bin/jodd-core-4.1.1.txt - copied unchanged from r1822253, jmeter/trunk/licenses/bin/jodd-core-4.1.0.txt

svn commit: r1822231 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/LagartoBasedHtmlParser.java

2018-01-25 Thread pmouawad
Author: pmouawad Date: Thu Jan 25 22:33:11 2018 New Revision: 1822231 URL: http://svn.apache.org/viewvc?rev=1822231=rev Log: Remove comment (LagartoParser does not have a emitStrings option anymore) Thanks Pascal Schumacher Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter

svn commit: r1822065 - /jmeter/trunk/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java

2018-01-23 Thread pmouawad
Author: pmouawad Date: Tue Jan 23 22:22:35 2018 New Revision: 1822065 URL: http://svn.apache.org/viewvc?rev=1822065=rev Log: Fix sonar issue Modified: jmeter/trunk/src/core/org/apache/jmeter/engine/ClientJMeterEngine.java Modified: jmeter/trunk/src/core/org/apache/jmeter/engine

svn commit: r1821947 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/LagartoBasedHtmlParser.java

2018-01-22 Thread pmouawad
Author: pmouawad Date: Mon Jan 22 22:07:07 2018 New Revision: 1821947 URL: http://svn.apache.org/viewvc?rev=1821947=rev Log: Fix NPE Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/LagartoBasedHtmlParser.java Modified: jmeter/trunk/src/protocol/http/org

svn commit: r1821944 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/LagartoBasedHtmlParser.java

2018-01-22 Thread pmouawad
Author: pmouawad Date: Mon Jan 22 21:08:00 2018 New Revision: 1821944 URL: http://svn.apache.org/viewvc?rev=1821944=rev Log: Specialize config builder to use some configuration related to Conditional Comments Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser

svn commit: r1821929 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt res/maven/ApacheJMeter_parent.pom xdocs/changes.xml

2018-01-22 Thread pmouawad
Author: pmouawad Date: Mon Jan 22 19:27:58 2018 New Revision: 1821929 URL: http://svn.apache.org/viewvc?rev=1821929=rev Log: Updated to log4j2 2.10.0 (from 2.9.1) Thanks Pascal Schumacher for pointing that 2.10 was available Modified: jmeter/trunk/LICENSE jmeter/trunk/build.properties

svn commit: r1821861 - /jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/LagartoBasedHtmlParser.java

2018-01-22 Thread pmouawad
Author: pmouawad Date: Mon Jan 22 13:15:01 2018 New Revision: 1821861 URL: http://svn.apache.org/viewvc?rev=1821861=rev Log: Updated to jodd 4.1.0 (from 3.8.6) Fix removed API usage Modified: jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/LagartoBasedHtmlParser.java

svn commit: r1821854 - in /jmeter/trunk: ./ lib/ licenses/bin/ res/maven/ xdocs/

2018-01-22 Thread pmouawad
Author: pmouawad Date: Mon Jan 22 12:38:46 2018 New Revision: 1821854 URL: http://svn.apache.org/viewvc?rev=1821854=rev Log: Updated to jodd 4.1.0 (from 3.8.6) Added: jmeter/trunk/licenses/bin/jodd-core-4.1.0.txt - copied unchanged from r1821735, jmeter/trunk/licenses/bin/jodd-core

svn commit: r1821852 - /jmeter/trunk/build.properties

2018-01-22 Thread pmouawad
Author: pmouawad Date: Mon Jan 22 12:24:11 2018 New Revision: 1821852 URL: http://svn.apache.org/viewvc?rev=1821852=rev Log: Fix wrong md5 for jacoco Modified: jmeter/trunk/build.properties Modified: jmeter/trunk/build.properties URL: http://svn.apache.org/viewvc/jmeter/trunk

svn commit: r1821851 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt res/maven/ApacheJMeter_parent.pom

2018-01-22 Thread pmouawad
Author: pmouawad Date: Mon Jan 22 12:20:25 2018 New Revision: 1821851 URL: http://svn.apache.org/viewvc?rev=1821851=rev Log: Updated to httpclient 4.5.5 (from 4.5.3) Modified: jmeter/trunk/LICENSE jmeter/trunk/build.properties jmeter/trunk/eclipse.classpath jmeter/trunk/lib

svn commit: r1821849 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt res/maven/ApacheJMeter_parent.pom xdocs/changes.xml

2018-01-22 Thread pmouawad
Author: pmouawad Date: Mon Jan 22 12:07:15 2018 New Revision: 1821849 URL: http://svn.apache.org/viewvc?rev=1821849=rev Log: Updated to httpcore 4.4.9 (from 4.4.7) Modified: jmeter/trunk/LICENSE jmeter/trunk/build.properties jmeter/trunk/eclipse.classpath jmeter/trunk/lib

svn commit: r1821845 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt res/maven/ApacheJMeter_parent.pom xdocs/changes.xml

2018-01-22 Thread pmouawad
Author: pmouawad Date: Mon Jan 22 11:55:26 2018 New Revision: 1821845 URL: http://svn.apache.org/viewvc?rev=1821845=rev Log: Updated to ph-css 6.0.0 (from 5.0.4) Updated to ph-commons 9.0.0 (from 8.6.6) Modified: jmeter/trunk/LICENSE jmeter/trunk/build.properties jmeter/trunk

svn commit: r1821820 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/README.txt licenses/bin/asm-5.2.txt licenses/bin/asm-6.0.txt res/maven/ApacheJMet

2018-01-21 Thread pmouawad
Author: pmouawad Date: Sun Jan 21 22:09:34 2018 New Revision: 1821820 URL: http://svn.apache.org/viewvc?rev=1821820=rev Log: Updated to asm-6.0 (from 5.2) Added: jmeter/trunk/licenses/bin/asm-6.0.txt - copied unchanged from r1821735, jmeter/trunk/licenses/bin/asm-5.2.txt Removed

svn commit: r1821817 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt res/maven/ApacheJMeter_parent.pom xdocs/changes.xml

2018-01-21 Thread pmouawad
Author: pmouawad Date: Sun Jan 21 21:50:15 2018 New Revision: 1821817 URL: http://svn.apache.org/viewvc?rev=1821817=rev Log: Updated to commons-io-2.6 (from 2.5) Modified: jmeter/trunk/LICENSE jmeter/trunk/build.properties jmeter/trunk/eclipse.classpath jmeter/trunk/lib/ (props

svn commit: r1821816 - in /jmeter/trunk: LICENSE build.properties eclipse.classpath lib/ lib/aareadme.txt res/maven/ApacheJMeter_parent.pom xdocs/changes.xml

2018-01-21 Thread pmouawad
Author: pmouawad Date: Sun Jan 21 21:44:08 2018 New Revision: 1821816 URL: http://svn.apache.org/viewvc?rev=1821816=rev Log: Updated to commons-codec-1.11 (from 1.10) Modified: jmeter/trunk/LICENSE jmeter/trunk/build.properties jmeter/trunk/eclipse.classpath jmeter/trunk/lib

svn commit: r1821815 - /jmeter/trunk/README.md

2018-01-21 Thread pmouawad
Author: pmouawad Date: Sun Jan 21 21:40:39 2018 New Revision: 1821815 URL: http://svn.apache.org/viewvc?rev=1821815=rev Log: Oups wrong commit Modified: jmeter/trunk/README.md Modified: jmeter/trunk/README.md URL: http://svn.apache.org/viewvc/jmeter/trunk/README.md?rev=1821815=1821814

svn commit: r1821813 - in /jmeter/trunk: LICENSE README.md build.properties eclipse.classpath lib/ lib/aareadme.txt licenses/bin/caffeine-2.5.5.txt licenses/bin/caffeine-2.6.1.txt res/maven/ApacheJMet

2018-01-21 Thread pmouawad
Author: pmouawad Date: Sun Jan 21 21:33:48 2018 New Revision: 1821813 URL: http://svn.apache.org/viewvc?rev=1821813=rev Log: Updated to caffeine 2.6.1 (from 2.5.5) Added: jmeter/trunk/licenses/bin/caffeine-2.6.1.txt - copied unchanged from r1821735, jmeter/trunk/licenses/bin/caffeine

svn commit: r1821794 - /jmeter/trunk/README.md

2018-01-21 Thread pmouawad
Author: pmouawad Date: Sun Jan 21 14:19:38 2018 New Revision: 1821794 URL: http://svn.apache.org/viewvc?rev=1821794=rev Log: Add screenshot to README Modified: jmeter/trunk/README.md Modified: jmeter/trunk/README.md URL: http://svn.apache.org/viewvc/jmeter/trunk/README.md?rev=1821794

svn commit: r1821746 - in /jmeter/trunk/src/core/org/apache/jmeter: gui/action/ActionNames.java gui/action/OpenLinkAction.java gui/util/JMeterMenuBar.java resources/messages.properties resources/messa

2018-01-20 Thread pmouawad
Author: pmouawad Date: Sat Jan 20 14:49:12 2018 New Revision: 1821746 URL: http://svn.apache.org/viewvc?rev=1821746=rev Log: BUG 61785 Add Menu Item in Help > Useful links for functions reference Bugzilla Id: 61785 Modified: jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.j

svn commit: r1821745 - /jmeter/trunk/xdocs/changes.xml

2018-01-20 Thread pmouawad
Author: pmouawad Date: Sat Jan 20 14:30:37 2018 New Revision: 1821745 URL: http://svn.apache.org/viewvc?rev=1821745=rev Log: Continue filling "New and Noteworthy" section for release 4.0 Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk/xdocs/changes.xml

svn commit: r1821744 - in /jmeter/trunk/src/components/org/apache/jmeter: assertions/gui/ control/gui/ modifiers/gui/ timers/ timers/poissonarrivals/

2018-01-20 Thread pmouawad
Author: pmouawad Date: Sat Jan 20 14:30:11 2018 New Revision: 1821744 URL: http://svn.apache.org/viewvc?rev=1821744=rev Log: Bug 61919 - UX : Reorder Menus Bugzilla Id: 61919 Modified: jmeter/trunk/src/components/org/apache/jmeter/assertions/gui/BeanShellAssertionGui.java jmeter/trunk

svn commit: r1821104 - /jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java

2018-01-14 Thread pmouawad
Author: pmouawad Date: Sun Jan 14 13:53:10 2018 New Revision: 1821104 URL: http://svn.apache.org/viewvc?rev=1821104=rev Log: Remove empty line Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JMeterUtils.java URL

svn commit: r1821103 - /jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java

2018-01-14 Thread pmouawad
Author: pmouawad Date: Sun Jan 14 13:52:05 2018 New Revision: 1821103 URL: http://svn.apache.org/viewvc?rev=1821103=rev Log: Improve logging Modified: jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java Modified: jmeter/trunk/src/core/org/apache/jmeter/engine

svn commit: r1821102 - /jmeter/trunk/bin/jmeter.properties

2018-01-14 Thread pmouawad
Author: pmouawad Date: Sun Jan 14 12:59:46 2018 New Revision: 1821102 URL: http://svn.apache.org/viewvc?rev=1821102=rev Log: Drop mention of JMeter old version behaviour change Modified: jmeter/trunk/bin/jmeter.properties Modified: jmeter/trunk/bin/jmeter.properties URL: http

svn commit: r1820936 - /jmeter/trunk/src/core/org/apache/jmeter/gui/util/theme/darcula_theme.xml

2018-01-11 Thread pmouawad
Author: pmouawad Date: Thu Jan 11 22:17:36 2018 New Revision: 1820936 URL: http://svn.apache.org/viewvc?rev=1820936=rev Log: Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Matched brackets are not visible, fix that Bugzilla Id: 61697 Modified: jmeter/trunk/src

svn commit: r1820476 - /jmeter/trunk/xdocs/changes.xml

2018-01-07 Thread pmouawad
Author: pmouawad Date: Sun Jan 7 18:32:15 2018 New Revision: 1820476 URL: http://svn.apache.org/viewvc?rev=1820476=rev Log: Bug 61931 New Component : Precise Throughput Timer, timer that produces poisson arrivals with given constant throughput Mention Vladimir in Thanks Bugzilla Id: 61931

svn commit: r1820475 - /jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ConstantPoissonProcessGenerator.java

2018-01-07 Thread pmouawad
Author: pmouawad Date: Sun Jan 7 18:30:44 2018 New Revision: 1820475 URL: http://svn.apache.org/viewvc?rev=1820475=rev Log: Bug 61931 New Component : Precise Throughput Timer, timer that produces poisson arrivals with given constant throughput Fix sonar warnings Contributed by Graham Russell

svn commit: r1820474 - /jmeter/trunk/xdocs/changes.xml

2018-01-07 Thread pmouawad
Author: pmouawad Date: Sun Jan 7 18:27:09 2018 New Revision: 1820474 URL: http://svn.apache.org/viewvc?rev=1820474=rev Log: Bug 61973 - Create and Deploy javadoc artifacts to Maven central Mention change Bugzilla Id: 61973 Modified: jmeter/trunk/xdocs/changes.xml Modified: jmeter/trunk

svn commit: r1820472 - /jmeter/trunk/build.xml

2018-01-07 Thread pmouawad
Author: pmouawad Date: Sun Jan 7 15:40:08 2018 New Revision: 1820472 URL: http://svn.apache.org/viewvc?rev=1820472=rev Log: Bug 61973 - Create and Deploy javadoc artifacts to Maven central Add deployment Bugzilla Id: 61973 Modified: jmeter/trunk/build.xml Modified: jmeter/trunk/build.xml

svn commit: r1820469 - /jmeter/trunk/build.xml

2018-01-07 Thread pmouawad
Author: pmouawad Date: Sun Jan 7 15:07:31 2018 New Revision: 1820469 URL: http://svn.apache.org/viewvc?rev=1820469=rev Log: Bug 61973 - Create and Deploy javadoc artifacts to Maven central Bugzilla Id: 61973 Modified: jmeter/trunk/build.xml Modified: jmeter/trunk/build.xml URL: http

svn commit: r1820446 - /jmeter/trunk/build.xml

2018-01-07 Thread pmouawad
Author: pmouawad Date: Sun Jan 7 11:22:38 2018 New Revision: 1820446 URL: http://svn.apache.org/viewvc?rev=1820446=rev Log: Bug 56368 Create and Deploy source artifacts to Maven central Clean fix of artifacts without sources Bugzilla Id: 56368 Modified: jmeter/trunk/build.xml Modified

svn commit: r1820438 - /jmeter/trunk/build.xml

2018-01-07 Thread pmouawad
Author: pmouawad Date: Sun Jan 7 08:38:04 2018 New Revision: 1820438 URL: http://svn.apache.org/viewvc?rev=1820438=rev Log: Bug 56368 Create and Deploy source artifacts to Maven central Deploy sources Bugzilla Id: 56368 Modified: jmeter/trunk/build.xml Modified: jmeter/trunk/build.xml URL

svn commit: r1820427 - in /jmeter/trunk: build.xml xdocs/changes.xml

2018-01-06 Thread pmouawad
Author: pmouawad Date: Sat Jan 6 22:46:08 2018 New Revision: 1820427 URL: http://svn.apache.org/viewvc?rev=1820427=rev Log: Bug 56368 Create and Deploy source artifacts to Maven central Bugzilla Id: 56368 Modified: jmeter/trunk/build.xml jmeter/trunk/xdocs/changes.xml Modified: jmeter

svn commit: r1820424 - in /jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler: SmtpSampler.java protocol/SendMailCommand.java

2018-01-06 Thread pmouawad
Author: pmouawad Date: Sat Jan 6 21:39:50 2018 New Revision: 1820424 URL: http://svn.apache.org/viewvc?rev=1820424=rev Log: Sonar cleanup: Drop unused field Use slf4j parameterized messages Modified: jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/SmtpSampler.java

svn commit: r1820423 - /jmeter/trunk/test/src/org/apache/jmeter/control/TestSwitchController.java

2018-01-06 Thread pmouawad
Author: pmouawad Date: Sat Jan 6 21:22:05 2018 New Revision: 1820423 URL: http://svn.apache.org/viewvc?rev=1820423=rev Log: Bug 61771 - SwitchController : Switch field should be trimmed by safety Add tests Bugzilla Id: 61771 Modified: jmeter/trunk/test/src/org/apache/jmeter/control

svn commit: r1820422 - in /jmeter/trunk: src/components/org/apache/jmeter/control/SwitchController.java xdocs/changes.xml

2018-01-06 Thread pmouawad
Author: pmouawad Date: Sat Jan 6 21:21:42 2018 New Revision: 1820422 URL: http://svn.apache.org/viewvc?rev=1820422=rev Log: Bug 61771 - SwitchController : Switch field should be trimmed by safety Bugzilla Id: 61771 Modified: jmeter/trunk/src/components/org/apache/jmeter/control

svn commit: r1820379 - in /jmeter/trunk: src/core/org/apache/jmeter/gui/action/LookAndFeelCommand.java xdocs/changes.xml

2018-01-06 Thread pmouawad
Author: pmouawad Date: Sat Jan 6 09:41:17 2018 New Revision: 1820379 URL: http://svn.apache.org/viewvc?rev=1820379=rev Log: Bug 61969 - When changing LAF through GUI, user should be informed that it is better to restart Bugzilla Id: 61969 Modified: jmeter/trunk/src/core/org/apache/jmeter

svn commit: r1820261 - /jmeter/trunk/build.xml

2018-01-04 Thread pmouawad
Author: pmouawad Date: Fri Jan 5 06:42:10 2018 New Revision: 1820261 URL: http://svn.apache.org/viewvc?rev=1820261=rev Log: Bug 61966 - Setup Test Results Analyzer in jenkins Add spock tests Bugzilla Id: 61966 Modified: jmeter/trunk/build.xml Modified: jmeter/trunk/build.xml URL: http

svn commit: r1820231 - /jmeter/trunk/build.xml

2018-01-04 Thread pmouawad
Author: pmouawad Date: Thu Jan 4 22:14:42 2018 New Revision: 1820231 URL: http://svn.apache.org/viewvc?rev=1820231=rev Log: Add junit results (first test) Modified: jmeter/trunk/build.xml Modified: jmeter/trunk/build.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1820231

svn commit: r1820216 - /jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java

2018-01-04 Thread pmouawad
Author: pmouawad Date: Thu Jan 4 21:21:44 2018 New Revision: 1820216 URL: http://svn.apache.org/viewvc?rev=1820216=rev Log: Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Fix test failure, should be good now Bugzilla Id: 61931

svn commit: r1820215 - /jmeter/trunk/bin/saveservice.properties

2018-01-04 Thread pmouawad
Author: pmouawad Date: Thu Jan 4 21:17:41 2018 New Revision: 1820215 URL: http://svn.apache.org/viewvc?rev=1820215=rev Log: Oups wrong commit Modified: jmeter/trunk/bin/saveservice.properties Modified: jmeter/trunk/bin/saveservice.properties URL: http://svn.apache.org/viewvc/jmeter/trunk

svn commit: r1820213 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

2018-01-04 Thread pmouawad
Author: pmouawad Date: Thu Jan 4 21:12:16 2018 New Revision: 1820213 URL: http://svn.apache.org/viewvc?rev=1820213=rev Log: Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Fix test failure due to old Exponential Timer doc Bugzilla Id

svn commit: r1820212 - /jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java

2018-01-04 Thread pmouawad
Author: pmouawad Date: Thu Jan 4 21:02:53 2018 New Revision: 1820212 URL: http://svn.apache.org/viewvc?rev=1820212=rev Log: Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Fix test failure Bugzilla Id: 61931 Modified: jmeter/trunk

svn commit: r1820122 - /jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimerResources_fr.properties

2018-01-04 Thread pmouawad
Author: pmouawad Date: Thu Jan 4 16:40:52 2018 New Revision: 1820122 URL: http://svn.apache.org/viewvc?rev=1820122=rev Log: Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Translate in french UI Bugzilla Id: 61931 Modified

svn commit: r1820115 - in /jmeter/trunk: src/components/org/apache/jmeter/timers/poissonarrivals/ test/src/org/apache/jmeter/timers/poissonarrivals/ xdocs/ xdocs/images/screenshots/timers/ xdocs/userm

2018-01-04 Thread pmouawad
Author: pmouawad Date: Thu Jan 4 16:16:03 2018 New Revision: 1820115 URL: http://svn.apache.org/viewvc?rev=1820115=rev Log: Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Contributed by Vladimir Sitnikov This closes #369 Bugzilla Id

svn commit: r1820112 - in /jmeter/trunk: src/core/org/apache/jmeter/JMeter.java xdocs/changes.xml

2018-01-04 Thread pmouawad
Author: pmouawad Date: Thu Jan 4 16:04:48 2018 New Revision: 1820112 URL: http://svn.apache.org/viewvc?rev=1820112=rev Log: Bug 61956 - Report Generation : -f of -forceDeleteResultFile option does not work Bugzilla Id: 61956 Modified: jmeter/trunk/src/core/org/apache/jmeter/JMeter.java

svn commit: r1819781 - in /jmeter/trunk: src/core/org/apache/jmeter/samplers/SampleResult.java xdocs/changes.xml

2018-01-01 Thread pmouawad
Author: pmouawad Date: Mon Jan 1 19:49:05 2018 New Revision: 1819781 URL: http://svn.apache.org/viewvc?rev=1819781=rev Log: Bug 61950 - Content-Type "audio/mpegurl" is wrongly considered as binary Bugzilla Id: 61950 Modified: jmeter/trunk/src/core/org/apache/jmete

svn commit: r1819608 - /jmeter/trunk/test/src/org/apache/jmeter/functions/TestTimeShiftFunction.java

2017-12-30 Thread pmouawad
Author: pmouawad Date: Sat Dec 30 14:58:52 2017 New Revision: 1819608 URL: http://svn.apache.org/viewvc?rev=1819608=rev Log: Bug 61938 - __timeShift tests use wrong year format Bugzilla Id: 61938 Modified: jmeter/trunk/test/src/org/apache/jmeter/functions/TestTimeShiftFunction.java Modified

svn commit: r1819606 - /jmeter/trunk/src/components/org/apache/jmeter/visualizers/SearchTextExtension.java

2017-12-30 Thread pmouawad
Author: pmouawad Date: Sat Dec 30 14:15:08 2017 New Revision: 1819606 URL: http://svn.apache.org/viewvc?rev=1819606=rev Log: Bug 61697 Introduce Darcula Look And Feel to make JMeter UI more attractive Change highlight color as it makes text unreadable with Darcula LAF Bugzilla Id: 61697 Modified

svn commit: r1819605 - /jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ConstantPoissonProcessGenerator.java

2017-12-30 Thread pmouawad
Author: pmouawad Date: Sat Dec 30 14:13:51 2017 New Revision: 1819605 URL: http://svn.apache.org/viewvc?rev=1819605=rev Log: Bug 61931 - Exponential Timer : timer that produces poisson arrivals with given constant throughput Fix some sonar warnings Bugzilla Id: 61931 Modified: jmeter

svn commit: r1819495 - in /jmeter/trunk: src/core/org/apache/jmeter/gui/JMeterGUIComponent.java src/core/org/apache/jmeter/gui/util/MenuFactory.java src/core/org/apache/jmeter/gui/util/MenuInfo.java x

2017-12-29 Thread pmouawad
Author: pmouawad Date: Fri Dec 29 14:32:00 2017 New Revision: 1819495 URL: http://svn.apache.org/viewvc?rev=1819495=rev Log: Bug 61935 - Let GUI component (dynamically) decide whether it can be added via the menu or not Contributed by Peter Doornbosch (https://bitbucket.org/pjtr/) This closes

svn commit: r1819293 - in /jmeter/trunk: bin/ src/components/org/apache/jmeter/timers/poissonarrivals/ src/core/org/apache/jmeter/save/ test/src/org/apache/jmeter/timers/poissonarrivals/ xdocs/ xdocs/

2017-12-26 Thread pmouawad
Author: pmouawad Date: Tue Dec 26 20:40:32 2017 New Revision: 1819293 URL: http://svn.apache.org/viewvc?rev=1819293=rev Log: Bug 61931 - Exponential Timer : timer that produces poisson arrivals with given constant throughput This closes #231 Bugzilla Id: 61931 Added: jmeter/trunk/src

svn commit: r1819220 - /jmeter/trunk/src/components/org/apache/jmeter/extractor/BoundaryExtractor.java

2017-12-24 Thread pmouawad
Author: pmouawad Date: Sun Dec 24 13:48:20 2017 New Revision: 1819220 URL: http://svn.apache.org/viewvc?rev=1819220=rev Log: Fix sonar issue in PR #355 Contributed by Graham Russell This closes #362 Modified: jmeter/trunk/src/components/org/apache/jmeter/extractor/BoundaryExtractor.java

svn commit: r1819182 - in /jmeter/trunk: src/core/org/apache/jmeter/report/core/CsvSampleReader.java test/src/org/apache/jmeter/report/core/CsvSampleReaderTest.java xdocs/changes.xml

2017-12-23 Thread pmouawad
Author: pmouawad Date: Sat Dec 23 21:31:39 2017 New Revision: 1819182 URL: http://svn.apache.org/viewvc?rev=1819182=rev Log: Bug 61925 - CsvSampleReader does not increment row in nextSample() Contributed by Graham Russell This closes #368 Bugzilla Id: 61925 Modified: jmeter/trunk/src/core

svn commit: r1819170 - /jmeter/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy

2017-12-23 Thread pmouawad
Author: pmouawad Date: Sat Dec 23 17:17:05 2017 New Revision: 1819170 URL: http://svn.apache.org/viewvc?rev=1819170=rev Log: Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Improved SampleMetadataParserSpec Contributed by Graham Russell

svn commit: r1819166 - /jmeter/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy

2017-12-23 Thread pmouawad
Author: pmouawad Date: Sat Dec 23 15:58:04 2017 New Revision: 1819166 URL: http://svn.apache.org/viewvc?rev=1819166=rev Log: Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Add more tests Bugzilla Id: 61900 Modified: jmeter/trunk/test

svn commit: r1819165 - /jmeter/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy

2017-12-23 Thread pmouawad
Author: pmouawad Date: Sat Dec 23 15:53:53 2017 New Revision: 1819165 URL: http://svn.apache.org/viewvc?rev=1819165=rev Log: Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' drop old comment Bugzilla Id: 61900 Modified: jmeter/trunk/test

svn commit: r1819164 - /jmeter/trunk/test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy

2017-12-23 Thread pmouawad
Author: pmouawad Date: Sat Dec 23 15:53:33 2017 New Revision: 1819164 URL: http://svn.apache.org/viewvc?rev=1819164=rev Log: Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Fix test Bugzilla Id: 61900 Modified: jmeter/trunk/test/src/org

svn commit: r1819161 - in /jmeter/trunk: src/core/org/apache/jmeter/report/core/SampleMetaDataParser.java test/src/org/apache/jmeter/report/core/SampleMetadataParserSpec.groovy xdocs/changes.xml

2017-12-23 Thread pmouawad
Author: pmouawad Date: Sat Dec 23 15:31:19 2017 New Revision: 1819161 URL: http://svn.apache.org/viewvc?rev=1819161=rev Log: Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Bugzilla Id: 61900 Added: jmeter/trunk/test/src/org/apache

svn commit: r1819160 - /jmeter/trunk/build.xml

2017-12-23 Thread pmouawad
Author: pmouawad Date: Sat Dec 23 15:28:56 2017 New Revision: 1819160 URL: http://svn.apache.org/viewvc?rev=1819160=rev Log: Add files being compiled Modified: jmeter/trunk/build.xml Modified: jmeter/trunk/build.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1819160

svn commit: r1819159 - /jmeter/trunk/test/src/org/apache/jmeter/functions/TestTimeShiftFunction.java

2017-12-23 Thread pmouawad
Author: pmouawad Date: Sat Dec 23 15:28:01 2017 New Revision: 1819159 URL: http://svn.apache.org/viewvc?rev=1819159=rev Log: Ignore failing test for now Modified: jmeter/trunk/test/src/org/apache/jmeter/functions/TestTimeShiftFunction.java Modified: jmeter/trunk/test/src/org/apache/jmeter

svn commit: r1819152 - in /jmeter/trunk/src/core/org/apache/jmeter/resources: messages.properties messages_fr.properties

2017-12-23 Thread pmouawad
Author: pmouawad Date: Sat Dec 23 14:31:52 2017 New Revision: 1819152 URL: http://svn.apache.org/viewvc?rev=1819152=rev Log: Bug 61759 - New __changeCase function Remove useless message labels as per orimarko patch Bugzilla Id: 61759 Modified: jmeter/trunk/src/core/org/apache/jmeter

<    4   5   6   7   8   9   10   11   12   13   >