You are viewing a plain text version of this content. The canonical link for it is here.
Posted to devnull@infra.apache.org by vl...@apache.org on 2019/06/09 22:28:01 UTC

[jmeter] branch master updated (598d042 -> 3b0442f)

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git.


    omit 598d042  Bug 63480 - XPathAssertion and XPathAssertion2: Improve test coverage for input coming from variable
    omit 9ff3f97  Bug 63480 - XPathAssertion and XPathAssertion2: Cover input coming from variable
    omit dca0e41  Bug 63480 - XPathAssertion and XPathAssertion2: Cover input coming from variable
    omit 95a3977  Use direct comparison instead of subtraction, as latter is problematic when extreme values are used.
    omit 3d73707  Use log string formatting.
    omit f231ef4  Remove XPath Assertion from upper popup menu in favor of XPath2 Assertion
    omit abb6152  Drop unused code
    omit 6018e4e  Log exception instead of message only
    omit efb4226  Fix Sonar false positive on Exception handling
    omit bca984b  Fix javadoc Fix Sonar false positive on Exception handling
    omit 9980ca6  Variables renaming for SONAR Don't clean map as it's new one
    omit a536673  Fix missing javadocs
    omit 8251733  Fix SONAR error on exception handling
    omit fe1c78e  Skip 52310 until we find a solution on buildbot
    omit a96267d  Bug 63471 looks like an enhancement Bugzilla Id: 63471
    omit f148b22  Bug 62787 - Add XPath 2 Assertion
    omit ab6bab1  Bug 63455 - XPath Assertion: "True if nothing matches" does not work if XPath expression returns a boolean
    omit 7658a56  Whitespace typo in error message
    omit 7b90b0f  Avoid adding <br></br> to the printable documentation
    omit 14c6d3d  Update dependency of jackson to 2.9.9
    omit 0af6921  Test: delay JMS server shutdown in JMS_TESTS.jmx
    omit b634189  Normalize EOL for cmd and bat files
    omit 6692edf  StringConverters used for report generation should ignore white space around booleans.
    omit bddf85a  Add new line to make CheckStyle happy
    omit a28ada3  Use Method reference instead of anonymous class for Boolean StringConverter
    omit 6c4e442  StringConverters used for report generation should ignore white space around numbers.
    omit 8bcd235  Bug 63469 - JMSPublisher: Race condition in jms.client.ClientPool#clearClient
    omit 46c8c60  Fix race condition in jms.client.ClientPool#clearClient
    omit eb1a331  Use assumeTrue in testTimerBSH so it is properly marked as skipped in case it is skipped
    omit 89a1af9  Enforce Locale.US for tests that verify numeric processing (e.g. 0.42)
    omit 440ef12  Add gitattributes, normalize line endings
    omit 5d80cdd  Skip loopback addresses to use for Bug52310 testplan
    omit 9159d2b  Bug 63464 - image/svg+xml is wrongly considered as binary
    omit a014cfa  Bug 62672 - HTTP Request send double requests when configure proxy with authentication
    omit ee49a58  Bug 62672 - HTTP Request send double requests when configure proxy with authentication
    omit 647450c  Bug 63464 - image/svg+xml is wrongly considered as binary Bugzilla Id: 63464
    omit d73b1ca  Shorten lambda expressions by using references and anyMatch
    omit 558e9f8  Revert unwanted changes from last commit
    omit 4a19a64  Try to find a network device to use for Bug52310 test
    omit 7465d09  Use correct expectations for the changed Bug52310 tests
    omit 1bd8c3e  Try to enable check for Bug52310 on travis
    omit 4b1fba7  Use a different way to calculate a working IP address for Bug52310
    omit b1a3881  Fix NPE on saving proxy auth state
    omit a2aaf0e  Requant new png images
    omit ffe3a9c  Update link to renamed sampler.
    omit 3320aca  Make boxing/unboxing explicit and silence a few warnings
    omit 5cc2e78  Line too long
    omit b1d63bd  Bug 62672 - HTTP Request send double requests when configure proxy with authentication
    omit 489245b  Updated to tika 1.21
    omit 56b539d  Fix TODO: Use more complete detection of binary content type
    omit 5e7d722  Fix javadoc
    omit 395dde3  Fix broken and useless synchronization of formEncodings/pageEncodings Fix Sonar warning on useless assignement
    omit 40bd38c  Oups wrong branch
    omit e3869de  Fix documentation
    omit e8860d3  Remove hack for closing PR
    omit 6fb1db8  Bug 62463 - Distributed client/server setup: use different RMI ports for the remote objects when using SSL
    omit 0e1a215  Bug 63394 - JMeter should fail with non-zero when test execution fails (due to missing test plan or other reason)
    omit c617d1b  Fix sonar errors Use XMLInputFactory.newInstance instead of XMLInputFactory.newFactory as they have same meaning and code, but latest method does not exist in stax
    omit 8721f0d  Fix missing bug id
    omit 15d031f  Mention Bug 62463 in release notes Bugzilla Id: 62463
    omit bd3c3c3  Mention people who helped
    omit 81924d6  Bug 63129 - JMeter can not identify encoding during first time page submission
    omit 474f62c  Bug 63450 - HTTP(S) Test Script Recorder: Put number at end instead of beginning
    omit f2be721  Bug 63450 - HTTP(S) Test Script Recorder: Put number at end instead of beginning Bugzilla Id: 63450
    omit 86a5e88  No need for this empty tearDown method, so remove it.
    omit b9e30e2  Spacepolice
    omit a968e84  Use constant for repeatedly used var name
    omit 794f61b  Use StandardsCharsets instead of looking up UTF-8 by String-value
    omit 9a28911  Move private fields to method local variables.
    omit bbc5bec  Typo in javadoc
    omit 857f5f0  Seems like the CI server is too slow to cope with three nanoseconds only
    omit 09455e9  Reduce scanning for LogParser implementations in AccessLogSamplerBeanInfo.
    omit 85b9397  Remove test from coverage report
    omit e1144b9  Bug 63433 - ListenerNotifier: Detected problem in Listener NullPointerException if filename is null Bugzilla Id: 63433
    omit 5cb3fbd  Cleanup some sonar warnings: - Naming - System.out
    omit 82df2c6  Bug 63364 - When setting "subresults.disable_renaming=true", sub results are still renamed using their parent SampleLabel while they shouldn't Bugzilla Id: 63364
    omit 6490c0d  Try to make tests run on the windows jenkins slave again (even when workspace is not cleaned up)
    omit 8a3943c  Bug 63347 - View result tree: The search field is so small that even a single character is not visible on Windows 7 Bugzilla Id: 63347
    omit c364a79  Cleanup code fix code smells
    omit 4eb4281  Slight performance improvement in PoissonRandomTimer by using ThreadLocalRandom.
    omit 5b18153  Make checkstyle happy
    omit aa6ec3b  Selection of table rows in Aggregate Graph gets lost too often
    omit ce55815  ArrayIndexOutOfBoundsException in Aggregate Graph when selecting 90% or 95% columns
    omit f530c86  Bug 63396 - JSR223 Test Elements: Description of Parameters is misleading, same for Script Bugzilla Id: 63396
    omit 2ff06fc  Formatting
    omit d598e57  Drop weird char Add NOSONAR for handled exceptions
    omit 2a05fab  Bug 63219 - New function "__StringToFile" to save a string into a file
    omit e5bab58  Bug 63298 - HTTP Requests with encoded URLs are being sent in decoded format Bugzilla Id: 63298
    omit 8ff42fb  Enable PKCS11 keystores for usage with KeyStore Manager
    omit da7256b  Next dev version (5.2-SNAPSHOT)
    omit 8cb21b5  Format javadoc
    omit 770fec1  Massage log messages
    omit e1b4086  Correct synchronized usage of field
    omit c489e6d  Correct synchronized usage of field
    omit fbb37d4  Correct double word in docs
    omit 3f0fea4  Change instantiation of concurrent set
    omit af554b3  Use StandardCharset instead of simple string value for ASCII
    omit 41f1d65  Correct javadoc. This method has no return value.
    omit abc0efb  Return value immediately
    omit 9500a2e  Add generics parameter to method variable.
    omit 3ee80d1  Folders in gitignore have to be specified more carefully
    omit f23d0a6  Prepare next release 5.1.1: update docs tree and overview (RC1)
    omit 6a58ca6  Prepare Changes.xml to the next release (5.1.1)
    omit 0eb2b98  Bug 63241 - __threadGroupName causes a NullPointerException if called from non Test threads
    omit b75585d  Bug 63241 - __threadGroupName causes a NullPointerException if called from non Test threads
    omit 36dbe68  Bug 63241 - __threadGroupName causes a NullPointerException if called from non Test threads Bugzilla Id: 63241
    omit b4f8e70  Fix logging
    omit e247e9d  Clarify feature
    omit db03a85  Next version will be 5.1.1
    omit 17946c7  fix svn:eol
    omit 90f6797  Add Spec for ReportGenerator
    omit 8f037b4  Drop unused imports
    omit 0a4fa28  Drop unused imports
    omit a859576  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
    omit 54861ef  Bug 61879 - Remove useless files in HTML report template
    omit d81140f  Bug 61879 - Remove useless files in HTML report template
    omit a44337e  Fix missing slash in </code>
    omit 9983de5  Markup changes in docs and spacepolice (mainly to trigger ci)
    omit 9a234c0  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
    omit 449058b  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
    omit 1eafa0a  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
    omit d887ec8  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
    omit 11e0667  Fix javadoc error
    omit 929be53  Fix svn:eol
    omit 4729efc  Fix svn:eol
    omit bda426b  Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
    omit 9bade07  Bug 58183 - Rampup may not be respected if thread take time to start leading to threads continuing to start post ramp up time Fix checkstyle error Bugzilla Id: 58183
    omit abed58b  Bug 58183 - Rampup may not be respected if thread take time to start leading to threads continuing to start post ramp up time Bugzilla Id: 58183
    omit e90962f  Bug 62327 - TestPlan: In library table if path is modified and plan saved, the modification is lost on file reload Bugzilla Id: 62327
    omit 9ce018f  Bug 62446 - Counter documentation is wrong in required fieds Bugzilla Id: 62446
    omit de61fac  Bug 63065 - Document potential impacts of Beanshell upgrade (was Regression in Beanshell that manifests by "Typed variable declaration error", introduced after upgrading to JMeter 4.0) Bugzilla Id: 63065
    omit ff6e270  Bug 62977 - Unable to send HTTP requests without a User-Agent header Bugzilla Id: 62977
    omit 6702dc8  Fix typo
    omit 5b2152a  Bug 63178 - CSS Selector Extractor : Improve performance of JODD (JoddExtractor) based implementation Bugzilla Id: 63178
    omit 8bcc5a7  Add License header to new test class
    omit d8a37e9  Make test work in both IDE and ant setting
    omit cd7374c  Use Collections#newSetFromMap to generate a Set from a CHM.
    omit 3e6321d  Rename internal variables to make intent clearer
    omit 6ee4162  Take or own advice and name parameters more reader friendly.
    omit 5e1be0b  Bug 63220 - Function Helper Dialog,Export transactions for report and Import from cURL disappear being master JFrame.
    omit 8ca3335  Replace synchronization by ConcurrentHashMap
    omit f064597  Revert removal of JMeterSpec Thanks Vladimir
    omit dfafcd1  Cleanup code Reuse TrustAllSSLSocketFactory
    omit 5106696  Bug 63185 - Add option to implicitly trust SSL/TLS connections/Disable hostname verification
    omit 531007f  Better naming and no need to extend JMeterSpec
    omit dcfe9f6  Bug 63185 - Add option to implicitly trust SSL/TLS connections/Disable hostname verification
    omit ad9be4e  Fix the TODO
    omit 9e81ee1  Simplify code
    omit 56f1cf0  Fix description (cut/paste bug)
    omit f0c09b9  Fix svn:eol
    omit b7d3b78   Improve a few unit tests and classes
    omit 9b5227e   Abstract graph consumer improvements
    omit 8cba244   Refactor and Test ResponseTimePercentilesOverTimeGraphConsumer
    omit 3dc0184  ShutDownClient needs to be excluded from core jar
    omit 3a37c63  Update to next SNAPSHOT version
    omit 53b7f35  Bug 63207 - java.lang.NullPointerException: null when run Jmeter 5.1 with proxy options Bugzilla Id: 63207
    omit 796081e  Fix svn:eol
    omit 49571e5  Fix tests failure due to headless
    omit d29a261  Better handle exception
    omit da7d7cb  Fix javadoc errors
    omit b2939a4  Bug 63204 - RenderAsJSON#prettyJSON : JSONParser#parse cannot return JSONValue
    omit e2549d8  Fix checkstyle issue
    omit 07e0639  Fix svn:eol
    omit ca5072e  Fix tests failure due to headless mode
    omit d6c7792  Improve methods/variables naming Make instance variable local Increase coverage
    omit 41a0cff  Bug 63203 - Unit Tests : Replace use of @Deprecated by @VisibleForTesting for methods/constructors/classes made public for Unit Testing only Bugzilla Id: 63203
    omit 4f78fc4  Bug 63203 - Unit Tests : Replace use of @Deprecated by @VisibleForTesting for methods/constructors/classes made public for Unit Testing only Bugzilla Id: 63203
    omit 0bbf9b9  Fix Windows failure
    omit 2a14c5a   Improve Unit tests readability and use of Spock #446
    omit d34fd5c  Add tests for AssertionGui
    omit a3a7ff2  Add tests for AssertionGui
    omit 1f4466e  Add tests for AssertionGui
    omit 5e67d27  Add tests for AssertionGui
    omit 71294a1  Add tests for AssertionGui
    omit e1d3cd3  Updated to latest Spock-core v1.0 -> v1.2
    omit 6ce8653  Removing noise from unit test output
    omit cf28967  Add tests for AssertionGui
    omit 76f26d4  Bug 63202 - JMS Publisher : ObjectMessageRenderer creates XStream instance with unitialized security Bugzilla Id: 63202
    omit f1ae1c3  Updated to latest Spock-core v1.0 -> v1.2
    omit dd21c4f  Updated to latest Spock-core v1.0 -> v1.2
    omit a721528  Updated to latest Spock-core v1.0 -> v1.2
    omit b22b8ad  SearchTreeDialog disappears behind master JFrame
    omit da2a47f  Bug 63198 - Response Time Vs Request and Latency Vs Request graphs don't line up with throughput Bugzilla Id: 63198
    omit f8403cd  Start a new version
    omit 9d6648c  Refactor PackageTest to print all errors in a single message
    omit 95ad5da  httpbin seems to have changed redirects to https, so fix the test case.
    omit 7d27460  Correct name of executable that gets wrapped
    omit 420f4c5  Optimize png in xdocs for size
    omit 5131b1e  Prepare next release 5.1: update docs tree and overview (RC2)
    omit 2baa81b  Bug 63180 - Apply Naming Policy allows multi selection but only considers first node Bugzilla Id: 63180
    omit c0baf1a  Fix Template label : Validate should be Create/Merge as per Felix note
    omit 07d5a73  Bug 63177 - Rename NON GUI mode into CLI Mode in documentation
    omit 8721b1d  Bug 63177 - Rename NON GUI mode into CLI Mode in documentation
    omit 05ae6bb  Remove old known issue
    omit 16ef904  Highlight change
    omit 1a16c56  Prepare next release 5.1: update docs tree and overview (RC1) #2
    omit b31eabd  Improve RegExp about jar name file to include Saxon-HE-x.x.x-y.jar (on download_jar task and Jar junit test) Bugzilla Id: 63033
    omit 1b6117f  Compress new png screenshots
    omit 29473e4  Add some screenshots on changes
    omit 17fc2e5  Prepare next release 5.1: update docs tree and overview (RC1)
    omit 2efb89c  Improve New and Noteworthy.
    omit c7fdeee  Some light improvements
    omit ff925be  Use log string formatting.
    omit be05969  Use log string formatting.
    omit 2a645ec  Use log string formatting and Javadoc markup.
    omit 0260c95  Use log string formatting and Javadoc markup.
    omit d281fae  Use log string formatting.
    omit 404758a  Use log string formatting.
    omit ce6f927  Use log string formatting.
    omit 74d478e  Use log string formatting.
    omit 6013249  Javadoc
    omit 1056e78  Use string formatting for logs
    omit b28bc0b  Javadoc markup
    omit 557ef65  Start filling in the New and Noteworthy section.
    omit dac4e0d  Use consistent arrows for menu structure
    omit 0414ee1  Add more simple text files to the exclude list for rat
    omit 853be98  Minor rephrase and markup changes. There must not be a space between the link name and the link
    omit 6c0a2ab  Don't repeat words and change order of words
    omit 6dbbfe1  Typo and a bit of markup
    omit 2345db6  fix javadoc warning
    omit ee4a6a8  Delay StringBuilder creation if not needed Use isEmpty
    omit 7777887  Simplify to fix Sonar warning Add isEmpty
    omit 9e71c1f  Use correct checksum for rat
    omit f3837c9  Bug 63101 Propose a menu item to generate readable overview of Test Plan Drop code committed by error Bugzilla Id: 63101
    omit c53a38e  Bug 63144 - View listener tree take a long time to open response that have Huge text
    omit 8933032  Bug 63101 Propose a menu item to generate readable overview of Test Plan Bugzilla Id: 63101
    omit 45ca272  Remove options from AllTests
    omit ec013b1  Try again
    omit 258b288  Try again
    omit ff64a60  Set Xss Increase Xmx
    omit 948f48d  Increase heap size for AllTests
    omit fb7ca47  Reduce memory usage
    omit b2373f1  Fix javadoc issue
    omit bb327da  Bug 62959 Ability to create an HTTP Request from a Curl command
    omit 4ebc198  Drop invisible character that looks like a space on Mac (Thanks Felix)
    omit a269d81  Drop duplicated entry
    omit 48f0233  SONAR : Fix false positive
    omit 645353b  SONAR : Fix useless assignement
    omit 45bede0  SONAR : Fix false positive
    omit 6664399  Update rat, mina, jacocoant, hsqldb
    omit f03177f  Bug 63033 Updated to Saxon-HE 9.9.1-1 (from 9.8.0-12). Fix test failure Bugzilla Id: 63033
    omit b4e4dc0  Remove invisible space (Thanks Felix)
    omit 272c07a  Update rat, mina, jacocoant, hsqldb
    omit a936388  Updated to ph-commons-9.2.1 from 9.2.0
    omit 50b4ba0  Updated to HttpCore-nio 4.4.11 from 4.4.10
    omit 4161996  Bug 63033 Updated to Saxon-HE 9.9.1-1 (from 9.8.0-12). Fix test failure Bugzilla Id: 63033
    omit 385a8ac  Bug 63033 Updated to Saxon-HE 9.9.1-1 (from 9.8.0-12). Thanks at Saxonica Bugzilla Id: 63033
    omit 5a373b8  Bug 63055 Don't rename SampleResult Label when test is running in Functional mode or property subresults.disable_renaming=true.
    omit cb9637e  Fix typo
    omit ec67d5e  Simplify matrix build for travis-ci and add (failing) java EA build
    omit 087984c  Use string formats for log messages and make warning for bind exception more explicit.
    omit 8921bb2  Bug 63138 - InfluxDB BackendListenerClient: In case of error, log is in debug, it should be in error Bugzilla Id: 63138
    omit fc8ff7f  Bug 63101 - Propose a menu item to generate readable overview of Test Plan Bugzilla Id: 63101
    omit f130f35  Google+ will be shutdown soon, so remove the links on our website with the next release.
    omit 5778ed9  Fix SONAR warnings:
    omit d0e379d  The constructor for Float will be deprecated with Java 9
    omit 8accd9f  Bug 63090 - Remove slf4j-ext due to CVE-2018-8088
    omit 76b0ad8  Bug 63090 - Remove slf4j-ext due to CVE-2018-8088
    omit 7496392  Bug 63090 - Remove slf4j-ext due to CVE-2018-8088 Bugzilla Id: 63090
    omit 43870d4  Bug 62852 - HTTP Request Header missing information when using a proxy
    omit 50ef2bc  Bug 63106 - Apply naming policy does not refresh UI Bugzilla Id: 63106
    omit f528165  Bug 63105 - Export Transactions for Report: fix 2 bugs Bugzilla Id: 63105
    omit f9a3c72  Javadoc changes.
    omit c3e1a3a  Escape commata in function helper dialog only outside of variable replacement structures.
    omit 21d8238  Escape commata in function helper dialog only outside of variable replacement structures.
    omit 687a41d  No space before doublecolons
    omit db4dd10  No need for a dash after bug-tag in changes.xml
    omit 1ffb511  Correct double encoded characters in properties
    omit 53007dd  Fix bug number
    omit 754db83  Bug 63094 - Introduce a new Tools menu
    omit 43c1f48  Fix unused parameter
    omit 55535c3  Bug 63094 - Introduce a new Tools menu
    omit 3a17fd1  Bug 63094 - Introduce a new Tools menu Bugzilla Id: 63094
    omit aefb697  Bug 63093 - Add "Compile JSR223 Test Elements" menu item
    omit 1a14e03  Update ActiveMQ to 5.15.8
    omit 40209bb  Correct some spelling mistakes in german translation
    omit fcf6822  Correct double encoded characters in properties
    omit 290d465  Converted properties to utf8
    omit 09dc371  Use utf-8 for properties files in source
    omit eebab64  Bug 63081 - Command line Option '-f' does not delete report folder when using generation only (-g)
    omit 9e733f2  Bug 63016 : Empty HTML report if source csv contains labels with quotes.
    omit 1f9be67  Fix Sonar warnings : Move the "index.html" string literal on the left side of this string comparison. Move the "content" string literal on the left side of this string comparison.
    omit dfd1807  Drop duplicate line
    omit 2054b38  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
    omit f6df3da  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
    omit b5446df  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
    omit 432eb38  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
    omit 5c020f8  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
    omit 5573dca  Bug 63048 - JMeter does not retrieve link resources of type "shortcut icon" or "icon"
    omit ce7bd2b  Better logging
    omit 0919cf0  Better logging
    omit 8317201  Updated to rsyntaxtextarea-3.0.2 (from 3.0.0)
    omit 2bc1e05  Improve error message. See https://stackoverflow.com/questions/54152949/getting-cannot-create-temp-directory-error-trying-to-generate-jmeter-report
    omit 97caf84  Bug 63069 - ResultCollector does not write end of XML file if user exits while a Recording or a test is running
    omit 5472ded  Ignore spaces at the end and beginning of expressions used in IfController
    omit 44a91a8  Bug 59633 : Menus <code>Save Test Plan as</code>, <code>Save as Test Fragment</code> and <code>Save Selection as ...</code> should use a new file name in File Dialog Bugzilla Id: 59633
    omit 3e7da57  Bug 63059 - Create a new JsonExporter that exports as JSON the content of data computed for HTML Dashboard Statistics table
    omit 910df69  Bug 63059 - Create a new JSonExporter that exports as JSON the content of data computed for HTML Dashboard Statistics table
    omit 83b54c0  Bug 63059 - Create a new JSonExporter that exports as JSON the content of data computed for HTML Dashboard Statistics table
    omit 77a56d5  Bug 63060 - Report Generator: A generator should only check for folder/files it generates and only delete those ones Fix checkstyle warning Bugzilla Id: 63060
    omit 5deb9ae  Bug 63060 - Report Generator: A generator should only check for folder/files it generates and only delete those ones Bugzilla Id: 63060
    omit d2a5ab5  Move developer documentation in a more adequate place
    omit 1ef93e9  Bug 61486 - Make jmeter-server and non GUI mode run headless -g is non gui mode also Bugzilla Id: 61486
    omit 4ff6d1c  Bug 61486 - Make jmeter-server and non GUI mode run headless Bugzilla Id: 61486
    omit 3a03ad5  Fix Sonar warning: - wrong naming - use constants instead of hard coded string - avoid code duplication
    omit 7f18dca  Correct number of replaced values
    omit 5a23b37  Further code deduplication for Replaceable
    omit 6c8c7e0  Compress png images in docs
    omit 1098e19  Mention contributor of initial code for fix of bug 63025
    omit 489c0d9  Remove referrals to never implemented internals from user documentation.
    omit 32069e1  Enhance Search & Replace functionality for HTTP Request to include port and protocol field.
    omit 68e7a2b  Extract duplicate code into private method
    omit a2c1292  Happy New Year 2019
    omit c24acb0  https://bugs.java.com/bugdatabase/view_bug.do?bug_id=6226610 is fixed No trace of bug 6208335 Complete features
    omit 7984b9b  Bug 63037 : When using CSVRead search the script base path for files, too.
    omit f554726  Bug 59633 Menus "Save Test Plan as", "Save as Test Fragment" and "Save Selection as ..." should use a new file name in File Dialog Bugzilla Id: 59633
    omit 0512c76  Updated to rsyntaxtextarea-3.0.0 (from 2.6.1)
    omit 88fcc96  Minimal javadoc cleanup
    omit b8351b8  Use log format strings
    omit 0f4fee1  When using CSVRead search the script base path for files, too.
    omit 3fb6283  Updated to asm-7.0 (from 6.1)
    omit e5f2777  Updated to asm-7.0 (from 6.1)
    omit f4b2800  Bug 63034 - ClientJMeterEngine: Make rsetProperties use HashMap<String,String> instead of Properties Bugzilla Id: 63034
    omit 192a756  Updated to jodd 5.0.6 (from 4.1.4)
    omit 5b4a087  Updated to xstream 1.4.11 (from 1.4.10)
    omit 8aa1e28  Updated to Saxon-HE 9.8.0-14 (from 9.8.0-12)
    omit 0f47f70  Updated to Saxon-HE 9.9.0-2 (from 9.8.0-12)
    omit c4034e1  Updated to Saxon-HE 9.9.0-2 (from 9.8.0-12)
    omit ea0a0da  Updated to xmlgraphics-commons 2.3 (from 2.2)
    omit a07890e  Updated to tika-core and tika-parsers 1.20 (from 1.19.1)
    omit 7a088cb  Updated to log4j-2.11.1 (from log4j-2.11.0)
    omit f9face7  Bug 63031 - Incorrect JDBC driver class : 'org.firebirdsql.jdbc.FBDrivery'
    omit b53ee44  Updated to ph-commons-9.2.0 (from ph-commons-9.1.2)
    omit f891b48  Updated to ph-commons-9.2.0 (from ph-commons-9.1.2)
    omit 0e651c2  Updated to cglib-nodep-3.2.9 (from cglib-nodep-3.2.7)
    omit 4bd482c  Updated to cglib-nodep-3.2.9 (from cglib-nodep-3.2.7)
    omit 4b419b0  Updated to jsoup-1.11.3 (from 1.11.2)
    omit f9774d8  Updated to httpasyncclient-4.1.4.jar (from 4.1.3)
    omit 8addfda  Updated to groovy-all-2.4.16 (from groovy-all-2.4.15)
    omit a67752b  Updated to groovy-all-2.4.16 (from groovy-all-2.4.15)
    omit 19da403  Updated to commons-lang3-3.8.1 (from commons-lang3-3.8)
    omit 6dc487d  Updated to commons-dbcp2-2.5.0 (from commons-dbcp2-2.4.0)
    omit 62d110d  Fix Sonar warning Equality tests should not be made with floating point values
    omit 02a43cd  Fix Sonar warning Equality tests should not be made with floating point values
    omit ce9d916  Remove useless assignment , fix SONAR warning
    omit bd86984  Ignore false positive
    omit 046a539  Add ISSUE_TEMPLATE.md
    omit 2adbc61  Bug 62852 - HTTP Request Header missing information when using a proxy
    omit 860b3d9  Remove line used for closing PR
    omit fadea77  Bug 62887 has been resolved by documenting breaking change. So I am closing issue.
    omit 9ba88c2  Bug 62959 - Ability to create a Test plan from a Curl command
    omit c053445  Bug 62959 - Ability to create a Test plan from a Curl command
    omit f255a7d  Bug 62959 - Ability to create a Test plan from a Curl command
    omit d3d8a78  Bug 62959 - Ability to create a Test plan from a Curl command
    omit eba80ef  Improve error formatting
    omit 01727bc  Bug 63016 - Empty HTML report if source csv contains labels with quotes
    omit 0be966c  Bug 63016 - Empty HTML report if source csv contains labels with quotes
    omit 16345c9  Bug 63015 - Abnormal NoHttpResponseException when running request through proxy HTTP(S) Test Script Recorder after a first failing request
    omit c1bc146  Bug 62829 - Allow specifying Proxy server scheme for HTTP request sampler, Advanced tab and command line option
    omit 340df69  log request headers before and after request
    omit e2c8980  Bug 62987 - A TestBean element under HTTP(S) Test Script recorder does not work Bugzilla Id: 62987
    omit e39237e  Improve logging
    omit 25d1ed3  Bug 62887 - Customized SampleLabel is ignored and overwritten by JMeter 5.0
    omit b466424  Bug 62916 - JMeter HTTP Test Script Recorder randomly stops recording
    omit 90eb544  Bug 62916 - JMeter HTTP Test Script Recorder randomly stops recording Bugzilla Id: 62916
    omit 0df32cd  Bug 62870 - Templates : Add ability to provide parameters
    omit eb68598  Add changelog entry.
    omit 1878e84  Adapt test case to new method of constructing instances
    omit 9e8275a  Replace calls to deprecated method Class#newInstance
    omit fca5ff4  Simplify code that tries to find the correct constructor
    omit 942beda  With varargs there is no need for the arrays
    omit 4275fd5  Replace calls to deprecated method Class#newInstance
    omit 5e87520  With varargs there is no need for an extra array
    omit 7a904a9  Replace calls to deprecated Class#newInstance method
    omit 8b3d00d  Replace calls to deprecated Class#newInstance method
    omit 45bbd46  Use log format strings
    omit 87bd7cb  Replace calls to deprecated Class#newInstance method
    omit c547d69  Use log format strings
    omit 4247cd2  Replace calls to deprecated Class#newInstance method
    omit a89c313  Use StringUtils.isNotBlank to make intent of code clearer
    omit fe61333  Extract code into private methods to make intent clearer
    omit 9878fc9  Extract code to create BackendListenerClient from a classname
    omit 40a0926  Replace calls to deprecated Class#newInstance
    omit 3ba298b  Use StringUtils#isNotBlank to make intent clearer
    omit 45ed6f4  Use Java naming conventions for parameter names
    omit 3ac3929  Simplify code
    omit c313403  Use log format strings
    omit 3e36d9b  Replace calls to deprecated Class#newInstance
    omit 198d921  Use log format strings
    omit 1c8f681  Replace deprecated newInstance calls
    omit 7d51033  Use StringUtils.isNotBlank to make intent clearer
    omit b9e7acd  spacepolice
    omit 58606c7  Bug 62870 - Templates : Add ability to provide parameters
    omit af19938  Bug 62870 - Templates : Add ability to provide parameters
    omit 076c605  Spacepolice. Basically to trigger another build.
    omit 99cc3d0  Use different cn and type of SAN extension when we are generating certificates based on IP addresses.
    omit 301abdd  Bug 62935 - Pass custom 'mail.*' properties to Mail Reader Sampler
    omit 48aba0d  Bug 62934 Add compatibility for JDBC drivers that do not support QueryTimeout Bugzilla Id: 62934
    omit a486fcd  Bug 62829 - Allow specifying Proxy server scheme for HTTP request sampler, Advanced tab and command line option
    omit a79f0a8  Bug 62829 - Allow specifying Proxy server scheme for HTTP request sampler, Advanced tab and command line option
    omit e6fb988  Bug 62925 - Add support for ThreadDump to the JMeter non-GUI Bugzilla Id: 62925
    omit 90ff3ce  Bug 62914 - Add a hint in Thread Group UI about duration of test Bugzilla Id: 62914
    omit 1fa1454  Update to ActiveMQ 5.15.7 (from 5.5.16)
    omit dcfd483  Bug 62900 - ObjectProperty#getStringValue() can throw NullPointerException Take into account Felix's note Bugzilla Id: 62900
    omit 97c7e1b  Extract duplicate code into private method. No functional change.
    omit 1defc63  Parameterize raw type that is used internally, only
    omit c18ebb2  Try to silence debug log messages that appear in buildbot's ci builds.
    omit e19a9ae  Use StringEscapeUtils from commons-text (version 1.6) instead of the deprecated ones from commons-lang3
    omit bc55d29  Use StringEscapeUtils from commons-text (version 1.6) instead of the deprecated ones from commons-lang3
    omit 6f1c583  Bug 62900 - ObjectProperty#getStringValue() can throw NullPointerException Bugzilla Id: 62900
    omit 824cbd6  Bug 62894 : Report / Dashboard : Throughput is in wrong column which is confusing as unit is milliseconds : better labels
    omit 8c1970a  Bug 62894 : Report / Dashboard : Throughput is in wrong column which is confusing as unit is milliseconds Bugzilla Id: 62894
    omit eedb06b  Use format string in log message.
    omit 340eb32  Make checkstyle happy and shorten line of length.
    omit d8c4826  Format JSON Arrays when displayed with JSON Path Tester
    omit dfaa5e3  Change Test Action (old name) to "Flow Control Action" in Component Reference
    omit 28dc17f  SHA1 is alias for SHA-1, but SHA-1 would work in most scenario
    omit 2cea2ed  Try to improve javadoc
    omit f23266a  Cleanup some SONAR warnings Remove old TODO
    omit 13f6920  Bug 62806 ModuleController cloning by Run behaves differently wether in GUI or Non GUI mode. Reinstate old method signature to avoid NoSuchMethodError in calling plugins and deprecate it Bugzilla Id: 62806
    omit 16d4b00  Fix typo as per Felix comment
    omit fe576bd  Bug 62883 - Report / Dashboard : Change the way percentiles are computed for Response Time Percentiles Over Time (successful responses) graph Bugzilla Id: 62883
    omit 17874b9  Spacepolice. Remove whitespace at the end of lines
    omit f52b001  Markup changes. Use code macro
    omit 69cc763  English typography suggests there is no space before a colon
    omit aefa346  Rephrase sentence about the uniqueness of the threadNums.
    omit 0967484  Add location of JMeterContext API to link and write out numbers as words
    omit 7a9687b  Bug 62752 - Add to Documentation: ctx.getThreadNum() 0-based and ${__threadNum} 1-based Bugzilla Id: 62752
    omit f2a794e  Bug 62847 - If Controller cannot use variable for index exposed by LoopController/WhileController/ForEachController Set svn:eol Bugzilla Id: 62847
    omit 39ecc17  Bug 62847 - If Controller cannot use variable for index exposed by LoopController/WhileController/ForEachController Bugzilla Id: 62847
    omit abf0eac  Expand/Collapse short key - (minus sign) on numpad doesn't work.
    omit 061722c  Bug 62860 - JSON Extractor : Avoid NPE and noisy error message "Error processing JSON content in" when variable is not found Bugzilla Id: 62860
    omit 6d734ac  Bug 62860 - JSON Extractor : Avoid NPE and noisy error message "Error processing JSON content in" when variable is not found Bugzilla Id: 62860
    omit ec83ed2  Bug 60424 - Hessian Burlap application : JMeter inserts 0x0D before 0x0A automatically (http binary post data) Bugzilla Id: 60424
    omit 97b2647  Convert anonymous inner class to nested class
    omit a110370  Some shortcuts are not working correctly on windows
    omit 51c4e59  Bug 62795 - JMeter master sometimes ends distributed test even though some of the slaves have not finished Bugzilla Id: 62795
    omit f0de26a  Fix mirror-server scripts to use proper log4j version
    omit 4327ce4  Add a short paragraph on how to use a security manager with JMeter.
    omit e41e019  Update Chinese translation.
    omit a575e17  Bug 62842 - HTTP(S) Test Script Recorder : Brotli compression is not supported leading to "Content Encoding Error" Bugzilla Id: 62842
    omit 06d3c35  Bug 62840 - HTTP Request : Add option httpclient4.gzip_relax_mode to avoid error when unzipping what seems to be invalid streams Bugzilla Id: 62840
    omit d22335d  Fix javadoc
    omit 79f4efb  Bug 62832 - JDBC Connection Configuration: Be able to set init SQL statements Bugzilla Id: 62832
    omit 92c3242  Unused import
    omit 613972c  Use static strings first when comparing strings
    omit 641ea7a  Add missing License header
    omit 7136f08  Render uninitialized min and max values in Summary Report as `#N/A`
    omit 0bd86c7  Return result directly.
    omit 409339f  Use correct order of keywords as specified in JLS
    omit aac6269  Reduce duplicated code by using a variable
    omit de192fe  Refactor nested try block to named function
    omit cb34dc2  Clarify that we want a single class constructor.
    omit 371a298  Bug 62826 - When changing LAF, make JMeter restart if user clicks yes to popup Bugzilla Id: 62826
    omit 4890b21  Log an informational message instead of an stack trace
    omit cdfe447  Correct name for Ori Marko as done in #401 on github
    omit 7b0dafa  Correct usage of commata by removing them
    omit bbbc3b7  spacepolice
    omit edd5623  Correct SHA-512 checksum for xercesImpl and httpasyncclient
    omit 0178ccf  Use log string format instead of doing the concatenation ourselves
    omit e389993  Use simpler code for "static" String concatenation
    omit 420ab36  Use SHA-512 checksums instead of MD5 to verify jar downloads
    omit ca597e6  Updated to xercesImpl to 2.12.0 (from 2.11.0) Fix some missing changes Bugzilla Id: 62818
    omit 41c45c0  Add bugzilla id to changelog
    omit 53b3309  Updated to xercesImpl to 2.12.0 (from 2.11.0)
    omit e10c41a  Updated to tika 1.19.1
    omit 7e41796  Use `isEmpty()` instead of comparing `size()` to zero
    omit d94e290  BUG 62806 : ModuleController cloning by Run behaves differently wether in GUI or Non GUI mode Contributed by UbikLoadPack Bugzilla Id: 62806
    omit 8bdc1f3  Fix regression introduced by commit http://svn.apache.org/viewvc?rev=1843120&view=rev
    omit 33cbd73  Fix checkstyle error
    omit d24817a  Improve logging
    omit 987e195  Fix SONAR warnings
    omit 13d496b  Incomplete search path applied to the filenames used in the upload functionality of the HTTP sampler
    omit b5b8b77  Bug 62790 - ArrayIndexOutOfBoundsException when calling replace without selecting the first match Fix typo, thanks Felix Bugzilla Id: 62790
    omit da051bb  Bug 62790 - ArrayIndexOutOfBoundsException when calling replace without selecting the first match Bugzilla Id: 62790
    omit bedce35  Bug 62770 : Aggregate Graph throws ArrayIndexOutOfBoundsException Bugzilla Id: 62770
    omit 56f19ac  Add : - openjdk11 - openjdk8
    omit 0f9783e  Comment empty methods
    omit f8dad6f  Bug 62744 - Upgrade jquery to version 3.3.1, jquery-ui to 1.12.1, bootstrap to 3.3.7 Bugzilla Id: 62744
    omit 8b144c7  Bug 62782 - Web Report / Dashboard : Remove duplicate/unused dependencies Bugzilla Id: 62782
    omit 4cf3af4  Bug 62781 - Web Report / Dashboard : Display All in "Response Time Overview" fails Bugzilla Id: 62781
    omit 4daa0bb  Bug 62780: Web Report / Dashboard : Display All in "Response Time Vs Request" fails. Bugzilla Id: 62780
    omit 08c2213  Bug 62777 - Web Report / Dashboard : Hide All in "Response Time Percentiles Over Time (successful responses)" fails Bugzilla Id: 62777
    omit efc2fbb  Bug 62775 - If many jars are in a folder referenced by user.classpath, startup can be extremely slow due to JUnit Bugzilla Id: 62775
    omit 3f97f5c  Fix SONAR
    omit 8f90f36  Bug 62766 : Keystore Config : We should load all aliases by default Contributed by UbikLoadPack Bugzilla Id: 62766
    omit 1b8b246  Bug 62774 - XPath2Extractor : Scope variable is broken Contributed by UbikLoadPack Bugzilla Id: 62774
    omit f9d58b5  Set null explicitly in FieldStringEditor to allow undefined values
    omit 31b92f5  Typo
    omit 876a3c8  Bug 62767 - NPE when searching under certain conditions Contributed by UbikLoadPack Bugzilla Id: 62767
    omit e3d1dbe  Append a dash to the last PR tag
    omit 8a69818  Use the HTML entity for 'less than or equals'
    omit 68e58df  Allow null values in FieldStringEditor.
    omit e5c445b  Updated to Apache Tika 1.19
    omit 2d22edb  Correct markup. Missing opening bracket.
    omit 67b4583  Test coverage with JDK11
    omit 76a269b  Upgrade to jacoco 0.8.2 as it fixes issues with JDK11
    omit 4c64ec2  Bug 62743 - Client auth must be enabled on distributed testing Bugzilla Id: 62743
    omit 11e18dc  Bug 62745 - Fix undefined disabled icon Contributed by Till Neunast This closes #399 Bugzilla Id: 62745
    omit d7f977f  Next dev version (5.1-SNAPSHOT)
    omit 370ec0f  Switch to HTTPS
    omit c9d2639  Prepare next release 5.0: update docs tree and overview (RC2)
    omit 93d114e  Fix a litte issue with an unnecessary <
    omit f3514fd  Bug 62716: When Recording, JMeter removes Authorization from generated Header Manager when using Bearer Token Bugzilla Id: 62716
    omit 09005c0  Update BouncyCastle to v1.60
    omit 6f77dfe  Update test dependency of ActiveMQ to 5.15.6 from 5.15.2
    omit fc98301  Markup. Use funclink tags for functions and mark them as code
    omit 943c0b3  Use pngquant to squeeze the size of new images a bit.
    omit 78c4e6f  Allow full JSR-223 for init scripts in JMeter startup
    omit 45c0695  Replace spurious nbsp with space
    omit 3324c36  Remove spurious characters
    omit 7165df9  Fix up log messages to show correct information; use better name for variable which only applies to Groovy; fix typo
    omit accb7ca  Fix grammar in continue_current_loop Label in Result Status Handler and Flow Control Action Contributed by Artem Fedorov This closes #398
    omit c7db7d3  Clarify documentation for XPath and Namespaces
    omit 93cd2c1  Add missing markup for class name
    omit e594345  Typo. It is Groovy :)
    omit 0ac99fc  Bug 62065 - Use Maven artifact for JAF Module instead of embedded module
    omit 2974bf7  Prepare next release 5.0: update docs tree and overview (RC1)
    omit 8485f28  Finish New and Noteworthy and Add related images
    omit 0f28746  Add PR shortcut with a dash at the end like buz tag.
    omit b986835  Continue New and Noteworthy Add images
    omit c9f33f8  Continue New and Noteworthy
    omit 0976be6  Reference XPath2 Extractor from XPath Extractor
    omit 13d9683  Fill in New and Noteworthy section
    omit 4d9f70e  Bug 62700 - Introduce groovy.init.file to allow calling a groovy script on JMeter startup Bugzilla Id: 62700
    omit d5a73e7  Correct typo in javadoc.
    omit 43946e6  Bug 61834 - Function Helper Dialog : Improve tests by showing variables and keeping them available between evaluations Bugzilla Id: 61834
    omit 582bc51  Avoid NPE when called from Function Helper Dialog
    omit 04ed98a  Fix some javadoc warning
    omit f6b2de7  Use the wrapped exception for error message on file load for StreamException
    omit 201bfb6  Spaces and quotes will confuse windows batch files
    omit 40ce684  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure by removing thread name as we don't know host names on Buildbots Bugzilla Id: 62684
    omit 7037df9  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure, jmx file size has changed Bugzilla Id: 62684
    omit a94c80f  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure, jmx file size has changed Bugzilla Id: 62684
    omit 532031b  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure Bugzilla Id: 62684
    omit e4e583d  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Fix test failure Bugzilla Id: 62684
    omit f03e965  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Mention sponsor Bugzilla Id: 62684
    omit b32cdb2  Revert stupid "typo fix" which was not. Thanks Felix for letting me learn something today :-)
    omit 5841554  Bug 62684 - Distributed Testing : Add automatically to thread name a prefix to identify engine Bugzilla Id: 62684
    omit 4d4ee72  Fix SONAR warnings
    omit 4c0025d  Fix typo
    omit 81f95d4  Try to improve dashboard generation documentation following questions on SO and mailing list
    omit ba86b38  Rename Tester and field
    omit 2020aca  Fix regression introduced by commit r1839891
    omit bdc2ab9  Avoid too much warn messages when a 3rd party cookie is sent by server.
    omit f076e5b  Improve dialog title Indicate that we accept pfx
    omit 6418223  Bug 62321 - Computing of response size is incorrect in nightly build Bugzilla Id: 62321
    omit a7dcda7  Rename variable for better understanding
    omit f5d8b2d  Bug 61635 - Add a menu to restart JMeter Fix issue when restarting (nightly) there's no pop up ask to save test plan (if there's an unsaved change) and changes are deleted after restart
    omit f790c6a  Disable recorder to avoid the warning on overwriting recording.xml when starting the plan
    omit acc65c6  Correct some typos
    omit 1124bb5  Bug 58807 - Reset SSL State on Thread Group iteration only (was https.use.cached.ssl.context=false is broken) Document Bugzilla Id: 58807
    omit 7d63723  Bug 58807 - Reset SSL State on Thread Group iteration only (was https.use.cached.ssl.context=false is broken) Document Bugzilla Id: 58807
    omit 981b5f8  Reuse
    omit ba79561  Mention breaking changes Update 4.1 to 5.0
    omit 1184f63  Bug 62616 - FTPSampler: Upload file-size is not counted in sentBytes Bugzilla Id: 62616
    omit bcbc3d5  Bug 62593 - Rename CSS/JQuery Extractor to CSS Selector Extractor
    omit d912c43  Bug 62166 Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard.
    omit 6feb020  Bug 62166 Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard.
    omit 7a326b8  Bug 62550 - Modify SubResult Naming Policy Fix test failure Bugzilla Id: 62550
    omit d5bd5ee  Bug 62550 - Modify SubResult Naming Policy Fix test failure Bugzilla Id: 62550
    omit c1767ff  Bug 62648 - Sub Results of Transaction Controller when "Generate Parent Sample" is checked are modified Bugzilla Id: 62648
    omit e88b67b  Updated to commons-lang3-3.8 (from commons-lang3-3.7)
    omit 3dd047e  Next version will be 5.0
    omit ad62ce9  Update version number
    omit 34b15e1  Add missing screenshot for cookie manager in build-web-test-plan
    omit 0dc8c92  Test invalid argument to SyncTimer
    omit 9c89771  Updated to commons-lang3-3.8 (from commons-lang3-3.7)
    omit b90176d  Add a unit test that is hopefully compatible with our test runner
    omit e025232  Remove unit test, as it interferes with the other tests right now
    omit 02e0eac  Take scheduler into account when calcuting delay for Synchronizing Timer
    omit e22fa9a  Part of 62637 Avoid Integer overrun when dealing with very large values in TimerService#adjustDelay
    omit 3272063  Partial revert of r1835975 (bring back jodd 4.1.4)
    omit b590b69  Use special tag for rfc links in docs.
    omit 6865814  Ant has released a new version, so use it for travis.
    omit 7f2e8b2  Bug 62595 - SMTPSampler does not allow configuring the SSL/TLS protocols to be used on handshake
    omit 5428a1d  Bug 62550 - Modify SubResult Naming Policy SubResults are now generated for both CSV and XML Bugzilla Id: 62550
    omit be2da21  Bug 62595 - SMTPSampler does not allow configuring the SSL/TLS protocols to be used on handshake
    omit dcb4e63  Add NOSONAR to ignore exit
    omit cf7bac8  Bug 62550 - Modify SubResult Naming Policy Rename Sample Results Bugzilla Id: 62550
    omit cc69704  Bug 62550 - Modify SubResult Naming Policy Rename Sample Results generated by Debug Post Processor (by the way a bit strange that a Post Processor generates SampleResults ?) Bugzilla Id: 62550
    omit 8e01ed5  Bug 62550 - Modify SubResult Naming Policy
    omit d85fcaf  Bug 62550 - Modify SubResult Naming Policy
    omit 977f7c0  Cleanup
    omit f797d93  Closing invalid PR 390 Update mongo-java-driver version This closes #390
    omit 7659248  Closing invalid PR 393 Jmeter 2.4.x This closes #393
    omit b6ba68c  Revert r1836664
    omit 0afbc17  Bug 61635 - Add a menu to restart JMeter Avoid duplication Bugzilla Id: 61635
    omit 3b765b2  Bug 61635 - Add a menu to restart JMeter Check we can restart Bugzilla Id: 61635
    omit 2c341bb  Fix sonar warning on ignored exception
    omit d1a661b  Bug 61635 - Add a menu to restart JMeter Fix javadoc and sonar warning Bugzilla Id: 61635
    omit 6d0a337  Bug 62550 - Modify SubResult Naming Policy This also fixed Bug 60917 - Load Test with embedded resources download : Hits per seconds does not take into account the downloaded resources Bugzilla Id: 62550
    omit d7712de  Bug 62570 - HTTP(S) Test Script Recorder : Increase validity of Root CA used to capture traffic Bugzilla Id: 62570
    omit 30d319e  Bug 62553 - Random element might return same value even if property "Per thread user (User)" is set to TRUE Fix typo, thanks Felix Bugzilla Id: 62553
    omit 8f4a523  Bug 62553 - Random element might return same value even if property "Per thread user (User)" is set to TRUE Bugzilla Id: 62553
    omit 124b99d  Reorganize menu items for more clarify
    omit 3074dfe  Bug 61635 - Add a menu to restart JMeter Bugzilla Id: 61635
    omit 07a248d  Bug 61635 - Add a menu to restart JMeter Fix wrong class for logger Bugzilla Id: 61635
    omit 742fd08  Bug 61635 - Add a menu to restart JMeter Bugzilla Id: 61635
    omit 2f8ebae  Bug 62541: Allow __jexl3, __jexl2 function to support new syntax as 'var x;'. Contributed by orimarko Bugzilla Id: 62541
    omit d147140  Bug 62554 - BoundaryExtractor : Field to check is not reset Bugzilla Id: 62554
    omit a18874b  Don't use a colon as part of the "tab" string when indenting JSON in RenderAsJSON.
    omit 1a5973b  Bug 62540 - Regression on Dashboard generation in nightly build as of 15 july 2018 Rollback modification on sample that introduced regression Bugzilla Id: 62540
    omit 3ecb403  Bug 62542 - Report / Dashboard : Display more information on filters when graph is empty Bugzilla Id: 62542
    omit 1a49b90  Fix sha1 Update since javadoc tag
    omit 86d62ad  Next version will be 5.0
    omit e46f49c  Set version numbers to currently used ones
    omit 23e303b  Updated to rhino-1.7.10 (from +rhino-1.7.7.2)
    omit 379a488  Updated ph (css and commons) components
    omit fafc732  Bug 62367 - HTML Report Generator: Add Graph Total Transactions per Second Fix empty graph when a jmeter.reportgenerator.exporter.html.series_filter is defined Bugzilla Id: 62367
    omit 47ab64e  Updated to log4j-2.11.0 (from log4j-2.10.0)
    omit adf9511  Updated jodd from 4.1.4 to 5.0.3
    omit 54539cf  Bug 62520 - The tool-tip text when we hover on the point in 'Latency Vs Request' graph should be 'Median Latency ...' Bugzilla Id: 62520
    omit 6b7d272  Bug 62533 - Allow use epoch time as Date String value in function __dateTimeConvert Make  Test implement JMeterSerialTest
    omit 7bd6fed  Bug 62535 - View Results Tree : XPath2 Tester not displaying correctly Bugzilla Id: 62535
    omit c17671a  Bug 62533 - Allow use epoch time as Date String value in function __dateTimeConvert Make  Test implement JMeterSerialTest
    omit 7320ea5  Bug 62533 - Allow use epoch time as Date String value in function __dateTimeConvert Add Test Clarify documentation Bugzilla Id: 62533
    omit f09fcd5  Bug 62535 - View Results Tree : XPath2 Tester not displaying correctly Bugzilla Id: 62535
    omit 91aaf47  Updated to httpcore[-nio]-4.4.10 (from httpcore[-nio]-4.4.9)
    omit fcf67ee  Updated to commons-pool2-2.6.0 (from commons-pool2-2.5.0)
    omit bb4ec6f  Updated to commons-dbcp2-2.4.0 (from commons-dbcp2-2.2.0)
    omit d1c31d2  Updated to cglib-nodep-3.2.7 (from cglib-nodep-3.2.6)
    omit b379e2a  Updated to caffeine-2.6.2 (from caffeine-2.6.1)
    omit f304b9e  Updated to httpmime-4.5.6 (from httpmime 4.5.5)
    omit a820999  Updated to httpclient-4.5.6 (from httpclient 4.5.5) and updated to freemarker-2.3.28 (from freemarker-2.3.23).
    omit 7ba49f2  Some tests for jorphans Converter
    omit 3f17196  Use Boolean#FALSE as the log statement auto-boxes the boolean value anyway.
    omit 50c9ace  Sync documentation to the implementation of the ForEachController.
    omit dd9129c  Allow use epoch time as Date String value in function __dateTimeConvert Bugzilla Id: 62533
    omit 61aeb67  Use a constant for Integer and Long zero and remove useless cast.
    omit 5a62fa0  Check for metadata before getting a value for the sampler.
    omit c217ede  Log loading of additional properties.
    omit 7f6cd3b  Bug 62212 : Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser
    omit bc552ae  Optimize performance of report generation.
    omit 88ce471  Don't override methods withoud need
    omit bb8af73  javadoc fixes. Add description to throws tag and really use code tag
    omit 67bce58  Fix usage of ports, when client.rmi.localport is set for distributed runs.
    omit 1b8fca4  Make field name clearer
    omit 6a4731d  Add a rfc-tag to the site docs
    omit 7ca4a8b  Markup changes
    omit f4e4eba  Correct typo in documentation.
    omit 05698e2  Bug 62212 : Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser
    omit 605e564  Rename Intermediate and Root Certificate so that it's clear for user what he must do.
    omit 4789e31  Make it clear that a Boolean is used.
    omit dc703db  Don't store the size of the responses for the samplers in this test.
    omit 3722068  Run tests on JDK 11 on travis
    omit a8d0816  Bug 62238 - Add ability to Switch to next iteration of Current Loop
    omit 3ad3120  Bug 62238 - Add ability to Switch to next iteration of Current Loop
    omit 6c16596  Bug 62238 - Add ability to Switch to next iteration of Current Loop
    omit c4bd965  Only do coverage testing on jdk 8 (as 10 seems to be problematic)
    omit 3301d68  Bug 62238 - Add ability to Switch to next iteration of Current Loop
    omit 3814dc9  Bug 62166 - Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard
    omit 2500e94  Remove useless assignement
    omit dd6836a  Bug 62166 - Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard
    omit 0ce1604  Update to current jacoco version 0.8.1
    omit a729a2b  Remove old jacoco ant jars when download_jar target is run.
    omit d82dac2  Check, if we really need to enumerate the used JDKs on the main level for travis-ci
    omit c561569  Use matrix-build for travis-ci to switch between JDK 8 and 11
    omit e71a0b8  Don't build for Oracle JDK 10 on travis-ci as it has the same bug as JKD 9 had
    omit 9117e7e  Check for JavaFX before trying to build JavaFX components. JavaFX will be removed from JDK 11
    omit 89c238f  Try to get travis-ci back to green by adding oracle jdks for 10 and 11
    omit dd4db0e  Update travis build to use ant 1.10.4
    omit 94891ed  Fix headers of Aggregate Reports and friends when columns are moved around.
    omit d1d8e95  No need for an array here, as MessageFormat#format uses var args.
    omit 247cff1  Bug 62166 - Report/Dashboard: Provide ability to register custom graphs and metrics in the JMeter Dashboard
    omit 4ec2395  Add a newline to the end of the file to make checkstyle happy.
    omit 88fffe9  Escape commata in parameters when constructing function strings in the GUI function helper.
    omit c03db09  Bug 62473 - Setting "saveservice_properties" has counter intuitive behaviour Bugzilla Id: 62473
    omit 7a2741f  Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true
    omit 1f6a924  Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true
    omit 5fa6b8f  Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true
    omit f1dde70  Bug 62470 - CSV Output : Enable logging of sub results when jmeter.save.saveservice.subresults=true
    omit 3c368f5  Set start- and end-time on JMS publisher sampler, even if initialization fails.
    omit 0b9c08d  Make checkstyle happy.
    omit 0613048  Make delegation of credentials in SPNEGO possible again.
    omit 9178dbd  Remove unused variable assignment.
    omit dccb89d  Closing reviewed and WONTFIX PR: This closes #72 This closes #233
    omit 0fcf710  Closing reviewed and invalid PRs: This closes #385 This closes #384 This closes #383
    omit c13e5ef  Bug 62457 - In usermanual, the UUID Function's example is wrong Contributed by helpass onegaicimasu at hotmail.com Bugzilla Id: 62457
    omit 0d70f77  Fix https://jmeter.apache.org/images/screenshots/csvdatasetconfig.png image
    omit 6508dbe  Fix a typo.
    omit deb25a6  Fix travis compilation error. Try running tests with JDK10, JDK11
    omit c0728e5  Fix test failure on Brotli by switching to another hopefully more stable site
    omit 8671b1c  Bug 60991 - XPath Extractor : Implement XPath 2.0 Update XPath2 Tester so that it's possible to use namespace aliases Bugzilla Id: 60991
    omit 3ed2d0a  Reset gridwidth to avoid side effects in case of evolution
    omit e15eeba  Correct wording in docs.
    omit b3c853e  Bug 60991 - XPath Extractor : Implement XPath 2.0
    omit 22cee2e  Bug 60991 - XPath Extractor : Implement XPath 2.0
    omit e49ecfb  Bug 60991 - XPath Extractor : Implement XPath 2.0
    omit cb32e49  Bug 60991 - XPath Extractor : Implement XPath 2.0
    omit 35b1aef  Bug 60991 - XPath Extractor : Implement XPath 2.0
    omit ec05750  Bug 60991 - XPath Extractor : Implement XPath 2.0
    omit de47a45  Bug 60991 - XPath Extractor : Implement XPath 2.0
    omit 0aa9bf1  Bug 60991 - XPath Extractor : Implement XPath 2.0
    omit ff48435  Add missing license header
    omit 26c4d31  Use HashMap#isEmpty instead of size>0
    omit e18e794  Rename parameter for better understanding
    omit b1544c3  REvert
    omit a9059b3  Last try
    omit b22e84f  JDK11 won't compile due to JavaFX move to a module.
    omit 1bd3aa1  Prevent NPE in MapProperty.
    omit f75e181  Try building/testing with JDK11 as fix for https://bugs.openjdk.java.net/browse/JDK-8193802 is only in 10.0.2 and oraclejdk10 references 10.0.1
    omit c551e89  Try building/testing with JDK10
    omit 3ef977b  Fix Brotli test failure Switch to kylem.us instead of tools.keycdn.com
    omit 62a1820  Revert commit that broke tests
    omit 237bb08  Don't break lines at commata when using JSON Path Tester
    omit cec9c8f  Bug 62283 - Report Dashboard - Date is not correctly displayed on chart when granularity is >= 1 day Bugzilla Id: 62283
    omit e2b9f69  Add parameter support for RMI keystore creation scripts.
    omit f31ded2  Add listener to understand build instabilities on Jenkins not reproduced locally
    omit 45061c0  Bug 62321 - Computing of response size is incorrect in nightly build Bugzilla Id: 62321
    omit f694af4  Drop duplicate line
    omit 162b80e  Updated to Apache Groovy 2.4.15
    omit 75e0b45  Fix javadoc
    omit 7b0d00c  Fix failing test due to presence of spaces introduced recently by website. So enfore test by using JSON Extractor
    omit 7d5f23f  Fix javadoc
    omit 3c20ca0  Fix javadoc
    omit d380397  Fix javadoc
    omit 2131a56  Bug 58757 - HTTP Request : Updated deprecated methods of HttpComponents to last APIs of httpclient-4.5.X Fix Eager instanciation of SSL Context which happens even if only HTTP is used and degrading performances Bugzilla Id: 58757
    omit 6162308  Fix TestRedirectionPolicies failures due to spaces randomly added in response. Use JSON extractor for more reliability
    omit cb935e9  Fix Random Test failure
    omit bd1fd8e  javadoc: add description to parameter
    omit 09adcf0  javadoc: remove javadoc tags for elements that are not visible
    omit 3d88e4b  javadoc: describe the correct parameter and correct link to method
    omit 986d044  Make function start with lower case
    omit bcb98a3  Fix message
    omit 0c15e56  javadoc: remove javadoc tags for elements, that are not public.
    omit ec30f7c  javadoc: add description to param and return tags.
    omit 9a6748d  javadoc: no self closing elemens allowed
    omit 8f11672  Tab space police
    omit 447d952  Revert wrong commit
    omit 4c88d8a  Bug 62323 - Add function "__ThreadGroupName" function to obtain ThreadGroup name Mainly contributed by Orimarko Bugzilla Id: 62323
    omit a598e11  Bug 62367 - HTML Report Generator: Add Graph Total Transactions per Second Mainly contributed by  laks.martha Bugzilla Id: 62367
    omit e2cf6d3  Markup changes and spelling
    omit 3fd8df3  Correct typo in documentation.
    omit 14039f4  Mostly markup changes. Remove on superfluos 'the'
    omit dde1127  Bug 62333 - Report Dashboard - When 1 serie contains no value, the graph colors logic is wrong Contributed by UbikLoadPack Bugzilla Id: 62333
    omit 17cc806  Improve logging
    omit c686748  Improve logging
    omit 02516ed  Correct calculation and usage of units for second per user (reported by jffagot05 at gmail.com)
    omit fd05478  Oups! Remove tika-app jar file
    omit 71589501 Updated to Apache Tika 1.18
    omit f50b344  Bug 61714 - Grafana config example obsolete - update the doc of Real-time results
    omit 5355c55  Fix regression on Redirect Handling
    omit 27b52df  Change order of elements to show bug
    omit 79389ca  Add test to show a regression was introduced when migrating to new HttpClient API
    omit 63e52cc  Add test to show a regression was introduced when migrating to new HttpClient API
    omit 953a3af  Bug 62317 - ProxyControl: allow to add ResultSaver as sampler Bugzilla Id: 62317
    omit 5a601fd  Bug 62302 - Move JSR223 Sampler up the menu Contributed by orimarko Bugzilla Id: 62302
    omit 48f1a3f  Bug 62317 - ProxyControl: allow to add ResultSaver as sampler Bugzilla Id: 62317
    omit 686dc7c  Deprecate unused constant
    omit 2466505  Bug 62320 - Counter : Reference Name property is not clear Bugzilla Id: 62320
    omit d9a0f0e  Bug 62315 - "Save response to a file" Component - seems not to be thread safe Clarify documentation of ResultSaver Bugzilla Id: 62315
    omit 333976d  Bug 58757 / HTTP Request : Updated deprecated methods of HttpComponents to last APIs of httpclient-4.5.X. Use IgnoreSpecProvider Bugzilla Id: 58757
    omit 97c36fb  French translation of Precise Throughput Timer label Bugzilla Id: 62310
    omit 3b93368  Update to Ant 1.10.3 (before was 1.10.2)
    omit 70965ae  Correct order of elements when duplicating a selection of multiple elements.
    omit 4e84e24  Bug 62235 - Java 9 - illegal reflective access by org.apache.jmeter.util.HostNameSetter Fixed within commit: http://svn.apache.org/viewvc?rev=1828614&view=rev Bugzilla Id: 62235
    omit bb14fdd  Bug 62252 - HTTP header merging logic does not correspond to the documentation Bugzilla Id: 62252
    omit 724bf3e  Bug 62276 - InfluxDBBackendListenerClient / GraphiteBackendListenerClient : Add sent and received bytes to metrics Contributed by UbikLoadPack Bugzilla Id: 62276
    omit 4abeb35  Increase timeouts
    omit 1c28b71  Update some bug / enhancements titles to clarify
    omit 0adb10b  Add tests for SNI + Slow chars + Timeout Document JMX
    omit 0ae9976  Rename field for SONAR
    omit 4553d37  Bug 58757: Fix deprecated methods of HTTPCLIENT after migration to httpclient-4.5.X Drop useless code Bugzilla Id: 58757
    omit c48eb4d  Bug 62269 - View Results Tree : Response and Request Tabs should contains Header and Body tabs Bug 62270 - View Results Tree : Allow searching in Request headers, Response Headers, and Request body Contributed by UbikLoadPack Bugzilla Id: 62269
    omit 74275cd  Fix SONAR warning
    omit f5d68a1  Fix checkstyle issues
    omit 32eae4f  Bug 62265 - ModuleController behaves strangely Bugzilla Id: 62265
    omit 8d7424f  [Bug 60190] Content-Type is added for POST unconditionally Java implementation does not set header HC4 implementation sets header to APPLICATION_X_WWW_FORM_URLENCODED or text/plain depending on type of form Bugzilla Id: 60190
    omit 4e52d1a  [Bug 60190] Content-Type is added for POST unconditionally Fix test failure in Java Java implementation does not set header Bugzilla Id: 60190
    omit ee481a7  [Bug 60190] Content-Type is added for POST unconditionally Fix test failure in Java Bugzilla Id: 60190
    omit eb2b13a  [Bug 60190] Content-Type is added for POST unconditionally Fix test failure in Java Bugzilla Id: 60190
    omit c8f1877  [Bug 60190] Content-Type is added for POST unconditionally Fix test following change Bugzilla Id: 60190
    omit 17f7f1f  Bug 62239 - Add ability to Break Current Loop Use same name for option Bugzilla Id: 62239
    omit 8a2b215  Bug 62260 Revert changes unrelated to issue + issue in java. Add test case for No KeepAlive to ensure Connection: close is present Bugzilla Id: 62260
    omit c7b4586  Bug 62260 - Improve Rest support This also fixes: - Bug 60190 - Content-Type is added for POST unconditionally Bug 60015 - Multipart/form-data works only for POST using HTTPClient4 while it should for PUT, DELETE...
    omit 0334271  Fix wrong doc
    omit 0d219fb  Fix SONAR warning
    omit 62fb894  Fix issue in tests: - Method POST is not set which leads to  HTTPSamplerBase#getUseMultipartForPost() returning false when it shouldn't
    omit 1f5a187  Bug 62251 - TextGraphiteMetricsSender does not invalidate lost connections in case of network errors Bugzilla Id: 62251
    omit 235f376  Mention Groovy,  drop beanshell, warning on JS
    omit f04fcb1  Bug 62243 - Dashboard : make option "--forceDeleteResultFile"/"-f" option delete folder referenced by "-o" option Bugzilla Id: 62243
    omit 5219ac0  Bug 62248 - HTTP Request : Parameters entered in Parameters Tab should be used in body instead of being ignored This closes #378 Based on patch by Artem Fedorov Bugzilla Id: 62248
    omit 11c8739  Bug 62239 - Add ability to Break Current Loop Fix svn:eol Rename jmx file by removing space at start of file Bugzilla Id: 62239
    omit 74f7fb9  Bug 62239 - Add ability to Break Current Loop Bugzilla Id: 62239
    omit 8918e80  Bug 62244 - Rename Test Action to Flow Control Action Bugzilla Id: 62244
    omit 44f958f  Document better Add NOSonar for false positive
    omit 4448674  Avoid empty constructor
    omit c8d5873  Change comment style to have comments on variables when used
    omit ff51b8b  Bug 62240 - If SampleMonitor implementation is a TestBean if will not be initialized correctly Bugzilla Id: 62240
    omit a0d3156  Bug 62237 - While Controller : Export variable containing current index of iteration Document feature Bugzilla Id: 62237
    omit cfd225b  Move constant out of interface
    omit 264a754  Add NOSONAR for false positive
    omit 31fc681  Add @Override
    omit 242bcb3  Fix SONAR warnings: - About non serializable properties - About misplaced method
    omit bee2db8  Bug 62238 - Add ability to Switch to next iteration of Current Loop Fix regression Bugzilla Id: 62238
    omit dd4f112  Bug 62238 - Add ability to Switch to next iteration of Current Loop Drop unused labels Bugzilla Id: 62238
    omit 30f495d  Bug 62238 - Add ability to Switch to next iteration of Current Loop Add missing French labels Bugzilla Id: 62238
    omit 46257ed  Bug 62238 - Add ability to Switch to next iteration of Current Loop Contributed by Ubik Load Pack Bugzilla Id: 62238
    omit b1efd96  Bug 62237 - While Controller : Export variable containing current index of iteration Add FIXME for code to be completed Bugzilla Id: 62237
    omit 91ba331  Bug 62237 - While Controller : Export variable containing current index of iteration Contributed by Ubik Load Pack Bugzilla Id: 62237
    omit 6a4101e  Align code on RecorderDialog for future factorisation
    omit 8c60f63  Simplify code
    omit c3065ea  whitespace change
    omit 8c0eef2  Bug 62234 - Search/Replace Feature : Enhance UX and add Replace/Next/Previous/Replace & Find features Contributed by Ubik Load Pack (support at ubikloadpack.com) Bugzilla Id: 62234
    omit 013e21f  Improve chinese translations Fix checkstyle errors
    omit 24f6e0a  Improve chinese translations This closes #379 Contributed by XMeterNet
    omit c064b0b  Keep the index right, when scrolling through the menu items.
    omit 5122ed0  Bug 62209  InfluxBackendListenerClient: First Assertion Failure Message must be sent if error code and response code are empty or ok Fix Test failure Bugzilla Id: 62209
    omit ae9136a  Bug 62209  InfluxBackendListenerClient: First Assertion Failure Message must be sent if error code and response code are empty or ok Bugzilla Id: 62209
    omit b60336c  Bug 62203 - Influxdb BackendListener client: store user tags to annotation and internal transaction Contributed by Sergey Batalin Bugzilla Id: 62203
    omit 44d9d39  Give a hint for failures of checkGuiSet()
    omit d936528  Fix headless tests failure
    omit e6daa65  Bug 62212 - Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser Fix some bugs Improve a bit architecture Bugzilla Id: 62212
    omit 7b62dd8  Bug 62212 - Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser Fix checkstyle issue Bugzilla Id: 62212
    omit 9d73128  Bug 62212 - Recorder : Improve UX by providing a popup above all windows to be able to change Transaction names and pauses while using Browser Contributed by UbikLoadPack Bugzilla Id: 62212
    omit 4264709  Bug 62211 - Fix HTTP Request Server Documentation Bugzilla Id: 62211
    omit 367ce1f  [Bug 62195] Save Responses to a file : Improve component and UI Fix checkstyle error Bugzilla Id: 62195
    omit 8681cdb  [Bug 62195] Save Responses to a file : Improve component and UI Fix NPE Bugzilla Id: 62195
    omit 8d7cf72  [Bug 62156] Search Feature : Distinguish between node that matches search and node that contains a child that matches search Fix regression on expand and factor out some common code Bugzilla Id: 62156
    omit a902ff3  [Bug 62195] Save Responses to a file : Improve component and UI Contributed by UbikLoadPack Bugzilla Id: 62195
    omit 8ba4635  Bug 62178 - Add default value to __V function Contributed by Orimarko Bugzilla Id: 62178
    omit d1760e6  Upgrade to asm 6.1 from 6.0
    omit 88e5732  Upgrade to asm 6.1 from 6.0
    omit 97f4fc0  Remove .md5 checksums and keep only .sha512 checksums for source and binary archives Bugzilla Id: 62171
    omit 549c897  Shorten line in javadoc.
    omit 4e3419d  javadoc: add missing description for parameters
    omit d8514be  javadoc: use 'a href' for links after @see
    omit 5c50357  Fix misleading javadocs
    omit 0214f68  Bug 62065 - Use Maven artifact for JAF Module instead of embedded module Oups wrong version number
    omit 14f3918  Bug 62065 - Use Maven artifact for JAF Module instead of embedded module Add  "com.sun.activation" / javax.activation Bugzilla Id: 62065
    omit 6c92d77  Try to test with JDK8 and 9
    omit ad489d0  Bug 62065 - Use Maven artifact for JAF Module instead of embedded module Bugzilla Id: 62065
    omit 57e1c1c  Bug 61058 - HTTP Request : Deflate triggers "Unexpected end of ZLIB input stream" Contributed by UbikLoadPack Bugzilla Id: 61058
    omit 0bab8bd  Bug 62156 - Search Feature : Distinguish between node that matches search and node that contains a child that matches search Bugzilla Id: 62156
    omit 1555b98  Bug 62155 - Search Feature: Make Search text field get focus Drop outdated fixme Add NOSONAR on non significant warning related to inheritance Fix sonar warning on parameter of format Bugzilla Id: 62155
    omit be8c29e  Remove unused import
    omit a63a55f  SSLManager works with jks and p12 files so make it explicit
    omit 896cac6  Bug 62155 - Search Feature: Make Search text field get focus Bugzilla Id: 62155
    omit 4e25092  Enable starting of jmeter.bat with JM_START set to "start"
    omit c2175fe  Update to groovy-all-2.4.14 (from groovy-all-2.4.13)
    omit c7343ad  Set JMETER_HOME variable correctly.
    omit e0e713d  Bug 58807 - https.use.cached.ssl.context=false is broken Based partly on Rainer Jung analysis and patch. Bugzilla Id: 58807
    omit 888cf90  Fix sonar warning on useless assignement
    omit cfd20ff  Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented Fix svn:eol Bugzilla Id: 61664
    omit 552c793  Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented Add integration test Bugzilla Id: 61664
    omit 28d1cc0  Bug 61664 - HTTP Authorization Manager : Digest works only with legacy RFC 2069 , RFC 2617 is not implemented Fix Digest failure Bugzilla Id: 61664
    omit 5548d8c  Rename method for better readability
    omit 115c9ce  Rename constant as its name was confusing
    omit 08faab2  Fix checkstyle errors
    omit d2aacf8  Bug 58757 - Fix deprecated methods of HTTPCLIENT after migration to httpclient-4.5.X
    omit 7a90abb  Store filename as String instead of File in FileEditor.
    omit 94179fa  Try to guess JMETER_HOME correctly, when jmeter.bat is called from a batch file in another directory.
    omit 4fc2e4c  Bug 62124 - Recording templates : Add more exclusions and use Transaction Name by default Bugzilla Id: 62124
    omit df148dd  Small fix of the doc.
    omit 5cc578e  Use quotes around JM_LAUNCH and add a title to JM_START
    omit f60f6bf  Fix sonar warnings: - Variable correct naming - Clarify why we return null instead of empty array
    omit 7d17ee1  Bug 62114 - HTTP(S) Test Script Recorder : Client certificate authentication uses the first SSLManager created Contributed by UbikLoadPack Bugzilla Id: 62114
    omit 3dcbbf4  More typos
    omit 0f4239b  Another typo
    omit 382695f  Correct a few typos
    omit e3c0937  Log assertion errors with a lower criticality
    omit 2abeb19  Use correct mail address
    omit 33a5ebb  Update contributors section and change mail address to apache
    omit e96be06  Updated to latest Bouncycastle (v1.59)
    omit ae99c6f  Put JM_LAUNCH in front, if no JM_START is defined.
    omit 2fe70f4  Try to combine upload of .asc files to get nightly back to work
    omit 519c100  set eol-style to native
    omit d858221  Bug 62110 - A broken junit class (due to missing dependency) breaks JMeter menus Contributed by UbikLoadPack Bugzilla Id: 62110
    omit 5e6b575  We have three header divs (not four), so space them correctly
    omit eb83db6  JUnitSampler logs exceptions except assertion-failures from test cases as warnings.
    omit 9342e82  Disable JDK9 compilation for travis, as the compiler has problems with some of the jars needed to compile
    omit 44bb39c  JMeter fails to start under Windows when JM_LAUNCH contains spaces
    omit 916237c  Set eol-style to native
    omit d87e093  Don't start a new JVM for each junit test when using complete-junit
    omit e62de5d  Update JTable in Aggregate Report only when new data has arrived.
    omit 5bce0d3  Don't use isEmpty when comparing size to greater than one
    omit fb3e25d  Use simpler variable names
    omit 37aa0d5  Extract duplicate code in helper method
    omit 7d4701b  Use StringUtils
    omit 95c5c04  Extract logic in smaller methods and local variables
    omit 761eecb  No need to cast here.
    omit a5d908c  Use isEmpty instead of comparing to size
    omit dca0729  No need to cast here
    omit 67acd9f  Return values directly
    omit 47f89de  Remove useless assignment. Part of #356
    omit 3f2c80f  Use string concatenation as it is easier to read and results in the same bytecode
    omit d5e9905  Remove useless assignment
    omit 905ac5c  Spacepolice
    omit b19bbf8  Convert to lambda expression
    omit 96e6f7a  Return a singleton list instead of allocating a new array and wrapping that
    omit e0367a2  No need for explicit type here
    omit 4e8cf7d  Use char instead of string to search for
    omit 2ccf730  Spacepolice
    omit 2de8618  Join if statements
    omit ebc9466  Name part of the logic by assigning it to a variable
    omit 770fa4d  Use System.arraycopy
    omit 51ff3ef  No need to cast here
    omit 2675af9  Simplify logic (re-arrange it)
    omit 20ceed7  Use lambda instead of subclassing Thread.
    omit 0c231a6  Use Deque instead of stack
    omit 5bd0f07  Use java 8 stream features to collect data
    omit c3ccdfb  Spacepolice
    omit 5f87516  Reduce scope of variables
    omit 8a177a2  Spacepolice
    omit f17e865  Extract lengthy if statement in private method.
    omit 746f5ba  spacepolice. Closes #358
    omit 8926353  No need to explicitly create an array for the arguments.
    omit a7b5658  Fix little issue with default French work (défaut)
    omit 63d3b99  Fix Typo, use method reference and re-format a log-message. Part of #358
    omit a2d8813  Use new ThreadLocal#withInitial. Part of (or rather hidden in) #358
    omit 88a93b7  Directly return result. Part of #358
    omit e7b3025  Give the colors names. Part of #358 on github
    omit a53ceac  Get down to a maximum length of 160 chars
    omit fd06ace  Refactor common code into private helper.
    omit 6143588  Refactor common code into private helper.
    omit 247370d  Use log format strings.
    omit 2cb7885  Correct typo from old code. We create a table model for objects.
    omit b29d7ba  Extract common code into a private helper.
    omit 2e83cc7  Use string formats for log messages
    omit a0c93a0  Get down to a maximum length of 165 chars
    omit 654efb7  Fix typo
    omit 979364e  Use try-with syntax, convert to stream usage and return early when no file was given.
    omit e1be174  Correct indentation (was four characters off)
    omit db07af3  Use try-with construct and get rid of call to deprecated method
    omit 2938e3b  Get down to a maximum length of 170 chars
    omit 656f89b  Add javadocs badge
    omit e7d6137  Get down to a maximum length of 175 chars
    omit 135e793  Get down to a maximum length of 200 chars
    omit 7fa9515  Enforce max anon inner length of 45 lines
    omit 1f9d8f4  Start with enforcing a maximum length of 200 chars
    omit 7dca735  Enable NoLineWrap
    omit 5016581  Use empty for initializer pad
    omit 7620023  Use empty for iterator pad
    omit 91ce3bd  Correct method param pad
    omit ee380e9  Correct typecast paren padding
    omit 38ead32  Get rid of call to a deprecated method.
    omit 2cb52df  Try to use a more current java 9 for travis ci
    omit 8a7a55e  Check if the bound networks contain the "localhost" address
    omit 2907be8  Use https to download checkstyle jars. Relates to #375 on github
    omit 1efc03e  Update to newer ant version for travis ci
    omit 069dfb4  Expanded Checkstyle to files in src and test.
    omit de8b3b7  Add newline at end of file
    omit 3a6d59b  Reduce nested try depth
    omit e80b3eb  Set eol-style to native
    omit dfa35df  Remove unnecessary empty lines
    omit f4a745d  Don't use multiple variable declarations
    omit 6064d01  Use one statement per line
    omit 4d5639b  Convert tabs to spaces
    omit e3fb6f3  Correct use of array type style
    omit 1b1c09c  Remove unnecessary parentheses
    omit 717e583  Organize imports.
    omit ed808bf  Correct typo in component reference for Boundary Extractor
    omit bd420a6  Updated to latest checkstyle (v8.8).
    omit 95fbdf4  Next dev version (4.1-SNAPSHOT currently)
    omit 8e0ae97  Add "go to top" functionality to web content.
    omit 4ef5ba1  1 GB is now the new default heap size
    omit 3e9ce5e  Apache JMeter 4.0 works with Java 8 *and* Java 9. Fix.
    omit 432544f  Missing equal sign
    omit dae8e20  Prepare next release 4.0: update docs tree and overview (RC7)
    omit c1f4238  Bug 61806 - Allow to use SampleResult#setIgnore() in post-processors and assertions script (JSR223 elements) This closes #341 Contributed by Maxime Chassagneux Bugzilla Id: 61806
    omit df97abb  Update documentation regarding Java versions. Mention JDK is required for recording HTTPS
    omit f347e01  Improve logging and fix SONAR warnings
    omit 2dfd824  Correct markup
    omit 5066a5f  Print out information about the network interfaces and their addresses - to find out why nightly fails.
    omit 2e9bc00  Add a test to get more info, why nightly is currently not working
    omit f5f870a  Add more java 9 options to open sun.awt.X11 to bin/jmeter
    omit 612710b  Try to use the same variables to control the startup of JMeter on Windows and Unix.
    omit 075fea4  Update to jodd 4.1.4
    omit 7441edc  Bug 61529: Migration to Java 9 Open more packages to reflection as they are used by xstream Bugzilla Id: 61529
    omit 40294b2  A TestBean implementation might implement  different TestElement interfaces without being a problem
    omit 5a980b4  Rename JMETER_HEAP to HEAP
    omit 0929956  Update classpath in mirror-server scripts to reflect log4j updates.
    omit b48d151  Update as per 4.0 new configuration. Make message more explicit Mention best-practices
    omit 763f50e  Prepare next release 4.0: update docs tree and overview (RC5)
    omit 01b8b59  Space policy
    omit 138aa7a  Add create-rmi-keystore.* to source/bin packages
    omit 4721a55  Catch BindException and add the used address to get more information why nightly builds are not completing.
    omit 89e617a  Bug 61852 : View Results Tree: Add a Boundary Extractor Tester Bugzilla Id: 61852
    omit b76843f  Use source tag for overlong lines.
    omit 253d277  Test function reference when showing the tip about help.local.
    omit bbd6ed2  Drop BSF Elements documentation
    omit ec45368  Mention __groovy as better alternative for __BeanShell
    omit 12b0a22  Mention Keystore Configuration for client Certificate authentication
    omit f0bb63c  Mention prev in Beanshell Assertion
    omit 1d56d06  Followup to r1822700. Add back java 9 detection as noted by pmouawad.
    omit 23c7980  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 - https://issues.apache.org/jira/browse/GROOVY-8339 Bugzilla Id: 61529
    omit 3a32d05  Bug 62062 - ThroughputController: StackOverFlowError triggered when throughput=0 (Total Executions or Percentage Executions) This closes #373 Partly contributed by Artem Fedorov Bugzilla Id: 62062
    omit 9501ae7  Rip out most logic from jmeter.sh and make it a simple wrapper for jmeter.sh
    omit 5ddc366  We now have more tests, that depend on rmi, so add the rmi_force_localhost option to those cases.
    omit aff4b74  Prepare next release 4.0: update docs tree and overview (RC4)
    omit 1641388  Remove unused import.
    omit 0c62209  Display a warn message, if the desktop doesn't support the Desktop.Action.BROWSE.
    omit 21c95c6  spacepolice
    omit dc5e61f  Add missing parameter to log messages and correct one typo.
    omit 070c0b0  Use https for links, images and ressources, when possible.
    omit ce0bb1b  Update screenshots for Thread Group, Tear down Thread Group and Setup Thread Group Add screenshots for JSON Assertion, Boundary Extractor
    omit 4428f94  Mention change
    omit 17d1551  Try to fix an issue into maven upload asc files for sources and javadoc
    omit bcb09d3   Predefine version and RC too.
    omit 6ef5516  better without tab
    omit e777104  Fix an issue with bsh 2.0b6 when svnmuccScript run (void on RCdir)
    omit 3fee615  Remove -server argument, as it prevents starting a 32-Bit JRE and is default for 64-Bit JVMs anyway.
    omit c7ed8fb  Prepare next release 4.0: update docs tree and overview (RC1)
    omit cc9140f  Removed unnecessary entries Alphabetical order for the keys (via I18Nedit) Upper case for unicode char (via I18Nedit)
    omit f91a922  Increase Heap size from 512m to 1g Comment out additional JVM options following Felix notes
    omit a313bc0  cn of the cert is not checked, and can be anything one likes.
    omit 9cdb6f6  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-first-garbage-collector-tuning.htm
    omit dada538  Set executable property for subversion
    omit b5f9333  Bug 61529 : Migration to Java 9 Fix wrong version detection Bugzilla Id: 61529
    omit 32d6088  Bug 61529 : Migration to Java 9 , fix unused ADD_MODS on windows Bugzilla Id: 61529
    omit 4954ea5  Mention setup of SSL for RMI
    omit cde9c20  Add a bit more documentation on how to setup the keys for ssl.
    omit 5b332b5  Let the browser decide how much space is left for the 'required' column.
    omit bb56cc5  Give an info message, when SSL for RMI has been disabled and don't try to use SSL
    omit d897144  Add a bit more details to the default values.
    omit 4b4b0f5  javadoc: fill in param, return and throws tags
    omit 163d078  javadoc: fill in return and throws tags
    omit 9a2e01e  javadoc: fill in return and throws tags
    omit 2f91a03  Bug 62039 Distributed testing: Provide ability to use SSL Bugzilla Id: 62039
    omit 639ea99  javadoc: fill in the param tag
    omit 244657f  javadoc: document the (hopefully correct) return value
    omit 5b3b9a9  Update to jodd 4.1.1
    omit 55f4d15  Remove comment  (LagartoParser does not  have a emitStrings option anymore) Thanks Pascal Schumacher
    omit 0df50e2  Convert AssertionError to a failed assertion for all kind of assertions.
    omit 785aa24  Typos, typography and Poisson.
    omit e5113b1  As Poisson is a name use uppercase.
    omit 85a82a1  Fix sonar issue
    omit ca410fb  Fix sonar issue
    omit 0469cb7  Fix checkstyle issues
    omit 731e1e9  Set svn:eol-style for new unix and windows shell scripts
    omit fe09977  Bug 62039 - Distributed testing : Provide ability to use SSL Fix bad patching Add keystore for tests Bugzilla Id: 62039
    omit c5fa80f  Bug 62039 - Distributed testing : Provide ability to use SSL Bugzilla Id: 62039
    omit 89b9c59  Use a setenv.sh script if available to preset variables when starting JMeter with bin/jmeter.
    omit ea2ad8a  Correct comments. On windows these are rem instead of #.
    omit 916dff5  Fix NPE
    omit e2103ca  Specialize config builder to use some configuration related to Conditional Comments
    omit 7627e9c  Updated to log4j2 2.10.0 (from 2.9.1) Thanks Pascal Schumacher for pointing that 2.10 was available
    omit 14d0be9  Updated to jodd 4.1.0 (from 3.8.6) Fix removed API usage
    omit 28fde0a  Updated to jodd 4.1.0 (from 3.8.6)
    omit 14d0917  Fix wrong md5 for jacoco
    omit 89cc9db  Updated to httpclient 4.5.5 (from 4.5.3)
    omit 95b7635  Upgrade jacoco from 0.7.9 to 0.8.0
    omit 67d06d0  Updated to httpcore 4.4.9 (from 4.4.7)
    omit ceb798a  Updated to log4j2 2.9.1 (from 2.8.2)
    omit 194d4ee  Updated to ph-css 6.0.0 (from 5.0.4) Updated to ph-commons 9.0.0 (from 8.6.6)
    omit 703d457  Updated to cglib-nodep-3.2.6 (from 3.2.5)
    omit ef53895  Updated to cglib-nodep-3.2.6 (from 3.2.5)
    omit eecf70d  Updated to jsoup-1.11.2 (from 1.10.3)
    omit fe4ffa4  Updated to asm-6.0 (from 5.2)
    omit ef10c9f  Updated to commons-pool2-2.5.0 (from 2.4.2)
    omit 24c1976  Updated to commons-lang3-3.7 (from 3.6)
    omit e106bc4  Updated to commons-io-2.6 (from 2.5)
    omit 3f6057f  Updated to commons-codec-1.11 (from 1.10)
    omit 15e774c  Oups wrong commit
    omit b504269  Updated to caffeine 2.6.1 (from 2.5.5)
    omit 389c5b3  Screenshots for release notes
    omit 7f89f20  Remove surrounding brackets
    omit a7bd2ff  More screenshots
    omit 9cfcdcc  Add screenshot to README , second try
    omit f11abd4  Add screenshot to README
    omit 40fcf43  Add screenshot of 4.0
    omit 400241b  Remove space as per Pascal Schumacher note, thanks
    omit 2216694  Illustrate more functions with examples. Use <source> for more visibility
    omit c50e520  Bug 62027 Help : Introduce property help.local to allow choosing between local (offline) documentation and online documentation Bugzilla Id: 62027
    omit aa4adbb  Bug 62027 - Function Helper Dialog : Make Help button open browser on function documentation instead of Internal Dialog Bugzilla Id: 62027
    omit 765e018  BUG 61785 Add Menu Item in Help > Useful links for functions reference Bugzilla Id: 61785
    omit 689b6e9  Continue filling "New and Noteworthy" section for release 4.0
    omit b38934e  Bug 61919 - UX : Reorder Menus Bugzilla Id: 61919
    omit 93099e8  Continue filling "New and Noteworthy" section for release 4.0
    omit 984273f  Continue filling "New and Noteworthy" section for release 4.0
    omit 1627f2b  Reorganize release notes. Start fillinf "New and Noteworthy" section for release 4.0
    omit 3343a07  Place a dash or comma behind a pr element, when needed.
    omit e20056c  Reduce the size of some images in the documentation.
    omit 98b1ef3  Fix example in documentation for XPath Assertion
    omit 2797aca  Add exceptions constructors
    omit b9c7d78  Remove empty line
    omit 7ceadd5  Improve logging
    omit 47627b0  Drop mention of JMeter old version behaviour change
    omit 6b84343  Remove Ignore import
    omit c63dd8d  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Matched brackets are not visible, fix that Bugzilla Id: 61697
    omit 6fa7200  Bug 51140 - Response Assertion: add ability to set a specific error/failure message that is later shown in the Assertion Result Contributed by UbikLoadPack Bugzilla Id: 51140
    omit 697af05  Bug 61931 New Component : Precise Throughput Timer, timer that produces poisson arrivals with given constant throughput Mention Vladimir in Thanks Bugzilla Id: 61931
    omit bd45833  Bug 61931 New Component : Precise Throughput Timer, timer that produces poisson arrivals with given constant throughput Fix sonar warnings Contributed by Graham Russell This closes #370 Bugzilla Id: 61931
    omit 0fd05ba  Bug 61973 - Create and Deploy javadoc artifacts to Maven central Mention change Bugzilla Id: 61973
    omit a4bcf44  Bug 61973 - Create and Deploy javadoc artifacts to Maven central Add deployment Bugzilla Id: 61973
    omit 599d0f4  Bug 61973 - Create and Deploy javadoc artifacts to Maven central Bugzilla Id: 61973
    omit 6206813  Javadoc: Add return tag description
    omit b47c7e9  No tabs in xml files.
    omit 2b6d185  Bug 56368 Create and Deploy source artifacts to Maven central Clean fix of artifacts without sources Bugzilla Id: 56368
    omit d822cbb  Bug 56368 Create and Deploy source artifacts to Maven central Temp fix with code duplication Bugzilla Id: 56368
    omit d83a884  Bug 56368 Create and Deploy source artifacts to Maven central Deploy sources Bugzilla Id: 56368
    omit 861ff67  Bug 56368 Create and Deploy source artifacts to Maven central Bugzilla Id: 56368
    omit b4a5a18  Sonar cleanup: Drop unused field Use slf4j parameterized messages
    omit 8338f29  Bug 61771 - SwitchController : Switch field should be trimmed by safety Add tests Bugzilla Id: 61771
    omit 36f9586  Bug 61771 - SwitchController : Switch field should be trimmed by safety Bugzilla Id: 61771
    omit 0c60a8e  Bug 61969 - When changing LAF through GUI, user should be informed that it is better to restart Oups forgot a commit Bugzilla Id: 61969
    omit 5e5383d  Bug 61970 - JMeter now uses english as default locale to avoid missing translations in some locales make UI look weird Bugzilla Id: 61970
    omit 628d866  Bug 61969 - When changing LAF through GUI, user should be informed that it is better to restart Bugzilla Id: 61969
    omit 48d8c32  Bug 61966 - Setup Test Results Analyzer in jenkins Add spock tests Bugzilla Id: 61966
    omit 2195049  Bug 61966 - Setup Test Results Analyzer in jenkins Bugzilla Id: 61966
    omit c6c9fca  Bug 61966 - Setup Test Results Analyzer in jenkins Bugzilla Id: 61966
    omit 54a4980  Revert test
    omit f1fd196  Bug 61962 - Latency Vs Request graph does not exceed 1000 RPS Contributed by UbikLoadPack Bugzilla Id: 61962
    omit 03ab1f5  Add junit results (first test)
    omit 55a93f5  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Fix test failure, should be good now Bugzilla Id: 61931
    omit 342110b  Oups wrong commit
    omit a7cdd13  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: 61931
    omit 8d79631  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Fix test failure Bugzilla Id: 61931
    omit 6ac7d0c  Bug 61899 - Report Generation : When "jmeter.save.saveservice.print_field_names" is false and sample_variables are set report generation fails Contributed by UbikLoadPack Bugzilla Id: 61899
    omit 58f87cb  Happy New Year 2018
    omit e44e6de  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Translate in french UI
    omit 1e960d4  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Forgot one file Bugzilla Id: 61931
    omit c7c1fe6  Format for better readability
    omit 3e76d37  Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput Contributed by Vladimir Sitnikov This closes #369 Bugzilla Id: 61931
    omit 97ec84d  Bug 61956 - Report Generation : -f of -forceDeleteResultFile option does not work Bugzilla Id: 61956
    omit 51c6db8  Bug 61965 - Module and Include Controller should not allow to add meaningless elements in their context Bugzilla Id: 61965
    omit 72d0799  Bug 61950 - Content-Type "audio/mpegurl" is wrongly considered as binary Bugzilla Id: 61950
    omit 3c2090b  Rename variable LANGUAGE to JMETER_LANGUAGE, as LANGUAGE is already used by linux systems and has another meaning.
    omit 77e07ee  Bug 61938 - __timeShift tests use wrong year format Bugzilla Id: 61938
    omit 0cd2470  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
    omit 8b1fcd6  Bug 61931 - Exponential Timer : timer that produces poisson arrivals with given constant throughput Fix some sonar warnings Bugzilla Id: 61931
    omit 24f376a  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 #364 Bugzilla Id: 61935
    omit 6cf2a83  Updated to commons-dbcp2-2.2.0
    omit e25fc9a  Bug 61931 - Exponential Timer : timer that produces poisson arrivals with given constant throughput This closes #231 Bugzilla Id: 61931
    omit a765ef1  Fix sonar issue in PR #355 Contributed by Graham Russell This closes #362
    omit e2bcf4c  Bug 61925 - CsvSampleReader does not increment row in nextSample() Contributed by Graham Russell This closes #368 Bugzilla Id: 61925
    omit d30a83a  Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Improved SampleMetadataParserSpec Contributed by Graham Russell This closes #367 Bugzilla Id: 61900
    omit fa08b9f  Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Add more tests Bugzilla Id: 61900
    omit 931a9c9  Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' drop old comment Bugzilla Id: 61900
    omit 03e71f8d Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Fix test Bugzilla Id: 61900
    omit 965ffde  Bug 61900 - Report Generator : Report generation fails if separator is a regex reserved char like '|' Bugzilla Id: 61900
    omit a1fcdd5  Add files being compiled
    omit 4935081  Ignore failing test for now
    omit 7d648f5  Fix typo
    omit 5505bee  Bug 61759 - New __changeCase function Remove useless message labels as per orimarko patch Bugzilla Id: 61759
    omit d24bd30  Remove useless spaces in release notes
    omit cb6e679  Remove useless import
    omit f4b65e0  Add a test to show potential bug
    omit 525f23d  Specify the the label is labelling the comboBox.
    omit 4d56b64  Check for headless mode when calculating the scroll mode for menus
    omit b0443a1  Now that we renamed spock to spock-core for eclipse, we had to do it for maven, ant and the tests, too.
    omit 21ef4be  The name of the jar file is spock-core and not spock.
    omit 833b43a  Add Apache License Header
    omit f30ca9d  Bug 61919 - UX : Reorder Menus Update tests Contributed by Graham Russell This closes #363
    omit 8e7db97  Bug 61919 - UX : Reorder Menus Fix regressions : Unable to add Controllers to Thread Group Unable to add Controllers to Controllers Bugzilla Id: 61919
    omit f35f3d4  Bug 61919 - UX : Reorder Menus Reorder Config Elements Bugzilla Id: 61919
    omit 319ff68  Bug 61919 - UX : Reorder Menus Add order to Controllers Bugzilla Id: 61919
    omit fa0549b  Bug 61919 - UX : Reorder Menus Add order to Controllers Bugzilla Id: 61919
    omit c26417e  Fix SONAR bugs
    omit 4c51e85  Reuse constructor Indicate silent catch is voluntary
    omit e00560f  Fix SONAR bugs
    omit 9a72a48  Bug 61901 - Support for https.cipherSuites property Contributed by  Jeremy Arnold Bugzilla Id: 61901
    omit 8714069  Added finals to fields where possible Contributed by Graham Russell This closes #359
    omit c7c25b4  Bug 61919 - UX : Reorder Menus Reordered menus a bit differently Make 100 the default value to be able to move some elements down Bugzilla Id: 61919
    omit 10e6697  Bug 61920 - Plugins : Add ability to listen to Test Plan loading/closing Contributed by  Peter Doornbosch This closes #361 Bugzilla Id: 61920
    omit aaa4cf0  Drop mention of workbench
    omit 77dde63  Bug 61919 - UX : Reorder Menus Contributed by Graham Russell Reordered menus (3/3) This closes #360 Bugzilla Id: 61919
    omit 4a5421a  Bug 61919 - UX : Reorder Menus Contributed by Graham Russell Reordered menus (2/3) This comment #360 Bugzilla Id: 61919
    omit bb8c8e0  Bug 61919 - UX : Reorder Menus Contributed by Graham Russell Reordered menus (1/3) This comment #360 Bugzilla Id: 61919
    omit dec4fef  Bug 61919 - UX : Reorder Menus Refactoring/formatting in preparation for alternate menu sorting Contributed by Graham Russell This closes #357 Bugzilla Id: 61919
    omit dc9e22e  Bug 61852 - Add a Boundary Extractor Tester in View Results Tree BoundaryExtractor refactor Contributed by Graham Russell This closes #355 Bugzilla Id: 61852
    omit 5050e0a  Bug 61852 - Add a Boundary Extractor Tester in View Results Tree BoundaryExtractor refactor Contributed by Graham Russell This closes #355 Bugzilla Id: 61852
    omit e266879  Clarify code by Graham Russell This comment #355
    omit d7c668a  Simplify code by Graham Russell This comment #355
    omit 59a845f  Javadocs cleanup by Graham Russell This comment #355
    omit 33851e5  Exclude hashsum-files from dist folder for rat
    omit 1ae36b5  Add license header
    omit 587aa18  Corrected spelling and spacing and some wording in messages Contribute by Graham Russell This closes #354
    omit ed60295  Updated to Apache Tika 1.17
    omit ada5a6a  Use format-strings for log messages and don't call toString on the parameters, if not needed.
    omit 303fb9c  Correct typo
    omit 07a29cf  Javadoc. Add description to parameters and method
    omit 33432de  Calculate length of leftBoundary only once
    omit 257a7a6  Use a char instead of String
    omit c471317  Use StringUtils#isAnyEmpty to make intent of code clearer
    omit cba5768  Markup: no whitespace between starting ** and word
    omit b740197  Add sample url Make map final and change its name
    omit e558e14  Bug 61842 - Saving with no changes causes a save and duplicate, identical backup file Bugzilla Id: 61842
    omit 3db0385  Improve description
    omit bdaf5fa  Improve description
    omit 489901c  Bug 61759 - New __changeCase function Remove camel case as per Ori Marko contribution More edge cases for changeCase function and slight behaviour changes. This closes #342 Bugzilla Id: 61759
    omit d9cbe36  Re-wrote some existing tests in Spock Contributed by Graham Russell This closes #353
    omit 9ea313d  Fix Windows Jenkins failure
    omit d534539  Bug 61879 - Remove useless files in HTML report template
    omit a7c154d  Bug 61878 - BackendListener : NPE if BackendListenerClient#getDefaultParameters returns null Bugzilla Id: 61878
    omit 26c5c2a  Restore the method deleted by error
    omit 2f40732  Bug 61785 - add release notes in useful links
    omit f816c98  Revert commit r1817421
    omit 0f39dac  Bug 61785 - fix comments
    omit c49bacd  Bug 61872 - Better labels in dynamic HTML report
    omit 126ce68  Fix warnings in tests
    omit dbe8906  Bug 61785 : Add Help >Useful links  to create issues and download nightly build Bugzilla Id: 61785
    omit b20abd1  Menu bar - added mnemonics to more menu items Contributed by Graham Russell This closes #352
    omit 6e407a1  Fixed about dialog position on first view Contributed by Graham Russell This closes #351
    omit 000e826  Parallelised unit tests Contributed by Graham Russell This closes #350 svn:eol
    omit 5eeddc3  Parallelised unit tests Contributed by Graham Russell This closes #350
    omit 4545311  Parallelised unit tests Contributed by Graham Russell This closes #350
    omit fa5b49a  The == is intentional
    omit 0fb9897  Make mock react correctly on setText/getText
    omit a7b9751  Bug 61871 - Reduce jmeter.reportgenerator.graph.responseTimeDistribution.property.set_granularity default value from 500ms to 100ms
    omit c96aa94  Fix checkstyle warning
    omit 32dbd6c  Cleanup code and useless methods. Try to improve a bit synchro. My understanding is that CopyOnWriteList would not perform good here as there is only 1 read vs many writes.
    omit 3bdaab5  Make empty catch explicit
    omit f1f224f  Document empty method
    omit 3cd20c7  Keep the "==" comparison
    omit 4658879  Make code clearer
    omit c79e18b  revert png files commited in r1817321
    omit 3ade465  PR345,61867 - Updated to latest checkstyle (v8.5), add bug number
    omit df4193d  This closes #345 - Updated to latest checkstyle (v8.5), Added many more rules to checkstyle, Included checking of test files and more file types. Contributed by Graham Russell
    omit 62cec4c  Bug 61852 - Add a Boundary Extractor Tester in View Results Tree
    omit 129ade7  Add License header
    omit 567914b  Exclude more markdown texts and json files from rat report.
    omit a676343  Add AL header
    omit e07f3f6  Correct typo
    omit ac5298a  Set svn:eol-style to native for test xml files.
    omit f812b82  javadoc: Add a message to the @throws clause to make javadoc happy.
    omit b6d4877  add i18n resouces(zh_CN) Contributed by hellyguo This closes #349
    omit 1db0cce  Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Update XML test results Bugzilla Id: 61846
    omit 75b53d2  Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Mention change Bugzilla Id: 61846
    omit 82d77a2  Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Update XML test results Bugzilla Id: 61846
    omit bda2394  Bug 61846 - Scoped Assertion should follow same order of evaluation as Post Processors Bugzilla Id: 61846
    omit e8402f2  Default Language has accidentally switched to english on Windows in 3.3
    omit df731ec  Fix SONAR warnings
    omit 22623dc  Bug 61845 - New Component JSON Assertion Fix SONAR warning Bugzilla Id: 61845
    omit 5b178f9  Bug 61827 - [JMSPublisher] Don't add new line at the end of the file Contributed by Graham Russell This closes #346 Bugzilla Id: 61827
    omit 6a53199  Bug 61845 - New Component JSON Assertion Based on AtlanBH component donated to JMeter-Plugins. Migration to JMeter Core contributed by Artem Fedorov This closes #344 Bugzilla Id: 61845
    omit ee3454d  Add spock deps to ignore
    omit 53f27ce  Bug 61844 - Maven pom.xml : Libraries used in testing should have scope test Bugzilla Id: 61844
    omit 7a59356  Bug 61843 - HTTP(S) Test Script Recorder : Add SAN to JMeter generated CA Certificate Contributed by Matthew Buckett This closes #347 Bugzilla Id: 61843
    omit 4cbaaf0  Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is set, it is not taken into account Fixes closing order and don't close session as it's closed by caller Bugzilla Id: 61829
    omit 9de4ba4  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Use Darcula Eclipse colors. Needs some more extra tuning Bugzilla Id: 61697
    omit c3f5ad7  Bug 61802 - Loop / ForEach Controller should expose a variable for current iteration Document exposed variable Bugzilla Id: 61802
    omit c1a43c6  Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is set, it is not taken into account Document timeout==0 Bugzilla Id: 61829
    omit 10d2b2a  Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is set, it is not taken into account Fixe checkstyle failure. Sorry for the trees, birds and our dear planet :-( , 1 run for nothing Bugzilla Id: 61829
    omit 437437d  Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is set, it is not taken into account Fixes also timeout == 0 is reset to 2s Bugzilla Id: 61829
    omit 73b772f  Add connect/response timeouts to avoid too much failures due to target slow site
    omit 9dc74ec  Bug 61802 - Loop / ForEach Controller should expose a variable for current iteration Bugzilla Id: 61802
    omit ee8f0be  Bug 61544 : JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear Fix response message erased, hiding potential interesting information. Fix issue when timeout is empty, "" value will be used instead of default value leading to error Bugzilla Id: 61544
    omit 74f0c54  Removed functions.util.* as they don't seem to be used (for many years) This closes #335 Contributed by Graham Russell
    omit d00b759  More unit tests and a bit of simplification plus removal of useless javadoc.
    omit 48a5023  Get rid of useless javadoc. Part of #332 contributed by Graham Russell
    omit 6b023a0  Reorder the methods of the class and remove useless javadoc. Part of #332 Contributed by Graham Russell
    omit 7cfef3f  Javadoc clean up. Part of #332 Contributed by Graham Russell
    omit 23dca8c  Add tests for ListResultData
    omit 8e71dc3  Minor changes in the code without functional change and a bit of formatting.
    omit b7927c8  More unit tests from pr #332 from github
    omit 63353b6  Convert unit tests fpr HTTPUtils to use spock framework.
    omit cddbe19  Add first spock tests.
    omit f94473e  spacepolice
    omit 0ad445a  Add spock framework for groovy unit tests.
    omit 1ce123e  Markup changes.
    omit ca5af23  Markup changes.
    omit 38b746a  Use format strings for log messages and guard those log statements, that might call functions.
    omit e860414  Add missing updates to version numbers in license files. Followup to r1816278
    omit 9134111  javadoc: Partly revert r1816008. @code can span multiple lines and contain curly braces.
    omit c26afe8  Update groovy-all to 2.4.13
    omit 1965803  My findbugs setup seem to use more memory than the configured max allows, so bump the max up a bit.
    omit ab311c1  Complain about unused imports.
    omit 4da76ac  Complain about wildcard imports.
    omit 13f01f5  Add -XX:+PrintAdaptiveSizePolicy
    omit a792c43  Drop start import as per Felix note
    omit 67540ec  Increase timeout to reduce failures
    omit 7a21223  Bug 61697 Introduce Darcula Look And Feel to make JMeter UI more attractive Forgot to commit the xml addition to jar Bugzilla Id: 61697
    omit a7b26c4  Refactored TestChangeCase Contributed by Graham Russell (@ham1) This closes #339
    omit 0b56b50  Bug 61808 - Fix main frame position Contributed by by Artem Fedorov This closes #338
    omit 59b58ac  Bug 61807 - Web Report : fix error in getTop5ErrorMetrics Tidy JavaDoc and fix error in getTop5ErrorMetrics method Contributed by Graham Russell This closes #337
    omit f534ccc  Bug 61591: Drop Workbench from test tree. Fixed some docs regarding removal of WorkBench Contributed by Graham Russell This closes #336 Bugzilla Id: 61591
    omit 7e2ab7b  Removed functions.util.* as they don't seem to be used (for many years) This closes #335 Contributed by Graham Russell
    omit 75ccb89  Introduce Darcula Look And Feel to make JMeter UI more attractive Test new colors for RSyntaxTheme Bugzilla Id: 61697
    omit d3f9f76  Surround logs with isDebugEnabled
    omit 6434a67  Bug 61697 Introduce Darcula Look And Feel to make JMeter UI more attractive Bugzilla Id: 61697
    omit c83c28a  Bug 61759 __changeCase</code> function to change different cases of a string Take into account some remarks from Felix: - Change enum names
    omit 982caa8  Spacepolice
    omit 4cb6eb2  Next version will be 4.0
    omit 8302b0e  Fix some javadoc issues
    omit 97bc6c3  Fix missing </ chars in </code>
    omit de697dd  Bug 61759 __changeCase</code> function to change different cases of a string Take into account some remarks from Felix: - Change enum names - Make  CamelCase  work as described in wikipedia - rename cz Bugzilla Id: 61759
    omit 97ac47d  [Bug 61591] Update templates : recording-with-think-time and recording
    omit 4afb9e3  [Bug 61591] Update jmeter_proxy_step_by_step (image and text)
    omit f6ad31c  Bug 61762 - Start Next Thread Loop should be used everywhere Replace deprecated method Bugzilla Id: 61762
    omit 6eeef1d  Markup changes.
    omit 0951d77  Use method reference.
    omit b3d024f  Whitespace police and removal of one empty javadoc element
    omit 38b71e5  Use char instead of string when possible.
    omit eeb4364  Use method reference.
    omit ddb1205  Use a StringBuilder to concatenate Strings in a loop.
    omit 691e4aa  Bug 61591 - UX : Remove Workbench Allow moving and copying Test Script Recorder under test plan Allow moving and copying Test Script Recorder under Test Fragment Bugzilla Id: 61591
    omit b9c27cd  Use proper camelCase for field names.
    omit 42127c8  Bug 61591 - UX : Remove Workbench Allow moving and copying Test Script Recorder under test plan Allow moving and copying Test Script Recorder under Test Fragment Bugzilla Id: 61591
    omit 01e1591  [Influxdb] Allow users to add theirs owns tags Bugzilla Id: 61794 Fix Sonar bug Bugzilla Id: 61794
    omit f0b29df  Fix SONAR warnings
    omit 3d8ec77  Fix SONAR warnings
    omit c9c8cd4  Fix order
    omit 75beece  Bug 61794 - [Influxdb] Allow users to add theirs owns tags Fix SONAR warnings Bugzilla Id: 61794
    omit cafc322  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Bugzilla Id: 61697
    omit bd88735  [Influxdb] Allow users to add theirs owns tags Bugzilla Id: 61794
    omit f1a5516  Increase timeout for non compressed responses
    omit 928ee83  Fix SONAR warnings on variable namings
    omit 04b564f  Add test of callable statement in read mode
    omit 6643b13  Enable running of JUnit tests from within IntelliJ with default config Contributed by Graham Russell This closes #334
    omit f33d11d  [Bug 61591] Update build-web-test-plan documentation (image and text)
    omit 078dbcf  [Bug 61591] Replace template_menu.png from get-started.html
    omit bdb1ed4  [Bug 61775] Add a link to help menu to download nighty builds (it open the browser with the correct link) - Felix remarks
    omit 68ab932  Bug 61759 - New __changeCase function Add a test to reach 100% Bugzilla Id: 61759
    omit d22da25  Fix comment in src/core/org/apache/jmeter/gui/action/ActionNames.java
    omit 8bb1e65  Bug 61759 - New __changeCase function Fix checkstyle error Bugzilla Id: 61759
    omit 3df9dfc  Bug 61759 - New __changeCase function Handle first char Uppercase error Bugzilla Id: 61759
    omit 5092f34  Bug 61759 - New __changeCase function Handle empty mode Bugzilla Id: 61759
    omit 7467367  Fix typo
    omit 729679d  Improve naming of JDBC elements
    omit e281f44  Added header check to checkstyle, fixed errors and minor cleanup Contributed by Graham Russell This closes #333
    omit 0b45a44  Bug 61759 - New __changeCase function Add i18n Bugzilla Id: 61759
    omit a106d0c  Bug 61759 - New __changeCase function Contributed by Orimarko Bugzilla Id: 61759
    omit 35ea951  Document non callable API Add getProperties()
    omit de97ec4  Bug 61544 - JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear Fix SONAR errors Bugzilla Id: 61544
    omit 5146905  Markup, whitespace police and use the correct function name.
    omit 9ee8ba6  Markup: Use hellip element instead of three dots.
    omit 4934c03  Tab to space
    omit 72caa3e  Use parameters for log-messages
    omit 3e59f5a  Correct placeholder/parameters in log messages
    omit 7387578  Whitespace police
    omit 2c655f8  Fix SONAR warnings
    omit 4feb3e1  Fix useless assignment
    omit 32d4a48  Bug 61760 - Add "__isPropDefined" and "__isVarDefined" functions to know if property or variable exist Contributed by Orimarko Bugzilla Id: 61760
    omit 1729667  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Install LAF correctly Change Preference name so that previous chosen preferences does not hide this new feature Remove overriden settings in JMeter Bugzilla Id: 61697
    omit 6a8b5df  Add release notes link to About dialog
    omit 39aed1e  Don't mention changes on issues in nightly build
    omit c90b80e  whitespace police
    omit 9706aee  Bug 61544 - JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear Fix test : Increase timeout that was set to 1ms which led to random failure Improve class code (logging, variable naming, use StringBuilder) Bugzilla Id: 61544
    omit 74c1318  set eol-style to native
    omit 42942a7  Add missing license header
    omit 4452085  Bug 61785 - Group nighty builds and create an issue menu in a useful links menu
    omit 10bea90  Bug 61544 - JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear This closes #325 Fix persistence and add tests Bugzilla Id: 61544
    omit e2cba17  set svn:eol-style to native
    omit 54da2e2  [Bug 61775] Add a link to help menu to download nighty builds (it open the browser with the correct link) - add missing new line
    omit 3da445e  Bug 61544 - JMS Point-to-Point Sampler: Enhance communication styles with read, browse, clear Bugzilla Id: 61544
    omit fea1c39  [Bug 61775] Add a link to help menu to download nighty builds (it open the browser with the correct link) - add missing file
    omit 5d9fc42   Removed (some more) commented out code  Contributed by Graham Russell  This closes #331
    omit e1e0ab7   Improve wording and formatting of jmeter.properties  Contributed by Graham Russell  This closes #328
    omit ec44150  Bug 61776 - View Results Tree: Expansion of "Add expand/collapse" all menu in render XML view Contributed by Maxime Chassagneux and Grahama Russell This closes #329 This closes #294 Bugzilla Id: 61776
    omit 6861564  Set svn:eol-style to native
    omit b0a890e  Add new line at end of file
    omit e8efc22  Remove unused import
    omit 3c44c8c  [Bug 61775] New: Add a link to help menu to download nighty builds (it open the browser with the correct link)
    omit 647c93d  Bug 61774 - Add a link to help menu to create an issue (it open the browser with the link to issues)
    omit 13cce64  Bug 61640 - JSR223 Test Elements : Enable by default caching Bugzilla Id: 61640
    omit 8609bca  Bug 61607 : Fix Beanshel GUI bug
    omit 2090f7d  Bug 61770 - Module Controller : Inform user in UI that he needs to have at least one Controller in his plan Also mention the enhancements and bugfixes contributed by UbikLoadPack Bugzilla Id: 61770
    omit 5e419ef  Bug 61769 - View Results Tree: Use syntax highlighter in XPath Tester, JSON Path Tester and CSS/JQuery Tester Bugzilla Id: 61769
    omit 66d6c64  Link to javadocs
    omit b87f90b  Fix XPath Extractor  documentation about namespaces
    omit dd064aa  Fix error in description
    omit a11da55  Utilising more modern Java, simplifying code and formatting code and comments This closes #327 (PART 3)
    omit 3e22e09  Utilising more modern Java, simplifying code and formatting code and comments This comment #327 (PART 2)
    omit 223b681  Utilising more modern Java, simplifying code and formatting code and comments This comment #327 (PART 1)
    omit 3bf8ed7  Save backup refactor Contributed by Graham Russell This closes #324
    omit 35feeaf  Bug 61591 - UX : Remove Workbench Contributed by Artem Fedorov with modifications to fix the Popup Menu on the Non Test Elements that allows actions that are meaningless now This closes #330 Bugzilla Id: 61591
    omit 70edf50  Improve Javadocs Use isEmpty Improve logging
    omit ee7b09f  Remove OOM catch Comment empty block Secure closing Remove outdated TODO
    omit 0fc1d7a  Bug 61762 - Start Next Thread Loop should be used everywhere Bugzilla Id: 61762
    omit d2bb8cd  Bug 61758 - "Apply to:" field in Extractors, Assertions : When entering a JMeter Variable value, the radio box "JMeter Variable" should be selected by default Bugzilla Id: 61758
    omit 0dc0b4c  Use JMeter variable name to use instead of JMeter Variable. People always put ${varName} instead of varName
    omit bb9d482  Bug 61756 - Extractors : Improve label name "Reference name" to make it clear what it makes Bugzilla Id: 61756
    omit 0479f2f  Bug 61752 - RandomDate : Function does not allow missing last parameter used for variable name Fix bug Increase coverage Correct the minimum number of parameters Bugzilla Id: 61752
    omit 294a9d6  Bug 61724 - Add __digest function to provide computing of Hashes (SHA-XXX, MDX) Suffix class with Function Bugzilla Id: 61724
    omit c5d1abc  Bug 61735 - Create a function __dateTimeConvert(sourceDate, dateFormat, targetFormat, varName) Contributed by orimarko at gmail.com Bugzilla Id: 61735
    omit 5570db3  customize codecov
    omit d368ffa  Bug 61639 : HTTP(S) Test Script Recorder : In request filtering tab, uncheck by default "Notify Child Listeners of filtered samplers" Adapt Recording templates Bugzilla Id: 61639
    omit fe2da5d  Bug 61672 - add tht choice between prefix and transaction name to name sampler during recording : Philippe catch
    omit 98d2cb6  Allow folder to end with ".jar"
    omit 0b3e290  Bug 61747 - HTTP(S) Test Script Recorder : add the missing doc to Create transaction after request (ms)
    omit eb76333  Improve logging Fix some SONAR warnings
    omit 458ccf0  Bug 61672 - add tht choice between prefix and transaction name to name sampler during recording : fix tab
    omit f9991a8  Add  toString
    omit 79451e2  Bug 61672 - add tht choice between prefix and transaction name to name sampler during recording
    omit 4a2d360  Remove useless sapces in xdocs/changes.xml
    omit cb8be50  Bug 61625 - File Editor used in BeanInfo behaves strangely under all LAFs with impact on CSVDataSet, JSR223, BSF, Beanshell Element Bugzilla Id: 61625
    omit 0ef941d  Better logging
    omit 0da24fa  Improved PR template This closes #326 Contributed by Graham Russell
    omit 3116db8  Bug 61742: BackendListener : fix default value for backend_graphite.send_interva Bugzilla Id: 61742
    omit 7b1e9b2  Bump version of ant to 1.9.1 as we now use ant:if which was introduced with 1.9.1
    omit cc0c45b  Use old form of shell execution to conform with the rest of the script.
    omit c818787  Try to guard against spaces in path and reuse logic to calculate real path of the start script
    omit 7dbd536  Markup
    omit f12f550  Tab police
    omit 16df45d  Bug 61731 - Enhance Test plan Backup with option to save before run Add property to jmeter.properties Bugzilla Id: 61731
    omit 50992a7  Bug 61731 - Enhance Test plan Backup with option to save before run Fix test failure in headless mode Bugzilla Id: 61731
    omit b3e9616  Bug 61739 - Java Request / JavaSamplerClient : Improve JavaSamplerContext Bugzilla Id: 61739
    omit aaf3971  Bug 61738 - Function Helper Dialog : Add Copy in Generate and clarify labels Bugzilla Id: 61738
    omit b5d83f2  Extracted method and used streams to improve readability This closes #323 Contributed by Graham Russell
    omit 69b8877  General JavaDoc cleanup Contributed by Graham Russell This closes #322
    omit 5eedf57  Bug 61731 - Enhance Test plan Backup with option to save before run Oups forgot 1 file Bugzilla Id: 61731
    omit c6c9e0d  Bug 61731 - Enhance Test plan Backup with option to save before run Add documentation in properties and mention breaking change Bugzilla Id: 61731
    omit d471112  Bug 61731 - Enhance Test plan Backup with option to save before run Bugzilla Id: 61731
    omit 0947317  Bug 61587 - Drop properties sampleresult.getbytes.headers_size and sampleresult.getbytes.body_real_size Bugzilla Id: 61587
    omit 083feec  Bug 61724 - Add __digest function to provide computing of Hashes (SHA-XXX, MDX) Add tests Bugzilla Id: 61724
    omit 058572d  Add logging
    omit 494d00b  Formatting
    omit 1e46de3  Update HC4
    omit 0c9cb0d  Remove typo
    omit a58e6d9  Add pr template
    omit e4d8cf0  Add code of conduct
    omit a39aeaf  Add github Contributing guidelines
    omit 4228a0d  Bug 61724 - Add __digest function to provide computing of Hashes (SHA-XXX, MDX) Fix tests failure Bugzilla Id: 61724
    omit 940aa3a  Bug 61724 - Add __digest function to provide computing of Hashes (SHA-XXX, MDX) Bugzilla Id: 61724
    omit e033c3b  Remove unused import
    omit 95df61c  whitespace police
    omit 3d7c0e0  whitespace police
    omit 7c3dea2  Use the same binary for version detection as the one we start.
    omit 87b1305  Use quotes to guard against spaces in JAVA_HOME.
    omit 8402e5c  Try to detect the version of java by removing a potentially existing string "1." from the start of the version string and all characters beginning with the first non digit.
    omit 8e2a8e3  If JAVA_HOME is not set, but JRE_HOME is set or guessed, set JAVA_HOME to JRE_HOME before resolving the java executable
    omit 532ed0b  white space police
    omit 64e31f2  Shell tests for equality use only one equals sign.
    omit 19d86b8  Move Jakarta JMeter User down
    omit 9c4efc8  Bug 53957 - HTTP Request : In Parameters tab, allow pasting of content coming from Firefox and Chrome (unparsed) Bugzilla Id: 53957
    omit e0013af  Add logging
    omit a54978d  Bug 61716 - Header Manager : When pasting Headers from Firefox or Chrome spaces are introduced as first character of value Bugzilla Id: 61716
    omit fc917a6  Bug 61709 - SampleResult : Add a method setIgnore() to make JMeter ignore the SampleResult and not send it to listeners Bugzilla Id: 61709
    omit 7e540cb  Removed commented out code Contributed by Graham Russell This closes #319
    omit adbe1e8  Removed commented out code (part 3) Contributed by Graham Russell This closes #319
    omit 27d3d6c  Removed commented out code (part 3) Contributed by Graham Russell This comments #319
    omit 8f57fd8  Removed commented out code (part 2) Contributed by Graham Russell This comments #319
    omit 3153f83  Removed commented out code Contributed by Graham Russell This comments #319
    omit eaaa5e3  Bug 61712 - Result Status Action Handler: It stop test/stop test now are selected, samplers following current sampler may run Revert commit, there is no bug Bugzilla Id: 61712
    omit e274158  Revert commit r1809346 as after some feedback it appears new labels are more confusing
    omit 1d8f24d  Bug 61713 - Test Fragment has option to Change Controller and Insert Parent Bugzilla Id: 61713
    omit 33e0086  Bug 61712 - Result Status Action Handler: It stop test/stop test now are selected, samplers following current sampler may run Bugzilla Id: 61712
    omit 4f3fab8  Clarify documentation on Retry handling
    omit fe45ecd  Bug 61707 - Test Action: Target is ignored when pause is selected, so it should be disabled Bugzilla Id: 61707
    omit ececc66  Bug 61704 - Toolbar : Improve a bit the right part Fix label translation Bugzilla Id: 61704
    omit f7a313e  Bug 61704 - Toolbar : Improve a bit the right part Bugzilla Id: 61704
    omit c1d5f60  Bug 61698 - Test Action: It stop is selected, samplers following Test Action can run Bugzilla Id: 61698
    omit d30f128  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Fix tests Bugzilla Id: 61697
    omit 2eed6d8  Bug 61697 - Introduce Darcula Look And Feel to make JMeter UI more attractive Bugzilla Id: 61697
    omit 6ca804b  Bug 61694 : add -server option to jmeter.bat, fix (thank to Pascal Schumacher)
    omit f78b7a8  Bug 61694 : add -server option to jmeter.bat
    omit f525ca4  Bug61693 : JMeter aware of Docker
    omit 92667df  Bug 61529 - Migration to Java 9 : New syntax for GC log
    omit ad1858d  Bug 61529 - Migration to Java 9 : jmeter.bat Windows file Java 9 detection
    omit 7b489e8  Bug 61555 Metaspace should be restricted as default Bugzilla Id: 61555
    omit d55d1ca  Improve JDBC Tests - Ignore errors in logs as test cases can now produce them
    omit ab273e9  Improve JDBC Tests - Add tests on errors - Add tests for Callable Statements
    omit 3ccad6e  Add a check on table existence for drop Adjust assertions
    omit 5e401ce  Improve JDBC Tests
    omit e77ce99  Jitpack bundle seems broken: revert There is no github release : revert improve twitter message
    omit 2d9122d  Because badges make us more likeable :-) !
    omit f577e23  Fix badge link
    omit b82510e  HTTP error messages vary across OSes so don't save them to csv/xml files
    omit f5d195d  Redundant comments
    omit 5be078b  Can assume everyone is on Win2k or later now
    omit ee00825  Bug 61667 - Bad detection of Java home in bin/jmeter
    omit af79812  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Fix wrong tests for HTTPS and drop useless assertions
    omit 9330692  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Fix svn:eol
    omit 0146347  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Fix issue in Cookie extraction from Header Add TestCookieManager.jmx to build
    omit ecf2e7f  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Add Integration Tests Bugzilla Id: 57760
    omit 9c5fe8b  Drop Beanshell (I am stupid, forgot props can store Objects )
    omit f14522b  Bug 57760 - View Results Tree : Cookie Header is wrongly shown as empty(no cookies) when viewing a recorder Sample Result Bugzilla Id: 57760
    omit 20f86f2  Rename method to avoid confusion
    omit be9d501  Bug 61675 - If Controller : Use expression by default and add a warning when the other mode is used Fix label Bugzilla Id: 61675
    omit 12d7a58  Bug 61675 - If Controller : Use expression by default and add a warning when the other mode is used Bugzilla Id: 61675
    omit 6e51ead  Use isEmpty
    omit 0fb6825  Bug 61651 Improve OS test coverage Ignore errors in logs Bugzilla Id: 61651
    omit f5595ca  Bug 61651 Improve OS test coverage Fix wrong assertion on Mac/Linux and wrong OS_TESTS.xml Bugzilla Id: 61651
    omit 445b5e3  This closes #283 Commtied as part of http://svn.apache.org/viewvc?rev=1798405&view=rev
    omit ffa21d7  This closes #312
    omit 69b80b4  This closes #311
    omit 44eb7df  This closes #311 This closes #312
    omit 3d60b24  Bug 61651 Improve OS test coverage Reinstate OS_TESTS Bugzilla Id: 61651
    omit 467c906  Bug 61651 Improve OS test coverage This closes #318 Bugzilla Id: 61651
    omit f781c11  fix svn:eol Thanks sebb !
    omit f209f8e  Bug 61672 - HTTP(S) Test Script Recorder : When a prefix is set don't use path in Sampler Name Bugzilla Id: 61672
    omit 9716dcb  Comment OS_TESTS.jmx as it's  not ready for windows yet
    omit 59269d1  Improve exclusions in recording templates
    omit 2a0baef  Improve logging Drop commented code
    omit 972aee4  Fix javadoc
    omit 3fb614e  fix svn:eol Thanks sebb !
    omit 069595b  Fix sonar warnings
    omit 6b51c62  Clarify documentation as per:
    omit b66d51d  Fix sonar warning
    omit d28b26c  Switch links to jmeter to https and mention Building and contributing doc
    omit 1be6f94  Improve description
    omit d8bb9c6  Move init-svnVersion out of _coverage.report
    omit f358cd1  Fix svnCheck failure for travis
    omit c97fe71  No need for token
    omit ef10f8c  Test headless only on travis
    omit 62d82be  Add coverage for codecov
    omit a9ca05e  Add codecov token
    omit 4c7f6f4  Fix YAML
    omit 2b3cbe4  Improve description image
    omit fe7a095  Improve description
    omit 6ea37eb  Improve description
    omit dc57292  Improve description
    omit 6faa2b1  Add codecov batch
    omit bf7d4a5  Add codecov
    omit b879056  Bug 61661 - Avoid startup/shutdown problems due to 3rd party Thread Listener plugins throwing RuntimeException Bugzilla Id: 61661
    omit 121d229  Fix some SONAR bugs and make code more readable
    omit c2df81c  Mention coverage improvements in release notes
    omit 7bbac39  Bug 61651 - Improve TCP test coverage Wake up man ! Bugzilla Id: 61651
    omit 2cb6341  Bug 61659 - JMeterVariables#get() should apply toString() on non string objects Bugzilla Id: 61659
    omit 7c2482c  Bug 61651 - Improve TCP test coverage Fix failure on Windows due to different message on Connect Exception Bugzilla Id: 61651
    omit 28fd545  Bug 61651 - Improve TCP test coverage Fix failure on Windows due to different message on Connect Exception Bugzilla Id: 61651
    omit 2619825  Bug 61641 - Improve JMS Test coverage Try replacing space with %20 Bugzilla Id: 61641
    omit 91cc1ab  Bug 39509 - Once-only controller running twice Remove out of date note since this bug fixed the issues.
    omit 6b0fac7  Fix sonar warning and comment typo
    omit b7a9c03  Bug 61641 - Improve JMS Test coverage Last try I'm fed up Bugzilla Id: 61641
    omit 4c02e13  Bug 61641 - Improve JMS Test coverage We can get error logs as we shutdown ActiveMQ in teardown while connections are closed after it, so we ignore here Bugzilla Id: 61641
    omit ab6c26a  Bug 61641 - Improve JMS Test coverage Bugzilla Id: 61641
    omit e70cd25  Bug 61656 - tearDown Thread Group should run by default at stop or shutdown of test Remove unused field Bugzilla Id: 61656
    omit 1ca5a30  Fix javadoc errors
    omit 5961752  Fix javadoc errors
    omit ab4a0e3  Fix javadoc errors
    omit 4a92d4d  Bug 61656 - tearDown Thread Group should run by default at stop or shutdown of test Bugzilla Id: 61656
    omit 143281c  Improve release notes to mention breaking changes due to Java 9 migration
    omit 755ba57  Bug 61651 - Improve TCP test coverage Forgot to commit result files Bugzilla Id: 61651
    omit 893f7f4  Bug 61655 - SampleSender : Drop HoldSampleSender implementation Bugzilla Id: 61655
    omit a65014b  Improve logging
    omit 6b687ab  Fix sonar reported bug
    omit e3dcbdb  Bug 61651 - Improve TCP test coverage Add more tests on error cases Bugzilla Id: 61651
    omit ef09ec0  Improve logging Improve response code check readability
    omit e3b6b92  Try to find root cause of Windows failures
    omit 6c66bd6  Bug 61651 - Improve TCP test coverage Ignore errors in log as Timeout triggers one Bugzilla Id: 61651
    omit 5af7960  Bug 61642 - Improve FTP test coverage Avoid error log on close error Bugzilla Id: 61642
    omit f365050  Bug 61651 - Improve TCP test coverage Bugzilla Id: 61651
    omit 9bb7571  Fix Windows failure
    omit bd49b7f  Bug 61529 - Migration to Java 9 Handle --add-modules for Java 9 Bugzilla Id: 61529
    omit bbdccdd  Try to fix travis ci failure with Java 9 Now it works , restore other builds and remove -v option
    omit 551f2ce  Try to fix travis ci failure with Java 9 Use latest ant 1.10.1
    omit e8635f1  Bug 61534 - Convert AssertionError to a failed assertion in the JSR223Assertion allowing users to use assert in their code Patch by Felix Schumacher Bugzilla Id: 61534
    omit 0e6b1c0  Try to fix travis ci failure with Java 9 Revert to see why option is not passing
    omit f33c9ed  Try to fix travis ci failure with Java 9 Add -v option
    omit c442035  Try to fix travis ci failure with Java 9
    omit fa2442d  Reset Beanshell
    omit 4b308ed  Fix travis failure by reducing size
    omit 05c77b0  Try to fix travis ci failure with Java 9
    omit 40a8b63  Try again
    omit f799c11  Try to fix wrong char
    omit c9cfba4  Bug 61642 - Improve FTP test coverage Fix test failure due to non declared passive port usage Bugzilla Id: 61642
    omit 97d9ca6  Check JDK9
    omit 70fcd81  Bug 61642 - Improve FTP test coverage Bugzilla Id: 61642
    omit b464656  Bug 61646 - OS Sampler : Improve coverage Bugzilla Id: 61646
    omit 1295e9a  Bug 61646 - OS Sampler : Improve coverage Bugzilla Id: 61646
    omit 6ee1bba  Bug 61645 - Response Assertion : Add ability to assert on Request Data Bugzilla Id: 61645
    omit 8eee9e4  svn:eol
    omit bbdd60d  JMS : Increase coverage Fix failure on Windows Jenkins by limiting storage and temp size
    omit c4f521d  Bug 61644 - HTTP Cache Manager: "Use Cache-Control/Expires header when processing GET requests" should be checked by default Bugzilla Id: 61644
    omit fd67d53  Bug 61639 - HTTP(S) Test Script Recorder : In request filtering tab, uncheck by default "Notify Child Listeners of filtered samplers" Bugzilla Id: 61639
    omit c0175f5  JMS : Increase coverage Add test for TemporaryQueue
    omit 93c244d  JMS : Increase coverage
    omit 7dc8d1c  Fix typos
    omit 78243d9  Add JMS Tests Fix AssertionFailure due to local code
    omit 653fa26  svn:eol Add Tests on Publish/Subscribe
    omit 97d6a3e  Ignore activemq-all as it's part of tests
    omit 6769977  Add JMS Tests
    omit a4b86f3  Bug 60213 - Boundary based extractor Fix a bug when only left boundary is here Bugzilla Id: 60213
    omit c3a638a  Bug 60213 - Boundary based extractor Increase coverage and find a bug Bugzilla Id: 60213
    omit cb04c9e  Fix wrong test
    omit 380b35f  Increase coverage
    omit 54a984c  Updated to rhino-1.7.7.2
    omit a26cb46  Standardisation of Boundary Extractor labels
    omit 1739332  Fix SONAR issues Fix wrong matching
    omit eb03093  Bug 60213 - Boundary based extractor Fix version Bugzilla Id: 60213
    omit 68b2886  Bug 60213 - Boundary based extractor i18n + version Bugzilla Id: 60213
    omit 8e949b1  Bug 60213 - Boundary based extractor Bugzilla Id: 60213
    omit 545430b  Check if undo feature is enabled
    omit e9bd369  Bug 61629 - Add Think Times to Children menu should not consider disabled elements Bugzilla Id: 61629
    omit 2c20b74  Bug 61628 - If split string has empty separator default separator is not used Bugzilla Id: 61628
    omit 87ee8c8  Bug 61627 - Don't clear LogView anymore when clicking on Warning/Errors Indicator Bugzilla Id: 61627
    omit 3f6d6b4  Bug 61618 - Upgrade Beanshell to 2.0b6 Bugzilla Id: 61618
    omit 3dd92d7  Bug 61619 - In Function Helper Dialog, the 1st function doesn't display default parameters Bugzilla Id: 61619
    omit 9ab75a5  Bug61607 Add browse button in all beanshell elements to select beanshell script
    omit 89a727a  Add ) Thanks Pascal Schumacher
    omit 097c216  Bug61606 - Translate Browse... button in some element (FileEditor)
    omit fabc593  Fix issue in While Controller documentation Remove use of sub performing functions mention
    omit 2996577  Warn empty truststore loading like empty keystore loading Contributed by Vincent Herilier This closes #316
    omit dfc9b23  Reverse Bug 61602, Bug 61595, Bug 61593
    omit 719edda  Bug 61602 - Fix broken tests - part1
    omit ca10256  Bug 61602 - BeanInfoSupport-based generated UI for Counter element
    omit 1835192  Bug 61595 Remove Detail, Add, Add from Clipboard, Delete buttons in Java Request Defaults & Java Request GUI
    omit 97069f0  Bug 61593 Remove Detail, Add, Add from Clipboard, Delete buttons in Backend listener GUI
    omit da82746  Bug 61593 - Remove Detail, Add, Add from Clipboard, Delete buttons in Function Helper GUI
    omit d1a504d  Bug61588 - Better log message for RandomDate function
    omit 7a881a7  Bug 61556 - Clarify in documentation performance impacts of ${} var usage in IfController and groovy Contributed by  Justin McCartney This closes #314 Bugzilla Id: 61556
    omit f09826b  Fix JMS translation
    omit 8e2c6b7  Bug 61529 - Migration to Java 9 This closes #308 Bugzilla Id: 61529
    omit 4bc5fe2  Fix docs as per note on user mailing list "switch controller documentation wrong"
    omit 5f0a0ec  Bug 57039 - Inconsistency with the undo/redo log This closes #300 Add  Emilian Bold to Thanks section Bugzilla Id: 57039
    omit a649dce  Add MaxMetaspaceSize
    omit e469303  Bug 57039 - Inconsistency with the undo/redo log This closes #310 Contributed by Emilian Bold Bugzilla Id: 57039
    omit 74a697a  Bug 61549 - Thread Group : Remove start and end date Bugzilla Id: 61549
    omit 15f14ba  Bug 61569 - JMS Point-to-Point Test Plan: Synchronization issue when putting reply Bugzilla Id: 61569
    omit c42de9e  Bug 61561 - Function helper dialog should display exception in result Make "Copy and paste function string" read only to avoid confusion Bugzilla Id: 61561
    omit 159f9b1  Bug 61561 - Function helper dialog should display exception in result Bugzilla Id: 61561
    omit 3e7a4bd  Fix example that uses a removed function __jexl and leads to stackoverflow. See : - https://stackoverflow.com/questions/46390688/jmeter-3-3-csv-example-throws-stackoverflow-exception/46393644#46393644
    omit 9fdbdf9  Changes Java version requirements
    omit 735360d  Indicate that Java 9 is not supported
    omit 61bc4f8  Bug 61559 : Better label/translation/documentation for label ignoreFirstLine.displayName for CSV Data Set Config : fix typo in spanish
    omit 87a18c2  Bug 61559 : Better label/translation/documentation for label ignoreFirstLine.displayName for CSV Data Set Config
    omit e033673  Next dev version (3.4-SNAPSHOT currently) Move 3.3 release notes to changes_history. Start 3.4 release notes.
    omit dc41649  Bug 61548 - Wrong description of JMS Publisher Bugzilla Id: 61548
    omit 196635d  Bug 61537 - Wrong numbers of users and requests in User Manual Bugzilla Id: 61537
    omit 68c6006  Bug 61538 - Wrong Figure id in User Manual Bugzilla Id: 61538
    omit c563f67  Force US-locale for parsing If-Modified-Since header in tests.
    omit df5ab72  svn:eol
    omit f03e5d4  Increase test coverage of JDBC Request and Configuration
    omit 9747ec7  Prepare next release 3.3: update docs tree and overview (RC1)
    omit 7f197cb  Link AssertionResult to its javadocs
    omit 4e146a7  Remove old jacoco jar
    omit e5d15b0  Typos And advise using last JDK8 version
    omit 503c343  Typos
    omit 6424b60  Improve New and Noteworthy section
    omit a4554f2  Improve New and Noteworthy section
    omit 9f5c1d0  Improve New and Noteworthy section
    omit 71e22b5  Better with direct link to functions manual
    omit 7a57900  Add mentions for new funtions and the new field into function helper dialog box
    omit 9596ae2  No important changes for the next release
    omit 4c98b43  No logging changes for the next release
    omit f036fc2  Add missing <ul></ul> tags
    omit ed5c937  Mostly uppercase/lowercase/mixedcase and markup changes. One 'num' to 'number'
    omit 4c056b5  Add markup
    omit 3b26642  Markup changes
    omit 874207b  Spacepolice
    omit fa2886a  Fix some typos
    omit 502842d  BUG61527 - CSV data set config : change the name of property and fix doc
    omit 97eb9d4  Bug 60743 - Stopping / Shutting down Test might create a deadlock due to HTTPCORE-446 Bugzilla Id: 60743
    omit 728c4f5  Set "Validation Query" to empty in JDBC Load Test template
    omit 33ef006  BUG61527 - CSV data set config : Add a list for main file encoding values for File encoding attribute
    omit ff60351  Updated to httpcore 4.4.7 (from 4.4.6)
    omit 64a4912  Use lambda
    omit ed375d1  This closes #309 - CSV data set config : Add browser button to Filename field
    omit 2db2f8d  Fix Sonar false positive on equals
    omit ed70619  Revert test of Java 9
    omit 6f7f294  Fix some javadoc warning
    omit 810836d  Make JMeter compile with java 9.
    omit 433292f  Build using Java 9 and enable TEST_HTTPS
    omit 4c294bc  This closes #307 : OS Process Sampler : Add browser button to Command and Working directory fields
    omit fabd702  Use explicitly default charset and more efficient method
    omit e9f8640  Fix test failure
    omit bc162c4  Fix default charset use reported by antonio and some other code smells
    omit aa2cf98  Fix default charset use reported by antonio and some other code smells
    omit 95aa93e  Use an available annotation
    omit aea12b9  Comment on false-positive issue reported by antonio
    omit 41857d5  Fix issue reported by antonio
    omit 47efcfb  Bug 61395 - Large server response truncation can impact recording Truncating responses over 10MB by default was a bad idea. It is better to disable it by default and have the option available if needed. Bugzilla Id: 61395
    omit 87a7e4c  Add Alexander in Thanks section for his help and feedback on Bug 61395 Bugzilla Id: 61395
    omit 24130b0  Bug 61481 - Help Menu Item to export transaction for Web report Bugzilla Id: 61481
    omit afc9bae  Bug 60156 - TCPSampler : Latency is not measured for TCP Sampler Contributed by UbikLoadPack Oups forgot to commit tests Bugzilla Id: 60156
    omit c009f0c  Fix bad label in org.apache.jmeter.gui.action.ExportTransactionAndSamplerNames
    omit 04c5992  agomes : Add bug id in changes.xml for all my commit
    omit ce1bdbc  Bug 60156 - TCPSampler : Latency is not measured for TCP Sampler This closes #306 Bugzilla Id: 60156
    omit 92cbcce  Bug 60156 - TCPSampler : Latency is not measured for TCP Sampler The commit http://svn.apache.org/viewvc?rev=1807719&view=rev closes #306 Bugzilla Id: 60156
    omit 96ecfa4  Bug 60156 - TCPSampler : Latency is not measured for TCP Sampler Contributed by UbikLoadPack Bugzilla Id: 60156
    omit 3d09d28  Bug 61395 - Large server response truncation can impact recording Bugzilla Id: 61395
    omit 7d15a62  Space police
    omit ea04c49  Bug 61493 - Max/Min threads are interchanged in Graphite and InfluxDB backend listener Bugzilla Id: 61493
    omit 231038e  This closes #61492 : Add the possibility to change the value of proxy.pause in the HTTP(S) Test Script Recorder GUI
    omit a23464a  Revert my commit : Enable restart when prefix is modified in proxy recorder
    omit 1d97cef  Enable restart when prefix is modified in proxy recorder
    omit 20213fd  Avoid NPE
    omit 5ca7fe6  Re enable TEST_HTTPS for SNI tests using https://analytics.usa.gov/ which uses SNI
    omit 51b66e1  Bug 57055 - CheckDirty.doAction should clear previousGuiItems for SUB_TREE_SAVED Bugzilla Id: 57055
    omit 7fb1233  Add jdbc.config.jdbc.driver.class & jdbc.config.check.query properties in the documentation
    omit a65f079  Bug 58876 - TestPlanName function returns null for a newly saved Test Plan and uses previously opened one for a new one Bugzilla Id: 58876
    omit 8862450  Add a list for "JDBC Connection Configuration" "Validation Query" attribut. Felix remarks 2 implemented
    omit 5facea4  Add a list for "JDBC Connection Configuration" "JDBC Driver class" attribut.
    omit 86f94be  Add a list for "JDBC Connection Configuration" "Validation Query" attribut. Felix remarks implemented
    omit 7db3665  Add a list for "JDBC Connection Configuration" "Validation Query" attribut. Screenshot later after I modified another attribute
    omit d349f67  Fix code smell, remove null assignment
    omit ae742c1  Improve javadocs formatting
    omit 45a223d  Bug 61481 - Help Menu Item to export transaction for Web report Improve layout and center label
    omit b23b9b9  Bug 61481 - Help Menu Item to export transaction for Web report Bugzilla Id: 61481
    omit 72792eb  Spacepolice
    omit ecd55cb  Add 2 unitary test to UnEscapeHtml function
    omit 7a239fe  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Revert changes as per further analysis and jmeter/hc mailing lists answers Bugzilla Id: 61384
    omit 6e6d7d8  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Revert changes as per further analysis and jmeter/hc mailing lists answers Bugzilla Id: 61384
    omit 5c5094e  Use native eol for java files.
    omit 9a422a2  Use system DNS resolver as last resort, when resolving entries in the static host table.
    omit d896384  Add a full stop to mark the end of the sentence
    omit aea1b75  Correct spelling (case) of RandomDate
    omit 2027565  Markup changes and minor re-phrasings.
    omit d694b92  Correct spelling (case) of RandomDate
    omit 236bd1a  Add a random date within a specific date range function : Fix checkstyle File does not end with a newline
    omit eb32f7a  Add a random date within a specific date range function : Add the ASF header
    omit 25c3116  Add a random date within a specific date range function : forget to commit some files
    omit be766af  This closes #303 : Add a random date within a specific date range function
    omit a8d0ec1  Bug 61473 - View Results Tree : Switching the Renderer shows empty Sampler Result Bugzilla Id: 61473
    omit 32db80a  A few more cases of Jmeter -> JMeter conversions
    omit cbc0ccb  A few more cases of Jmeter -> JMeter conversions
    omit b5f2888  Take Felix notes into account
    omit df38f2f  Use JMeter instead of Jmeter. Clarify timing for JUnit as it seems it is not as per:
    omit a1463ef  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Fix failing test: - Java Implementation corrupts parameter name for UTF-8, so add a check - Fix wrong CSV file for Java Bugzilla Id: 61384
    omit 9e997cd  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Fix failing test Add test on param non corruption when charset is UTF-8 , second try Bugzilla Id: 61384
    omit 443737a  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Fix failing test Add test on param non corruption when charset is UTF-8 Bugzilla Id: 61384
    omit cb6fb2f  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS Fix failing tests Bugzilla Id: 61384
    omit 58b409b  Bug 61384 - Adding charset to multipart/form-data content type irritates IIS
    omit 18e3ffe  Explain how to report an issue on project
    omit 85acd6e  Add some badges
    omit 3af0ace  Upgrade caffeine from 2.5.3 to 2.5.5
    omit 768e8d2  Improve a bit documentation to mention InfluxDBBackendListenerClient
    omit 446bd71  Bug 61457 - InfluxDB backend listener client : Support sending result to InfluxDB through UDP protocol This closes #302
    omit 9c7dbca  Ensure cleanup is done
    omit bec7788  Bug 61456 - java.lang.ArrayIndexOutOfBoundsException when recording with JMeter and weird Basic Auth Authorization header Bugzilla Id: 61456
    omit 41b6cd3  Bug 61399 - Make some bin and extras scripts Shellcheck compatible This closes #304 Contributed by Wolfgang Wagner Bugzilla Id: 61399
    omit ce6b8b0  Don't set the charset on enclosing multipart/form-data header. It irritates some servers.
    omit 4dd1e1a  Little typo. Ko/sec in French not KB/sec
    omit f6b68d2  Change the cryptographic signature of packages from sha-1 to sha-512 Bugzilla Id: 61438
    omit bd5c92f  Fix French typo in time_format
    omit af9e464  JDBC Connection Configuration : Set Max Number of Connections to 0 by default
    omit d4d8772  Better label/translation/documentation for labels start and max for Counter element
    omit dfd62f6  Bug 61380 - JMeter shutdown using timers releases thundering herd of interrupted samplers Within this bug,  improve fix for bug 57958 which does not handle correctly the shutdown. Bugzilla Id: 61380
    omit 439ef1f  Remove useless null testing
    omit 05b2f2e  javadoc thinks the comma is part of the name of the parameter
    omit d2b2f47  Set Max Number of Connections to 0 into JDBC Connection Configuration for the JDBC Load Test template
    omit dc42d9a  Update CSV Data Set Config screenshot
    omit bc48733  Bug 61321 - HTTP Cache Manager : with cache enabled & Retrieving embedded resources, JMeter fetches resource from server rather than cache at each alternate iteration Add test case Bugzilla Id: 61321
    omit 8735cf6  Add abbr markup to explain an acronym
    omit fbb9186  Sort entries
    omit d89b54b  Bug 61359 - When cutting an element from Tree, Test plan is not marked as dirty Bugzilla Id: 61359
    omit e948225  Remove bad character
    omit d30b3ff  Improve logging
    omit b814fa0  Improve logging
    omit adef68b  Simplify logging a bit and log more details (varyHeader).
    omit 671bd71  Add some javadoc to CacheEntry.
    omit 312a6fe  Correct parameters for log message. expiresDate is null and not wanted here.
    omit 1957385  Don't store entries in the cache, when they are already present.
    omit 249fd84  Now really use new funclink macro
    omit 223e164  Use new funclink macro
    omit a2266a3  Improve logs Bugzilla Id: 61176
    omit 5e2fd78  Guard debug log messages that call a function with Logger#isDebugEnabled
    omit e4648fe  More (and correct) usage of new macro funclink
    omit 0ebe2ec  Add a 'funclink' macro to the stylesheets to make it possible to easily link to functions.
    omit e04d1da  Bug 61336 - BeanShell Assertion : mistake in Chinese translation Bugzilla Id: 61336
    omit 2bcbb2e  Don't mention improvements on an introduced function (at least I think  so :-) ).
    omit 4a5e32b  Bug 61341 Add locale parameter to timeShift function Clarify and simplify code Bugzilla Id: 61341
    omit 0bc9132  Bug 61339 - [Backend Listener] In TIMED mode, metric are not reset Nightly build bugs are not mentionned in release notes. Bugzilla Id: 61339
    omit a94a60b  Render the displayed sampler result less often
    omit 15117d8  Update changelog
    omit 554f021  Add locale parameter to timeShift function Bugzilla Id: 61341
    omit d336b69  Fix reset metric on timed mode and split JUnit test ( for timed et fixed mode ) to handle correctly the real behavior of JMeter Bugzilla Id: 61339
    omit 2bd3989  Add JUnit test Bugzilla Id: 61335
    omit c6ea053  make date & period variable on each execution Bugzilla Id: 61335
    omit d310808  Bug 61332 - NIGHTLY BUILD : HTTP sampler with Cache manager doesn't work with JAVA implementation Bugzilla Id: 61332
    omit b76d2aa  Remove wrong css-tag
    omit b7a8c19  Add missing semicolon
    omit d4a43c0  Make checkstyle happy and remove one lonely semicolon
    omit 501de54  Change equals and hashCode so that they are more independent from JMeterVariables.
    omit 5ba0d14  Bug 61329 - Warning on console "Security framework of XStream not initialized, XStream is probably vulnerable." Bugzilla Id: 61329
    omit f770c1a  Remove 'empty' javadoc as it is inherited from JMeterVariables
    omit ef2d76b  Added javadoc
    omit ca24399  Spacepolice
    omit 478edc5  Bug 61068 - Introduce property "resultcollector.action_if_file_exists" to control the popup "File already exists" when starting a test Mention property in popup Bugzilla Id: 61068
    omit 25e50a3  Buffer writing
    omit 8797fd0  Tests for UnmodifiableJMeterVariables
    omit c64b29e  Bug 61068 - Introduce property "resultcollector.action_if_file_exists" to control the popup "File already exists" when starting a test Bugzilla Id: 61068
    omit 643f824  Filled in the summary of current improvements/changes.
    omit 0db911d  Markup changes and one missing 'it'
    omit 41661f7  Bug 61198 - Backend Listener does not work properly in main script when included scripts also contain Backend Listener Bugzilla Id: 61198
    omit 52316a5  Bug 61259 - JDBC Request : since JMeter 3.0, when JDBC auto-commit is false, a rollback statement happens each time a Request is executed Bugzilla Id: 61259
    omit ab1d4de  Bug 61320 - Test Action : Set duration to 0 by default Bugzilla Id: 61320
    omit f9f3fb5  Bug 61271 - hidpi settings don't persist across look and feel changes Document regular behaviour Bugzilla Id: 61271
    omit 53c0787  Bug 61277 - Batch test failing - SlowCharsFeature Bugzilla Id: 61277
    omit d0923ac  Bug 61314 - HTTP URL Re-writing Modifier doesn't replace existing jsessionid in http sampler, but adds to the end Bugzilla Id: 61314
    omit 2cf5ec7  Add a note about the usage of variables in 'Random Variable'. Bugzilla Id: 61318
    omit dd684d7  Javadoc: markup changes and addition of the function parameters 'sequence start' and 'sequence end'
    omit 06595e4  Javadoc: markup changes and correct number of _ in front of the function name.
    omit 4c8dcfd  Fix regression: SMTP Sampler could not send mails, when no attachements where specified.
    omit 78cd427  Remove unsed import Dimension
    omit 415106c  Remove Preferred Size on web request panel: don't needed and avoided a cut of field when the HiDPI x2 factor is enabled
    omit 3dfe41c  Updated to Apache Tika 1.16
    omit e161062  Bug 61260 - __XPath function returns null despite xpath checker founds matches svn properties Bugzilla Id: 61260
    omit db80572  Bug 61260 - __XPath function returns null despite xpath checker founds matches Bugzilla Id: 61260
    omit 4f56bea  Try to keep status of selected and expanded elements in View Results Tree when new elements are added.
    omit 1be837e  Bug 61259 - JDBC Request : since JMeter 3.0, when JDBC auto-commit is false, a rollback statement happens each time a Request is executed Bugzilla Id: 61259
    omit ceef73c  Bug 61258 - StringFromFile function is mentioned twice in the Function helper dialog Bugzilla Id: 61258
    omit 3033d5c  Log exception instead of ignoring it.
    omit f059023  Check for null before using value in a regex match.
    omit 7f9f436  Unit tests for MD5HexAssertion
    omit 062fe05  Little optimisation
    omit e25caaa  Sample may have "ended" already. don't call sampleEnd twice in that case.
    omit d562d21  When looking for classes in ActionRouter, fall back to location of the jar, where ActionRouter is loaded from.
    omit ecbe2c6  Implement caching of requests with "vary" header.
    omit eac4bdb  Reformat to make it easier to read.
    omit 5dcf019  Rename local variable to comply with java naming conventions.
    omit d376b15  Extract code into local private methods.
    omit 4fb6f48  Use log string templates instead of string concatenation.
    omit 15998d7  We are not not doing any real work here and it simplifies our code.
    omit dc7edd2  Updated to ph-commons 8.6.6 (from 8.6.6)
    omit f9032a3  Don't save size in bytes for the whole message, as it includes the headers. Assert for size of body instead.
    omit 506c411  Updated to caffeine 2.5.3 (from 2.5.2)
    omit 618dd82  Updated to caffeine 2.5.3 (from 2.5.2)
    omit 28bcd32  Fixed width fonts too small in text areas to read under hidpi (user manual bug) Bugzilla Id: 61270
    omit 14dd6a2  Update markup.
    omit 3b5453b  Update link to i18nedit as the old one is dead.
    omit adc4c3c  Updated to json-path 2.4.0 (from 2.2.0)
    omit 66c93a4  Updated to groovy 2.4.12 (from 2.4.11)
    omit 5b507f0  Length of response seems to have changed on the jmeter homepage.
    omit d2b6038  Be consistent in writing Ant (and try to trigger a build)
    omit 56a9020  Don't use 'here' as a link text.
    omit 91777ab  Explain the prerequistes to compile JMeter a bit more in detail.
    omit d257360  Try to make it clear, that 'install' is optional.
    omit ed4e1da  Change encoding
    omit 346fb9a  Updated to jsoup-1.10.3 (from 1.10.2)
    omit 2cd4efc  <li>Updated to commons-lang3 3.6 (from 3.5)</li>
    omit e886361  Updated to jsoup-1.10.3 (from 1.10.2)
    omit 6cc3e8b  Fix typo and doc
    omit 83ce676  Fix code smell
    omit 3caf011  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Try to secure exposed JMeterVariables Bugzilla Id: 57962
    omit 693ed88  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Rename method to make it clearer
    omit 245044a  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Renamve method to make it clearer
    omit dbfd05e  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Try to make code of PreCompiler more readable
    omit 7375433  Return the value of the expression directly Bugzilla Id: 61167
    omit 704f5df  Add JUnit test for SamplerMetric
    omit 19e3c5a  Ignore Case for error metric
    omit 3263a5c  Fix some remarks / forget to push this file
    omit 7e20517  Fix some remarks Bugzilla Id: 61167
    omit 901ee68  set native eol-style Bugzilla Id: 61167
    omit a895ea0  Add a Grafana Template Bugzilla Id: 61167
    omit f7ad7ac  Update Changes file Bugzilla Id: 61167
    omit 68b5098  InfluxdbBackendListener : add number of errors by response code and message for each transaction Bugzilla Id: 61167
    omit cb765cd  Allow to use variables ( from User Defined Variables only ) in all listeners in slave mode Bugzilla Id: 57962
    omit f748469  whitespace police
    omit 4b42ac9  Rename parameter to conform with java naming conventions
    omit 0515165  Extract code into private method to reuse it and fix possible null pointer exception.
    omit 264792b  Inline local variable to make following refactoring easier.
    omit 7322645  Javadoc and whitespace changes. No change of functionality.
    omit 3a009ee  Followup to r1793271. Make it clear, that partial matches have to be handled with parens.
    omit d426b18  Correct markup. dt tag has to be closed, not opened.
    omit 2173125  Spellcheck
    omit 23cd9f0  Correct markup.
    omit a37df9d  Bug 61151 - Report/Dashboard : Top 5 Errors by Sampler and Errors : If assertion contains html code, the html part is hidden Bugzilla Id: 61151
    omit 1bf8e5b  Updated to Apache Tika 1.15
    omit 85710ac  Unused import
    omit c50117c  Bug 61135 - CookieManager : Drop Implementation select box and cleanup class Bugzilla Id: 61135
    omit f4f7d0a  Updated to caffeine 2.5.2 (from 2.5.1)
    omit f51a308  Updated to xstream 1.4.10 (from 1.4.9)
    omit c6ca0d0  Bug 61131 - IfController and WhileController : Improve UX Simplify code to avoid hack for headless mode Bugzilla Id: 61131
    omit 8a6b50d  Bug 61131 - IfController and WhileController : Improve UX Simplify code to avoid hack for headless mode Bugzilla Id: 61131
    omit 588e3bb  Bug 61131 - IfController and WhileController : Improve UX Bugzilla Id: 61131
    omit bebb496  Update jodd to 3.8.6 from 3.8.1
    omit 5e0e4b8  Revert checkstyle upgrade as it requires more work
    omit d1e75b2  Update jodd to 3.8.6 from 3.8.1
    omit 2990d67  Update checkstyle to 7.7 (from 6.13)
    omit 09d2bc0  Update xmlgraphics-commons to 2.2 from 2.1
    omit 22ccdf6  Update log4j2 to 2.8.2 from 2.8.1
    omit a5b8974  Update ph-commons to 8.6.5 from 8.6.0
    omit 01e8716  Update ph-css to 5.0.4 from 5.0.3
    omit 573b52f  Update commons-jexl3 to 3.1 from 3.0 Remove workaround as issue JEXL-186 is fixed in 3.1
    omit d79cc4e  Update commons-jexl3 to 3.1 from 3.0 and fix failures due to licenses
    omit b65aeac  Update caffeine to 2.5.1 from 2.4.0
    omit f350d35  Update dec to 0.1.2 to 0.1.1
    omit 2d6bd3b  Fix test failure after commit 1796491 (size of files changed after spellcheck fixes)
    omit 6140bb4  Spellcheck.
    omit 5fd6376  Mention Liu who helped
    omit 04d83f6  Bug 60889 - JMeter JDBC sample calls SELECT USER() when testing with MySQL JDBC due to Connection#toString call for response headers Bugzilla Id: 60889
    omit 3f6a75c  Bug 61100 - Invalid GC Log Filename on Windows Bugzilla Id: 61100
    omit f75d74d  Bug 61121 - InfluxdbBackendListenerClient: Only all percentiles are sent, not KO and OK Rename constants to make code clearer and to use English Rename statut= to status= Bugzilla Id: 61121
    omit 1aa34f5  Spellchecking.
    omit 323141e  Mention contributor
    omit 9caa7a4  Bug 61129 - Report/Dashboard : If response code is empty but a failureMessage is present, Errors and Top 5 Errors are not accurate Bugzilla Id: 61129
    omit f837b35  Indent output to avoid excessively long lines
    omit c6cee0b  Remove comment for closing PR
    omit 9d7c5c0  This closes #277 Closing PR as we didn't get feedback from contributor and we cannot commit code that might be under a license or copyrights.
    omit 56ffb5d  Bug 61126 - Function Helper Dialog : Add a field that shows execution result Based on Maxime Chassagneux PR This closes #292 Bugzilla Id: 61126
    omit 9df6a14  Remove comment for closing PR
    omit b395f9e  This closes #297 Closing as PR is unusable and it's not clear what was intended.
    omit d13f592  Add changelog entry for: Handle uninitialized RessourceBundle more gracefully.
    omit 2c39e07  Handle uninitialized RessourceBundle more gracefully.
    omit 9aac361  Use correct entity for &-char
    omit e9277c2  Wait for all threads stopped, even those add on the fly during a test Bugzilla Id: 60933
    omit 5c62f54  Spell ASF fully on first mention
    omit 9f7f43e  New library needed for time shift function Bugzilla Id: 61040
    omit 6a3a531  Set eol-style to LF.
    omit 135276c  Add Security link
    omit a646b68  MARC is no longer available; fix up link text
    omit 088f889  Set eol-style to native.
    omit 0c502b8  No need to initialize to null, as it will be re-assigned anyway.
    omit 521868e  Javadoc describe method findClasses.
    omit 372e224  Collect the fixed entries in the list.
    omit 7f9ead1  Javadoc. Add markup and rephrase condition for parameter.
    omit d146aab  Remove unused import.
    omit 8d22c6d  Try to correct test case, when first jar has no annotations.
    omit 69f5db0  return new instance directly, instead of assigning it to a temporary variable first.
    omit 359a7d8  Use method reference.
    omit d0e7d7f  Use lambdas.
    omit ba1b676  Add missing Override annotation
    omit 26ecf75  No need to declare runtime exceptions.
    omit 36262ac  Remove cast. It is not needed here.
    omit bf703dc  Remove unused import
    omit eec038f  set native eol-style for shell files
    omit eb0a880  Bug 57958 - Fix transaction sample not generated if thread stops/restarts
    omit 09724b8  Forget to add hamcrest-date
    omit aeb03ea  Add a time shifting function Bugzilla Id: 61040
    omit 8a9a4ca  Fix doc for building
    omit fb0d59c  Add badges Improve formatting
    omit dcbd730  Add badges
    omit a03929d  Bug 61071 : Bug 61071 - Median calculated incorrectly Add Test contributed by Aleksei Balan within PR 295 Add another test showing a bug on getPercentPoint() Bugzilla Id: 61071
    omit 5a295e7  No space before colon char
    omit fd3dbda  HTTP Test Script Recorder : Port field is very small under some Windows LAF HTTP(S) Test Script Recorder panel have some fields with bad size on HiDPI screen or GTK+ L&F on Linux/XWayland Not needed to use the MinimumSize or PreferredSize for UI panel/components, let's the UI manager set the good dimension depending the L&F settings Using the icon size settings for images on control panel
    omit bc0c5ea  Bug 61056 - HTTP : Support brotli decoding Fix separator Use another site that behaves the same way from all locations Bugzilla Id: 61056
    omit ac4dd85  Bug 61056 - HTTP : Support brotli decoding Change assertion for bing.com call as response is different depending on location Bugzilla Id: 61056
    omit f0670ed  Bug 61056 - HTTP : Support brotli decoding Add Debug to understand failure Bugzilla Id: 61056
    omit 66f49ee  Bug 61056 - HTTP : Support brotli decoding svn:eol Bugzilla Id: 61056
    omit 35e3b9d  Bug 61056 - HTTP : Support brotli decoding Add Test Bugzilla Id: 61056
    omit 430bec9  Replace lambda by method reference
    omit 243cb09  Restore loop as per Felix note
    omit 22943a2  Fix test failure
    omit 1deb119  Improve logging Fix SONAR error Clariy code Use try with resource
    omit bb16cfa  Bug 61056 - HTTP : Support brotli decoding Fix sonar code smells Bugzilla Id: 61056
    omit fdf81f8  Bug 61056 - HTTP : Support brotli decoding Fix tests failure Bugzilla Id: 61056
    omit c07c77d  Bug 61056 - HTTP : Support brotli decoding Fix tests failure Bugzilla Id: 61056
    omit 4abbbd0  Bug 61056 - HTTP : Support brotli decoding Bugzilla Id: 61056
    omit c13e361  Remove logkit
    omit 622a71b  Add test case to show partial replacement does not work
    omit 1ca7bfe  HTTP Test Script Recorder: Port field is very small under some LAF
    omit a7f04d2  Endless loop in JOrphanUtils#replaceAllWithRegex when regex is contained in replacement
    omit c7beb39  Cleanup test cases and reduce sonar warnings.
    omit c86ccdf  Correct markup in changes.xml
    omit 6b3157e  Update groovy to 2.4.11 (second try, missing maven pom update)
    omit 4e1c876  Update to groovy 2.4.11 (from 2.4.10)
    omit 01ee7d1  TableEditor can't be saved, when using two or more instances.
    omit 0a0ad52  Fix wrong link to javadoc of InfluxdbBackendListenerClient
    omit e82b479  Cannot run program "keytool": CreateProcess error=2 when starting JMeter 3.2 in gui mode Change level (from ERROR to INFO) of the exception message when JMeter try to find the keytool util from PATH env var. It's not a error because JMeter try to find keytool with several ways. Little code format to allow better code review. Bugzilla Id: 61026
    omit 364e2e7  Backport (cherry-pick via svn merge -c) the commit r1792316 from docs-3.2 to trunk.
    omit dd1b84f  Apply r1792285 from docs-3.2 to trunk : changes -> changes_history Mention change on View Results Tree Mention ReplaceAll is not replace All
    omit 383c356  Backport (cherry-pick via svn merge -c) the commit r1792287 from docs-3.2 to trunk.
    omit b8cfd62  Bug 61011 - Replace occurrences count is not correct (Path and Host replacement are counted twice) Bugzilla Id: 61011
    omit db92951  Bug 61005 - View Results Tree - Browser Response Data is not clearing Bugzilla Id: 61005
    omit 4b8a5ee  Improve logging
    omit d7ef3d9  Component is in Beta to Stable mode, don't scare users
    omit 3fdfb60  Fix some typo in private constants.
    omit 51581d9  Change checksum of SaveProperties to stay in sync with the corrected typos.
    omit a2a6893  Fix some typo in comments or log messages.
    omit 3739f2e  Fix some typo in comments or log messages This closes #289 Bugzilla Id: 60994
    omit 6dc3aa4  Move 3.2 release notes to changes_history. Start 3.3 release notes.
    omit 3c90664  Next dev version (3.3-SNAPSHOT)
    omit 66d07ab  revert 1790839 commit ( postponed to next release )
    omit 0c585cf  Remove build dir from repository. Added by error during 3.2RC1 process
    omit aebd6b9  Unnecessary type argument (Java 8)
    omit 2714f91  Drop unused/useless code
    omit 07a0f32  A bit more leeway for the test to complete If the cancellation did not work, the test would take much longer, so errors should still be caught
    omit 6662f40  Tab police
    omit 7f3045f  Increase allowable delay to allow for slower Jenkins node
    omit 74d42b4  Don't cumul intial delay + ramp-up delay for a new thread create in the fly. Bugzilla Id: 60530
    omit 07b9692  Debug Jenkins error: add a log message in case test fails
    omit eb04c62  getClass().getResource() does not work as a File if the classpath contains spaces Bugzilla Id: 60966
    omit 04655de  Don't hide IOError in the log file
    omit 0e24ef9  More Windows debug
    omit affdaed  More Windows debug
    omit 6243792  Add a simpler test to try and debug the Windows failure
    omit b016595  Generics
    omit 056af12  Prepare next release 3.2: update docs tree and overview (RC3)
    omit 2a3365d  Set eol-style to native.
    omit 1a4820f  Add the missing part of pr #288, which is the new function itself.
    omit 1d39604  Tab-Police
    omit 36f243f  Add ${__escapeXml()} function. Contributed by Michael Osipov (michaelo at apache.org)
    omit ecfd7f7  Take into account sebb note
    omit 1f0df5d  Improve Influxdb Backend Listener documentation
    omit 5398041  Reintroduce old method in deprecated mode
    omit d95626e  Add file "bin/utility.groovy" to the src archives, otherwise you can not run "ant distribution" from the src archives.
    omit 08ac6fc  No need with Java 8 and with the logging framework changes to avoid: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
    omit 15e3998  Prepare next release 3.2: update docs tree and overview (RC1)
    omit ed1208c  Next version of JMeter will support at least Java 8
    omit 099a75d  Fix paragraph end tag
    omit 34e517c  Fix message
    omit 515e245  Improve new and noteworthy
    omit 01ca973  Update future work
    omit 2c8f551  Improve new and noteworthy
    omit db1e444  Correct link as intro.xml was renamed and is no longer the first page
    omit 779d2ca  Complete New and Noteworthy section
    omit 06483ab  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Fix typo Bugzilla Id: 60112
    omit b59bb0b  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Fix Sonar errors Bugzilla Id: 60112
    omit 28cff20  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Increase coverage Bugzilla Id: 60112
    omit 7106b39  Improve docs
    omit b582f61  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Move file Bugzilla Id: 60112
    omit aa344b4  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Mode file Bugzilla Id: 60112
    omit 47e0f77  Bug 60112 - Report / Dashboard : Add ability to customize APDEX thresholds per Transaction name Contributed by Stephane Leplus This closes #287 Bugzilla Id: 60112
    omit 8d1cff2  Fix code smell
    omit 44432ae  Bug 60928 - Http Request : Connection Leak when keepalive is used with Embedded Resources Bugzilla Id: 60928
    omit 9aaf9e1  Upgrade to slf4j 1.7.25 from 1.7.24
    omit d389af2  Rename private field threadSafeLenientFormatter to avoid confusion with public method with the same name
    omit d785cc4  Rename method to make it clear as per Felix note
    omit 9b6c16d  Bug 60830 Timestamps in CSV file could be corrupted due to sharing a SimpleDateFormatter across threads Bugzilla Id: 60830
    omit 97cee57  Add Test for parsing errors
    omit 36e32a0  Mention property in case of error
    omit bf2dac8  Upgrade to slf4j 1.7.25 from 1.7.24 Fix licenses
    omit 652c09b  Upgrade to slf4j 1.7.25 from 1.7.24
    omit f683c7c  Upgrade to accessors-smart-1.2 from 1.1
    omit bc94b8f  Upgrade to json-smart-2.3
    omit d0dc88b  Not needed oups
    omit a10672c  Add license file for json-path-2.2.0
    omit 074f009  Document Differences in Logging : Old vs New Practices (levels, API, etc.) Contributed by Woonsan Ko This closes #286
    omit f3ff2e7  Use vellip entity.
    omit 8383e57  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
    omit 31b13bb  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
    omit 7f77ae8  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
    omit bd4085e  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
    omit 214d1c3  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
    omit f1c4a50  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
    omit f6fd743  Remove @version that uses svn revision as it makes useless differences when comparing svn with github
    omit eebccad  Make it clear Hits/sec and Codes/sec exclude Embedded resources requests
    omit 9748c3e  Bug 60919 - Report / Dashboard : Latency Vs Request and Response Time Vs Request are wrong if granularity is different from 1000 (1 second) Bugzilla Id: 60919
    omit 548380c  Add docs for property proxy.use and change Michael's email.
    omit b1ecabc  WARN is too verbose for defaulting
    omit fa95180  Bug 60896 - HTTP(S) Test Script Recorder : Improve UX by reducing number of properties on screen Add labels Bugzilla Id: 60896
    omit 7caf1a1  Bug 60896 - HTTP(S) Test Script Recorder : Improve UX by reducing number of properties on screen Bugzilla Id: 60896
    omit c6fa285  Set minimum
    omit 35fb71f  Spacepolice
    omit 7f95818  Add properties to skip tests, that fail in environments without proper internet access, ie. are behind a proxy. Contributed by Michael Osipov.
    omit f78268a  Build improvements to better enable builds in environments that are behind a proxy.
    omit 6c66a1e  Typo
    omit 11257f6  Improve doc
    omit 1422a95  Spelchack.
    omit 809b5ca  Split title and data for description list.
    omit d9894e7  Change some unicode quotes to ASCII ones.
    omit adf0206  Space police. Remove some more no-break space unicode chars.
    omit e783ec0  Space police. Some strange space has crept into the log messages.
    omit efb677f  Bug 60888 - HttpRequest : Add option to allow retrial of all requests including NON Idempotent HTTP methods Document new property Bugzilla Id: 60888
    omit a7c35694 Updated to groovy 2.4.10 from 2.4.9
    omit 5ca661a  Comment on what seems to be SONAR false positive
    omit 45ee252  Log exception
    omit 2b251f9  Bug 60830 - Timestamps in CSV file could be corrupted due to sharing a SimpleDateFormatter across threads Bugzilla Id: 60830
    omit 2216130  Clarify docs
    omit 40dd2ec  Add link to JMeter quality report on Sonar
    omit 63346a7  Mention the usage of ANT_OPTS to use a proxy in the building instructions.
    omit b596ae9  Add build-local.properties to rat excluded files.
    omit 1f2e3cf  Fix sonar security error
    omit 970950e  Fix doc
    omit 3e47c10  Bug 60884 - [HTTP Cookie Manager] Can't delete row
    omit d6796fb  Bug 60874 - Backward incompatibility introduced in WebDriver Sampler in JMeter 3.2 Bugzilla Id: 60874
    omit 000c017  Fix update of jmeter_accesslog_sampler_step_by_step doc
    omit 5cfa5c5  Update jmeter_accesslog_sampler_step_by_step
    omit b87adbf  Log that we are defaulting (should rarely happen as it is defined in saveservice.properties)
    omit 5c4fc93  Ensure classpath includes bshclient.jar
    omit 0812d61  The .jtl file can be useful if a test fails so save some additional data to it The .jtl files are not compared for contents, they only have to exist
    omit aa1627c  SaveService omits XML header if _file_encoding is not defined in saveservice.properties getFileEncodingCharset() no longer returns null, so can simplify calling code
    omit 9a7bf79  Fix RA name to agree with test
    omit 2171c7b  Fix test failure
    omit 085fede  Bug 60859 - Save Responses to a file : 2 elements with different configuration will overlap Add JUnits Bugzilla Id: 60859
    omit b851f9e  Mention work on quality and tests
    omit f7234ac  Fix name as per Felix remark
    omit 8adc64f  Add information on Test element
    omit 057f058  Docn fix
    omit e5adcfc  Simplify - omit unnecessary use of FileReader/Writer
    omit 69ef814  Unused field (never written)
    omit 57d6d11  Unused import
    omit 72a731f  Bug 60595: add spacing around JMeter logo on splash screen to look nicer
    omit e6ee875  Update JMS publisher screenshot and changes for 3.2
    omit d30d7d7  Add screenshots
    omit 3ae766c  Remove warning on BETA code
    omit 4230a1c  Fill in New and Noteworthy section (screenshots to be added)
    omit 1f0b29a  Update link to Logger javadocs
    omit 7616629  Update link to Logger javadocs
    omit 054be1b  Add space between pr and label
    omit 76223fb  Fix wrong initial version of jodd
    omit ffd496e  Improve release notes
    omit a1297c8  Add test for Random Variable
    omit 6996aa9  Try to be consistent with upper/lower case and correct a typo of an anchor.
    omit 9bd41ba  Add note about reduced entries in View Results Tree.
    omit e51f6b6  Don't add a dash automatically after pr tag, as it is used mostly in text, where the dash is not needed.
    omit 8734c6c  Try to be consistent with upper and lower case of product names.
    omit 5bcd5ea  Markup for 3rd
    omit 42272b6  Update doc for CSV Data Set, improve variable names field explanation
    omit f0ce4c6  Add return tag to javadoc
    omit 85d7757  Combine tests to reduce code duplication. Fix html-pseudo code for frame, so that JSoup doesn't choke on it.
    omit 55ffa74  Bug 60842 - jmeter chokes on newline Optimize by using static Pattern Factor our code in base class Use code in JSoup based implementation Add Junit tests for it Bugzilla Id: 60842
    omit 37ed326  Mention bug in changelog.
    omit d28417d  Trim extracted URLs and remove whitespace like newline, carriage return, formfeed and backspace.
    omit f3e21e4  Tests for the Lagarto Html Parser in preparation for bug 60482
    omit 14182dc  Use jmeter.gui.refresh_period to configure period of refresh for Summary Report.
    omit 3b7c96e  add httpclient4.request_sent_retry_enabled to allow retrying even if request was sent
    omit e330dd2  Bug 60837 - GET with body, PUT are not be retried even if retrycount is higher than 0 Bugzilla Id: 60837
    omit 68afa0b  Modify jmeter proxy step by step documentation to be aware of all the news fetaures. This closes #279
    omit 2057a89  Fix sonar error
    omit 993278a  Bug 60837 - Since version 3.1, HttpGet with a body may not be retried even if retrycount is higher than 0 Bugzilla Id: 60837
    omit 16b943b  Surround logs with log.isDebugEnabled
    omit f8cabb4  Fix NPE for addThreadLock transient object in remote mode Bugzilla Id: 60829
    omit 920fef6  Can now simplify code further
    omit 5071840  Inline method: it is short and a separate method is harder to follow
    omit 131d0cc  ResultCollector does not ensure unique file name entries in files HashMap Bugzilla Id: 60822
    omit b119c4f  Misc logging improvements Contributed by Benoit Wiart This closes #281
    omit b6d24a0  Formatting
    omit e39781d  Misc clean up Contributed by Benoit Wiart This closes #280
    omit 810970f  Improve logs
    omit a82f28b  Fix some typos and improve doc
    omit a308232  Update doc for JMS Publisher
    omit aefb1fb  Fix typo in javadocs
    omit e4a2a40  Monitor Results Listener has been dropped, so remove its properties, too.
    omit 2d17a8c  view.results.tree.update_period has been replaced by jmeter.gui.refresh_period
    omit e60d9f7  Even more tests
    omit e16d131  Add tests for UUID, EscapeHtml, ThreadNumber
    omit 144d77d  Make init of engine instance variable
    omit 43108ba  Test javascript with Rhino and Nashorn
    omit 70ac2bf  Drop Monitor Results listener Delete unused images, test data and methods Bugzilla Id: 60423
    omit 3f8b3ab  Fix test failure
    omit ac8459f  Improve coverage
    omit 2f61f66  Bug 60819 - Function __fileToString does not honor the documentation contract when file is not found Add JUnit for function Bugzilla Id: 60819
    omit c6a1002  Uncomment function code for Unit Tests
    omit 34dad7c  Add Tests for MachineName and MachineIP
    omit 27d291e  Increase coverage
    omit 3678667  Test file loading
    omit c8be944  Add test for RandomFromMultipleVars
    omit a06c3b0  Revert r1785464 based on sebb's comment.
    omit 7f0d1de  Add tests for UrlEncode/UrlDecode
    omit 46ec697  Add tests for setProperty
    omit ea17d42  Clarify that HTTP PUT requests are meant.
    omit 950aa1c  Synchronize file access while writing CSV data.
    omit 7cf9590  spacepolice
    omit fb6b381  Add tests for escapeOroRegexpChars function
    omit ac6bcd9  spacepolice
    omit fae2c42  Typo and spacepolice.
    omit 86504d0  No new line after complink macro in vsl stylesheet.
    omit 388e565  No new line after code macro in vsl stylesheet.
    omit 2618007  Fix sonar error
    omit f44bbfb  Fix sonar error on possible NPE by enforcing collection does not contain null values Add Tests
    omit 01317e9  Fix sonar error
    omit f173f87  Access static method through Class not instance
    omit 8245416  Update from log4j2 2.8.1 from 2.7
    omit c349edc  Fix javadocs
    omit c112da0  Fix javadocs
    omit 555d462  Add test for ResultAction
    omit 7a5e831  Avoid showing Undo/Redo icons in toolbar if feature is disabled
    omit 07f9fba  mention -t LAST which allows loading last recently used file
    omit 2643bfa  Mention Bug 60816 in release notes under Known problems section
    omit 0fc6518  Avoid showing Undo/Redo if feature is disabled
    omit da054c7  Bug 60815 - Drop "Reset GUI" from menu Bugzilla Id: 60815
    omit 16821c4  Bug 60814 - Menu : Add "Open Recent" menu item to make recent files loading more obvious Bugzilla Id: 60814
    omit 7876030  Bug 60813 - JSR223 Test element : Take into account JMeterStopTestNowException, JMeterStopTestException and JMeterStopThreadException Bugzilla Id: 60813
    omit f28a739  Bug 60812 - JMeterThread does not honor contract of JMeterStopTestNowException Bugzilla Id: 60812
    omit 600b9a8  improve javadocs
    omit 83fcf4e  improve javadocs
    omit 95bb48d  improve javadocs
    omit d16184c  Remove new lines after transformed elements. Followup to r1785002, which was a followup to r1763904.
    omit d282d6b  Exclude /org/apache/jorphan/logging package
    omit c00bffa  Update to log4j2 2.8.1 from 2.7
    omit b7d0593  Upgrade jacoco to 0.7.9 from 0.7.8
    omit ccbb1ba  Update caffeine to 2.4.0 from 2.3.5
    omit b52cad0  Updated to slf4j-api 1.7.24 (from 1.7.22)
    omit 0ccaa5d  Updated to slf4j-api 1.7.24 (from 1.7.22)
    omit 719ecb0  Eol-style
    omit 5dc119a  Add place holders for logging update docs
    omit 6fc3475  Link to prop docs
    omit f9bed0a  Revert log level change as per sebb request
    omit 2e7023e  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Fix test data, oups I had sample_variables Bugzilla Id: 60797
    omit 7b771da  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Move class to correct module Bugzilla Id: 60797
    omit 0c8bf1c  svn:eol
    omit d0d073f  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Add Tests for Bugs 60797 and 60049 Bugzilla Id: 60797
    omit 867b042  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Add Tests for Bugs 60797 and 60049 Bugzilla Id: 60797
    omit d5993cc  Clean usermanual/jmeter_tutorial.xml file
    omit b8979af  Bug 60797 - TestAction in pause mode can last beyond configured duration of test Bugzilla Id: 60797
    omit 196b74c  Revert incorrect deletions in r1784862
    omit 1001c66  Avoid exception is duration is empty
    omit 8acc48a  Wrong place for comment
    omit ebff936  Add warning re BeanShell server
    omit 0e885c9  Updated to groovy 2.4.9 (from 2.4.8)
    omit 179f911  New screenshots
    omit feb8acc  Markup changes and spell out the word 'two'
    omit cf1c61a  spacepolice
    omit 712dfaf  Improvement of Japanese translation. Patch by Kimono (kimono.outfit.am at gmail.com).
    omit 4b540bc  Generate unordered list only when it will not be empty.
    omit a30f147  Make element description available.
    omit 5543917  Place p tags where they belong.
    omit c87a6b1  Use ordered list correctly.
    omit 4a98663  Start the properties tag at the correct location.
    omit 06e8902  Correctly escape all text (not only code). Followup to r1763904.
    omit c0ab74c  Duplicated para
    omit e143118  Bug 60589 Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules. Contributed by Woonsan Ko Documenting log4j2 related changes since 3.2 This closes #278 Bugzilla Id: 60589
    omit a25b6b0  Commons HttpClient has been dropped
    omit 95e0b5f  Remove log_level occurences
    omit 7efd957  Remove old doc for log_level
    omit 1eaa455  Fix sonar errors
    omit 5594ff2  Add private constructor
    omit 7a7f99c  Add docn on why there is an unnecessary null check
    omit 7705368  improve doc
    omit f14d592  Bug 60792 - Create a new Help menu item to create a thread dump Bugzilla Id: 60792
    omit 55194ee  Bug 60791 - View Results Tree: Trigger search on Enter key in Search Feature and display red background if no match Bugzilla Id: 60791
    omit bb2d1d0  Factor out Color RED_LIGHT
    omit 4fd742c  Fix typo in french
    omit 94116ad  Bug 60790 - HTTP(S) Test Script Recorder : Improve information on certificate expiration and have better UX for Start/Stop Bugzilla Id: 60790
    omit 32045ca  Bug 58164 Check if file already exists on ResultCollector listener before starting the loadtest If users cancels popup, don't start test Reduce labels so that popup is not too big Fix typo Bugzilla Id: 58164
    omit f2f6798  Avoid repetitive calls to getMethod Decrease log level from WARN to DEBUG for some components supersed
    omit 2dfc910  Enrich Test
    omit 61ff920  Might as well be final
    omit 9dea65f  Indentation
    omit 3ed8a8a  Might as well be final
    omit 3358dc1  Show other test parameters
    omit 555b888  Fix test failure
    omit 4c14627  Add java impl
    omit f7dc2dc  svn:eol
    omit 1379239  Move results file to _HttpClient4 suffix Create results file for Java implementation Update test plan
    omit 5511f3f  Simplify code, thx sebb
    omit 644908a  Add explanations and take into account sebb note
    omit 2fe798c  Bug 60778 - Http Java Impl does not show Authorization header in SampleResult even if it is sent Bugzilla Id: 60778
    omit 7bd9636  No need to reset the log level at the start so can load standard property file and then override as necessary This ensures that the system.properties property is defined early enough to be used
    omit 06398c8  NamePanel ctor calls overrideable method Bugzilla Id: 60775
    omit 3d09c73  Document Java slow restriction
    omit 99ffcee  Add test of HeaderManager with Java Implementation
    omit 36b9112  Improve docs Use directly CountingInputStream
    omit cc6d5dc  Switch on ignoreErrorLogs
    omit ba6e173  Fix test failure by adding an option to allow ignoring non empty (with errors) log file
    omit 75dba5f  In case of automatic redirect with Java Implementation, client sends an empty header
    omit 03de9d0  svn:eol
    omit 4c8e52c  Allow using same JMX file for 2 tests
    omit 9902303  Plug test for Java Implementation
    omit d5fb079  Fix some labels
    omit 80ddad2  Add Non Regression tests on HTTP Request for: Bug 60682 Bug 60575 ...
    omit 5c8f96a  Fix svn:eol
    omit fe71790  Add Non Regression tests on HTTP Request for: Bug 60682 Bug 60575
    omit 8372317  Replace CounterOutputStream by commons-io CountingOutputStream
    omit fc98a6b  Replace CounterOutputStream by commons-io CountingOutputStream
    omit a6fec24  Exclude examples package from Coverage
    omit bf1c27f  Drop author mails as per policy
    omit c24dc20  Remove creation date
    omit 667b9ed  Add test for RandomController
    omit dfaa1da  Format and remove @version
    omit d3f9386  Bug 59435 - JMeterTestCase no longer supports JUnit3 Bugzilla Id: 59435
    omit 7ecf1cc  Bug 60763 - XMLAssertion should not leak errors to console Bugzilla Id: 60763
    omit d91c384  Bug 56939 - Parameters are not passed with OPTIONS HTTP Request Bugzilla Id: 56939
    omit 690bdff  Add hint for sonar that it should not warn us.
    omit f7db522  Revert r1783482. It seems, that nameField is not initialized, when the constructor runs. This leads to problems with gtk+ and nimbus laf.
    omit e60d8fa  Use log4j configuration file in complete-junit task.
    omit 923d74a  Fix sonar warning
    omit dccef42  Take into account sebb remark
    omit efd976d  Fix Sonar errors
    omit 8ec71e7  Fix Sonar errors
    omit 1f6cb98  Revert debugging code
    omit 49ad3ad  Revert debugging code
    omit d9002d9  Revert most changes as host has been updated
    omit 66304b1  Javadoc warnings
    omit ca44716  A bit more debug; don't look for the registry if we already have its instance
    omit d5ed4f9  Still trying ...
    omit 5f55fef  Get localhost definition
    omit 2f1873b  Try to fix jmeter-nightly server test fail
    omit 8a31f5c  Try to debug jmeter-nightly Jenkins failures
    omit ed446bb  Debug Windows test failure - no longer needed
    omit 79a969c  testFindAllClassesInJar(org.apache.jorphan.reflect.TestClassFinder) can fail on Windows Oops, not enough escaping Bugzilla Id: 60771
    omit 2670d51  testFindAllClassesInJar(org.apache.jorphan.reflect.TestClassFinder) can fail on Windows Bugzilla Id: 60771
    omit b9fa90f  Additional debug for CI builds
    omit e4bf827  Debug Windows test failure
    omit a5279f3  Allow for timer granularity (sleep may terminate a bit early)
    omit 8d726e4  Add javadocs to JMeterEngine Add default method stopTest to interface
    omit 95e231b  Bug 54525 Search Feature : Enhance it with ability to replace Bugzilla Id: 54525
    omit 1dfaf34  Bug 55258 Drop "Close" icon from toolbar and add "New" to menu. Fix warning message at startup Bugzilla Id: 55258
    omit 18db308  Docn
    omit 4d4f843  javadoc: add missing param and return tags.
    omit cc91fa4  Suppress deprecated warnings for class to be removed
    omit e469b82  Deliberate use of deprecated ctor
    omit cf08b22  Unnecessary casts
    omit d06af5c  Add default cases
    omit 792ce1b  Unnecessary cast
    omit d2b85ae  Unused
    omit 7aefa8e  Suppress warnings for code that will be removed
    omit ef55fac  Unnecessary type spec
    omit d165247  Suppress warnings for code that will be removed
    omit 0379713  Deliberate use of deprecated items by test code
    omit a0b794d  Default charset OK here
    omit 13b63b5  Unused imports
    omit 611b93f  Unnecessary
    omit 841d2e0  Allow test to work from different starting dir
    omit 18673e3  Ensure 'clean _test' works
    omit 8fc93e5  Drop Hack of using hc4 package and import in project the required classes of HC4: See related  https://github.com/apache/httpclient/pull/65
    omit 05579a6  Drop Hack of using hc4 package and import in project the required classes of HC4: See related  https://github.com/apache/httpclient/pull/65
    omit f7b2d31  Log if used inappropriately
    omit 25b2b32  Add parameter-less ctor for unit testing
    omit 7fc5a05  Ignore enums when testing Serialisation
    omit 667d014  SMIMEAssertionTest#testSignerCert fails if JMeter path contains a space Bugzilla Id: 60765
    omit 084e176  Identify which jar failed
    omit 357c0f3  Test exclusion from coverage
    omit dee9468  Exception messages may vary, so don't save them
    omit e23f20e  Don't record byte count as the exact responses can vary
    omit 0843e34  Test for PoissonRandomTimer
    omit 68b359b  use assertEquals to compare values instead of assertTrue with a boolean expression.
    omit e4e637a  Move field matcher inside the only function, where it is used.
    omit 03ca782  Rename private method to comply with java naming conventions.
    omit 78c9548  Add missing placeholder in the log statement for the third parameter.
    omit 54dcddc  javadoc: add description to tags.
    omit ce9bca5  javadoc: Add description to deprecated tags
    omit 85c59bb  Add tests for XmlAssertion
    omit a33b8c6  Add check on error
    omit 9d14804  Fix Javadoc and setFailure(true) when doc is not XML
    omit 6510cc7  Add setAllowedDuration
    omit 2a2b0f4  Add tests for duration
    omit 49a72fd  Format
    omit 211bd6b  Bug 60711 - Improve Delete button behaviour for Assertions / Header Manager / User Parameters GUIs Bugzilla Id: 60711
    omit efd47ee  Bug 60759 - View Results Tree : Search feature does not search in URL Bugzilla Id: 60759
    omit 5496658  Bug 60758 - HTTP(s) Test Script Recorder : Number request may generate duplicate numbers Bugzilla Id: 60758
    omit 4129207  Fix file search so it returns a jar file and not some other file such as aareadme.txt
    omit a550fc2  Does not need to be Serializable
    omit 76a73ce  Reduce sample time to allow for busy systems
    omit af0c8c2  Improve coverage
    omit 9d2148b  Don't use RAW_DATA as a @value, as it resembles a HTML tag and javadoc doesn't escape it correctly, but complains about errors in the javadoc.
    omit b19a5a6  Add tests for HtmlExtractor (JSoup and Jodd)
    omit 414e146  More tests and make used directories/files absolute, so that they match the classpath entries.
    omit f97fd87  Add tests for ConstantTimer and UniformRandomTimer
    omit f6b4ac9  Use a OS dependent lineseparator to compare the results of the XPath-util.
    omit ce6bc07  Increase rampup to try and ensure first thread has time to complete even on a busy system
    omit 80c3c9f  Ensure ant clean compile-tests works: update classpath
    omit 25570f5  Allow more time for server to start
    omit cc94994  Catch more Exceptions that can occur when searching for classes and add tests.
    omit 8cc7cb2  Update javadocs after dropping commons-httpclient-3.1
    omit d37e271  Add test for SamplerName
    omit 1d2680f  Remove commented code
    omit 4daa852  Add test of expression
    omit 534019b  Reformat
    omit ecb15f7  Disable incomplete test
    omit ae62e56  Remove useless method
    omit fe2f94b  Add Test for RandomString
    omit 7d046b9  Add tests for Groovy
    omit cc20e63  Add test on Variables
    omit 3ccc2be  Use try with resources
    omit a666ebc  Fix leak
    omit 17be4a7  Remove dead code. merge is always called with preferLocalValues=true
    omit c91902e  Immediately return value instead of creating a temp var.
    omit 64bdffd  Remove unused imports.
    omit ef1b13a  Suppress unchecked warnings, as Buffer is not generic
    omit a386cbd  Suppress unchecked warnings, as Buffer is not generic
    omit dbc8706  Remove unused imports.
    omit f551870  Remove unused imports.
    omit f6007e8  Remove unused imports.
    omit b1e85e7  Remove useless local variable.
    omit be0f6df  Rename parameter to comply with java conventions.
    omit 16cdc1c  Immediately return value instead of creating a temp var.
    omit ad78e94  javadoc: Add description to deprecation tag.
    omit 73ac5ad  Remove useless and wrong javadoc.
    omit a71d6e1  javadoc add missing tags.
    omit d3d3986  Use assertNull instead of comparing to null with assertEquals.
    omit 8cc71e5  Oups incomplete file
    omit 7b30247  Update jmx and tests after adding assertion
    omit e6b7824  Fix javadocs
    omit b031421  svn:eol
    omit 7b6c020  Add test for Header Manager merge feature
    omit 174273b  Remove disabled elements Add Response Assertion on request header
    omit 453627f  Revert last commit
    omit f62dba0  Fix sonar warning
    omit fca6769  Bug 60747 - Response Assertion : Add Request Headers to "Field to Test" Bugzilla Id: 60747
    omit 118dc7d  Close all streams in case of an exception and add tests.
    omit 4d5a3c8  Update docs after drop of commons-httpclient-3.1
    omit 101bf46  Update docs after drop of commons-httpclient-3.1
    omit 521e48c  Update docs after drop of commons-httpclient-3.1
    omit 6a2be5e  Update docs after drop of commons-httpclient-3.1
    omit 1630971  Fix docs
    omit 2c071e1  Fix sonar errors on unclosed streams
    omit 98e01c8  Fix sonar errors on unclosed streams
    omit 2546b51  Fix sonar error
    omit 6cbf1a5  Fix potential NPE
    omit 09739ba  Comment on false positive
    omit cd60eca  Include inner classes
    omit a7d3840  Make the interval period configurable by one property for all listeners.
    omit 112240b  Add JMeterPoolingClientConnectionManager
    omit 63c5acf  Fix javadocs
    omit 427320c  svn:eol
    omit 824cd1a  Add Tests for KeepAlive
    omit b0d52e5  Add logs
    omit dfdad43  Spacepolice
    omit b5fb714  Spacepolice
    omit b4e745e  Spacepolice
    omit 6498e7d  Make GUI more responsive when it gets a lot of events. Convert Graph Visualizer to use a queue, when new Samples are to be inserted. Update the model (or at least notify the gui) only periodically. That way we get the update of the model out of the busy path of the swing event loop. Note, that this will not save us from OOM exceptions.
    omit c392a13  Make GUI more responsive when it gets a lot of events. Convert Table Visualizer to use a queue, when new rows are to be inserted. Update the model (or at least notify the gui) only periodically. That way we get the update of the model out of the busy path of the swing event loop. Note, that this will not save us from OOM exceptions.
    omit 31d1041  Recurse into add method before changing into the runSafe method.
    omit ae21b63  Use Java8 syntax and set an initial capacity
    omit 0248a84  Bug 60727 - Drop commons-httpclient-3.1 and related elements Switch to HC4 if HC31 Bugzilla Id: 60727
    omit 29b8538  Bug 60744 - GUI elements are not cleaned up when reused during load of Test Plan which can lead them to be partially initialized with a previous state for a new Test Element Bugzilla Id: 60744
    omit 40ad791  Convert table to dl, as the table is too wide (in my opinion).
    omit 7878d66  Add more documentation on the usage of Static Host Table.
    omit 06d2cd1  Updated to commons-net-3.6 (from 3.5)
    omit f3382b7  Make GUI more responsive when it gets a lot of events. Convert Aggregate Report to use a queue, when new rows are to be inserted. Update the model (or at least notify the gui) only periodically. That way we get the update of the model out of the busy path of the swing event loop.
    omit b984369  Followup to r1783556
    omit 92f20fa  Make GUI more responsive when it gets a lot of events. Convert Aggregate Graph to use a queue, when new rows are to be inserted. Update the model (or at least notify the gui) only periodically. That way we get the update of the model out of the busy path of the swing event loop.
    omit da2b1ea  Fix sonar warning on stream leak
    omit 651acc4  Fix sonar warning on stream leak
    omit 51dcc53  Fix sonar false positive
    omit 323ce55  Fix potential NPE
    omit 7e63370  Document Sonar false positive Fix s cannot be null so remove test
    omit 48fdebe  Document Sonar false positive
    omit 74f017e  Simplify regex for series_filter
    omit c5735d2  Fix sonar false positive
    omit 9a3764c  Followup to r1783503. FileNotFoundException is getting caught earlier.
    omit ccc8379  Use try-with statement to close all streams.
    omit 29ec12e  Log exception, as this is an error and every bit of information might be helpful.
    omit a22938e  Rename local variable, as it hides field of same name.
    omit 039459a  Remove null check, as dsc can't be null here.
    omit 3f85ea7  Use try-with statement to close writer.
    omit 9a50323  Use try-with statement to close socket.
    omit 5e144f9  Use try-with statement to close all streams.
    omit 70a6ba6  Print stacktrace instead of silently swallowing the exception.
    omit 2dd09b8  Use try-with statement to close all streams.
    omit e9fb2fa  Clean-up imports
    omit 35a163e  Use lambda syntax instead of 'new Runnable'
    omit 6d14e73  Use try-with statement to close all streams.
    omit 8faed23  Cast one of the operands to double, to make it clear, that we are using the result as double.
    omit 9324d18  Guard against NPE, as getGui can return null.
    omit 8d884b0  Use try-with statement to close all streams.
    omit ac1d572  Fix NPE sonar
    omit 6680e83  Fix leak reported by sonar
    omit 3a2df79  nameField cannot be null
    omit 96729fd  Fix leak reported by sonar
    omit 89861a5  Fix leak reported by sonar
    omit b56f4ef  Fix leak reported by sonar
    omit 433c68c  Objects cannot be null
    omit be963fd  Call shrink
    omit 8bc9c88  Updated to rsyntaxtextarea-2.6.1 (from 2.6.0)
    omit 6e8b22d  Add javadocs
    omit 522f5ab  Bug 59174 - Host header gets ignored when doing basic authentication in HC4 Translate host Bugzilla Id: 59174
    omit a033e9d  Restore testloadAndSave
    omit 180fe63  Use Bugzilla id
    omit 6335cf2  Add new line
    omit 7daf37f  Change encoding
    omit 29ef36f  Revert
    omit 9dd2496  This closes #247
    omit b325771  Revert
    omit 3868f64  This closes PR #247
    omit f5c3190  Bug 60740 - Support variable for all JMS messages (bytes, object, ...) and sources (file, folder) svn:eol Bugzilla Id: 60740
    omit 753e46a  Preserve encoding of test file
    omit e73b060  Fix Checkstyle and Test failure for JMS
    omit 354ffd3  Support variable for all JMS messages (bytes, object, ...) and sources (file, folder)
    omit 86621a9  Tab police
    omit 6fa472d  Bug 60727 - Drop commons-httpclient-3.1 and related elements Fix test failure Bugzilla Id: 60727
    omit d867b4d  Ignore failing test to generate nightly, will be enabled again
    omit d0bd3e0  Checks for listener output file existence Bugzilla Id: 58164
    omit edad3ed  Add revision infos
    omit b0bfa76  Bug 60727 - Drop commons-httpclient-3.1 and related elements Contributed by UbikLoadPack support Bugzilla Id: 60727
    omit 7965ee5  Improve the Advanced tab UI since the HTTP client implementation and timeouts are moving into. Bugzilla Id: 60543
    omit 0fd09c0  Keep GUI responsive when many events are processed by View Results Tree, Summary Report and Log Panel. Modify the model only, when we are in the AWT thread. Use more features of ConcurrentHashMap.
    omit 1d873b8  SNI demo site is no more available, skip https test
    omit f944bcd  Added some translations for polish locale Contributed by Bartosz Siewnak This closes #276
    omit b46f873  Bug 60687 - Make GUI more responsive when it gets a lot of events Improve errrors indicator management Bugzilla Id: 60687
    omit 75df66d  Bug 60731 - OOM on BackendListener with TIME box mode Bugzilla Id: 60731
    omit d2cced7  Bug 60664 - Add a UI menu to set log level Contributed by Woonsan Ko This closes #275 Bugzilla Id: 60664
    omit 0d76d50  Bug 60731 - OOM on BackendListener with TIME box mode Bugzilla Id: 60731
    omit 124f42c  File size has changed
    omit fe30786  Fix broken MC reference
    omit ccce818  Try to fix buildbot failure in on jmeter-nightly
    omit 8e10089  JSONPostProcessor does not set _ALL variable when only one match occurs
    omit f0d643e  Add info about BZ 60729 (the Random Variable Config Element should allow minimum==maximum) to changes.
    omit 009c7a4  Take into account Felix note
    omit c245ccd  Remove main
    omit 7c2e32f  Make it clear when certificate expires and needs to be installed again in browser
    omit a043781  Allow minimum == maximum in Random Variable Config Element.
    omit 76eb571  Advise on performance drawbacks of javaScript
    omit dd9ebbc  Add tooltips on performance drawback of javascript
    omit c1ce733  Update docs to Nashorn
    omit ce81e3b  Add missing new properties or updated ones. Update those related to logging
    omit dae2af7  Clarify
    omit b1bbfdb  Use new format string capability of logger
    omit 24f0964  Log exception and use new format string capabilities.
    omit e0ade3e  Rename local variable so it doesn't clash with field and use new log format string.
    omit 0448cbb  Remove sysout in test and use assertThat instead of assertTrue, to get better error reporting.
    omit f2c328f  Space police
    omit 86c65ee  Add a table of static hosts to the DNS Cache Manger. This resolves the problem, that host header gets ignored when doing basic authentication in HC4.
    omit 91957e9  Try different source of randomness for rmi port
    omit c62eb3c  Remove links to PDF as they won't be maintained anymore
    omit 0117191  Add debug logs
    omit 3795aa8  Bug 60726 - Report / Dashboard : Top 5 errors by samplers must not take into account the series filtering Bugzilla Id: 60726
    omit d291e72  Improve regex to allow better filtering
    omit 4ee2846  Code formating
    omit badfd73  Help java to see, that nodeList can't be null later. Rephrase log message.
    omit 4763619  Resolve a sonar warning and remove a useless paren.
    omit 2bc794a  Allow for sleeps that take longer than expected
    omit baf8d5d  javadoc: add description to throws tags.
    omit 4a2b7ad  javadoc: correct link target.
    omit be62fea  Don't repeat ourselves to much. Refactor out similar code.
    omit 3712563  Use Java8 lambdas
    omit 56ea52e  Use LongAdder instead of AtomicLong
    omit 32260f1  Remove unused import.
    omit 37de696  Use try-with syntax.
    omit d26006d  Change modifier order to match java standard.
    omit 4d60df6  javadoc: add description to throws tag.
    omit d075864  javadoc: add missing return tag.
    omit 10d2570  javadoc: add missing param tag.
    omit 4f43cb0  javadoc: add description to throws tag
    omit 3fae06c  javadoc: close p tag
    omit 0fbca61  javadoc: typo in param tag
    omit 2a5c43f  Remove dead code
    omit 2b8105a  javadoc: no closing for br tag allowed.
    omit c0eea5f  Include logging.classpath in javadoc generation
    omit c49ff1a  Javadoc: correct typo in param tag
    omit 46ac509  Javadoc: add missing default tag
    omit c50471e  Don't reuse parameters as variables, or hide fields with local variables.
    omit a22ed9e  Javadoc: add return and param tags.
    omit e04ca86  Restore previous regexp fixing the replacement
    omit c97a2e9  Restore old regex as new one does not delete a lot of jars
    omit 890af08  Update to httpasyncclient-4.1.3 from 4.1.2
    omit b082d29  Make a copy of the keySet as we are modifying the collection.
    omit 5a11808  Fix outdated notes on scalability, outputs... Add warning on GUI mode. Tutorial should be updated to mention NON GUI mode.
    omit 1db028c  Update docs after migration to slf4j
    omit 8c61c96  Advise on old things
    omit 9278991  Bug 60589 Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules. Remove old properties from properties_reference.xml Bugzilla Id: 60589
    omit 8cf8924  Add docs
    omit 245f560  Bug 60564 - Migrate LogKit to SLF4J - Replace logkit loggers with slf4j ones and keep the current logkit binding solution for backward compatibility with plugins Contributed by Woonsan Ko Done by PRs 263 to 274 Bugzilla Id: 60565
    omit 8d6bec5  Bug 60565 - Migrate LogKit to SLF4J - Optimize logging statements. e.g, message format args, throwable args, unnecessary if-enabled-logging in simple ones, etc. Contributed by Woonsan Ko Done by PRs 263 to 274 Bugzilla Id: 60565
    omit 87fef48  Bug 60564 - Migrating LogKit to SLF4J - components (1), functions, protocol, test (2/2) Contributed by Woonsan Ko This closes #274 Bugzilla Id: 60564
    omit c68559a  Bug 60564 - Migrating LogKit to SLF4J - components (1), functions, protocol, test (1/2) Contributed by Woonsan Ko This comments #274 Bugzilla Id: 60564
    omit 0361d55  Bug 60564 - Migrating LogKit to SLF4J - core/testelement,threads,util,visualizers package Contributed by Woonsan Ko This closes #273 Bugzilla Id: 60564
    omit bee5619  Bug 60564 - Migrating LogKit to SLF4J - core/gui package (2/2) Contributed by Woonsan Ko This closes #272 Bugzilla Id: 60564
    omit c22bb1d  Bug 60564 - Migrating LogKit to SLF4J - core/gui package (1/2) Contributed by Woonsan Ko This comments #272 Bugzilla Id: 60564
    omit ce1a8b0  Bug 60564 - Migrating LogKit to SLF4J - core/samplers,save,services,swing,testbeans (2/2) Contributed by Woonsan Ko This closes #271 Bugzilla Id: 60564
    omit ca1fc29  Bug 60564 - Migrating LogKit to SLF4J - core/samplers,save,services,swing,testbeans (1/2) Contributed by Woonsan Ko This comments #271 Bugzilla Id: 60564
    omit ad215db  Register a mousewheel listener to enable zooming with ctrl+mouswheel up/down.
    omit 9de8289  Use instanceof instead of a string compare to get the font objects to scale. Differentiate between Fonts and the more special FontUIResource instances. Store the new Font instances in the UIDefaults instead of the UIManager. The last change is needed on ubuntu to make the zoom feature usable for more then one step.
    omit decff07  Simplify code and implement the option to keep all results in the view (even if it will consume a lot of memory).
    omit 85f5be9  Simplify implementation.
    omit a6ed512  Bug 60564 - Migrating LogKit to SLF4J - core/engine,plugin,report,reporters packages (2/2) Contributed by Woonsan Ko This closes #270 Bugzilla Id: 60564
    omit 33c2655  Bug 60564 - Migrating LogKit to SLF4J - core/engine,plugin,report,reporters packages (1/2) Contributed by Woonsan Ko This comment #270 Bugzilla Id: 60564
    omit 7729280  Bug 60564 - Migrating LogKit to SLF4J - core, core/control, core/engine/ClientJMeterEngine Contributed by Woonsan Ko This closes #269 Bugzilla Id: 60564
    omit d80a6cb  Allow for actual delay when calculating correct response
    omit d909a2d  Bug 60564 - Migrating LogKit to SLF4J - check log level in non-error logging if method invoked in params Contributed by Woonsan Ko This closes #268 Bugzilla Id: 60564
    omit 120fa0a  Bug 60564 - Migrating LogKit to SLF4J - check log level in non-error logging if method invoked in params Contributed by Woonsan Ko This closes #267 Bugzilla Id: 60564
    omit 9cc54ff  Fix as per Felix note
    omit a866279  Bug 60712 - Response Assertion : Improve Renderer of Patterns Fix test failure in headless mode Bugzilla Id: 60712
    omit 043b911  Bug 60712 - Response Assertion : Improve Renderer of Patterns Bugzilla Id: 60712
    omit 226fcdf  Bug 60711 - Improve Delete button behaviour for Assertions / Header Manager / User Parameters GUIs Bugzilla Id: 60711
    omit 06a3687  Rename var to make code clearer Remove unused import
    omit 0a4d6a0  Keep GUI responsive when many events are processed by View Results Tree, Summary Report and Log Panel. Correct the default value for max results in View Results Tree in jmeter.properties to be in sync with docs and code. Spotted by Pascal Schumacher.
    omit 45a818a  Keep GUI responsive when many events are processed by View Results Tree, Summary Report and Log Panel. This is part three of three with the changes to View Results Tree.
    omit a722417  Keep GUI responsive when many events are processed by View Results Tree, Summary Report and Log Panel. This is part two of three with the changes to Summary Report.
    omit 6a19dd4  Keep GUI responsive when many events are processed by View Results Tree, Summary Table and Log Panel. This is part one of three with the changes to Log Panel.
    omit 09f387f  Bug 60710 - XPath Extractor : When content on which assertion applies is not XML, in View Results Tree the extractor is marked in Red and named SAXParseException Improve coverage Bugzilla Id: 60710
    omit 17179ce  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko #comment #266 Bugzilla Id: 60564
    omit 53b6795  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #266 Bugzilla Id: 60564
    omit a26705f  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #265 Bugzilla Id: 60564
    omit ff56773  Bug 60710 - XPath Extractor : When content on which assertion applies is not XML, in View Results Tree the extractor is marked in Red and named SAXParseException Bugzilla Id: 60710
    omit bf235b9  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #264 Bugzilla Id: 60564
    omit 85af30a  Drop commented code
    omit ae97c02  Bug 55652 - JavaSampler silently resets classname if class can not be found Fix regression: When Element is added parameters are not set and improve warning Bugzilla Id: 55652
    omit a2a8c47  Bug 60682 - HTTP Request : Get method may fail on redirect due to Content-Length header being set Bugzilla Id: 60682
    omit 1418fcb  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #263 Bugzilla Id: 60564
    omit 40fd3e0  Add woff2 (Web Open Font Format 2) to excluded resources
    omit 9231b3a  Add tests
    omit 1782bda  Fix date in the past which leads to failure
    omit 0d8f1db  Bug 54525 Search Feature : Enhance it with ability to replace Improve rendering and add i18n for message Bugzilla Id: 54525
    omit 26360e4  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use parameterized messages and improve logs Bugzilla Id: 60564
    omit 016c4fa  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit d4dcd07  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit e4f51a5  Add Test for HttpOnly
    omit 196f283  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit 63b30b9  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit 6a7830c  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit b7f958f  Remove unused code
    omit f9e23f6  Tab police
    omit aef4969  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Fix failing test Bugzilla Id: 60564
    omit b547b37  [Bug 60589] Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Fix missing jars in package Bugzilla Id: 60589
    omit 8dd9989  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit a24665d  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit dc4b1ef  Fix typo in More detailed warning message when JMeter is run in GUI mode
    omit e1bac17  Bug 60575 - HTTP request: Even if there are no Parameters, a Body is sent for GET method Handle redirect , patch by Felix Schumacher for testing (may be rollbacked) Bugzilla Id: 60575
    omit 95941a9  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit 3c06a75  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Remove unused imports Bugzilla Id: 60564
    omit eaa56fb  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit 6e9d451  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit d5e8424  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit 4dd8d0e  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution
    omit 020c367  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use slf4j parameterized messages Bugzilla Id: 60564
    omit a14d1e9  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use slf4j parameterized messages Bugzilla Id: 60564
    omit cdf321d  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use slf4j parameterized messages Bugzilla Id: 60564
    omit 96db906  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Use slf4j parameterized messages Bugzilla Id: 60564
    omit 6adf1c1  Fix tab in More detailed warning message when JMeter is run in GUI mode
    omit 45ba424  More detailed warning message when JMeter is run in GUI mode
    omit 6bd1099  Add javadoc
    omit ce31eb2  Remove deprecated
    omit e9e8b77  Bug 60564 - Migrating LogKit to SLF4J - Replace logkit loggers with slf4j ones with keeping the current logkit binding solution Contributed by Woonsan Ko This closes #250 Bugzilla Id: 60564
    omit 3a618d1  Take into account Felix comment
    omit 236a9e3  This closes #262: Updated README.md(formatting,grammar,wording)
    omit ea0dc30  Improve a bit JUnit
    omit c093eb1  Fix sonar code smell
    omit b8768c5  Fix sonar warnings
    omit c4fff22  Add @since Fix sonar warnings
    omit e6ce88e  Fix sonar warning
    omit 9339cf1  Indicate deprecated classes will be dropped
    omit 40a82be  Take into account Felix note
    omit 9b1bbf9  Fix sonar code smell
    omit b12c96c  Disable IPv4+IPv6 DNS test
    omit e2c46fc  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules svn:eol Bugzilla Id: 60589
    omit 4bfed4c  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules svn:eol Bugzilla Id: 60589
    omit 7e11c02  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules svn:eol Bugzilla Id: 60589
    omit b181c2f  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 9 of PR 254 Add missing log4j2.xml under svn Contributed by Woonsan Ko
    omit 2760d28  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Remove mention of commons-logging in docs Bugzilla Id: 60589
    omit 3342d2c  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 8 of PR 254 This closes #254 Contributed by Woonsan Ko
    omit 4df9099  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 7 of PR #254 Contributed by Woonsan Ko
    omit 2d16f2b  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 6 of PR #254 Contributed by Woonsan Ko
    omit 11aa5ba  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 5 of PR #254 Contributed by Woonsan Ko
    omit 7db386b  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 4 of PR #254 Contributed by Woonsan Ko
    omit aa3531c  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 3 of PR #254 Contributed by Woonsan Ko
    omit ebbef62  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 2 of PR #254 Contributed by Woonsan Ko
    omit 3386c20  Bug 60589 - Migrate LogKit to SLF4J - Drop avalon, logkit and excalibur with backward compatibility for 3rd party modules Part 1 of PR #254 Contributed by Woonsan Ko
    omit 8580a63  Add License header + svn:eol
    omit eb60a98  Bug 60691 - View Results Tree : In Renderers (XPath, JSON Path Tester, RegExp Tester and CSS/JQuery Tester) lower panel is sometimes not visible as upper panel is too big and cannot be resized Bugzilla Id: 60691
    omit 1a5cd77  Bug 60689 - "httpclient4.validate_after_inactivity" has no impact leading to usage of potentially stale/closed connections Document better property Bugzilla Id: 60689
    omit 3b83323  Bug 60690 - Default values for "httpclient4.validate_after_inactivity" and "httpclient4.time_to_live" which are equal to each other makes validation useless Bugzilla Id: 60690
    omit 9a458ce  Bug 60689 - "httpclient4.validate_after_inactivity" has no impact leading to usage of potentially stale/closed connections Bugzilla Id: 60689
    omit 1e704ca  Use method reference
    omit 21487f4  svn:eol
    omit 260eb23  Bug 54525 Search Feature : Enhance it with ability to replace Bugzilla Id: 54525
    omit 16ce041  Remove wrong Test case
    omit af7e4c1  Drop unused methods and instance property
    omit 23fc05c  Use lambda
    omit e89bab4  Improve a bit Splash
    omit 9d210d8  Bug 60684 - Thread Group: Validate ended prematurely by Scheduler with 0 or very short duration Contributed by Andrew Burton Bugzilla Id: 60684
    omit 53bd95c  Add a Unit test for JSR223 Timer . Drop duplicate test on BSF Timer
    omit ebebbac  Add French translation Bugzilla Id: 58943
    omit b51e9b4  Bug 60678 - View Results Tree : Text renderer, search should not popup "Text Not Found" Bugzilla Id: 60678
    omit 0582336  Bug 60672 - JavaScript function / IfController : use Nashorn engine by default Bugzilla Id: 60672
    omit 0dd71bc  Drop unused class SortedHashTree and remove mention of it in javadocs
    omit a208775  Drop unused class
    omit c23696c  Drop useless methods Remove commented out code Fix sonar code smells
    omit eb92a76  Fix Sonar false positive
    omit 70980ed  Fix Sonar false positive
    omit eb76dc2  Refactored and reformatted SmtpSampler Contributed by Graham Russell Dropped a lot of tests on message exceptions that are very fragile and only work in English locale This closes #259
    omit 7764aa1  Refactored and reformatted SmtpSampler  Part 1/2 of PR contributed by Graham Russell  comment #259
    omit 1efb6a7  Remove commented code Synchronize correctly Follow Java recommendation on order of declarations Remove TODO
    omit b28b857  Add test on cache
    omit f8b34f8  Make field accessible from tests
    omit fdeb380  Add test on cache
    omit 7b8c450  Avoid NPE if init of resolver fails Add Test cases
    omit 5254126  Avoid import *
    omit 547c8f8  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Fix nightly build failure by removing bytes from XML results as it will make build unstable if page changes. Bugzilla Id: 57242
    omit a309d68  Followup to r1776794. Re-Add "Basic " to the authorization header.
    omit 9be25b8  Eclipse uses tabs, so keep tabs here.
    omit a91cbf4  Bug 60661 - Deprecate SOAP/XML-RPC Request Bugzilla Id: 60661
    omit 21d0cca  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Fix test failuredue to mistakingly using 2 threads Bugzilla Id: 57242
    omit 2139955  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Fix test failuredue to mistakingly using 2 threads Bugzilla Id: 57242
    omit 431eb38  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 svn:eol Bugzilla Id: 57242
    omit f59aad2  Use lambda expression instead of anonymous class.
    omit 449c64f  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Add property Bugzilla Id: 57242
    omit 550ee8b  Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4 Bugzilla Id: 57242
    omit 3151de0  The banner for current events seems to have changed.
    omit 56feba1  Remove workaround for https://issues.apache.org/jira/browse/HTTPCLIENT-1712 regarding SPNego for kerberos and HTTPS, which was introduced in httpclient 4.5.2 and has beeen fixed with 4.5.3. As we are now using httpclient 4.5.3, the workaround is not needed anymore.
    omit f316ed2  Fix test failure after adding httpmime in LICENSE file. No special case management anymore for httpmime
    omit 10b49d2  Mention httpasyncclient
    omit cdad049  Updated to httpclient 4.5.3 (from 4.5.2)
    omit 20929bf  Space police
    omit 9a65d3a  Use lambda expression instead of anonymous class.
    omit ca7bf79  Specify for which element this label is used.
    omit 4ecd04b  Use lambda expression instead of anonymous class.
    omit ddab928  Space police
    omit 72a878c  Return result of condition directly instead of wrapping it in an if/else clause.
    omit dce3206  Use isEmpty instead of size on a list to check whether it is empty.
    omit d1639aa  Use isEmpty instead of size on a list to check whether it is empty. Reorder the if/else clause to avoid negation.
    omit 3e95130  Use isEmpty instead of size on a list to check whether it is empty.
    omit c4ca784  Move the declaration/instantiation of the sonar related variables closer to the sonar task, as it uses other variables -- namely the jmeter.version one -- that are not initialized otherwise.
    omit c306e86  Fix test failure
    omit fbd50cf  Add Test of Slow connection feature to detect any regression, see Bug 59902 for example svn:eol
    omit cdb9f84  Add Test of Slow connection feature to detect any regression, see Bug 59902 for example
    omit 61f6862  Fix code smell
    omit bf81cc9  Remove unused import
    omit b5fe3e8  Fix sonar code smells
    omit 3fbe07a  svn:eol
    omit 5cba6ec  Bug 60646 - Workbench : Save it by default Bugzilla Id: 60646
    omit 9d1adca  Bug 60654 - Validation Feature : Be able to ignore BackendListener Based on https://github.com/apache/jmeter/pull/258 from Maxime Chassagneux Bugzilla Id: 60654
    omit 6f13741  svn:eol
    omit a05841f  Use StandardCharset instead of looking one up by string.
    omit b3e94f9  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Fix annotation as per PR contributed by Maxime Chassagneux This closes #258 Bugzilla Id: 60590
    omit 9799398  Use try-with statement to simplify code.
    omit 6629555  Simplify code
    omit 3a49bbc  Simplify code Remove commented code
    omit 27e2b87  Fix stream leaks
    omit a222a40  PUT might leak file descriptors.
    omit 75cca0b  Avoid calling method repeatedly
    omit dcfd2b6  Bug 60650 - AbstractBackendListenerClient does not reset UserMetric between runs
    omit 719de73  Bug 60650 - AbstractBackendListenerClient does not reset UserMetric between runs Bugzilla Id: 60650
    omit f3afc07  Bug 60648 GraphiteBackendListener can lose some metrics at end of test if test is very short Bugzilla Id: 60648
    omit f6489fe  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Avoid useless instanciation and set capacity Bugzilla Id: 60590
    omit c68a18a  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Fix corruption of ArrayList due to Multi-thread access Fix timestamp which was computed too late Bugzilla Id: 60590
    omit d9ee054  This closes #256 : Improve Statistics Table in HTML report
    omit bf34e6c  Bug 55652 - JavaSampler silently resets classname if class can not be found Felix notes Bugzilla Id: 55652
    omit 96ee6db  Bug 59995 - Allow user to change font size with 2 new menu items and use "jmeter.hidpi.scale.factor" for scaling fonts Contributed by UbikLoadPack Bugzilla Id: 59995
    omit c28e7d9  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Fix missing httpcore-nio in bundle Bugzilla Id: 60590
    omit fb29924  Bug 60643 - HTTP(S) Test Script Recorder doesn't correctly handle restart or start after stop Bugzilla Id: 60643
    omit c0e4567  Bug 55652 - JavaSampler silently resets classname if class can not be found Fix Sonar error in a better way , thanks Felix Bugzilla Id: 55652
    omit 6d0d598  Ignore sonar false positive
    omit 2f3c79b  Fix sonar error
    omit 0158378  Bug 55652 - JavaSampler silently resets classname if class can not be found Bugzilla Id: 55652
    omit 8be5cfe  Fix what I hav broken in jmeter.bat, now we have only the fix to the comment in bash format replaced by comment in windows format
    omit 714ac07  Fix typos in jmeter.bat
    omit e4c9f06  Add some tests for XPathUtil
    omit 29d8bcb  Bug 60415 - Drop Java 7 support Force java.security.egd as per mailing list discussion http://mail-archives.apache.org/mod_mbox/jmeter-dev/201701.mbox/%3C0016ccc5-2a8a-b909-a72d-b4593ad9e00c%40kippdata.de%3E Bugzilla Id: 60415
    omit 24b96af  Fix sonar code smells
    omit 0162ed1  Bug 55258 - Drop "Close" icon from toolbar and add "New" to menu This closes #227 Bugzilla Id: 55258
    omit 29cff62  Utilised Java 8 (and 7) features to tidy up code. Formatting and minor tweaks. Contributed by Graham Russell (graham at ham1.co.uk). Part 8/8 of github pr #255. This closes #225.
    omit 73c9f1d  Utilised Java 8 (and 7) features to tidy up code. Formatting and minor tweaks. Contributed by Graham Russell (graham at ham1.co.uk). Part 7/8 of github pr #255
    omit 7b89072  Utilised Java 8 (and 7) features to tidy up code. Used .sort. Contributed by Graham Russell (graham at ham1.co.uk). Part 6/8 of github pr #255
    omit 6da475e  Utilised Java 8 (and 7) features to tidy up code. Used removeIf. Contributed by Graham Russell (graham at ham1.co.uk). Part 5/8 of github pr #255
    omit 01ce808  Utilised Java 8 (and 7) features to tidy up code. Used multi-catch. Contributed by Graham Russell (graham at ham1.co.uk). Part 4/8 of github pr #255
    omit 0d3dfdd  Utilised Java 8 (and 7) features to tidy up code. Used ThreadLocal.withInital. Contributed by Graham Russell (graham at ham1.co.uk). Part 3/8 of github pr #255
    omit a32a55d  Utilised Java 8 (and 7) features to tidy up code. Removed unnecessary types. Contributed by Graham Russell (graham at ham1.co.uk). Part 2/8 of github pr #255
    omit 0277268  Utilised Java 8 (and 7) features to tidy up code. Contributed by Graham Russell (graham at ham1.co.uk). Part 1/8 of github pr #255
    omit 3f4e49e  Bug 60621 - The "report-template" folder is missing from ApacheJMeter_config-3.1.jar in maven central Bugzilla Id: 60621
    omit 1e7dc60  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Restore tag in annotations Bugzilla Id: 60590
    omit 0909fd5  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Annotation contained "timestamp in its label Annotation for end of test was not send due to HttpClient being closed before last send was done Bugzilla Id: 60590
    omit 61cbf80  Fix name
    omit c99a9c6  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Fix failing test on eclipse.classpath due to trailing space, Improve this test ? Bugzilla Id: 60590
    omit 95c664a  Bug 60590 BackendListener : Add Influxdb BackendListenerClient implementation to JMeter. Partly based on <pr>253</pr> by  Maxime Chassagneux (maxime.chassagneux at gmail.com). Set timestamp to be able to use AsyncHttpClient Use AsyncHttpClient Allow configuration of Send interval This closes #253 Bugzilla Id: 60590
    omit 775cad0  Fix error
    omit 2d7f6dd  Add changes.xml entry for bug 60575
    omit 933c504  This closes #252 : Improve translation "save_as" in French
    omit 744772e  Bug 60607 - DNS Cache Manager configuration is ignored Add test case for SystemDnsResolver Bugzilla Id: 60607
    omit 547ac8b  Clarify and correct logic of getSendParameterValuesAsPostBody, so that it only returns true, when there are parameters and none of those have a name.
    omit 578700b  Split up test case to test only one thing at a time. Correct the second test case at the same time. PutWriter would use all unnamed arguments for the body of the request, so set them. This is in preparation for Bug 60575.
    omit 5ae0409  Bug 60607 - DNS Cache Manager configuration is ignored svn:eol Bugzilla Id: 60607
    omit 802d18f  Bug 60607 - DNS Cache Manager configuration is ignored Bugzilla Id: 60607
    omit 7033e31  Bug 60602 - XPath Extractor : Add Match No. to allow extraction randomly, by index or all matches Don't compute value if it will not be used Bugzilla Id: 60602
    omit 5e01cc4  Bug 60603 - CSV Data Set Config : Add a property to ignore first line Bugzilla Id: 60603
    omit 500f108  Bug 60602 - XPath Extractor : Add Match No. to allow extraction randomly, by index or all matches Bugzilla Id: 60602
    omit 146611a  Clarify labels Fix french typo
    omit 4dbb857  This closes #244 : Fix warning prone BoxedPrimitiveConstructor in Top5ErrorsSummaryData.java
    omit e71e25d  This closes #243 : Fix warning prone default charset in SampleResult.java
    omit 2859d21  Set JMeterHome in isolated test (instead of relying on AllTests to initialise it).
    omit 8edda93  Partly revert r1774875. Nightly snapshot should not be named 3.2-SNAPSHOT. Thanks sebb for digging into this and pointing right onto this.
    omit fa430c5  Remove CMSClassUnloadingEnabled java argument because it is not used with GC G1
    omit fc832ba  Bug 60595: Add a SplashScreen at the start of JMeter GUI svn:eol Bugzilla Id: 60595
    omit da3068b  Bug 60595: Add a SplashScreen at the start of JMeter GUI Contributed by maxime.chassagneux at gmail.com This closes #251 Bugzilla Id: 60595
    omit d5ff56d  Revert order change introduced by r1779114 as it breaks report
    omit 65a75dc  Mention report generation
    omit 52fdf32  Add unity in statistics report and move min, max colum from the end to near average time
    omit b1b6714  Add JMeter command line example in warning message when run JMeter in GUI mode
    omit e21fde9  Add jmeter.reportgenerator.date_format, jmeter.reportgenerator.start_date and jmeter.reportgenerator.end_date in properties documentation
    omit 3ffb7f1  Bug 60593 - Switch to G1 GC algorithm Bugzilla Id: 60593
    omit 576fb1d  Bug 60514 - Ability to apply a naming convention on Children of a Transaction Controller Document properties Fix some links in other properties Bugzilla Id: 60514
    omit 330afaa  Bug 60514 - Ability to apply a naming convention on Children of a Transaction Controller Rename property Add properties to jmeter.properties Bugzilla Id: 60514
    omit 79bcc15  svn:eol
    omit a4aca98  Bug 60514 - Ability to apply a naming convention on Children of a Transaction Controller Contributed by UbikLoadPack Bugzilla Id: 60514
    omit 69a2178  Bug 58943 - Create a Better Think Time experience svn:eol Bugzilla Id: 58943
    omit da8518b  Bug 58943 - Create a Better Think Time experience Contributed by UbikLoadPack Bugzilla Id: 58943
    omit d9bd61e  Bug 58943 - Create a Better Think Time experience Contributed by UbikLoadPack Bugzilla Id: 58943
    omit 491f6a1  Fix 2 sonar issues
    omit 257674e  Bug 60591 - BackendListener : Add a time boxed sampling tab police Bugzilla Id: 60591
    omit 2db7be2  Bug 60591 - BackendListener : Add a time boxed sampling Based on PR 237  from by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux (maxime.chassagneux at gmail.com).
    omit ed89ccf  Bug 60590 - BackendListener : Add Influxdb BackendListenerClient implementation to JMeter svn:eol Bugzilla Id: 60590
    omit 3ae2015  Bug 60590 - BackendListener : Add Influxdb BackendListenerClient implementation to JMeter Partly Based on PR 246  from by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux (maxime.chassagneux at gmail.com).
    omit 21f12c2  This closes #249
    omit 2d9ea2c  Updated to asm 5.2 (from 5.1)
    omit 1e01fef  Bug 60415 - Drop Java 7 support Update changes to remove mention of Java 7 bugs in known issues section Refresh the changes Bugzilla Id: 60415
    omit 3b5792d  Use less shadow on the website.
    omit 22d8282  Change the links in the docs to the slightly updated and (from pdf to xml) converted tutorials
    omit 427c0dd  Updated to slf4j-api 1.7.22 (from 1.7.21)
    omit 3a478fd  Updated to ph-css 5.0.3 (from 4.1.6) Updated to ph-commons 8.6.0 (from 6.2.4
    omit c8a7242  Updated to jsoup-1.10.2 (from 1.10.1)
    omit d89fec4  Remove wrongly added jars
    omit 01d23e9  Updated to jodd 3.8.1 (from 3.7.1.jar)
    omit 703bef5  Updated to httpcore 4.4.6 (from 4.4.5)
    omit 4d9ce24  Updated to groovy 2.4.8 (from 2.4.7)
    omit 1d84f25  Updated to dnsjava-2.1.8.jar (from 2.1.7)
    omit ad31932  This closes #226. https://github.com/apache/jmeter/pull/226 We cannot integrate this PR as it is now in conflict and would need too much work to be integrated. Thanks for your work but next time please ask on jmeter dev mailing list before working on a PR. Integrating PR that touch a lot of code without JUNIT non regression testing is too risky.
    omit 14fab22  Bug 60585 - JMS Publisher and JMS Subscriber : Allow reconnection on error and pause between errors Based on PR 240  from by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux (maxime.chassagneux at gmail.com).
    omit 1ba76c5  Bug 52962 - Allow sorting by columns for View Results in Table, Summary Report, Aggregate Report and Aggregate Graph Based on a contribution by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux This commint and this previous one http://svn.apache.org/viewvc?rev=1778767&view=rev closes #245 Bugzilla Id: 52962 Bugzilla Id: 52962
    omit 6b08fa8  Bug 52962 - Allow sorting by columns for View Results in Table, Summary Report, Aggregate Report and Aggregate Graph Based on a contribution by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux This closes github pr #245 Bugzilla Id: 52962
    omit 936e70b  Formatting
    omit b960d5f  Bug 54525: Search Feature : Enhance it with ability to replace Make search dialog non modal Bugzilla Id: 54525
    omit 9880bf0  Anakia can't cope with the deeply nested structure, so remove the inner 'em's
    omit d19f5f8  Bug 60583 - VRT listener with JavaFX html view don't work with openjdk 8 Bugzilla Id: 60583
    omit 3f14526  New look for diagrams in distributed testing tutorial.
    omit cf9254b  Convert pdf to xml
    omit 2af987d  Convert pdf to xml
    omit 1633270  Convert pdf to xml
    omit b4ed2a1  Convert pdf tutorials to xml.
    omit 60783a7  Bug 60548 - HTTP Request : Allow Upper Panel to be collapsed Bugzilla Id: 60548
    omit d683d06  Mention sponsor of feature
    omit dec88ee  Bug 60542 - View Results Tree : Allow Upper Panel to be collapsed Contributed by UbikLoadPack Bugzilla Id: 60542
    omit 1ae4eff  Bug 60543 - HTTP Request / Http Request Defaults UX: Move to advanced panel Timeouts, Implementation, Proxy Bugzilla Id: 60543
    omit 2558c8a  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
    omit 205ff1b  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
    omit 51669a2  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
    omit 157f324  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
    omit 8715510  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
    omit 8d230d1  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
    omit 5284d66  Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.
    omit 4576598  sonar : fix squid:S2696 Make the enclosing method "static" or remove this set
    omit fbfe628  Correct typo.
    omit b990955  Happy New Year 2017.
    omit 0fa6e22  sonar : fix squid:S2696 Make the enclosing method "static" or remove this set
    omit a612208  sonar : fix squid:S2696 Make the enclosing method "static" or remove this set
    omit 48342aa  sonar : fix squid:S2696 Make the enclosing method "static" or remove this set
    omit 1a45cec  sonar : fix squid:S2157 Add a "clone()" method to this class
    omit 9eec547  sonar : fix squid:S2157 Add a "clone()" method to this class
    omit d9ca4e4  Remove unused import
    omit 46db711  Reorder to fix test failure
    omit 7b36656  sonar: - fix naming of constants - fix placement properties, constructor to follow Java conventions
    omit f294cbe  Sonar : ignore  squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
    omit b9750f9  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
    omit 5e983bf  Use java.util.Base64 Mention deprecation of Base64Encode in changes.xml
    omit 87b4e36  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'" Deprecated it and Mention breaking change in changes.xml
    omit 4f92771  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'" Mention breaking change in changes.xml
    omit f52d4ff  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'" Fix also properties declaration order
    omit edbcf5e  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'" Fix also properties declaration order
    omit c362b25  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
    omit 53df360  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
    omit 9979c10  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
    omit eaf9fde  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
    omit f902a96  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
    omit 9239536  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
    omit 7dd6d0f  Sonar : fix squid:S00115 "Rename this constant name to match the regular expression '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'"
    omit 0a21a0f  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit 7f0be17  Remove useless code
    omit 75e17b5  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit 6258dc6  Sonar : fix fix false positive squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit e34fe95  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit 0b3a0a1  Sonar : fix fix false positive squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit bc4003d  Sonar : fix fix false positive squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit 68e1961  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit 5ff8089  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit 4637bf3  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit 8b42302  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit 5b82d09  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit bf5e92d  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit 0cea978  Sonar : fix false-positive squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. "
    omit e8d20d7  Sonar : fix squid:CommentedOutCodeLine "This block of commented-out lines of code should be removed. " Also fix false positive on catching NoClassDefFoundError
    omit 7e81cb9  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit ea96763  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit 5aa39da  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit 3a073b8  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit 68fdf29  Revert as per Felix request
    omit f253123  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit 228d1f6  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit 902bde2  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit 1615c03  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit 466f4fd  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit 48f0918  sonar : fix squid:S1659  : Declare XXX on a separate line.
    omit 874cef2  Wording and markup.
    omit 3e44535  Enable various sonar filters.
    omit 099ef0a  Sonar : Add links to main project elements Ignore squid:S1192 : "Define a constant instead of duplicating this literal "
    omit a910b46  Ignore for now squid:S134 "Refactor this code to not nest more than 3 if/for/while/switch/try statements. "
    omit 01a7d5a  sonar : fix security errors Now we fail if issues happens on JAR loading
    omit 495724b  Bug 60507 - Added 'Or' Function into ResponseAssertion Improve test coverage Bugzilla Id: 60507
    omit 5a2b555  sonar : fix code smell
    omit 9f4bfab  Bug 60507 - Added 'Or' Function into ResponseAssertion Fix tab Bugzilla Id: 60507
    omit 17abc49  Bug 60507 - Added 'Or' Function into ResponseAssertion Fix contributor name Bugzilla Id: 60507
    omit 0f85698  Bug 60507 - Added 'Or' Function into ResponseAssertion Based on contribution by  忻隆 Bugzilla Id: 60507
    omit 7e19a1a  Bug 60415 - Drop Java 7 support Bugzilla Id: 60415
    omit 45148d8  Sonar : Remove useless assignment
    omit 6ec9fda  Sonar : Remove useless assignment
    omit a6cac5c  sonar : fix code smell (Remove useless assignment) and false-positive
    omit 86bb51e  sonar : fix code smell (Remove useless assignment) and false-positive
    omit 751a973  Sonar : Remove useless assignment
    omit d1fb45e  Sonar : Remove useless assignment
    omit 031aac6  Sonar : Ignore inheritance code smell as nothing can be done about it without breaking backward compatibility
    omit dde4dbd  sonar : fix code smell
    omit 85490b7  sonar : fix code smell
    omit 1a92e1f  sonar : fix code smell
    omit 93b3de9  Bug 60530 - Add API to create JMeter threads while test is running This closes #238 through commit r1776612 Bugzilla Id: 60530
    omit 2a6dc50  Bug 60530 - Add API to create JMeter threads while test is running Fix tests failure Bugzilla Id: 60530
    omit df1ef08  Bug 60530 - Add API to create JMeter threads while test is running
    omit de6c233  Bug 60530 - Add API to create JMeter threads while test is running Based on a contribution by Logan Mauzaize & Maxime Chassagneux Bugzilla Id: 60530
    omit b8a1059  Improve javadocs
    omit 1eb65a3  Bug 60531 - HTTP Cookie Manager : changing Implementation does not update Cookie Policy Bugzilla Id: 60531
    omit 4ce26a1  Remove deprecated method
    omit ad4badd  Remove deprecated method
    omit 2666ba7  Remove deprecated method
    omit a9dde8b  Remove deprecated method
    omit 97117b0  Remove deprecated and unused class
    omit 25ac3f2  Remove deprecated method
    omit 58a65a3  sonar: reorder to fix sonar code smells
    omit 0bfe091  sonar: fix errors
    omit 5993bdc  sonar: ignore false positive
    omit 7031549  sonar: fix errors
    omit 0a46370  sonar: fix errors
    omit 0140aa0  sonar: fix errors
    omit 3e18996  sonar: fix errors
    omit 9aa96b7  sonar: fix errors
    omit faf38fa  sonar: fix errors
    omit b82417c  sonar : fix errors We cannot remove UnsharedComponent it's required
    omit 73165fe  sonar: fix errors
    omit 0f02a0a  sonar: fix errors and better format
    omit e2db659  sonar: fix errors
    omit 5a75708  Remove leftover from close commit.
    omit 1143cd3  This closes #239 on github which is replaced by 241
    omit 5a80a5b  sonar: fix errors Remove deprecated methods
    omit 7e23819  sonar: fix errors
    omit 2e4f681  sonar: fix errors
    omit 5a12904  Add methods to log exception
    omit 899fd4b  sonar: fix errors
    omit ab1d014  sonar: fix errors
    omit 068d1ba  sonar: fix errors
    omit 241ded6  sonar: fix errors
    omit 0dd5b32  sonar: fix errors
    omit 075a28b  sonar: fix errors
    omit 7c258a4  sonar: ignore false positive
    omit 44bc64c  sonar: fix errors
    omit 16431cb  sonar: fix errors and false-positive Fix missing Encoding issue by saving in UTF-8
    omit 3c1ec3e  sonar: ignore false positive
    omit b9300f2  sonar: fix security errors
    omit 7d5d63d  sonar: fix errors
    omit 48e9536  sonar: ignore false positive
    omit a491b69  sonar: ignore false positive
    omit c6684f2  sonar: fix errors
    omit 7049add  sonar: fix errors Use switch instead of if/else/then as per: https://docs.oracle.com/javase/8/docs/technotes/guides/language/strings-switch.html
    omit 600d698  sonar: fix errors and mention change in changes.xml and component reference
    omit 2f8c1fd  sonar: fix errors
    omit f90f0de  Avoid synchronization
    omit 199e816  Remove useless svn tags
    omit fe7b7ec  sonar: fix errors and ignore false positive
    omit 236f411  Bug 60154 - User Parameters GUI: allow rows to be moved up & down in the list This closes #242 on github Contributed by https://github.com/Murdecai777 Bugzilla Id: 60154
    omit eae0797  Fix doc
    omit 47b4c87  Bug 60154 - User Parameters GUI: allow rows to be moved up & down in the list This closes #242 on github Contributed by https://github.com/Murdecai777
    omit bc37cfd  Sonar : Fix code smell
    omit 27f2ed0  Remove junk text used to close PRs
    omit 83e57f6  This closes #232 on github as WONTFIX as PR is not usable as is. In the future, it would be better to discuss such proposal on dev mailing list and only start working on it if there is an agreement. Thanks a lot for your contribution anyway.
    omit 7bcdb73  This closes #236 on github as WONTFIX as no consensus on it during dev mailing list discussions. Thanks a lot for your contribution anyway. In the future, it would be better to discuss such proposal on dev mailing list and only start working on it if there is an agreement.
    omit fd38fec  This closes #210 on github which is waiting for another PR
    omit 3168d95  This commit is just to close github pr #210 which is waiting for another PR
    omit bcb5e8f  Add a new target nightlysonar, which combines nightly and sonar. That way we will save a test run worth of time on the build server.
    omit 918c761  Use correct monitor to use wait and notify on (followup to r1769418). Move constructor to correct place and add a second one to be used by clone. Make Map and Set for cookieManagers final. Add tests.
    omit c25bbdd  Add Apache license and set eol to native.
    omit cb0b59f  sonar: ignore false positive
    omit 082699f  Improve javadocs
    omit 6277a0e  Sonar : Fix code smell
    omit 209e8c0  Sonar : Fix code smell
    omit 239c05f  Sonar : Fix errors, vulnerabilities
    omit 162bd65  Remove unused array
    omit 0cfb3d7  sonar : remove unused import
    omit f1450e9  sonar: ignore false positive
    omit 26b1e52  Sonar : Make SHARE_TAGS private
    omit 15f2260  Sonar : Fix false-positive and errors
    omit 0788cea  Remove unused import.
    omit d00fced  Use try-with statement.
    omit 7187e5c  Spacepolice
    omit 5bcf5da  Use assert function instead of java comparison in test case.
    omit cd6dedb  Remove redundant check. instanceof is only true on non-null values.
    omit 1a2332b  Use isEmpty instead of size()
    omit 4153396  Use isEmpty instead of size()
    omit fddf4e1  Remove useless assignments
    omit 0d5aaa1  Check for null is overkill, when it is followed by instanceof. Add test cases for checked anomalies.
    omit 675d770  Use StandardCharsets...name() instead of a simple string.
    omit 4bd22b3  Use explicit junit method instead of boolean expression inside assertTrue
    omit 176707b  Minimal java version is 1.8.0
    omit 9306110  Javadoc: Add description for exception.
    omit 98d9bfe  Javadoc: add description for possible exceptions.
    omit 1138ed9  Javadoc: Use correct name of parameter
    omit c3fcb50  Javadoc: Add description for param foldIndicatorEnabled.
    omit d27944d  javadoc: Rename type param to comply with java coding standards and document usage.
    omit c45122d  Javadoc: Rename type parameter to comply with java coding style
    omit f073a4e  Javadoc: Correct typo and add missing return description
    omit 7ef16d5  javadoc: Rename type param to comply with java coding standards and document usage.
    omit c5cdef4  javadoc: Rename type param to comply with java coding standards and document usage.
    omit 27c2378  Remove useless method variable oo and rename parameter.
    omit fdb5b2e  Add tests for Sample#compareTo and correct compareTo with respect to big longs.
    omit 54b6b5f  Sonar : Fix false-positive
    omit 577579a  Sonar : Fix errors, vulnerabilities
    omit 02479bc  Sonar : Fix false-positive
    omit 0d944c1  Sonar : Fix errors, vulnerabilities
    omit 5949960  Sonar : Fix errors, vulnerabilities
    omit 47fb705  Sonar : Fix errors, vulnerabilities
    omit 9313798  Javadoc: add doc for param caseSensitive and clarify the params regex and replaceBy
    omit d9d8898  Use coverage target for sonar instead of complete-junit. Based on patch by Thomas Schapitz. Bugzilla Id: 60505
    omit db4ef7e  Update jacoco to version 0.7.8.
    omit 96d36ec  ant:if can only be used on ant 1.9.x and upwards.
    omit e32bd3c  Convince sonar, that we don't need to start a thread here.
    omit 6f3d1b7  Init logger 1 time for perfs
    omit b8e5b78  Sonar : Fix false-positive
    omit 5bb1134  Sonar : Fix errors, vulnerabilities
    omit 75e8a22  Sonar : Fix  vulnerabilities
    omit a55ae4d  Convince sonar, that we don't have to log this exception, as we are storing it in the response.
    omit 3620b07  Convince sonar, that we don't have to log this exception, as we are storing it in the response.
    omit c344305  Use toString of StringBuilder instead of construction a new String.
    omit 5fc312c  Log error instead of printing it to stderr.
    omit ca34c67  Rename constant to comply with naming conventions.
    omit d3f7067  Add comments to declare, that these constants are no hardcoded password.
    omit bdfe2d2  Add comments to declare, that these constants are no hardcoded password.
    omit 6a34ae8  Sonar : Fix errors, code smells and false-positive
    omit a9087fb  Remove unused import
    omit 9c319d9  Sonar : Fix errors, code smells and false-positive Also use Timer.isModifiable() introduced within Bug 60018 Bugzilla Id: 60018
    omit 31a4fb2  Add javadoc
    omit c25b6de  Bug 60018 - Timer : Add a factor to apply on pauses Use Java8 default method Bugzilla Id: 60018
    omit c47c6ca  Sonar : Fix errors, code smells and false-positive
    omit 79493cd  Ignore sonar warnings about transient fields in serializables and throwing generic exceptions.
    omit e628ba0  Sonar : Fix errors and code smells
    omit edb8da7  Sonar : Fix errors and code smells
    omit 97810b2  Sonar : Fix errors and code smells
    omit a35088e  Fix comparison
    omit 980c6a5  Sonar : Fix errors and code smells
    omit f5d0e5e  Sonar : Fix errors and code smells
    omit 4ad2c97  Sonar : Fix errors and code smells
    omit fbce941  Sonar : Fix errors and code smells
    omit 504d62e  Sonar : Fix errors and code smells
    omit 2a2edb7  Sonar : Fix errors and code smells
    omit 9a2cc7b  Sonar : Fix errors and code smells
    omit 702fb2f  Sonar : Fix errors and code smells
    omit 8598fa0  Bug 54525 - Search Feature : Enhance it with ability to replace Implement feature for Sampler subclasses Bugzilla Id: 54525
    omit c7cc3ae  Sonar : Fix errors and code smells
    omit 5226580  Sonar : Fix code smells
    omit c680424  Bug 54525 - Search Feature : Enhance it with ability to replace Implement feature for Sampler subclasses Bugzilla Id: 54525
    omit 15e8a5d  Bug 60144 View Results Tree : Add a more up to date Browser Renderer to replace old Render Fix Exception java.lang.IllegalStateException:Toolkit not initialized Bugzilla Id: 60144
    omit 1d5fb89  Make private method static to make it clearer, that it accesses and modifies static state.
    omit 3833357  Silence sonar's false alarm about hard coded passwords.
    omit 947579a  Silence sonar's false alarm about hard coded passwords.
    omit 5b8081b  Silence sonar's false alarm about hard coded password.
    omit 8860daf  AddressException is a child of MessagingException, so we don't need to declare it.
    omit 4edffc8  Fix one Sonar nag. Use long literal to make usage of long explicit.
    omit df18065  simplify code
    omit 39509b6  Comment on issue
    omit 0815bc1  sonar : Fix false positive
    omit 76143d8  Sonar : Fix errors
    omit f9a744b  sonar : Fix false positive
    omit 54ddd21  Sonar : Fix errors
    omit 3483a28  sonar : close target which can be a FileOutputStream
    omit 732b716  sonar : Fix false positive
    omit a06136c  Sonar : Fix errors and code smells
    omit 7345383  Sonar : Fix errors and code smells Clarify code by renaming vars
    omit db937c5  Sonar : Fix errors and code smells
    omit 59e0dc0  Sonar : Fix code smells
    omit 5dc8126  Sonar : Fix code smells
    omit 5f9d22c  Sonar : Fix errors and code smells
    omit 2df9031  Sonar : Fix errors and code smells
    omit 9435e23  Sonar : Fix code smells
    omit bab6404  Sonar : Fix code smells Use Java8 lambda
    omit 6a19d61  Sonar : Fix code smells Use Java8 lambda
    omit f48fa2a  Sonar : Fix code smells
    omit f7e5824  Sonar : Fix false positive
    omit 45dcc3a  Sonar : Fix code smells
    omit 31856d0  Sonar : Fix code smells
    omit 9a3b89d  Sonar : Fix code smells
    omit a99ccc6  Sonar : Fix code smells Use Java8 lambda
    omit 7481f9b  Sonar : Fix code smells Use Java8 lambda
    omit a1b2cd1  Sonar : Fix code smells
    omit a96ac84  Sonar : Fix code smells
    omit 8e65572  Sonar : Fix code smells Use Java8 lambda
    omit 3f8c797  Sonar : Fix code smells Use Java8 lambda
    omit ace3583  Sonar : Fix code smells
    omit dae0eea  Sonar : Fix code smells Use Java8 lambda
    omit 936b967  Sonar : Fix code smells Use Java8 lambda
    omit 4b7ce8c  Sonar : Fix code smells Use Java8 lambda
    omit 1cf34f4  Sonar : Fix code smells
    omit 95b34fc  Sonar : Fix code smells Use Java8 lambda
    omit 1e551b3  Sonar : Fix code smells Use Java8 lambda
    omit 73a1bf1  Sonar : Fix code smells Use Java8 lambda
    omit 1d88ae5  Bug 60444 - Intermittent failure of TestHTTPMirrorThread#testSleep() Bugzilla Id: 60444
    omit c7ccbaa  Sonar : Fix code smells
    omit dfaf1cf  Sonar : Fix code smells
    omit a22f6bb  Sonar : Fix code smells
    omit 00daf50  Sonar : Fix code smells
    omit 88b30d4  Sonar : Fix code smells
    omit 27f3907  Sonar : Fix code smells
    omit 4768444  Sonar : Fix code smells
    omit e9b2997  Bug 54525 - Search Feature : Enhance it with ability to replace Part 1 : create replace that counts number of replacements Fix sonar code smell Bugzilla Id: 54525
    omit a4fbcf0  Bug 54525 - Search Feature : Enhance it with ability to replace Part 1 : create replace that counts number of replacements Fix sonar error
    omit 0a46c96  Bug 54525 - Search Feature : Enhance it with ability to replace Part 1 : create replace that counts number of replacements Bugzilla Id: 54525
    omit 42102f9  Bug 60501 - Search Feature : Performance issue when regexp is checked Bugzilla Id: 60501
    omit caadac9  Properties can be set only once in ant. Re-enable jacoco test run with agent.
    omit 20a5477  Fix sonar error
    omit 2d7d53e  comment on SONAR false positive
    omit 90bdfba  comment on SONAR false positive
    omit f7bb619  Drop comment code Drop useless test Drop dead code
    omit ec4fc0b  Fix NPE
    omit ad45f0c  Ignore false positive
    omit ab8330f  Fix sonar warning on closing statement
    omit 16c1185  Fix sonar warning
    omit 31c1ada  Fix sonar warning
    omit 850ecef  Fix conversion issue
    omit 423f1f0  Fix conversion issue
    omit 8ce1a48  fix conversion
    omit b58dca3  typo as per felix note
    omit 2ccf4ea  ignore false positive
    omit 494d338  typo
    omit 2648609  Ignore false positive
    omit 9740e69  Bug 60222 - Remove deprecated elements Distribution Graph, Spline Visualizer Bugzilla Id: 60222
    omit 9e9ac73  Removed a line to many in last commit
    omit e935b40  Tabpolice
    omit 1050f4a  space policy
    omit 08eda9e  improve javadocs
    omit 1cb5a54  improve javadocs
    omit 794acf7  improve javadocs
    omit c82a22a  improve javadocs
    omit 7188bed  improve javadocs
    omit 1676df0  Improve a bit quality using Java8
    omit 348559e  Move definition of sonar namespace to sonar task, so that it works, even when sonar lib was just downloaded.
    omit 15f6b47  Add sonar analysis task to build
    omit ee0f1b0  Bug 60449 - JMeter Tree : Annoying behaviour when node name is empty Bugzilla Id: 60449
    omit 9bde121  Use isEmpty instead of size. Mainly checked in to test git sync.
    omit baeefa1  Use isEmpty instead of size.
    omit 2e03d21  Remove duplicated condition. TAG_SCRIPT was already checked in this if/else cascade.
    omit 8373d7a  Use short circuit logic in boolean context. No functional change.
    omit 707fe64  Redundant type spec.
    omit ab70b12  travis-ci needs an older version of ant.
    omit c0b09b1  Fix a typo in build.xml (gavin at 16degrees.com.au)
    omit 6c0e334  Add bugzilla ID and Qi Chen to contributor list
    omit 997ca6c  Clear leftover variables before extracting new ones in JSON Extractor. Based on a patch by Qi Chen (qi.chensh at ele.me)
    omit d89f6f8  JMeter Graphite Backend Listener throws exception when test ends and useRegexpForSamplersList is set to true. Based on patch by Liu XP (liu_xp2003 at sina.com)
    omit e6de73b  Require jdk 8+ for generating docs-api. Bugzilla Id: 60415
    omit 1804aa6  603982 Guard Exception handler of the JDBCSampler against null messages
    omit 2856f2b  Drop unused class
    omit 1c3d435  typo
    omit 5bfa1d4  Drop deprecated classes
    omit 59fca25  Drop deprecated code
    omit d3970ef  Drop deprecated code
    omit f81a8bc  Drop deprecated code
    omit 6a81e1d  Drop deprecated code
    omit 101ec86  Drop deprecated code
    omit a07eee1  Current develop version will be the 3.2-SNAPSHOT
    omit 7375a31  javadoc add missing comment for exception
    omit 0b3a466  javadoc add missing param pattern
    omit 737a6d9  javadoc mention the possible exception LinkExtractorParseException.
    omit 5e3755a  javadoc add param descriptions
    omit b58101a  Javadoc describe parameter newValue
    omit 9f09d38  Drop old deprecated and unused classes
    omit 95be08e  Fix wrong javadoc
    omit ea59bf6  Bug 60423 - Drop Monitor Results listener Part 6 Fix property Bugzilla Id: 60423
    omit c83ebd2  Add missing license file for caffeine. Bugzilla Id: 59934
    omit 7317c1f  Modify Saved... testplans to reflect now missing elements.
    omit 64fd561  Bug 60423 - Drop Monitor Results listener Part 5 Fix sha Bugzilla Id: 60423
    omit e69f33f  Bug 60423 - Drop Monitor Results listener Part 4 Fix eclipse build
    omit e4852cd  Bug 60423 - Drop Monitor Results listener Part 3 Remove monitor building parts Bugzilla Id: 60423
    omit 024b163  Bug 60423 - Drop Monitor Results listener Part 2 Bugzilla Id: 60423
    omit 3197f16  Bug 60423 - Drop Monitor Results listener Part 1 Bugzilla Id: 60423
    omit 30ee063  Bug 59934 - CSSParser: several threads can compute the same CSS simultaneously when not cached yet (nightly build after 3.0) ignore caffeine Bugzilla Id: 59934
    omit 1382b03  Bug 59934 - CSSParser: several threads can compute the same CSS simultaneously when not cached yet (nightly build after 3.0) Fix compilation error Bugzilla Id: 59934
    omit 8ecc452  Bug 60144 - View Results Tree : Add a more up to date Browser Renderer to replace old Render JFXPanel should only be created by AWT thread Bugzilla Id: 60144
    omit 15ee525  Make javafx accessible to eclipse for our project.
    omit e4bf29d  Fix freeze when running tests in headless mode. Followup to r1771577
    omit 3938318  Whitespace police (and a blunt try to close #221 on github.)
    omit ffeba23  Fix race-conditions in CssParser. Based on a patch by Jerome Loisel (loisel.jerome at gmail.com)
    omit fdae52d  Bug 60144 - View Results Tree : Add a more up to date Browser Renderer to replace old Render svn:eol Bugzilla Id: 60144
    omit 0160f9b  Bug 60144 - View Results Tree : Add a more up to date Browser Renderer to replace old Render Bugzilla Id: 60144
    omit f9a5643  Typo
    omit 6fa23e1  Mention dropping java 7 support in changes.
    omit 6442bf8  Drop java 7 from travis, too.
    omit b55a68e  Drop support for java 7.
    omit f57584b  Get travis back to green, hopefully.
    omit 248da9b  Start development of next version 3.2
    omit c70e60b  Prepare next release 3.1: update docs tree and overview (RC4)
    omit bec47fb  Bug 60376 - Http Test Script Recorder : If deflate is used by server then recording may break application Bugzilla Id: 60376
    omit f8a0160  Update documentation for last version of InfluxDB
    omit fba59d4  Whitespace police.
    omit 299d7c2  Markup corrections.
    omit fad51f5  Prepare next release 3.1: update docs tree and overview (RC3)
    omit 9a690ae  Add eclipse.me to rat-excludes.txt
    omit 6806039  Move eclipse.readme to eclipse.md and update docs and building.xml
    omit 018293f  Link to NOTICE and LICENSE
    omit 4f7f9bb  Replace README by README.md since it has been moved
    omit 36a5ed2  fix svn:eol
    omit 1b532e5  Tabs policy
    omit fded67a  create reports folder to avoid failure
    omit 997f562  Improve Ant version management. Currently we need at least Ant > 1.9.1 Bugzilla Id: 60364
    omit 12d36ed  Display Apache Ant version as informative message
    omit 741d00d  Improve new and noteworthy
    omit 8a328cf  Bug 60299 - Thread Group with Scheduler : Weird behaviour when End-Time is in the past Bugzilla Id: 60299
    omit 73243eb  Sync on final Lock
    omit 7accc12  replace contains by containsKey
    omit 4a590ea  pageEncodings is already wrapped in a synchronized Collection
    omit acf9fa4  Ignore false positive for synchro on non final field
    omit edbfebf  Sync on final field
    omit a2d9f09  Ignore false positive for synchro on non final field
    omit b55e0f2  Sync on final field
    omit af97f4f  Fix synchronization
    omit 911bd72  Avoid 2 classes per file
    omit 2a384e6  Fix naming of static var Fix synchronization
    omit 05997b3  Ignore false positive on Synchronization on non final field
    omit f1b43ba  Ignore false positive on Synchronization on non final field
    omit bcb37ad  Fix ignored parameter
    omit 879f721  revert last change
    omit be8c17c  Temporary to fix buildbot failure if due to missing dependency
    omit 8123dfa  Bug 60364 - Document Test Coverage Bugzilla Id: 60364
    omit 95d4aca  Bug 60092 - View Result Tree: Add shortened version of the PUT body to sampler result. Align bug title with bugzilla Bugzilla Id: 60092
    omit 4f87c50  Fix doc for HTTP request
    omit 41e93c6  Bug 60358 - Http Request : Allow sending Body Data for HTTP GET request Put back the mention of bug delete in r1769202 Update documentation which was wrong for DELETE and update it for GET Bugzilla Id: 60358
    omit eaec271  Updated to tika 1.14
    omit 0ffd353  Bug 60361 - ModuleController : If a Test plan contains a Module Controller which references an unexistant Controller, JMeter in GUI mode will not stop Disable what seems to be a wrong Unit Test Bugzilla Id: 60361
    omit e1c79a7  Mention timer.factor in new and noteworthy
    omit 5ff8ee9  Bug 60361 - ModuleController : If a Test plan contains a Module Controller which references an unexistant Controller, JMeter in GUI mode will not stop Bugzilla Id: 60361
    omit 96154f9  Fix bad plan where Module Controller has lost reference of controller
    omit 8a92bab  Bug 60361 - ModuleController : If a Test plan contains a Module Controller which references an unexistant Controller, JMeter in GUI mode will not stop Bugzilla Id: 60361
    omit 9a91fe5  Bug 60360 - View Result Tree : Request Tab does not show body of a DELETE request Bugzilla Id: 60360
    omit f294b02  Change chinese translation for "Save as". Contributed by XMeter (support at xmeter.net).
    omit 80c7090  Add p tags to text nodes, so that they get rendered by vsl-templates.
    omit d7cc240  Add p tags to text nodes, so that they get rendered by vsl-templates.
    omit ad2514f  Add p tags to text nodes, so that they get rendered by vsl-templates.
    omit 48012c3  Add p tags to text nodes, so that they get rendered by vsl-templates.
    omit f835776  Add p tags so that the text will be included by the vsl-stylesheet.
    omit b94c484  Bug 60229 - Add a new metric : sent_bytes Add to JavaTest of Java Request Bugzilla Id: 60229
    omit 09145d1  Followup to r1762110. Fix logic to determine, which language should be chosen.
    omit 437076c  Use bugzilla entity as it does not add a dash.
    omit 98ffd0e  Update screenshots of Summary Report and Aggregate Report
    omit ac2ec04  Prepare next release 3.1: update docs tree and overview (RC2)
    omit 190a0dc  Remove intro.html
    omit 69dae28  Add missing images / html file Remove intro.html
    omit 080afb1  Prepare next release 3.1: update docs tree and overview (RC1)
    omit 3195964  Command-line mode instead of CLI mode
    omit b75fb23  Update version
    omit d6f3a03  Update docs
    omit 80244dd  too many parentheses
    omit 338ba69  Fix some javadoc issues
    omit 8d59a84  Bug 60332 - View Results Tree : With Windows LAF, JSON Extractor does not show JSON Path Expression and Result panel Bugzilla Id: 60332
    omit 812cb4e  Improve order of renderers and add JSON Path tester
    omit d038eb5  Remove duplicate link
    omit 5ba0eab  Finalize New and Noteworthy
    omit df55c53  Minor wordings.
    omit 571d7c0  Wording. We don't compare here.
    omit bd5dcaf  Markup 3rd
    omit d8af58a  Use hellip entity and markup 3"rd"
    omit 67e2104  Markup and usage of "these" instead of "those".
    omit 94b65f5  Spelling.
    omit 3a45ef4  Correct Wording.
    omit 115705f  Improve documentation
    omit ea2d9a5  Continue New and Noteworthy section
    omit 483f303  Reduce code
    omit 3c1a9b1  Bug 60323 - Deprecate BSF Elements Replace mention of BSF by JSR223 Bugzilla Id: 60323
    omit 584051b  Fix ignore parameter type as reported by Antonio Gomes Rodrigues
    omit bdd77d9  Update Table index
    omit 2c006fc  Describe Overall load testing process
    omit f340e16  Continue improving overview
    omit e850638  Remove intro redundant with Home Page content. Move non redundant part to history_future.html (new page at end)
    omit da4123c  Rework presentation Highlight features
    omit 83ce510  Bug 60323 - Deprecate BSF Elements Also fix in changes.html link to known problems and workaround
    omit 99ee096  Remove unused keys
    omit 7d38a52  Enhance advice with heap memory mention
    omit 55b8fcd  log-file is results file
    omit a51558b  Add warning about GUI mode
    omit 190b281  Clarify documentation links Move Translation guide to contributing doc
    omit 656440e  Be more explicit on NON GUI usage for load testing
    omit d709645  Upgrade to jsoup-1.10.1 from 1.9.2
    omit 648a43e  Updated to commons-lang3 3.5 (from 3.4)
    omit 15d31b5  Upgrade to jsoup-1.10.1 from 1.9.2
    omit d433cf7  Improve new and noteworthy section
    omit 7b3c600  Add screenshots
    omit 7241e8d  Markup change. Highlight note about query validation.
    omit 0c6a0d2  Update image for mailreader_sampler.
    omit b0100d4  Update screenshot of ws-test-plan.
    omit 8ce4b44  Mention Dashboard improvements in New and Noteworthy section.
    omit bc9d929  Space police
    omit b0f2a06  Minor text tweaks.
    omit d715615  Started to fill in the New and Noteworthy section
    omit 7fe17df  Correct javadoc reference.
    omit b41e2e7  Constants should be final
    omit 2a92e3e  Space-police
    omit fa0e77c  Ignore CSS warnings when parsing with ph-css library.
    omit 0526e71  Remove dependency of ProxyControl on GuiPackage. Based on patches by jarek102 at gmail.com and Wyatt Epp (wyatt.epp at gmail.com)
    omit d7ab9e4  Whitespace police.
    omit 06869df  Since 2.13 (and Bugzilla 57514), Aggregate Graph, Summary Report and Aggregate Report lost precision in the Error, Rate and Bandwidth values saved in the saved file csv Bugzilla Id: 60278
    omit 712f7fc  Revert jmx testplans to r1763887 and add Saved... files, that represent them saved with a current version of JMeter
    omit 5bca0a9  Compare saved testplans to Saved... testplans instead of originals when the Saved... testplan exists.
    omit 471938a3 Use try-with syntax.
    omit 3b573b1  Rename local variable to make intent clearer
    omit 79319c2  Move variable to narrow scope
    omit c92ba16  Refactor computeFileStats and its usage. The caller is responsible to close its created ressources (as it has even more of those).
    omit 8391dfa  Refactor int[] to new class FileStats to make intent of code clearer.
    omit 7872617  Add some missing trailing EOLs
    omit fd1d6d9  Add some missing trailing EOLs
    omit 7ff602b  Remove useless chars
    omit b1588d1  Clarify some limitation Explain how to configure in distributed mode to have correct Thread related graphs
    omit 8347a63  The groovy function is named __groovy. Add a note to add the utility-file to the groovy property. Add a bit of markup.
    omit 6bdffc1  Improve template: - Remove useless 200 assertion - Remove old listeners - Comment what to change - Add think time
    omit 5f2a9c0  Correct typo.
    omit 7640e63  JSON Extractor doesn't index array elements when only one element is found. Based on patch by Roberto Braga (roberto.braga at sociale.it).
    omit f72fb0e  Fix test failure
    omit 8bdef3b  Fix test failure
    omit ff7aded  Bug 60287 - Report / Dashboard : Have a new Top5 Errors by sampler table in Dashboard svn:eol Bugzilla Id: 60287
    omit fcd9047  Bug 60287 - Report / Dashboard : Have a new Top5 Errors by sampler table in Dashboard Bugzilla Id: 60287
    omit 89eeb28  Uncomment default values so that by default report is generated.
    omit ab01332  Fix javadocs
    omit b69deaf  typo
    omit d76f36d  Bug 60266 - Usability/ UX : It should not be possible to close/exit/Revert/Load/Load a recent project or create from template a JMeter plan or open a new one if a test is running Bugzilla Id: 60266
    omit db6d38b  Make all classes extend AbstractAction
    omit d83142f  Bug 60252 - Add sent kbytes/s to Aggregate Report and Summary report Remove use of deprecated setBytes(int) Bugzilla Id: 60252
    omit 6b2b9f7  Improve Template and make it hit example.org which is allowed
    omit 78ccf7e  Bug 60268 - Drop org.apache.jmeter.gui.action.Analyze and deprecate org.apache.jmeter.reporters.FileReporter Bugzilla Id: 60268
    omit 12e042a  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Fix deprecated calls to setBytes(int) Bugzilla Id: 53039
    omit 2f8b136  Bug 60265 - HTTP Request : In Files Upload Tab you cannot resize columns Contributed by Ubik Load Pack (support at ubikloadpack.com) Bugzilla Id: 60265
    omit 6c8cbad  Bug 60267 - UX : In View Results Tree it should be possible to close the Configure popup by typing escape Contributed by Ubik Load Pack (support at ubikloadpack.com) Bugzilla Id: 60267
    omit 7766955  svn:eol
    omit 9800c38  Add a Template that uses Groovy
    omit c67c489  60250 : Report / Dashboard : Need to Add Sent KB/s in Statistics Report of HTML Dashboard Avoid failure when reading a 3.0 file with default configuration. Default sent_bytes to 0 Default connect to 0
    omit 98f2be1  Increase buffer size
    omit 8dcc1ba  Bug 59945 For all JSR223 elements, if script language has not been chosen on the UI, the script will be interpreted as a groovy script. Bugzilla Id: 59945
    omit 4a492c4  Bug 60252 - Add sent kbytes/s to Aggregate Report and Summary report Bugzilla Id: 60252
    omit 0236dce  Bug 60250 - Need to Add Sent KB/s in Statistics Report of HTML Dashboard
    omit 363c1ba  As per sebb and Ivan suggestion
    omit f10271f  README.md does not need AL
    omit c430ab4  Rephrase description text
    omit 6f472c8  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Fix bug as per Felix Schumacher review, thx Bugzilla Id: 53039
    omit 3afb6ae  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Restore changed method for backward compatibility Bugzilla Id: 53039
    omit 970b794  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Update properties_reference.xml Bugzilla Id: 53039
    omit 2e82324  Bug 53039 - HTTP Request : Be able to handle responses which size exceeds 2147483647 bytes Bugzilla Id: 53039
    omit 4aa6913  Bug 60229 - Add a new metric : sent_bytes Don't cumulate sent bytes to compute throughput (which is for server) Bugzilla Id: 60229
    omit aba69d8  Add markup and be more consistent with naming controllers.
    omit 41997e0  Swap version the word and the version number
    omit c7054c8  Bug 60229 - Add a new metric : sent_bytes Add connect and sent_bytes metrics to tabbed view Bugzilla Id: 60229
    omit 0fd18b2  Clarify Use Namespaces also for XPath Extractor
    omit eaa9201  Bug 60229 - Add a new metric : sent_bytes Mention metric is only available with HttpClient4 Bugzilla Id: 60229
    omit acf0ef0  Bug 60229 - Add a new metric : sent_bytes Update TestCSVSaveService with new field Bugzilla Id: 60229
    omit 2bafa3f  Bug 60229 - Add a new metric : sent_bytes Disable sent_bytes in properties for batch Bugzilla Id: 60229
    omit c96b274  Bug 60229 - Add a new metric : sent_bytes Bugzilla Id: 60229
    omit be9cff8  Markup changes. Use code and source elements.
    omit 1cdc718  Apply stylesheet recursively to code and source elements.
    omit f4ec04d  Make field final
    omit c60d803  Bug 60220 - Rename JSON Path Post Processor to JSON Extractor Bugzilla Id: 60220
    omit 3d483dd  Followup to r1763837. Add revision, when elements where dropped to saveservice.properties. Bugzilla Id: 60222
    omit 3f6eb0e  Followup to r1763837. Remove dropped elements from testplans. Bugzilla Id: 60222
    omit a501465  Fix misplaced bugzilla
    omit 498b72c  Fix misplaced bugzilla
    omit 3965fd3  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop mention in LICENSE file Bugzilla Id: 60225
    omit cc33125  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop folder
    omit ba5eecd  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop folder
    omit 595133c  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Drop junit test class, JexlEngine for BSF and update docs Bugzilla Id: 60225
    omit e7bd3ab  Link to Compilable
    omit ea16a63  Update docs by mentioning Groovy function and advising not to use javascript or Beanshell anymore for performances.
    omit 5378ee5  Bug 60225 - Drop deprecated __jexl function and dependency on commons-jexl Bugzilla Id: 60225
    omit c65a427  Bug 60224 - Deprecate Monitor Results listener Mention Use as Monitor as DEPRECATED Bugzilla Id: 60224
    omit 9a765f5  Bug 60224 - Deprecate Monitor Results listener Bugzilla Id: 60224
    omit d299edc  Add links to javadocs
    omit 093748f  Bug 60221 - CSV DataSet : trim variable names Bugzilla Id: 60221
    omit 8c5aee1  Upgrade sha1
    omit 5871b84  Bug 60222 - Remove deprecated elements Distribution Graph, Spline Visualizer Also update version in saveservice.properties to match version of JMeter Bugzilla Id: 60222
    omit aeb8eb6  update message
    omit 47d6fc0  Bug 60220 - Rename JSON Path Post Processor to JSON Path Extractor Bugzilla Id: 60220
    omit d930561  Use more available space for textarea in XPath Assertion.
    omit 4722921  Link to javadocs
    omit 4a79fde  XStream upgrade Workaround the security fix without losing the DTD
    omit a778ea0  XStream upgrade Workaround the security fix without losing the DTD
    omit 91ed332  Bug 60081 Interleave Controller : Add an option to alternate across threads Add screenshot Bugzilla Id: 60081
    omit bd8b3b4  Explicitly specify apdex_satisfied_threshold and apdex_tolerated_threshold in properties file, as they are refeenced later.
    omit 98c6a9d  Bug 60081 Interleave Controller : Add an option to alternate across threads Bugzilla Id: 60081
    omit 59f422a  Markup changes and fix a few typos.
    omit cb5187d  Markup changes and remove conversion artefacts.
    omit d991ce8  Markup changes, change default values and remove conversion artefacts.
    omit 2e9708f  Markup changes.
    omit c244d1b  Markup changes. Removed doubled entries.
    omit a8ea228  Markup changes. Changed default values for init files to empty value.
    omit 68bb086  Markup changes. Repeat units for percentiles.
    omit bb7eacf  Markup changes.
    omit b4dd270  Add markup. Specify unit for poll timeout.
    omit b477101  Add markup. Change table to dl and rephrase text a bit.
    omit 9155604  Markup changes and rephrasing.
    omit c9e7db6  Markup changes and minor rephrasing.
    omit cc6e796  Add markup and rephrase a bit.
    omit cfb24f1  Markup changes and minor rephrasings.
    omit 9cd1226  Markup changes and rephrasings.
    omit ff9393c  Add markup, rephrase
    omit 60bee2d  Add markup
    omit cb39f93  Allow html tag abbr
    omit fd2c699  Add markup. Spell out plus.
    omit e43e7f2  Add markup.
    omit 4fc7641  Add markup, rephrase
    omit 7a717a1  Rephrasings, added markup. Changed default values.
    omit 91a5670  Clarify If Controller
    omit 6360975  Add markup and minor rephrasings.
    omit 798db1e  Add markup and reformatx.
    omit dd0352b  Reformat, markup changes and correction of mispelled attributes.
    omit c5bb966  Rephrase paragraph for jmeter.laf property. Add markup and change punctuations.
    omit 345ed5f  Reformat, add markup and change a few punctations.
    omit 0d10089  Add .xml suffix
    omit 74dbee1  Replaced by README.md
    omit 65206d4  Fix typo (missing s)
    omit 4ede1af  Fix tcp properties
    omit 846a970  Improve language and Remote batching configuration sections
    omit c5f6554  Improve Remote batching configuration section next
    omit 6ac139f  Improve Remote batching configuration section
    omit bc6b345  Javadoc. Add missing param attributes.
    omit fd46249  Javadoc. Add missing param attributes.
    omit 0fc0a8e  Space police
    omit 4d2da04  Javadoc. Correct references.
    omit de3227f  Space police
    omit 59e0ea1  Javadoc. Correct references.
    omit c869903  Javadoc. Add param attribute and rephrase description a bit.
    omit c6e82f2  Javadoc. Method doesn't throw EOFException anymore.
    omit 7d62dc9  Javadoc. Angular brackets are not allowed in javadoc comments.
    omit 69f0e85  Javadoc. Specify class with full package.
    omit c80e203  Javadoc. Add description for throw clauses.
    omit d2e4d05  Add markdown version of README to be displayed by github.
    omit 5e585ae  Bug 60149  	Report / Dashboard : If granularity is below 1 sec, the Throughput graphs will be incorrect Mention limitation. Bugzilla Id: 60149
    omit d649bce  Bug 60149  	Report / Dashboard : If granularity is below 1 sec, the Throughput graphs will be incorrect Mention limitation. Bugzilla Id: 60149
    omit e7ddca6  Bug 59439 - AbstractOverTimeGraphConsumer.createGroupInfos() should be abstract Bugzilla Id: 59439
    omit 4d36d96  Add throws javadoc attribute.
    omit a35435a  Bug 60018 - Timer : Add a factor to apply on pauses Document property Bugzilla Id: 60018
    omit 3f60aba  Add properties reference to main items
    omit c6392ee  [Bug 60082] Validation mode : Be able to force Throughput Controller to run as if it was set to 100% Document property Bugzilla Id: 60082
    omit afcfbc0  Bug 60137 - In Distributed testing when using StrippedXXXX modes strip response also on error Document sample_sender_strip_also_on_error Bugzilla Id: 60137
    omit fc5fa9a  Remove more duplicated words.
    omit 2c80f45  Remove doubled words.
    omit 9cdec52  Add info to get rid of 'multiple bindings' warning from SLF4J.
    omit 4d0e1d8  Markup changes.
    omit 1396d81  Followup to r1762120. Document changes. Bugzilla Id: 60092
    omit 4c959dd  Add shortened version of the PUT body to sampler result.
    omit 0c55f91  Correct typo. Followup to r1760716 and r1760749. Relates to github issue #224
    omit e621d69  Bug 59945 For all JSR223 elements, if script language has not been chosen on the UI, the script will be interpreted as a groovy script A getXXX method should not change state, so read every time and default (slight performance loss) Add javadocs Drop unused log field Increment serialVersionId
    omit c72078e  Use jquery.flot.axislabels.js in sbadmin
    omit 9d7cb8a  Bug 60171 - Report / Dashboard : Active Threads Over Time should stack lines to give the total amount of threads running Tab space police !!!!!!
    omit 27c0985  Bug 60171 - Report / Dashboard : Active Threads Over Time should stack lines to give the total amount of threads running Bugzilla Id: 60171
    omit d323fff  Add a change note
    omit b9458da  This closes #223
    omit f671ee3  Bug 60090 Report / Dashboard : Empty Transaction Controller should not count in metrics Bugzilla Id: 60090
    omit 7588506  Followup to r1761614. The correct bugzilla id is 60066.
    omit e4b9ab9  Correct a few typos. Mainly to trigger jenkins.
    omit 41ce89e  Handle CLOBs and BLOBs and limit them if necessary when storing them in result sampler.
    omit e914fbf  Remove DOCTYPE, as it is not allowed by xstream 1.4.9 anymore. Followup to r1761294
    omit dcede58  tiny memory allocation improvements Contributed by  Benoit Wiart (b.wiart at ubik-ingenierie.com). this closes #229 on github
    omit 676793c  Bug 60018 - Timer : Add a factor to apply on pauses eol Bugzilla Id: 60018
    omit 755afbe  Bug 60018 - Timer : Add a factor to apply on pauses Bugzilla Id: 60018
    omit 7263bbf  Fix typo in naming
    omit 4a3a3b7  Update to xmlgraphics-commons 2.1 (from 2.0.1)
    omit 913a5bb  Update to jodd 3.7.1 from 3.6.7
    omit 3002afc  Bug 60106 Settings defaults : Switch "jmeter.save.saveservice.connect_time" to true (after 3.0) Bugzilla Id: 60106
    omit a927e98  Escape \n for javascript
    omit 35ef16c  Updated to xstream 1.4.9 (from 1.4.8)
    omit c47d12f  Update RSyntaxTextArea to 2.6.0 from 2.5.8
    omit cd0c1d4  Updated to slf4j-api-1.7.21 from 1.7.13
    omit 294ecdd  Updated httpcore to 4.4.5 from 4.4.4 Remove dependency on GuardedBy annotation
    omit 1ae9257  Updated httpcore to 4.4.5 from 4.4.4
    omit 5cea161  Updated httpcore to 4.4.5 from 4.4.4
    omit 492258a  Updated to groovy 2.4.7 from 2.4.7
    omit 64129c1  Updated to commons-net 3.5 (from 3.4)
    omit f9165f4  Updated to commons-io 2.5 (from 2.4)
    omit 7012fe9  Update ph-css to 4.1.5. Exclude in svn properties of lib folder Bugzilla Id: 60121
    omit f99f10a  Bug 60106 - Settings defaults : Switch "jmeter.save.saveservice.connect_time" to true (after 3.0) Fix tests Bugzilla Id: 60106
    omit 2cff468  Bug 60106 - Settings defaults : Switch "jmeter.save.saveservice.connect_time" to true (after 3.0) Bugzilla Id: 60106
    omit 9b7110b  Add line break to avoid overlapping
    omit 6ea8f07  Fix title
    omit ba126ce  Bug 60125 - Report / Dashboard : Dashboard cannot be generated if the default delimiter is \t Bugzilla Id: 60125
    omit 55afd8a  Add missing reference in changes.xml to PR 196,200,209
    omit 052eb7b  This closes #200
    omit 0bf0997  This closes #209
    omit a9919a8  This closes #196
    omit c03efa4  Update ph-css to 4.1.5. Bugzilla Id: 60121
    omit e532006  Bug 60137 - In Distributed testing when using StrippedXXXX modes strip response also on error Bugzilla Id: 60137
    omit 00b2ad7  Bug 60135 - Report / Dashboard : Active Threads Over Time should be in OverTime section Bugzilla Id: 60135
    omit 83fc106  It's an enhancement to View Results Tree
    omit 7968e61  svn:eol
    omit 859dc91  Fix url
    omit c7fe0f6  Add RenderAsHTMLFormated.java file
    omit 3598d12  This closes #224
    omit 2dd05a4  Formatting and paraphrasing of JDBC Sampler docs.
    omit 9ce80e4  Wrongly placed
    omit f90f60c  Bug 60109 - Summariser : Make it ignore TC generated SampleResult in its summary computations Bugzilla Id: 60109
    omit 4c8916f   Add date format property for start/end date filter into Report generator  Add new dedicate section Report/dashboard into changes.xml
    omit 4a39e30  Bug 60084 - JMeter 3.0 embedded resource URL is silently encoded Bugzilla Id: 60084
    omit 51ccbd2  Don't loose original exception.
    omit 086be8b  Followup to r1759668. Close PreparedStatements as they are no longer cached and reused.
    omit 09e250c  Bug 60098 - Report / Dashboard : Reduce default value for "jmeter.reportgenerator.statistic_window" to reduce memory impact Bugzilla Id: 60098
    omit 42bcf43  Bug 60098 - Report / Dashboard : Reduce default value for "jmeter.reportgenerator.statistic_window" to reduce memory impact Bugzilla Id: 60098
    omit 3ca1d39  Bug 59991 New function __groovy to evaluate Groovy Script. Contributed by Ubik Load Pack (support at ubikloadpack.com) svn:eol Bugzilla Id: 59991
    omit deb463c  Bug 59991 New function __groovy to evaluate Groovy Script. Contributed by Ubik Load Pack (support at ubikloadpack.com) Add missing file Bugzilla Id: 59991
    omit 9aedce5  Bug 60110 - Report / Dashboard : In Response Time Percentiles, slider is useless Bugzilla Id: 60110
    omit 89dba15  Bug 60108 - Report / Dashboard : In Requests Summary rounding is too aggressive Bugzilla Id: 60108
    omit e4a108f  Bug 60107 - Report / Dashboard : In StatisticSummary, TransactionController SampleResult makes Total line wrong Bugzilla Id: 60107
    omit ad5e211  Improve colors
    omit ff9a42f  Bug 60105 - Report / Dashboard : Report requires Transaction Controller "generate parent sample" option to be checked , fix related issues Bugzilla Id: 60105
    omit 49dc18d  Bug 60090 Report / Dashboard : Empty Transaction Controller should not count in metrics Bugzilla Id: 60090
    omit 22cdb90  Bug 60103 - Report / Dashboard : Requests summary includes Transaction Controller leading to wrong percentage Bugzilla Id: 60103
    omit fa4e1e7  Bug 60090 Report / Dashboard : Empty Transaction Controller should not count in metrics Bugzilla Id: 60090
    omit dd20623  javadocs
    omit fd41f21  Add graphId in logs
    omit caf90e7  Markup changes.
    omit 3e0671f  Reduce memory allocations when looking for prefixes in strings. Based on patch by Benoit Wiart (b.wiart at ubik-ingenierie.com). This closes #228 on github.
    omit 22da877  Check for debugEnabled first. Part of #228 of github PR.
    omit 23bce8e  Move 'Web Page 3' and 'Web Defaults 2' one level up, to match the text description. Reported by Gábor Szabó via Twitter.
    omit 13680dc  Remove cache for prepared statements, as it didn't work with the current jdbc pool implementation and current jdbc drivers should support caching of prepared statements themselves.
    omit 5e558aa  Bug 60091 - Report / Dashboard : Have a new report containing min/max and percentiles graphs Fix percentiles computing Bugzilla Id: 60091
    omit 6f789e1  Bug 60091 - Report / Dashboard : Have a new report containing min/max and percentiles graphs svn:eol native Bugzilla Id: 60091
    omit dad84e9  Bug 60091 - Report / Dashboard : Have a new report containing min/max and percentiles graphs Bugzilla Id: 60091
    omit 7d6f97e  [Bug 60090] New: Report / Dashboard : Empty Transaction Controller should not count in metrics Bugzilla Id: 60090
    omit 5201867  Bug 60089 Report / Dashboard : Bytes throughput Over Time has reversed Sent and Received bytes Contributed by Ubik Load Pack (support at ubikloadpack.com) Bugzilla Id: 60089
    omit 4680413  Fix javadocs
    omit 27dcb7f  Bug 59962 - Cache Manager does not update expires date when response code is 304. Bugzilla Id: 59962
    omit c8a0d83  Bug 60082 - Validation mode : Be able to force Throughput Controller to run as if it was set to 100% svn:eol Bugzilla Id: 60082
    omit eb282f9  Bug 60082 - Validation mode : Be able to force Throughput Controller to run as if it was set to 100% Bugzilla Id: 60082
    omit 5371537  59991 New function __groovy to evaluate Groovy Script. Add missing property Bugzilla Id: 59991
    omit 66061f8  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph Center Bars and make them thinner Bugzilla Id: 60079
    omit 63fc2d9  Bug 60080 - Report / Dashboard : Add a new "Connect Time Over Time " graph svn eol Bugzilla Id: 60080
    omit 6649f1b  Bug 60080 - Report / Dashboard : Add a new "Connect Time Over Time " graph Contributed by UbikLoadPack Bugzilla Id: 60080
    omit b923993  Remove todo
    omit 9d2495c  Improve interface for furthe enhancements
    omit 6b6bb8b  Bug 59956 - Web Report / Dashboard : Add ability to generate a graph for a range of data Replace date format by one without separator for easier use from command line Bugzilla Id: 59956
    omit 7e1fd98  Replace blue by green for OK Improve colors
    omit fe58e5d  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph Fix graph colors Bugzilla Id: 60079
    omit aa077b2  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph Fix test failure Bugzilla Id: 60079
    omit b73b150  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph svn:eol Bugzilla Id: 60079
    omit 9c83d90  Bug 60079 - Report / Dashboard : Add a new "Response Time Overview" graph Bugzilla Id: 60079
    omit d9ed26e  Ignore unit test deprecations of deprecated classes
    omit 4504249  Typo
    omit 8e58b0e  Bug 60065 - Report / Dashboard : Improve Dashboard Error Summary by adding response message to "Type of error" Contributed by UbikLoadPack Bugzilla Id: 60065
    omit 35a9c4d  Bug 60049 - When using Timers with high delays or Constant Throughput Timer with low throughput, Scheduler may take a lot of time to exit, same for Shutdown test Comment code Bugzilla Id: 60049
    omit a56b9b4  Bug 60049 - When using Timers with high delays or Constant Throughput Timer with low throughput, Scheduler may take a lot of time to exit, same for Shutdown test Bugzilla Id: 60049
    omit 27c58c9  Bug 60053 - In Non GUI mode, a Stacktrace is shown at end of test while report is being generated Bugzilla Id: 60053
    omit 5507c0f  Fix error in doc ${JMeterThread.last_sample_ok} is variable expression
    omit 3bb3c74  Bug 60050 - CSV Data Set : Make it clear in the logs when a thread will exit due to this configuration Bugzilla Id: 60050
    omit 1f0350e  Fix title
    omit 040747b  svn:eol LF
    omit 1481872  Add a Think Time template
    omit 9113440  Bug 60023 - ThroughputController : Make "Percent Executions" and global the default values Bugzilla Id: 60023
    omit 5ac20b0  Save sample response for errors (try to debug Jenkins Windows DH keypair fails)
    omit 20a0aba  Allow tests to contain optional error output files
    omit eef9f5f  Expand comment
    omit 1de32b4  Fix typo
    omit 07e1b2f  Bug 59973 - document non-standard XML in docs and code
    omit b3077d5  Bug 59973 - revert all modifications
    omit 15efff3  Remove setPreferredSize() settings, not necessary and allow to better display for HiDPI screen.
    omit 1645ded  Unused
    omit d1fe4b8  Unused import
    omit d1cae35  AL header
    omit 7f8c152  Add @since
    omit a0beb9e  Revert accidental commit r1756322
    omit 980a2d1  Show the JCE max key length
    omit 7d5111d  git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1756321 13f79535-47bb-0310-9956-ffa450edef68
    omit 93cc045  rat jars are optional
    omit 74c3a2f  Simplify by using jar property names
    omit 953fa1b  Add RAT check target
    omit 1fe947a  Fix up excludes list
    omit 3888c1a  Add missing AL headers
    omit 62c5548  Unused import
    omit 1a3ba33  No need for anchors when pattern is used in match()
    omit 5474bdb  Fix findbugs warning
    omit b7f9b79  Typo + indication on method to use
    omit c719688  Rename method to make code clear deprecate old one Fix Findbugs warning
    omit 4031ffa  Link to javadocs
    omit d5d0b98  Bug 59991 - New function __groovy to evaluate Groovy Script svn:eol Bugzilla Id: 59991
    omit 302e607  Bug 59991 - New function __groovy to evaluate Groovy Script Contributed by Ubik Load Pack Bugzilla Id: 59991
    omit a9becbe  Remove useless log message
    omit 7c5b254  log only if level is debug
    omit f9f5a93  Bug 59964 - JSR223 Test Element : Cache compiled script if available is not correctly reset Contributed by Ubik Load Pack Bugzilla Id: 59964
    omit 96a1b6c  Bug 59975 - View Results Tree : Text renderer annoyingly scrolls down when content is bulky Contributed by Ubik Load Pack Bugzilla Id: 59975
    omit e131c15  Bug 59974 - Response Assertion : Add button "Add from clipboard" Patch by UbikLoadPack Bugzilla Id: 59974
    omit de1cb98  Remove unused import
    omit d27da42  Bug 59973 - Issue with XML version in JTL files
    omit 9ede79b  Updated to jsoup-1.9.2 (from 1.8.3) Fix JUnit (remove jsoup-1.8.3.txt)
    omit 7021be5  Updated to jsoup-1.9.2 (from 1.8.3) Fix JUnit and update license file
    omit 0f5d8b4  Updated to jsoup-1.9.2 (from 1.8.3)
    omit d0663a5  Bug 59967 - CSS/JQuery Extractor : Allow empty default value Bugzilla Id: 59967
    omit b510a69  Avoid exception throwing when switch value is not numerical. Document code better
    omit dcce044  Bug 59963 - New Function __RandomFromMultipleVars: Ability to compute a random value from values of 1 or more variables Handle matchNr == 0 (JSON Path Extractor) reuse value Bugzilla Id: 59963
    omit eb330c0  Bug 59946 - Memory leak at JSR223 components with Groovy script due to Groovy Memory leak when not caching compiled script Document workaround Bugzilla Id: 59946
    omit 558f2f6  Bug 59963 - New Function __RandomFromMultipleVars: Ability to compute a random value from values of 1 or more variables svn:eol Bugzilla Id: 59963
    omit bc1e6a2  Bug 59963 - New Function __RandomFromMultipleVars: Ability to compute a random value from values of 1 or more variables Bugzilla Id: 59963
    omit 0d22191  Typo Thx Felix
    omit 41c1844  Bug 59956 - Web Report / Dashboard : Add ability to generate a graph for a range of data Bugzilla Id: 59956
    omit acc5a32  Fix typo
    omit f0581e8  Fix typos
    omit d08f559  Add javadocs
    omit b264807  Bug 59954 - Web Report/Dashboard : Add average metric Bugzilla Id: 59954
    omit 4d3a3a7  Bug 59953 - GraphiteBackendListener : Add Average metric Bugzilla Id: 59953
    omit 2b3e262  Bug 59777 - Extract slf4j binding into its own jar and make it a jmeter lib svn:eol Bugzilla Id: 59777
    omit 291023f  Bug 59777 - Extract slf4j binding into its own jar and make it a jmeter lib svn:eol Bugzilla Id: 59777
    omit 5b08d9e  Bug 59777 - Extract slf4j binding into its own jar and make it a jmeter lib svn:ignore for new jar Bugzilla Id: 59777
    omit d2089da  Bug 59777 - Extract slf4j binding into its own jar and make it a jmeter lib Bugzilla Id: 59777
    omit 0ea015a  Bug 59113 - JDBC Connection Configuration : Transaction Isolation level not correctly set if constant used instead of numerical Bugzilla Id: 59113
    omit 66e286b  Bug 59924 - The log level of XXX package is set to DEBUG if log_level.XXXX property value contains spaces, same for __log function Bugzilla Id: 59924
    omit d8be66b  Fix NPE warnings reported by Findbugs
    omit fe47570  Avoid NPE later when using vars. Throw directly an IAE with informations about issue
    omit c08652d  Factor our code to remove findbugs warning
    omit 943ca11  Bug 57493 - Create a documentation page for properties Bugzilla Id: 57493
    omit cf86679  Bug 59918 - Ant generated HTML report is broken (extras folder) fix svn:eol Bugzilla Id: 59918
    omit 94632c6  Bug 59918 - Ant generated HTML report is broken (extras folder) Bugzilla Id: 59918
    omit d1c21a4  Updated to ph-css 4.1.4 from 4.1.1
    omit 7610022  Bug 59902 - Https handshake failure when setting httpclient.socket.https.cps property Add EOL at end of file Bugzilla Id: 59902
    omit 89295ab  Bug 59902 - Https handshake failure when setting httpclient.socket.https.cps property add svn:eol Bugzilla Id: 59902
    omit d5374a4  Bug 59902 - Https handshake failure when setting httpclient.socket.https.cps property Bugzilla Id: 59902
    omit 1b03cdb  Bug 59885 - Optimize css parsing for embedded resources download by introducing a cache Based on PR 219 contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com) This closes #219 on github. Bugzilla Id: 59885
    omit 6481e77  Bug 59882 - Reduce memory allocations for better throughput svn:eol Bugzilla Id: 59882
    omit 45eeca8  Bug 59882 - Reduce memory allocations for better throughput Based on PR 217 contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
    omit f2f00ce  re-use pattern when possible Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
    omit 561bb76  Fix inverted assertion parameters Based on PR 217 contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
    omit 0b238cd  re-use pattern when possible Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
    omit ec971f1  Make hints for HiDPI (hopefully) clearer. Based on proposal from Philippe
    omit 04d1bf6  Change encoding to UTF-8 in reports for dashboard.
    omit cafab1e  Misc cleanup. Removal of unused imports and code deduplication.
    omit 8a7d1e7  No need to store the xpath value as an instance field
    omit b7797cc  Reduce duplicated code by using the newly added method GuiUtils#cancelEditing. Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)
    omit 02af900  Allow multiple selection and delete in HTTP Header Manager. Based on a patch by Benoit Wiart (b.wiart at ubik-ingenierie.com)
    omit bf42e83  Ensure commit mails are displayed in UTF-8
    omit e4f5281  Add missing email address from github commit.
    omit 7f36da0  Forgot to mention Thomas Peyrard in contribution section.
    omit d9ad1e3  Allow multiple selection and delete in HTTP Authorization Manager. Based on a patch by Benoit Wiart (b.wiart at ubik-ingenierie.com).
    omit fa5982b  Use https for bugzilla links.
    omit b53bc4f  Add tag for 'pull requests' from github
    omit b8b0972  Differentiate the timing for JDBC Sampler. Use latency and connect time. Contributed by Thomas Peyrard (thomas.peyrard at murex.com)
    omit 92d44c0  Remove printing to stdout.
    omit 7677756  Add spanish translation for delayed starting of threads. Contributed by Asier Lostalé. Closes #214 on github.
    omit d31778a  Log messages about JSON Path mismatches at debug level instead of error.
    omit 44a9c95  Followup to r1751545. Explicitly unset validationQuery on BasicDataSource, when none is given by the user.
    omit 895fb9a  Use isValid() method from jdbc driver, if no validationQuery is given in JDBC Connection Configuration.
    omit 513ee7e  Use return value of decodeQuery directly instead of reassigning the parameter.
    omit 66c0e5b  Display original query in RequestViewHTTP when decoding fails. Based on patch by Teemu Vesala (teemu.vesala at qentinel.com)
    omit f87a77f  Oops
    omit 09d4052  Standardise indentation on two spaces
    omit eb8cb49  Unit test to check that CSV header text and sample format don't change unexpectedly Bugzilla Id: 59726
    omit dc9fd37  Use jmeter.properties for testing whenever possible Fix batch tests Bugzilla Id: 59723
    omit 0c4c18b  Use jmeter.properties for testing whenever possible Fix unit tests Bugzilla Id: 59723
    omit df2fb3d  Use jmeter.properties for testing whenever possible Fix unit tests Bugzilla Id: 59723
    omit 3e7e139   Use StandardCharsets when possible  Might as well use the Charset directly Bugzilla Id: 59722
    omit 4aac851  Use StandardCharsets to reduce the possibility of misspelling Charset names.
    omit e7e4532  Document changes from #174 in changes.xml
    omit bbd1eda  Minor tidy ups. Don't declare Exceptions, that are subclasses of other declared Exceptions. Don't needlessly initialize with null. Patch by Graham Russell. Closes #174.
    omit dfdd09e0d Convert from while with iterator to for-loop. Patch by Graham Russell. Part of github pr #174.
    omit 853a44c  Use contains instead of indexOf to make intent of logic clearer. Correct a spelling error of local variable toke to token. Patch by Graham Russell. Part of github pr #174.
    omit 02ad3c2  Use multi-catch for exceptions. Patch by Graham Russell. Part of #174 from github pr.
    omit 5011707  Batch test file comparisons fail on Windows as XML files are generated as EOL=LF fix build.xml Bugzilla Id: 59720
    omit cbcf4d0  Batch test file comparisons fail on Windows as XML files are generated as EOL=LF TODO fix build.xml Bugzilla Id: 59720
    omit 5422479  Looks like a busy machine needs slightly more leeway
    omit 663a1e8  Use line.separator rather than assuming "\n" for all OSes Thanks to 'harry_no_spot' for spotting this
    omit 581019e  Rename private methods to shorter names and add refactor testing for addable TestElements.
    omit 5adbf3b  Syntactic sugar. First check for null, then use 'new' for loop.
    omit e131d95  Bug 58888 - HTTP(S) Test Script Recorder (ProxyControl) does not add TestElement's returned by SamplerCreator createChildren () Bugzilla Id: 58888
    omit 5357e27  Get rid of UnmarshalException on stopping when -X option is used.
    omit df37e88  Set native eol-style
    omit 2cce819  Set native eol-style
    omit 9c1ddc9  Formatting
    omit 68368eb  Bug 59351 - Improve log/error/message for IncludeController #resolve #202 Bugzilla Id: 59351
    omit 0f38356  Second followup to r1746175. Parameter reader has been renamed to inputStream, so reflect that in javadoc.
    omit d7164c3  Followup to r1746175. Parameter reader has been renamed to inputStream, so reflect that in javadoc.
    omit f8828e1  Only set font in JSyntaxTextArea, when property jsyntaxtextarea.font.family is set.
    omit 964c6b8  Error count in report dashboard is one off.
    omit c61d8a9  Use note tag for notes.
    omit 6501f09  Document the special value of -1 for the Loop Controller.
    omit 421035f  Update jmeter.version property to next dev version. Followup to r1746048
    omit 170318e  Format extracted JSON Objects in JSON Post Processor correctly as JSON.
    omit 0a44117  Bug 59607 - JMeter crashes when reading large test plan (greater than 2g) Bugzilla Id: 59607
    omit 7ca6050  Updated to tika 1.13 (missing change)
    omit def9842  Updated to tika 1.13
    omit abe71c0  Start next devel version (3.1-SNAPSHOT)
    omit 4500059  Start next devel version
    omit aa0537a  Spelchack.
    omit 8c579d7  Correct image references for testcase for Bug52310 after the current changes of the jmeter homepage.
    omit 881a8fb  Small formatting changes and addition of a missing closing paren and an 'in'.
    omit 31ce032  Prepare next release 3.0: update docs tree and overview (RC5)
    omit 334da57  Reorganise the HiDPI properties
    omit 4cc23be  Fix labels as per sebb notes
    omit 97425a3  Clarify T and F
    omit 9e60656  Make APDEX title clearer and add a link
    omit 7650dfc  Bug 59523 - Report Generator : NormalizerSampleConsumer uses a different default format for timestamp than JMeter default Bugzilla Id: 59523
    omit 8a87ba1  Document the popup behaviour when Test Script Recorder is started
    omit 6925693  Bug 59489 - Regression in JMeter 3.0 : Compressed responses break keepalive management Take into account sebb note INstanciate ArrayList only when needed Bugzilla Id: 59489
    omit 0f778cd  Bug 59489 - Regression in JMeter 3.0 : Compressed responses break keepalive management Bugzilla Id: 59489
    omit bd7ee8d  Bug 59455 - Report : Errors Summary uses wrong default value for "jmeter.save.saveservice.assertion_results_failure_message" Bugzilla Id: 59455
    omit 8a91a02  Clarify documentation on how to change percentile values
    omit 609a046  Apply macros even when in a td for printable docs.
    omit 5c07a52  Immutable private fields should be final
    omit f84dedc  Clarifications
    omit 4fd9cf0  Obsolete TODOs
    omit b2bdae8  Docn updates
    omit 08d191e  Immutable private fields should be final
    omit acb1403  Correct docs
    omit d145705  Unnecessary TODO
    omit 9cbd50a  Oops, no longer applies
    omit 7c69535  Unnecessary TODO
    omit 71b0e1e  Don't allow override of methods called by a constructor.
    omit 065c924  Obsolete comment
    omit 40ed528  Obsolete comment
    omit d38a20e  Simplify
    omit 6313528  Convert to JUnit4
    omit 5332111  Fix test case - it only passed if the default formatter was null
    omit 3fed2cc  Unnecessary; the Exception already contains the path name
    omit c6e7f86  Prepare next release 3.0: update docs tree and overview (RC4)
    omit 2ac560b  Detab
    omit 032bd22  Review upt to 16 Fix index
    omit 0870d13  Fix wrong sequence in documentation (15 => 17)
    omit 36ec2e9  Mention shortcut are specific to platforms and keyboards
    omit 7c7a830  Fix default value
    omit 6221e55  Improve documentation
    omit 314dbd2  Mention reportgenerator.properties
    omit 247c123  Followup sebb addition of reportgenerator.properties
    omit fc7139d  Remove property added by error Rename Sample1 and Sample2
    omit a6ed9a0  Add logging and contextual info
    omit 2751f45  Updated images from xdocs
    omit a40c3d3  Note that the class now supports JUnit4 Synch log with JUnit3 version
    omit cb8dd6f  Add tests for properties files
    omit 2543e3a  Drop some bug reports that relate to nightly builds only
    omit 8ed71e0  Mention reportgeenrator.properties
    omit a1928f4  Move ReportGenerator defaults to a separate properties file
    omit 5b4d60e  What 'a' means
    omit 84f6f97  Note Backend dotty feature
    omit 5b0f55d  Fix up metric names - JMeter does not automatically add "." after the root name prefix
    omit 5a692f7  Fetch key once
    omit 8d29279  Tweaks
    omit b98a4f1  Inline
    omit 674444f  Explain
    omit f1b1985  Tweaks
    omit a0ce254  Revert to Continue for Action after sampler error
    omit 5a53c72  Use complink instead of generic href link
    omit c7ca47b  Various grammar and other tweaks Simplify BackendListener regex and add wildcard sample
    omit e2c23d2  Generic author name
    omit 5dd8408  Minor corrections. Use generic author name
    omit ba9378c  Typo
    omit 18eef79  Use descriptive link name rather than just 'here'
    omit 44e4a5f  Clarify
    omit 7ace65b  Docn
    omit 9973dde  Correct a few typos
    omit 3d5aefa  HC docs are not all that clear either.
    omit 0775e05  Fix documentation error CLarify sentence
    omit 51cffed  Bug 59401 affected nightly builds only
    omit 8913877  Revert r1734313 so default action remains as 'Continue' Bugzilla Id: 59152
    omit c66e9ac  Use hellip entity instead of three dots.
    omit 58d7e10  Display error about missing help page inside the help pane
    omit 8b1620a  The HttpClient4 implementation uncompresses the compressed response but removes Content-Encoding response header when request has header "Accept-Encoding = gzip, deflate Bugzilla Id: 59401
    omit f9f2280  Docn
    omit 9c4b7a4  Bug 59401 - The HttpClient4 implementation uncompresses the compressed response but removes Content-Encoding response header when request has header "Accept-Encoding = gzip, deflate" Bugzilla Id: 59401
    omit c2b7529  Bug 59424 - Visualizer : Add "Clear" in popup menu Bugzilla Id: 59424
    omit a4fc5b4  Report generation : Better defaults filters_only_sample_series must be true to avoid empty graphs
    omit d15b9ac  Correct some indentation issues
    omit 088c55e  Docn
    omit 683e7cd  Ensure all tests run against latest jars
    omit a397692  The test goal needs JMeter jars to be up to date
    omit 8dd3b54  Ensure that install builds Help files as well as JMeter code
    omit 872101b  Tweak
    omit c3ef3fc  Tweak
    omit ac2454a  Add readme.txt file into subdirs of /lib to add these subdirs into source archive Add .travis.yml file into source archive
    omit cfad336  Change dock icon to a square version of the jmeter logo.
    omit c5d336a  Add a space after file name
    omit 609d2e3  Fix formating isses in printable site
    omit d81b747  Use an invalid dns name for the template instead of a real site.
    omit af0c2c7  foo.org is a valid dns entry, use a domain that is reserved for documentation examples.
    omit 3fab668  Mention bug
    omit 69b9352  Correct width for loop-example.png.
    omit f5498c9  Trailing spaces
    omit e07370b  build.xml does not make dist.executables executable on Unix systems Needs prefix Bugzilla Id: 59397
    omit f80e38a  build.xml does not make dist.executables executable on Unix systems Oops wrong attribute name Bugzilla Id: 59397
    omit 5ef9a28  build.xml does not make dist.executables executable on Unix systems Oops need dir as well Bugzilla Id: 59397
    omit db1a94c  build.xml does not make dist.executables executable on Unix systems Bugzilla Id: 59397
    omit aa19aa3  Document
    omit bbce723  TYpo
    omit efe9ad5  [Bug 59392] Cookies not working properly Clarify which Cookie Policy to use Bugzilla Id: 59392
    omit c85d9f2  Bug 59391 - In Distributed mode, the client exits abnormally at the end of test Bugzilla Id: 59391
    omit 7795ef8  Fix typo
    omit 731f5d0  Nightly builds use the same commands; no need to mention them
    omit 2f8820b  Prepare next release 3.0: update docs tree and overview (RC3)
    omit 9c3bd8f  Revert message after Dr No refusal, let's keep bugs in JMeter , it's better than "annoying" message
    omit c27698f  Tweak English
    omit 06a1364  Add a popup message on LAF change
    omit e81fa45  Fix typos
    omit 94c2970  Bug 56927 - Disable language change during a test Bugzilla Id: 56927
    omit d222837  [Bug 59385] Fix some typo in component_reference.xml file Contributed by Antonio Gomes Rodrigues #resolve #208 Bugzilla Id: 59385
    omit 4689e41  Move Nightly builds to dev page; add release notes to Download section
    omit 2e325b5  Bug 59381 - JMSPublisher : FileChooserDialog filter does not work for browser buttons #resolve #207 Based on a contribution by Antonio Gomes Rodrigues Bugzilla Id: 59381
    omit abcdf05  Bug 59380 - Better error message log for JMSPublisher in case of file problem Contributed by Antonio Gomes Rodrigues #resolve #206
    omit de6df8d  Bug 59382 - More realistic default value for httpsampler.max_redirects Bugzilla Id: 59382
    omit 20b5956  Correct typo before release fixes the spelling of the property.
    omit 9a40044  Bug 59375 - Better label in PublisherSampler for jms_random_file Contributed by Antonio Gomes Rodrigues #resolve #204 Bugzilla Id: 59375
    omit 8fe2094  Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) Set Startup Delay to 0 to avoid waiting Bugzilla Id: 58941
    omit 0a3d25e  Revert the commit 1740015 (compress png with pngquant utility) for the images with a DSSIM score > 0.00100672 Use the optipng utily to optimize the PNG compression for these images.
    omit d8d0d3f  Re-introduce the png management for report-template in source/bin archive Update the (fav)icon to the new ASF feather.
    omit ddb2315  Some detab. Exclude messages.metaprops from the source archive. Remove a include line about *.png on report-template in source archive.
    omit 1c243fc  Revert to original files before my commit 1740660 special char (€ euro symbol) at line 269 (bad char? on original file: https://github.com/MichaelZinsmaier/CurvedLines/raw/master/curvedLines.js)
    omit b03b5a3  Remove svn eol props
    omit 2d2a4c5  Change eol svn prop to native
    omit 23aa2fa  Change eol svn prop to native
    omit e091042  Don't open a new window when using the social media links. Let the user decide, whether they want a new window, or not.
    omit f80746f  Make menu titles a bit bigger.
    omit 889b89e  Add svn:eolstyle=LF property and convert to LF some files to manage native EOL in the archive file (bin/src) for report-template
    omit 1f80a32  Remove .gitattributes file. Not needed
    omit 34eb744  Specify width of asf logo, so that IE will render the logo not too wide.
    omit 6e1ccf7  Mention testers on nightly build who reported bugs
    omit d4b5af6  [Bug 59367] New: Junk Characters in the JMeter Report Fix BOM character Fix ^M  characters in pages files Bugzilla Id: 59367
    omit 6765352  Links without a href attribute are not links according to some css engines, so add a tag to the list as well.
    omit 80efdae  Oups! missing to remove a copy/paste
    omit 871d589  Add missing license files for librairies used by sbadmin2 and mention to ./LICENSE file (fetching the license files from original repo (often github) or using the bottom of README.md files)
    omit d0b1c30  Add a title to the social links on the top, to show on mouseover.
    omit 682e6ec  Move jQuery license file to ./licenses/src and add mention to ./LICENSE file
    omit b5dc29c  Move licence files of datatables, datatables-responsive, flot, raphael to licences/src directory and add a mention to ./LICENCE file (and reorganise the mentions of others licences/src/xxx.txt in ./LICENCE file)
    omit 2fe1f49  Use code markup for user input.
    omit 6a52e7e  Hide the social media links in the printed version of the website.
    omit 922eac8  Make the iframe for the apache ad a bit wider, so that the image does not get clipped.
    omit 70786b4  Oracle is different ...
    omit 679caf1  Drop the social menu
    omit 2f32eec  Bug 56554 JSR223 Test Element : Generate compilation cache key automatically. Contributed by Benoit Wiart (benoit dot wiart at gmail.com) fix documentation issue Bugzilla Id: 56554
    omit 1bc54ff  Clarify JDBC request changes Reference Dashboard documentation
    omit 5a0c59f  Bug 59363 - Bug in JDBC Request Sampler for Nightly Build (21.04.2016) Document behaviour Bugzilla Id: 59363
    omit 6fd3ba8  Add a github button to the social links at the top.
    omit d0cdd64  Close p tags at the right position. Block elements like figure or ul are closing p tags automatically.
    omit 7da00f5  Remove "Contact:" and mail link from social links.
    omit f499960  Use simple social media buttons instead of the one prominent twitter button. The new buttons fit hopefully a bit better into the design and give less info about the visiting user to the social media sites.
    omit 94df15f  Downgrade ch_title style from h2 level to h3 level to allow make difference on docs/changes.html font size vs ch_category Ping @Felix are you ok?
    omit 50c1eec  Add "Deprecated and removed elements" in "Incompatible changes" part in changes.xml Bugzilla Id: 59353
    omit 8745b85  Add @Override
    omit 9f67fdc  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files use existing variable Bugzilla Id: 59140
    omit 159b480  More typos and tidyup
    omit f40c692  Report/Dashboard logging ERROR instead of INFO messages Problem in logging adapter Bugzilla Id: 59364
    omit 49a9893  Oracle requires different validation query
    omit 31d9f63  Typo. Props Ivan Rancati
    omit 3f983c5  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Ignore empty @import Bugzilla Id: 59140
    omit 86eb4e2  Add .gitignore in source archive (and detab some line)
    omit e9868fd  Unnecessary/useless
    omit 71fae02  Unnecessary
    omit 8875b89  Unused import
    omit ccca970  Spurious blank line
    omit 11d7579  Spurious ignore
    omit 449efb9  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Mention author in thanks Bugzilla Id: 59140
    omit a7496c2  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Stop extracting url, only fetch @import Bugzilla Id: 59140
    omit 26d2620  Upgrade ph-css to 4.1.1 as it contains fixes we reported: https://github.com/phax/ph-css/issues/17 https://github.com/phax/ph-css/issues/18 https://github.com/phax/ph-css/issues/19
    omit 59f71f0  Use PNG file for ASF/JMeter logos in the printable_docs because in the Help box (jtextpane swing element), the svg type isn't support.
    omit 4394327  Add some missing files/dir in the source archive ./bin/report-template/sbadmin2-1.0.7/bower_components/flot/Makefile ./checkstyle-suppressions.xml ./rat-excludes.txt ./test/resources
    omit 2dc09d7  test: update HTMLParserTestFile outputs to account png minification
    omit 99f7eae  test: update HTMLParserTestFile outputs to account png minification
    omit d05be36  Refactor TestCacheManager: replace duplicated code with inheritance
    omit 51077b2  Compress PNGs
    omit 85625ac  Groovy is now embedded in JMeter
    omit 1b2333b  Use correct Cookie policy Http Request Defaults : Use up to date pool size Set View Results Tree file name to recording.xml  to save the recording
    omit dd0e599  Use correct Cookie policy Http Request Defaults : Use up to date pool size Set View Results Tree file name to recording.xml  to save the recording
    omit 36a11bc  Use correct Cookie policy Remove disabled component Remove jmeter website urls Add Http Request Defaults
    omit f35de4a  Make header span the complete width again, but remove the padding, that let the horizontal scrollbar appear. Set the text alignment inside the header to center, so that the padding is not necessary anymore.
    omit fd7d084  Revert wrong license info for sbadmin v2 1.0.7
    omit 882a192  Fixed a lot of issues with the dimension of screenshots (not visible on website, but visible on printable_docs) Thanks to Vincent D. from French user group Update Java Defaults screenshot
    omit 5ae8112  Field can still be final
    omit 490b183  Clarify further
    omit a8b6b2b  Deprecate the unit-test only ctor
    omit 91c9976  Clarify
    omit a671a21  Update startbootstrap license and README
    omit 1695609  Mentions paths as per sebb request
    omit 0dd91b0  59240 Introduce a slf4j adapter for Logkit (this allows using slf4j within plugins and core code) Make LogkitLoggerAdapter Serializable Bugzilla Id: 59240
    omit be52a79  More todo
    omit d6b05ed  Move licenses for source code
    omit 0da0315  Partial fix of LICENSE file TODO more
    omit 5976ec4  Fix MacOSX doc icon
    omit 9badb62  Bug 59350 - Add a space after "Writing log file to:" log message Contributed by Antonio Gomes Rodrigues #resolve #201 Bugzilla Id: 59350
    omit 323b84d  Bug 59345 - SMTPSampler connection leak #resolve #198 Bugzilla Id: 59345
    omit 63e0818  Remove start-bootstrap-admin2 license as it is Apache
    omit 45fdbb3  Move Mocha license
    omit bc804c0  move MetisMenu license
    omit 2a24800  Move bootstrap license
    omit 19487ee  Provide informations on licenses
    omit d429261  DOAP does not really belong in code
    omit 24ccd2f  [Bug 59346] Problem of display size of dashboard/report_statistics.png Bugzilla Id: 59346
    omit 9fbadca  Prepare next release 3.0: update docs tree and overview (RC2)
    omit 6746851  eol
    omit 62ad417  Bug 57493 - Create a documentation page for properties IN PROGRESS : Documentation reviewed until 25.9 Bugzilla Id: 57493
    omit 4abc452  Add more sections
    omit 9d0226a  Reduce the block size of twitter/github/mc buttons
    omit 10e2513  typo Add section
    omit 2df55b3  Update more screenshots, add some black line border on some screenshots
    omit 85133b9  Fix typo Move cookies to its correct place fix section name
    omit adf482c  Use flat style (harmonize github and maven central infos). Use SVG icon for Maven Central
    omit ff1060b  Add image for MacOSx and dock icon
    omit 5b292ea  Reduce the header width to remove horizontal scrolling
    omit 13b4957  Update the JMeter logo in the About box.
    omit a3cfc15  Bug 55597 View Results Tree: Add a search feature to search in recorded samplers Search feature does not search in response due to problem Bugzilla Id: 55597
    omit f78e45e  Fix spurious ")"
    omit 247bada  Prepare next release 3.0: update docs tree and overview (RC1)
    omit 2bd22f2  Remove unused images
    omit a528e3d  And reference to HiDPI section in manual
    omit c27116c  Refresh the screenshots for LDAP build tests plan Bugzilla Id: 59126
    omit 54a1682  Display filters information Improve display
    omit 916c4db  Bug 59337 - JMeter Report Generator : "jmeter.reportgenerator.sample_filter" should be a regexp as "jmeter.reportgenerator.exporter.html.series_filter" Bugzilla Id: 59337
    omit 7e01606  Refresh build test plan for FTP, JDBC and others screenshots Bugzilla Id: 59126
    omit 81fc55a  Improve dashboard documentation
    omit e499ed5  Refresh some screenshots
    omit c82b7e4  Correct a few typos.
    omit e334abe  Continue New and Noteworthy
    omit 13aafd9  Continue New and Noteworthy
    omit 6192d8d  Continue New and Noteworthy
    omit 11d2a89  Bug 59171 - Sample Result SaveConfig Dialog is generated in random order Mention it in changes.xml Bugzilla Id: 59171
    omit fd67b74  Bug 59335 - Report : Drop Response Time Per Sample Graph Bugzilla Id: 59335
    omit b961ef5  Continue New and Noteworthy
    omit f18d003  Update screenshots for searching behavior
    omit e4ad4fc  Change for transparent background (better display on dark OS themes)
    omit f3d7e56  Continue New and Noteworthy
    omit 784da3f  Bug 59331 - JMeter Report Generator : Add ability to set a title for the report Rename JMeter Dashboard to Apache JMeter Dashboard when property is not defined Bugzilla Id: 59331
    omit 2d7bf7c  Improve tooltips
    omit 05aba60  Bug 59330 - Dashboard : When hiding then displaying all samples (upper right corner) time shifts for Over time graphs Bugzilla Id: 59330
    omit 4eb1bcd  Add space
    omit e70cfab  Add space between value and format for durations
    omit e9621ea  Revert Bugzilla 58679 - A character of value 0 is not valid as part of XML, but it's was written by xpp3. This closes #197 Bugzilla Id: 58679
    omit 73c2db3  Bug 59328 - Better tooltip for Variable Names in CSVDataSet Contributed by Antonio Gomes Rodrigues #resolve #195 Bugzilla Id: 59328
    omit 7dbae80  Bug 59305 - Default column sorted in HTML report Statistics table Contributed by Antonio Gomes Rodrigues #resolve #193 Bugzilla Id: 59305
    omit 724d23f  Bug 59304 - Harmonize reportgenerator_summary_apdex_samplers and reportgenerator_summary_statistics_label Contributed by Antonio Gomes Rodrigues #resolve #192 Bugzilla Id: 59304
    omit fd76ee9  Bug 59320 - Better tooltip in GUI with GenericTestBeanCustomizer (CSV Data Set Config, JDBC Connection Configuration, Keystore Configuration...)
    omit 74993d5  Bug 59293 - Better Axis to Latencies over Time graph in report Patch contributed by Antonio Gomes Rodrigues #resolve #185 Bugzilla Id: 59293
    omit ea2e703  Bug 59292 - Better Axis to Response time over Time graph in report Contributed by Antonio Gomes Rodrigues #resolve #184 Bugzilla Id: 59292
    omit d27d71b  Bug 59298 - Better reportgenerator_summary_statistics_error_percent label in report #resolve #190 Bugzilla Id: 59298
    omit 35a50fc  Bug 59320 - Better tooltip in GUI with GenericTestBeanCustomizer (CSV Data Set Config, JDBC Connection Configuration, Keystore Configuration...) #resolve #194 Bugzilla Id: 59320
    omit 6f4b43c  Correct xml. meta tags have to be closed, too.
    omit 0e9dc86  Add favicon logic and images to the website.
    omit 4b03365  Use dl for markup and use 'Suggested' instead of 'Suggest'
    omit 698709d  Bug 59303 - New default response time distribution granularity in HTML report #resolve #191 Based on Patch by Antonio Gomes Rodrigues Bugzilla Id: 59303
    omit f75cadf  Replace Toolbar icons size section with a HiDPI mode section
    omit d7f5250  Improve the help message for -g option
    omit 455150a  Catch and log report generation errors
    omit 20bceee  Make sure threads are tidied before the report is generated Ensure end of run is printed at the end
    omit 582b3fe  Fix NPE if report File does not include a path
    omit f2854b1  Proper fix
    omit f255c2b  Don't display char value
    omit 93c4a48  Update a lot of screenshots before next release Bugzilla Id: 59126
    omit f9b2c5f  Better percentile label in report
    omit 735aa0d  Rename args to be a bit more meaningful.
    omit 85b8b7f  Make sure to use utf-8 for the generated dashboard pages.
    omit f7942b6  Remove unused logos
    omit 1290e04  Update screenshots for Simple Controller, Loop Controller, Once Only Controller, Interleave Controller, AccessLogSampler, Using the Simple Controller, Looping Example, Once Only Example, Simple Interleave Example, Useful Interleave Example 2, Interleave Controller Example 3, ForEach Example, ForEach Example 2, Module Controller, Test Plan using Critical Section Controller, View Results Tree, View Results Tree XML, View Results Tree RegExp, View Results Tree Document PDF, [...]
    omit fbd5c5a  Update screenshoots on test_plan and webtest section (new icons and new http request) Bugzilla Id: 59126
    omit 86d215c  Update HTTP Request element Bugzilla Id: 59126
    omit d223a27  logo.svg need to be included in the binary archive for docs_printable
    omit 29d4e8a  Use vertical ellipsis (vellip) instead of horizontal one (hellip).
    omit 56d2fe3  Correct typos.
    omit 3615d7a  Write JMeter instead of jmeter
    omit fc24584  Correct typo
    omit 15a6239  Correct a few typos.
    omit 42cdd62  Use code tag, hellip entity for horizontal ellipsis and correct 'pcked' to 'picked'.
    omit ecfeae8  Write JUnit instead of junit.
    omit b1c28bb  Use 'template files' instead of 'templated files', JMeter instead of jmeter, JSON instead of json and correct 'dashboard'
    omit d65a42a  Use dl instead of ul for definition lists.
    omit b3969a5  Remove duplicate line. Contributed by Antonio Gomes Rodrigues.
    omit eb7ceff  Clarifications
    omit b920356  Set size of logo in svg and add a title in the dc-section.
    omit eacccb5  Change the ASF logo to the SVG format for a better display of JMeter website on HiDPI screens
    omit 9f382e1  #resolve #24
    omit 882c104  Change for the new JMeter logo on printable docs
    omit 0378524  Change for the good screenshots (validate behavior and backendlistener)
    omit fc18337  Fix characters case of JMeter name
    omit 28749ce  Reduce delays in BatchTestLocal.jmx 100ms -> 1ms to speedup test execution
    omit 3f7c1d3  Log file contents in ant.batchtest failure case
    omit 7a414e0  Use explicit timeout for TestDNSCacheManager, so test is executed faster
    omit 7ca0695  Move checkstyle to a separate Travis job
    omit 5a04455  Drop text/plain so files display OK in SVN
    omit 75db794  Drop text/plain so files display OK in SVN
    omit 3716e9c  Drop text/plain so files display OK in SVN
    omit 3636303  Drop text/plain as it seems to cause browse issues for SVN: https://svn.apache.org/repos/asf/jmeter/trunk/docs/index.html
    omit 7e2bb9d  += native
    omit 9b84534  Fix following bug: - In the upper right corner of each graph, click the middle icon and select Hide All Samples, graph is empty => OK - In the upper right corner of the same graph, click the middle icon and select Display All Samples, graph remaing empty => KO
    omit e0d6ebf  Document more precisely jmeter.reportgenerator.exporter.html.series_filter
    omit 15c8d7f  Add test gui for 3.0
    omit 505f184  Add list of binary jars to LICENSE; use that for unit tests Bugzilla Id: 59262
    omit 06e1d3a  Add list of binary jars to LICENSE; use that for unit tests (ctd) Update unit tests Remove AL 2.0 licenses Add missing BSD license for dnsjava Bugzilla Id: 59262
    omit 7045fcd  More files to ignore
    omit 4e55938  Update .gitignore: exclude bin/ApacheJMeter.jar and IDEA files&folders
    omit 38d6450  Add list of binary jars to LICENSE (partial fix) Bugzilla Id: 59262
    omit f023f8e  No longer needed for binary archive
    omit db23ce0  Bug 59153 - simplify code, add contributor's name to changes.xml
    omit 9108697  Docn
    omit 7929b29  Bug 59153 - update changes.xml
    omit 3c21c2a  Bug 59153 - stop test if accessing non-existing file (e.g. empty filename in CSVDataSet)
    omit 9982a1f  Formatting changes and correction of typos. Usage of code, source, hellip, etc.
    omit 48a4da9  Let the real menu entries start on a new line on smaller displays.
    omit 31bd7a4  Continue work on New and Noteworthy
    omit cab74a8  Report/Dashboard reuses the same output directory Fix regression introduced by commit r1735914, the output folder was no more read for -g option Bugzilla Id: 58986
    omit b0055f8  Ambiguous; clarify
    omit 32e4992  Continue work on New and Noteworthy
    omit cd097e8  ThreadLocalRandom is now part of the JVM (the source file has been deleted) Bugzilla Id: 57981
    omit fc33211  Continue work on New and Noteworthy
    omit 4ef5157  Move Social up and reorganize a bit
    omit 448626b  svn:eol
    omit 585bec2  As per sebb request on dev mailing list "ASCII art on JMeter startup", show Ascii art only on: - help - when error is made in command line - -v
    omit 095e44a  Improve help
    omit d93e696  Fix NPE Make version in ASCII ART an ANT filtered variable Update build so that jmeter_as_ascii_art in res/META-INF is moved to org/apache/jmeter in ApacheJMeter.jar
    omit 98b7a2e  Fix NPE try 4 : Avoid failing to see what Jars contain
    omit a275fd7  Fix NPE try 3
    omit 9842dd0  Fix NPE try 2
    omit f720fe6  Fix NPE Remove version from Ascii art
    omit f540b7c  Only display desc if it is not the default
    omit e209eec  No need for field to be package protected or mutable
    omit 53ea19c  Redundant type argument
    omit cc487af  Unused import
    omit 319b968  Allow description to be used
    omit 0d51f6d  Tidy up removed jar
    omit 7ef658d  svn:eol
    omit 965dd1d  Add "Apache JMeter 3.0" as Ascii art on startup
    omit 512817f  Add markup. Use menuchoice element and hellip for a horizontal ellipsis.
    omit 132bb1c  Replace JMeter logo and put social media links into own div for website.
    omit b797782  Upgrade json-path to 2.2.0
    omit d3d50ea  Upgrade json-path to 2.2.0
    omit f2e21d6  Bug 59246 - Unblocked Thread Group context menu 'Start/Start no pauses/Validate' during execution test plan (affects nightly before 3.0) Relates to Bug 59197 and Bug 58941 Bugzilla Id: 59246
    omit 9305077  Remove wrong comment
    omit 1180a96  Bug 59249 - Http Request Defaults : Add "Source address" and "Save responses as MD5" Oups forgot 1 class Bugzilla Id: 59249
    omit 3805a20  Bug 59249 - Http Request Defaults : Add "Source address" and "Save responses as MD5" Bugzilla Id: 59249
    omit a451ae6  Restore bugs affecting 2.13 not nightly
    omit 9f0032f  Rename getImages to retrieveEmbeddedResources Use JLabeledTextField for embeddedRE Remove useless VerticalPanel
    omit f75dd24  Anglicise Drop references to bugs which only affected unreleased nightly builds
    omit 871947d  Bug 59197 - Thread Group : it should be possible to only run a single threadgroup or a selection of threadgroups with a popup menu Document feature Bugzilla Id: 59197
    omit f8078f5  Bug 59240 - Introduce a slf4j adapter for Logkit Rename classes Bugzilla Id: 59240
    omit d5e4584  Screenshot and New and Noteworthy section
    omit 63ea0cd  Bug 56554 JSR223 Test Element : Generate compilation cache key automatically Change labels and description Bugzilla Id: 56554
    omit 895c71b  Bug 56554 JSR223 Test Element : Generate compilation cache key automatically Bugzilla Id: 56554
    omit 235cb01  Clarify docs
    omit 6aa101c  Mention known bugs for undo/redo feature so that user who enable it are aware of those bugs
    omit 97f0946  Bug 59236 - JMeter Properties : Make some cleanup Remove ability to disable toolbar in menu Bugzilla Id: 59236
    omit 21277e2  Bug 59173 - New fields/changed defaults cause earlier test plans to be marked as changed Bugzilla Id: 59173
    omit 463f678  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Use Browser Compliant mode Create internal class instead of inlined one Bugzilla Id: 59140
    omit d1f043d  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files svn:eol Bugzilla Id: 59140
    omit 7c2ad41  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files svn:eol Bugzilla Id: 59140
    omit a9e72bc  Bug 59140 - Parallel Download : Add CSS Parsing to extract links from CSS files Bugzilla Id: 59140
    omit ad1dd0e  Bug 59240 - Introduce a slf4j adapter for Logkit Mention it in New and Noteworthy Bugzilla Id: 59240
    omit b36740b  Bug 59240 - Introduce a slf4j adapter for Logkit Fix label of change, thanks Ceki Bugzilla Id: 59240
    omit fc115f3  Bug 59240 - Introduce a slf4j binding for Logback svn:eol Bugzilla Id: 59240
    omit bf5e22f  Bug 59240 - Introduce a slf4j binding for Logback Bugzilla Id: 59240
    omit 1453b48  Bug 59240 - Introduce a slf4j binding for Logback Bugzilla Id: 59240
    omit 7796f18  Take into account Felix notes on dev mailing list
    omit 62261bb  Start New and Noteworthy Move some General improvements to Non Fonctional section
    omit 029a2d9  Reorganize
    omit b180f0a  Bug 59236 - JMeter Properties : Make some cleanup Drop xml.parser property Bugzilla Id: 59236
    omit f690694  Bug 59236 - JMeter Properties : Make some cleanup Bugzilla Id: 59236
    omit 8cf0902  Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) svn:eol Bugzilla Id: 58941
    omit ec6ec04  Bug 58941 - Create a new Starter that runs thread groups in validation mode (1 thread only, 1 iteration, no pause all customizable) Bugzilla Id: 58941
    omit c551deb  Move declaration to smallest enclosing block
    omit 8be919c  Don't hide field init in private helper method; make it explicit
    omit b11d2d5  Bug 58165 Show the time elapsed since the start of the load test in GUI mode. Add a tooltip Add a border Bugzilla Id: 58165
    omit 0982f86  Bug 59225 - Bad display of running indicator icon #resolve #173 Bugzilla Id: 59225
    omit b71d5c1  Bug 58329 - Response Time Graph and Aggregate Graph : Save graph to file does not take into account the settings changed since last click on Graph Bugzilla Id: 58329
    omit 7dadf4d  Document Ignore Sub Controller
    omit 61bf45a  Bug 59205 TCP Sampler: Set connect time in sampler when connection is established As per dev mailing list discussion, update documentation and handle to connection error Bugzilla Id: 59205
    omit f37e2ac  Upgrade to commons-math-3.6.1 from 3.5
    omit 1a795bb  Bug 59207 - Change the font color of errorsOrFatalsLabel to red when an error occurs #resolve #172 Bugzilla Id: 59207
    omit bc6b926  New fields/changed defaults cause earlier test plans to be marked as changed Fix BackendListener Bugzilla Id: 59173
    omit 91c155b  Allow entry to be removed if it matches a specific value
    omit 93642b3  Use constant for default value as well
    omit a96b091  Use constants for argument names
    omit 67e7354  Say which column not found
    omit 63ed1e3  Add EOL at EOF
    omit 3f8e351  TCP Sampler: Set connect time in sampler when connection is established.
    omit 887dfd3   Report/Dashboard reuses the same output directory  No need for -n option when running generator only (-g) Bugzilla Id: 58986
    omit c93cae2  Bug 58986 - Report/Dashboard reuses the same output directory Factor in JOrphanUtils the check for output folder and make it more readable and complete Add the check in both HtmlTemplateExporter and JMeter as per sebb request Bugzilla Id: 58986
    omit 12a06f4  Add javadoc for throws SQLException
    omit 594ec8f  Change order of modifiers in inner class to conform to JLS
    omit c77e88f  Remove useless parentheses. Return is not a function
    omit 8cb1a03  Combine if clauses, to make it clear, that there are no alternative paths.
    omit 9f0f86c  Make setArguments final, as it is used from ctor.
    omit 15faf13  Remove useless initialization. Based on patch by Graham.
    omit 65b40c6  Correct typo found by Graham Russell.
    omit 3b170c0  Simplify boolean expressions. Based on patch by Graham Russell.
    omit 0b79081  Renamed local variable. Patch by Graham Russell.
    omit 3d2098e  Spacepolice based on a patch by Graham Russell.
    omit 5c851bb  Tab policy
    omit 1b1eb77  Add colors in the pre/post processors icons (Thanks to J-M. M. from French user group for suggestion)
    omit 74305aa  Use tabs instead of space in eclipse.classpath.
    omit d5486e6  New fields/changed defaults cause earlier test plans to be marked as changed Fix PublisherSampler: convert default to empty string on output (as that is what the input methods do) Bugzilla Id: 59173
    omit 25aa2b6  Use Double#compare instead of reimplementing it in NumberProperty
    omit 72b538d  Accidental commit
    omit 4146285  New fields/changed defaults cause earlier test plans to be marked as changed Fix AccessLogSampler; added TestBean support for not saving default values Bugzilla Id: 59173
    omit ec57d8a  Use Integer#toString directly.
    omit eda298a  Reuse collection that could have been added by another thread a moment earlier.
    omit bcc5dba  Document the supported methods for HttpURLConnection as stated in method description of setRequestMethod(String)
    omit fd9339b  Inline local String variables that are used only for writeToLog
    omit eaa5181  Extract writing to log-file into a private method.
    omit b21a113  deprecate some methods in JMeterUtils Contribution by Benoit Wiart #resolve #148 https://github.com/apache/jmeter/pull/148/
    omit 5c61a56  Bug 59190 - HTTP(S) Test Script Recorder : Suggested excludes should ignore case #resolve #169
    omit 5bba0d9  Bug 59197 - Thread Group : it should be possible to only run a single threadgroup or a selection of threadgroups with a popup menu #resolve #170 https://github.com/apache/jmeter/pull/170/ Bugzilla Id: 59197
    omit ee9452b  Isolate and document behaviour in case of redirect
    omit 2f35509  Add testcase for HttpWebdav.
    omit e09a2d7  javadoc. Add deprecation annotation to inform about alternatives.
    omit ad737aa  Followup to r1735574 Use ConcurrentMap as interface instead of Map for PARSERS.
    omit 68773fb  Unittests for BaseParser.
    omit 96541ab  Followup to r1733983
    omit df377c1  javadoc. Explain the parameters and return values a bit more.
    omit fdbe2ca  Followup to r1733983: Rename private constants to uppercase letter words.
    omit a1bd606  Followup to 1735295. Remove import, which is no longer needed.
    omit 1bc22fe  Followup to 1734154. No need for temporary variable. Return new instance directly.
    omit a910dec  Followup to r17734228. No need for temporary variable. Return CacheManager directly.
    omit b5690a0  Markup changes. Remove useless table.
    omit 78fe201  Reformat doc-sources, so that lines are not much longer than 80 chars and are not too short.
    omit 50ebd42  Fix a few typos in the docs.
    omit 7523390  Markup changes. Use of dl instead of ul. Markup code fragments and remove space before colons.
    omit 132c3a0  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) accessor-smart not in dist Bugzilla Id: 59187
    omit 26ee6c8  svn:eol
    omit 3d99e0b  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) Add license for accessor-smart Bugzilla Id: 59187
    omit 02b39b1  Bug 59193 - ant run_gui fails with java.lang.ClassNotFoundException or java.lang.IllegalAccessError when accessing classes from dependencies not loaded through Thread.currentThread().getContextClassLoader() Bugzilla Id: 59193
    omit 80689ec  Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) Add license for asm, BSD license License for accessors-smart is not needed as it's the same license as json-smart (Apache License 2.0) Bugzilla Id: 59188
    omit 8b90248  Use constants with significant names
    omit cbed06b  Markup changes. Use hellip for horizontal ellipsis and code tag
    omit 6e66228  Sample Result SaveConfig Dialog is generated in random order Move knowledge of method names to the class that contains them Bugzilla Id: 59171
    omit 39b1a17  Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) #resolve #168 https://github.com/apache/jmeter/pull/168
    omit b60d34a  Bug 59188 - JSON Post Processor: Error processing JSON content ..., message:java.lang.String cannot be cast to java.util.List (affects nightly build before 3.0) Bugzilla Id: 59188
    omit 18e3831  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) Fix tabs Bugzilla Id: 59187
    omit 19bad7f  Bug 59187 - JSON Post Processor : java.lang.NoClassDefFoundError: net/minidev/asm/FieldFilter at net.minidev.json.reader.JsonWriter.(JsonWriter.java:157) (affects nightly build before 3.0 release) Bugzilla Id: 59187
    omit 5aa7035  Javadoc
    omit 4ef3975  Sample Result SaveConfig Dialog is generated in random order Use order from http://jmeter.apache.org/usermanual/listeners.html#csvlogformat Bugzilla Id: 59171
    omit eb4275f  Sample Result SaveConfig Dialog is generated in random order Bugzilla Id: 59171
    omit 6a9568d  Drop special characters from file names Bugzilla Id: 588832
    omit a19e741  Javadoc
    omit bc046a6  Workaround for https://issues.apache.org/jira/browse/HTTPCLIENT-1712 which makes SPNEGO with kerberos and https impossible in httpclient 4.5.2. The next version of httpclient will be correct again and these newly introduced classes can be removed again.
    omit 847daf9  Use Java7 try with resources
    omit a51453b  Bug 59173 - New fields/changed defaults cause earlier test plans to be marked as changed Fix RegExtractor saving with 3.0 Bugzilla Id: 59173
    omit 29f3ff7  Javadoc
    omit b967d7b  Bug 59108 - TableEditor: Allow rows to be moved up and down #resolve #163 https://github.com/apache/jmeter/pull/163/ Bugzilla Id: 59108
    omit e1ab63a  Bug 59133 - Regression in custom Thread Group in nightly build before 3.0 (6 march 2016) #resolve #164 https://github.com/apache/jmeter/pull/164 Bugzilla Id: 59133
    omit 21b677f  Bugzilla is not a support forum
    omit 76155f6  Looks like it is no longer ambiguous
    omit 9733e20  Javadoc - add sample implementations
    omit 8ced7ad  configureTestElement is in a parent class
    omit a57c1b3  SampleResult SaveConfig does not allow some fields to be disabled Previous fix did not work for idleTime because the ctor did not set all the defaulted fields Bugzilla Id: 59172
    omit aba92da  Typo Bugzilla Id: 59172
    omit 148ed86  SampleResult SaveConfig does not allow some fields to be disabled Bugzilla Id: 59172
    omit bd45a47  Sample Result SaveConfig Dialog is generated in random order TODO - remove the test code when the sort order is decided Bugzilla Id: 59171
    omit 0ed8f13  If was not a typoe (sebb note)
    omit f1582b9  Bug 59156 - XMLAssertion : drop jdom dependency by using XMLReader Fix bug Bugzilla Id: 59156
    omit 5491b39  rework formulation
    omit 1556926  typo
    omit 2858088  Move bug fixes from enhancements to bugfix
    omit 00dc3ed  Bug 59156 - XMLAssertion : drop jdom dependency by using XMLReader jdom is now a jar for docs Bugzilla Id: 59156
    omit 001ca84  Docs
    omit 58ee190  Drop debug stack traces
    omit caf763e  Add generated GUI test file for 2.13
    omit ddb7f1c  Drop the old jdom jar Bugzilla Id: 59156
    omit 546016e  Bug 59076 - Test should fail if a module controller cannot find its replacement subtree Take into account sebb note Bugzilla Id: 59076
    omit 3a1a6b5  Improve display of JMeter on high resolution devices (HiDPI) (part 1 of enhancement) Rename issue after dev mailing list discussion Bugzilla Id: 58426
    omit 2220b0f  Bug 59156 - XMLAssertion : drop jdom dependency by using XMLReader Move code to standard Java XML API Fix Tests to remove dependencies on jdom Move jdom download to lib/doc as it is needed for printable documentation generation (Anakia) Remove jdom from Maven dependencies and also remove velocity version property by the way as it is not needed (commented) Move jdom reference in build.properties in the doc block Bugzilla Id: 59156
    omit 9642e7e  Bug 59076 - Test should fail if a module controller cannot find its replacement subtree Bugzilla Id: 59076
    omit 162d54d  Rename issue to make it clear it is not yet HiDPI support Bugzilla Id: 58426
    omit dc7988d  Use same stream for stacktrace
    omit f542e70  Forgot to remove import
    omit 91c12a3  RSyntaxTextArea not compatible with headless testing Bugzilla Id: 59165
    omit 66eeebd   Improve JUnit Test code  Re-enable headless testing Bugzilla Id: 58897
    omit e5105a7  RSyntaxtTextArea not compatible with headless testing Replace calls to constructors with getInstance Bugzilla Id: 59165
    omit 2667bd7  RSyntaxtTextArea not compatible with headless testing Add getInstance methods that handle headless mode Bugzilla Id: 59165
    omit 0f80c8a  Non-NLS marker
    omit 8f62be0  Allow tests to work under headless mode
    omit daa82de  Allow junit showoutput override
    omit 2345660  Convert directly to double rather than creating a Double and unboxing (this bug exposed by not ignoring boxing warnings)
    omit 6566bed  This method is in the RSyntaxText package
    omit de827cd  Handle another Exception
    omit 0ed04f8  Show headless setting
    omit efa0a14  Allow headless to be passed in to junit tests
    omit 44d5e57  Ignore the test again till we have a solution
    omit da43079  Bug fixed some while ago so test can be enabled Bugzilla Id: 50799
    omit 4e7d394  Bug 59152 - Thread Group: Change "Action to be taken after a Sample Error" value from "Continue" to "Start Next thread loop" #resolve #161 https://github.com/apache/jmeter/pull/161 Bugzilla Id: 59152
    omit 723b78f  Bug 59105 - TableEditor : Add ability to paste rows from clipboard and delete multiple selection #resolve #153 https://github.com/apache/jmeter/pull/153 Bugzilla Id: 59105
    omit 8dec8de  [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample Document breaking change Bugzilla Id: 52073
    omit 40f3965  [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample #resolve #155 https://github.com/apache/jmeter/pull/155 Bugzilla Id: 52073
    omit 3cf553f  [Bug 52073] Embedded Resources Parallel download : Improve performances by avoiding shutdown of ThreadPoolExecutor at each sample Based on PR by Benoit Wiart + the addition (blame me) of JMeterPoolingClientConnectionManager  (see mailing list mail I will send) Bugzilla Id: 52073
    omit f1f13f3  Bug 58715 : Feature request: Bundle groovy-all with JMeter
    omit 73ae398  Allow serialization tests to work
    omit c0c3755  Ensure nightly build uses the svnRevision as the version (i.e. not 3.0-SNAPSHOT etc)
    omit 26a1f69  Put all clean calls together
    omit c3145af  Distributions don't include docs-site
    omit 59f11db  Unnecessary, as clean-docs does the images as well
    omit 3074c70  HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily Don't display Add/Del buttons Bugzilla Id: 59083
    omit d2459bc  Bug 59146 - MeasuringConnectionManager is not Thread Safe (nightly before 3.0) Bugzilla Id: 59146
    omit a8111ae  Bug 59033 - Parallel Download : Rework Parser classes hierarchy to allow pluging parsers for different mime types Bugzilla Id: 59033
    omit 65a84db  French typo for Advanced (Avancée) & Alphabetical order Bugzilla Id: 59129
    omit f8c384f  Bug 59129 - HTTP Request : Simplify GUI with simple/advanced Tabs First part Bugzilla Id: 59129
    omit 03d122d  Bug 56141 - Application does not behave correctly when using HTTP Recorder Migrate to up to date HttpMime APIs Bugzilla Id: 56141
    omit dcddea7  Bug 56141 - Application does not behave correctly when using HTTP Recorder Revert stupid fix (setDoBrowserCompatibleMultipart(true) was already here Bugzilla Id: 56141
    omit e4b7110  Add javadoc and a bit of spacepolice.
    omit ec0c431  Better code to apploy the HiDPI mode in JTable elements. Thanks Benoit and Felix. Bugzilla Id: 58426
    omit 83437ee  Initialize the HiDPI mode and scale factor into JMeterUtils Bugzilla Id: 58426
    omit 5c03e02  Bug 59079 - "httpsampler.max_redirects" property is not enforced when "Redirect Automatically" is used Bugzilla Id: 59079
    omit bf603a3  Fix wrong default mentionned
    omit b6686f4  Use DPI scaling of interface for high resolution devices (HiDPI support for Windows/Linux)
    omit ba35aad  Put http links inside javadoc in "a href" elements.
    omit 026d3a4  Use DPI scaling of interface for high resolution devices (HiDPI support for Windows/Linux)
    omit bf0d0a1  Tabpolice
    omit 00ffbfa  Update the Apache icon use as JMeter app icon
    omit b72951b  Bug 56141 - Application does not behave correctly when using HTTP Recorder Bugzilla Id: 56141
    omit 4f22eef  rename variables for clarity Contribution by Benoit Wiart #resolve #142 https://github.com/apache/jmeter/pull/142/
    omit 538350f  Remove commented code Contribution by Benoit Wiart #resolve #154 https://github.com/apache/jmeter/pull/154/
    omit b311ee3  Bug 59095 - Remove UserParameterXMLParser that was deprecated 8 years ago #resolve #150 Bugzilla Id: 59095
    omit e097cc3  drop some deprecated methods Contribution by Benoit Wiart #resolve #149 https://github.com/apache/jmeter/pull/149/
    omit 1d27195  Move some tests in a dedicated class svn:eol
    omit 5cf0a85  Move some tests in a dedicated class Contribution by Benoit Wiart #resolve #147 https://github.com/apache/jmeter/pull/147/
    omit 1ba1407  remove dead code Contribution by Benoit Wiart #resolve #146 https://github.com/apache/jmeter/pull/146/
    omit 7ca0a64  remove dead code Contribution by Benoit Wiart #resolve #145 https://github.com/apache/jmeter/pull/145/
    omit 44c2547  Bug 59116 - Add the possibility to setup a prefix to sampler name recorded by proxy #resolve #158 Fixed the following in PR: - SampleResult did not match the modified Sample label - Added code in keyListener to ensure the model is updated, otherwise the ProxyControl would still use old prefix until user leaves the component - French label Bugzilla Id: 59116
    omit 7905850  Bug 59118 - Add comment in recorded think time by proxy recorder #resolve #157 Bugzilla Id: 59118
    omit 6d57b90  Bug 58715 - Feature request: Bundle groovy-all with JMeter Bugzilla Id: 58715
    omit 80b5fae  Bug 59083 - HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily Bugzilla Id: 59083
    omit 4e7a1f4  HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily
    omit 0415677  Correct html tags in javadoc
    omit 2c994bb  checkstyle needs download_checkstyle. Plus add clean.
    omit c298b46  Unnecessary; looks like code analysis has got better and no longer produces the warning
    omit a656ead  Autoboxing warnings
    omit d3f40b2  Unused
    omit dbe0049  Redundant type arguments
    omit b178bb3  Javadoc syntax
    omit fa2df98  Ensure docversion is created after jmeter.version is updated so Javadocs reflect the version
    omit ee58e17  Add checkstyle check to travis build
    omit f103d67  Bug 59103 - HTTP Request Java Implementation: Change default "http.java.sampler.retries" to align it on HttpClient behaviour and make it meaningful Improve Incompatible changes section for the property. Bugzilla Id: 59103
    omit 5fcc0c9  Tab police needed yet again
    omit e1aa0df  Bug 59099 - Backend listener : Add the possibility to consider samplersList as a Regular Expression Mention author #resolve #151 + commit: http://svn.apache.org/viewvc?rev=1733383&view=rev Bugzilla Id: 59099
    omit 5ca053c  Bug 59099 - Backend listener : Add the possibility to consider samplersList as a Regular Expression Bugzilla Id: 59099
    omit 75d7e73  Bug 59103 - HTTP Request Java Implementation: Change default "http.java.sampler.retries" to align it on HttpClient behaviour and make it meaningful Bugzilla Id: 59103
    omit 183f4a0  Bug 59102 - View Results Tree: Better default value for "view.results.tree.max_size" Bugzilla Id: 59102
    omit 84d45f1  Ensure reason for deprecation is shown in Javadoc
    omit fee2951  Remove openjdk7, since the tested workarounds need more workarounds and the integration tests still fail. Both orcaclejdk7 and oraclejdk8 will be tested, though.
    omit 9b2c7be  Bug 59096 - Search Feature : Case insensitive search is not really case insensitive Bugzilla Id: 59096
    omit b921a81  Bug 55597 View Results Tree: Add a search feature to search in recorded samplers
    omit c16a4b3  Try to add a ipv4 entry for the local hostname before tests in travis and give more information, when tests fail while getting localhost.
    omit 558296e  Create Border only once
    omit 11a5127  Add a short hostname to travis conf, so that openjdk doesn't crash and add headless mode to the test run.
    omit 5df5417  Option parsing error message can be 'lost' Bugzilla Id: 59093
    omit 49aaa2c  Bug 59082 - remove the "TestCompiler.useStaticSet" parameter Contributed by Benoit Wiart #resolve #143 Bugzilla Id: 59082
    omit bac69f0  Bug 59085 - Http file panel : data lost on browse cancellation Contributed by Benoit Wiart #resolve #144 Bugzilla Id: 59085
    omit 077b8c3  Bug 58736 - Add Sample Timeout support Drop temporary property (implementation detail) Bugzilla Id: 58736
    omit d5ec2e1  WebserviceSampler used soap-2.3.1 jar, it has been removed so remove jar references
    omit 81e365d  Bug 59094 - Drop support of old JMX file format Bugzilla Id: 59094
    omit 9799264  WebserviceSampler used soap-2.3.1 jar, it has been removed so remove jar references
    omit 25123af  JMeter should report incompatible command-line options Part 1: split up options to allow them to be referenced; disallow -l, -r, -R for -g Bugzilla Id: 59091
    omit c4b3ff7  Document constant meaning
    omit 0dc0bbe  Bug 58986 - Report/Dashboard reuses the same output directory Document new command line option Bugzilla Id: 58986
    omit 3b14af3  Bug 58986 - Report/Dashboard reuses the same output directory Take into account sebb note on dev mailing list: "- The precedence is wrong; command line options should always override property definitions." Bugzilla Id: 58986
    omit 8011917  Bug 58986 - Report/Dashboard reuses the same output directory Take into account sebb note on dev mailing list: "- The precedence is wrong; command line options should always override property definitions." Bugzilla Id: 58986
    omit 7605d44  Bug 59038 - Deprecate HTTPClient 3.1 related elements Bugzilla Id: 59038
    omit 62b0032  Bug 58986 - Report/Dashboard reuses the same output directory Bugzilla Id: 58986
    omit 074e553  Revert changes made by r1732937 At least HTTPHC4Impl uses HttpWebDav#isWebdavMethod in a way, that is incompatible to this change.
    omit 4593c16  HTTP Request : Make Method field editable so that additional methods (Webdav) can be added easily
    omit 48f808b  Add a travis.yml file to configure how travis should build jmeter.
    omit 2782a05  Bug 59075 - JMS Publisher: NumberFormatException is thrown is priority or expiration fields are empty Bugzilla Id: 59075
    omit 3024e6e  Document the defaults
    omit cb39275  CookieManager : Cookie Policy select box content must depend on Cookie implementation Change default to HC4/standard - forgot to change one of the references in r1732593 Bugzilla Id: 58756
    omit b8d9042  CookieManager : Cookie Policy select box content must depend on Cookie implementation Ensure implementation is set before policy as the possible policies depend on the implementation Bugzilla Id: 58756
    omit 2efb93d  Revert r1732634
    omit 539e8db  Revert r1732644 (necessary to allow reversion of r1732634)
    omit 4f893f2  WebserviceSampler used these classes, it has been removed so remove those ones.
    omit 97b6fa8  Test distributing full bundle for nightly build, see Bug 58936 Don't fail if folders don't exist when cleaning api docs and docs images Bugzilla Id: 58936
    omit dda57e1  DOMPool used this property, it has been removed so remove this property.
    omit 5d6bbd7  WebserviceSampler used this class, it has been removed so remove this one.
    omit 213c772  Bug 58729 - Cleanup extras folder for maintainability jmeter-results-detail-report_21.xsl has disappeared Values in jmeter.properties are usually set to their default value Bugzilla Id: 58729
    omit 74918af  Values in jmeter.properties are usually set to their default value
    omit dfaad83  Fix missing </ul>
    omit 531e7fe  Remove since JMeter 2.X when too old or meaningless Update docs for CookieManager Fix some typos and errors
    omit bf5d798  Test distributing full bundle for nightly build, see Bug 58936 Update nightly build documentation Bugzilla Id: 58936
    omit 91c8ac9  Test distributing full bundle for nightly build, see Bug 58936 Cleanups Bugzilla Id: 58936
    omit e016e61  Test distributing full bundle for nightly build, see Bug 58936 Fix svn check Bugzilla Id: 58936
    omit 63cf215  Test distributing full bundle for nightly build, see Bug 58936 Generate docs for nightly build otherwise users don't have up to date docs Bugzilla Id: 58936
    omit c213dbc  Test distributing full bundle for nightly build, see Bug 58936 Disable disable-check-versions for nightly Fix Syntax error in property: ${jmeter.version) Bugzilla Id: 58936
    omit 55c0314  Test distributing full bundle for nightly build, see Bug 58936 Generation version Bugzilla Id: 58936
    omit 086e308  Test distributing full bundle for nightly build, see Bug 58936 Show jmeter.version property when it fails Bugzilla Id: 58936
    omit 9e00380  Test distributing full bundle for nightly build, see Bug 58936 Set version to 3.0-SNAPSHOT Bugzilla Id: 58936
    omit c0ba687  Test distributing full bundle for nightly build, see Bug 58936
    omit 3d30982  Bug 57182 - Better defaults : Save idle time by default Fix Tests failure Bugzilla Id: 57182
    omit 163db3c  Bug 56554 - JSR223 Test Element : Generate compilation cache key automatically Update documentation Remove also mention of old versions Bugzilla Id: 56554
    omit d40841c  Remove plastic style so that all badges look the same
    omit 24d350b  Bug 57182 - Better defaults : Save idle time by default Bugzilla Id: 57182
    omit ce9542a  Avoid hard coded version
    omit 0df10a2  Add: - Fork us on github - Start this repo - Maven Central Badge
    omit b7920f2  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation Restore public constant with up to date value Bugzilla Id: 58756
    omit d03a3c0  Restore HC3 Cookie Handler tests Copied from https://svn.apache.org/repos/asf/jmeter/trunk/test/src/org/apache/jmeter/protocol/http/control/TestCookieManager.java@1649126
    omit 8021218  For access from test code
    omit 59cbfec  Fix HC4CookieManager tests
    omit f060200  Revert r1732632
    omit e92d0fe  Add status of last nightly build
    omit 4846528  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation A) Fix bug introduced by commit r1732632: 1/ Save with 2.13 a Plan containing CookieManager that uses defaults 2/ Open it with trunk 3/ It is ok 4/ Close it 5/ Add a new CookieManager => KO the policy is default instead of standard
    omit fb11670  Fix up broken tests that assumed the CookieManager defaults to HC4
    omit 3d77848  Fix unit test serialisation test errors
    omit 39777dd  Fix alphabetical order of keys and some unicode to uppercase
    omit 273b27b5 French localization: Upload->Téléchargement Bugzilla Id: 59060
    omit a239a0b  Fix bug whereby policy was sometimes reset when navigating between HC3 and HC4 Cookie Configs Bugzilla Id: 58756
    omit d0e61af  Change default to HC4/standard Also fix init method
    omit ef9a819  Change default to HC4/standard Bugzilla Id: 58756
    omit b4d5bb0  Revert change that broke JMX compatibility TODO fix GUI to support change in default
    omit d3d03de  Bug 58950 - NoHttpResponseException when Pause between samplers exceeds keepalive sent by server Bugzilla Id: 58950
    omit 99ca969  Upgrade to HttpClient/httpmime 4.5.2 which fixes at the same time: - Bug 58881 - HTTP Request : HTTPHC4Impl shows exception when server uses "deflate" compression - Bug 58583 - HTTP client fails to close connection if server misbehaves by not sending "connection: close", violating HTTP RFC 2616 / RFC 7230 - Bug 56358 - Cookie manager supports cross port cookies and RFC6265 - Bug 57319 - Upgrade to HttpClient 4.5.2 Bugzilla Id: 57319
    omit b3d41e7  Bug 59064 - Remove OldSaveService which supported very old Avalon format JTL (result) files Bugzilla Id: 59064
    omit ab4ae44  Bug 59060 - HTTP Request GUI : Move File Upload to a new Tab to have more space for parameters and prevent incoherent configuration Contributed by Benoit Wiart #resolve #140 https://github.com/apache/jmeter/pull/140 Bugzilla Id: 59060
    omit 90abbd9  #resolve #141 (forgot to close) Real commit : http://svn.apache.org/viewvc?rev=1732514&view=rev Bugzilla Id: 59067
    omit c848b96  Bug 59067 - JMeter fails to iterate over Controllers that are children of a TransactionController having "Generate parent sample" checked after an assertion error occurs on a Thread Group with "Start Next Thread Loop" Bugzilla Id: 59067
    omit 9c8486c  Bug 59071 - CookieManager : Defaults used by CookieManager (after Bug 58756) are wrong Fix test failure Bugzilla Id: 59071
    omit 78b3bd2  Bug 59071 - CookieManager : Defaults used by CookieManager (after Bug 58756) are wrong Fix test failure Bugzilla Id: 59071
    omit 41489ea  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation
    omit db594ce  Adapt website style (margins) to new ASF Logo.
    omit 9b3d0d4  Bug 59069 - CookieManager : Selected Cookie Policy is always reset to default when saving or switching to another TestElement (nightly build 25th feb 2016)
    omit 942a584  Add dashboard links to the lower link list and correct the structure of embedded ul elements.
    omit f731fff  Use nbsp to make space explicit and hinder the browser to break after and before the singlequote.
    omit a3b176c  Propagate new logo
    omit 2aa690b  Add Sample Timeout support Bugzilla Id: 58736
    omit ada5ce0  Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct Bugzilla Id: 58932
    omit 4b2a697  Add useful examples and explain how to enable logging when an issue occurs
    omit 807e651  Add more debugging
    omit ffc9c5e  Fix typo
    omit 5c4eefb  Bug 59055 - JMeter report generator : When generation is not launched from jmeter/bin folder report-template is not found Bugzilla Id: 59055
    omit 3b05ea8  Bug 59051 - JDBC Request : Connection is closed by pool if it exceeds the configured lifetime Bugzilla Id: 59051
    omit aed607e  Bug 58786 - JDBC Sampler : Replace Excalibur DataSource by more up to date library commons-dbcp2 Update documentation and rename properties to match DBCP names (and more recent pools) Bugzilla Id: 58786
    omit 941ae9d  Bug 59008 - Fix Infinite recursion SampleResult on frame depth limit reached Bugzilla Id: 59008
    omit de43753  Bug 59046 - JMeter Gui Replace controller should keep the name and the selection #resolve #139 https://github.com/apache/jmeter/pull/139 Contribution by Benoit Wiart Bugzilla Id: 59046
    omit e081702  Bug 59044 - Http Sampler : It should not be possible to select the multipart encoding if the method is not POST #resolve #138 https://github.com/apache/jmeter/pull/138 Patch by Benoit Wiart Bugzilla Id: 59044
    omit 632848d  Bug 59038 - Deprecate HTTPClient 3.1 related elements #resolve #137 https://github.com/apache/jmeter/pull/137
    omit 34c48ec  Bug 59034 - Parallel downloads connection management is not realistic Bugzilla Id: 59034
    omit f7675d4  Bug 58793 - Create developers page explaining how to build and contribute Fix in commits 1729040 and 1718177: http://svn.apache.org/viewvc?rev=1729040&view=rev http://svn.apache.org/viewvc?rev=1718177&view=rev Bugzilla Id: 58793
    omit 43f7a6e  Updated to tika 1.12
    omit e7c60a5  Fix Javadoc issue with url (add quotes)
    omit e9361eb  JSyntaxTextArea : Ability to set font
    omit c407440  Bug 59003 - ClutilTestCase testSingleArg8 and testSingleArg9 are identical Bugzilla Id: 59003
    omit 650a149  Upgrade rhino to 1.7.7.1 from 1.7.7 (update svn props on lib directory)
    omit 839d9d2  Bug 59037 - Drop HtmlParserHTMLParser and dependencies on htmlparser and htmllexer remove mention of htmlparser from README Patch by Pascal Schumacher #resolve #134 Bugzilla Id: 59037
    omit 67e2d4b  Upgrade rhino to 1.7.7.1 from 1.7.7
    omit 84274ad  Bug 59037 - Drop HtmlParserHTMLParser and dependencies on htmlparser and htmllexer Clean jars from lib directory Bugzilla Id: 59037
    omit 7f698ff  Bug 59037 - Drop HtmlParserHTMLParser and dependencies on htmlparser and htmllexer Bugzilla Id: 59037
    omit efd9c84  #resolve #133
    omit 2ccdc7e  Add more details when issue occurs
    omit addbdba  Bug 59038 - Deprecate HTTPClient 3.1 related elements Bugzilla Id: 59038
    omit dcb2713  JUnit is wrong as per Ignore Policy contract
    omit 407fe4a  Clarify javadoc
    omit 4616668  Bug 59036 - FormCharSetFinder : Use JSoup instead of deprecated HTMLParser Bugzilla Id: 59036
    omit a33922e  Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios Simplify by using IODH idiom Bugzilla Id: 58099
    omit 888c570  Allow TEST_HTTPS script to succeed
    omit 1c5a8d2  Bug 58099 - Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios Fix regression on HTTPS tests, No route to host... Bugzilla Id: 58099
    omit 0240acf  svn:eol
    omit 05c37e8  Add HTTPs test
    omit 9ca91eb  Use SystemDefaultDnsResolver singleton. Contributed by Benoit Wiart. This closes #130.
    omit 91790cb  Minor formatting Contributed by Graham Russell #resolve #129
    omit e3e7433  Removing unnecessary modifiers Contributed by Graham Russel Part 4 https://github.com/apache/jmeter/pull/122 #resolve #122
    omit ce1b168  Removing unnecessary modifiers Contributed by Graham Russel Part 3 https://github.com/apache/jmeter/pull/122
    omit 9cbfdbb  Removing unnecessary modifiers Contributed by Graham Russel Part 2 https://github.com/apache/jmeter/pull/122
    omit 9bc596b  Removing unnecessary modifiers Contributed by Graham Russel Part 1 https://github.com/apache/jmeter/pull/122
    omit 2d8eb53  Removing duplicate code. Patch by Graham Russell #resolve #126
    omit 1dc35a2  #resolve #123
    omit 689f555  Bug 58870 - TableEditor: minimum size is too small #resolve #128 Bugzilla Id: 58870
    omit de535a6  Restore suppress warning lost in conversion to generic loop
    omit 15faf71  Redundant type arguments
    omit eae91c2  Unused imports
    omit 8b3961f  Bug 59023 - HttpSampler UI : rework the embedded resources labels and change default number of parallel downloads to 6 Fix effectively the issue (thanks sebb for the note) Bugzilla Id: 59023
    omit c37d73f  Bug 57577 - HttpSampler : Retrieve All Embedded Resources should only compute size or hash by default Take into account sebb notes Bugzilla Id: 57577
    omit 747156b  Bug 59023 - HttpSampler UI : rework the embedded resources labels and change default number of parallel downloads to 6 Bugzilla Id: 59023
    omit bb4d0b3  Bug 57577 - HttpSampler : Retrieve All Embedded Resources should only compute size or hash by default #resolve #127 Bugzilla Id: 57577
    omit 19f3ce7  Bug 58099 - Performance : Lazily initialize HttpClient SSL Context to avoid its initialization even for HTTP only scenarios Bugzilla Id: 58099
    omit 5415f73  Java 7 multi exception catch
    omit 4f7c24d  Bug 57935 - SSL SNI extension not supported by HttpClient 4.2.6 svn:eol Bugzilla Id: 57935
    omit ae2420b  Bug 57935 - SSL SNI extension not supported by HttpClient 4.2.6 Bugzilla Id: 57935
    omit 08cd2fb  Fix unused factory in second constructor protected HC4TrustAllSSLSocketFactory(javax.net.ssl.SSLSocketFactory factory)
    omit 37121fe  Followup to r1730604
    omit d85a1e2  HTTP Sampler : Added WebDAV verb (SEARCH).
    omit 6333e94  svn:eol
    omit 334557c  move more tests into their own classes Patch by Benoit Wiart #resolve #125
    omit d9664f9  Bug 59006 - Change Default proxy recording port to 8888 to align it with Recording Template #resolve #124 Bugzilla Id: 59006
    omit 306d9ea  Removing unnecessary continues and a few other tidy ups Patch by Graham Russel #resolve #121
    omit 9135db7  Revert r1730205 as it results in duplicate information in the log file Bugzilla Id: 58987
    omit 8b8bafd  Report/Dashboard: Improve error reporting Throw exception if mismatch between expected number of columns and columns in csv file (don't allow missing columns) Bugzilla Id: 58987
    omit 699402b  Next version is 3.0
    omit 0e03ed0  Next version is 3.0
    omit 8f82e48  Next version is 3.0
    omit 114e3ff  Next version is 3.0
    omit 820060a  Next version is 3.0
    omit 33c6585  Next version is 3.0
    omit 5c7f4de  Next version is 3.0
    omit 01450ba  Next version is 3.0
    omit ece71c8  Next version is 3.0
    omit 530bc1e  Drop unused imports
    omit 1edd76c  Drop unused imports
    omit d864bc3  Add suppresswarnings
    omit 1ed9b1e  Remove unused var
    omit c6eaaf8  Remove auto-boxing warnings
    omit 1cacec8  map cannot be null as it is instance of MapResultData
    omit 73971fa  Used foreach where possible. Patch by Graham Russell Part 5 https://github.com/apache/jmeter/pull/114 #resolve #114
    omit 1b38cdb  Used foreach where possible. Patch by Graham Russell Part 4 https://github.com/apache/jmeter/pull/114
    omit 5340ee1  Used foreach where possible. Patch by Graham Russell Part 3 https://github.com/apache/jmeter/pull/114
    omit 0d9fe5e  Used foreach where possible. Patch by Graham Russell Part 2 https://github.com/apache/jmeter/pull/114
    omit 6d4cdc2  Used foreach where possible. Patch by Graham Russell Part 1 https://github.com/apache/jmeter/pull/114
    omit 8a69472  Respect naming conventions Use java style array (vs C style) Patch by Benoit Wiart Part 5 https://github.com/apache/jmeter/pull/115/files #resolve #115
    omit 0214dc0  Respect naming conventions Use java style array (vs C style) Patch by Benoit Wiart Part 4 https://github.com/apache/jmeter/pull/115/files
    omit e0453cf  Respect naming conventions Use java style array (vs C style) Patch by Benoit Wiart Part 3 https://github.com/apache/jmeter/pull/115/files
    omit 32da742  Respect naming conventions Patch by Benoit Wiart Part 2 https://github.com/apache/jmeter/pull/115/files
    omit 7f3f71c  Respect naming conventions Patch by Benoit Wiart Part 1 https://github.com/apache/jmeter/pull/115/files
    omit 0400233  Bug 58987 - Report/Dashboard: Improve error reporting Throw exception if mismatch between expected number of columns and columns in csv file Bugzilla Id: 58987
    omit e26d099  Bug 58987 - Report/Dashboard: Improve error reporting Avoid Log+Rethrow, only rethrow Add column index in message Bugzilla Id: 58987
    omit 9d9daa6  Fixed some JavaDoc errors Patch by Graham Russell Part 4 https://github.com/apache/jmeter/pull/118 #resolve #118
    omit 48c3d99  Fixed some JavaDoc errors and better naming Patch by Graham Russell Part 3 https://github.com/apache/jmeter/pull/118
    omit 60b3e6d  Fixed some JavaDoc errors Patch by Graham Russell Part 2 https://github.com/apache/jmeter/pull/118
    omit 88ffec4  Fixed some JavaDoc errors Patch by Graham Russell Part 1 https://github.com/apache/jmeter/pull/118
    omit c05b500  Using Try with Resources. Patch by Graham Russell #resolve #119 https://github.com/apache/jmeter/pull/119
    omit db74d4c  Replace indexOf with contains. Patch by Graham Russell #resolve #120 https://github.com/apache/jmeter/pull/120/
    omit 7e9e672  remove some redundant modifiers Part 3 Patch by Benoit Wiart #resolve #116
    omit 720eb94  remove some redundant modifiers Part 2 Patch by Benoit Wiart https://github.com/apache/jmeter/pull/116
    omit 5f393ea  remove some redundant modifiers Part 1 Patch by Benoit Wiart https://github.com/apache/jmeter/pull/116
    omit d657add  Bug 58978 Settings defaults : Switch "jmeter.save.saveservice.assertion_results_failure_message" to true (after 2.13) Bugzilla Id: 58978
    omit 257bb35  Removed ternary operators which are not required Patch by Graham Russell #resolve #117
    omit ee83607   Settings defaults : Switch "jmeter.save.saveservice.print_field_names" to true (after 2.13) Bugzilla Id: 58991
    omit 3e944f2  Space
    omit 6755c97  Clarity
    omit ab03398  Bug 58987 - Report/Dashboard: Improve error reporting Bugzilla Id: 58987
    omit 5fb88a5  Bug 58991 - Settings defaults : Switch "jmeter.save.saveservice.print_field_names" to true (after 2.13) Bugzilla Id: 58991
    omit e2c6801  Tabpolice.
    omit c8c14a5  Tabpolice.
    omit bf65d14  Use multi-catch where possible Patch by Graham Russell PART 5 https://github.com/apache/jmeter/pull/110 #resolve #110
    omit 0f1ed31  Use multi-catch where possible Patch by Graham Russell PART 4 https://github.com/apache/jmeter/pull/110
    omit d3508a9  Use multi-catch where possible Patch by Graham Russell PART 3 https://github.com/apache/jmeter/pull/110
    omit 1bfa4b0  Use multi-catch where possible Patch by Graham Russell PART 2 https://github.com/apache/jmeter/pull/110
    omit 91a88a2  Use multi-catch where possible Patch by Graham Russell PART 1 https://github.com/apache/jmeter/pull/110
    omit d2512b2  Use java style array (vs C style) Part 3 Patch by B. Wiart https://github.com/apache/jmeter/pull/108 #resolve #108
    omit b2d8346  Naming convention for static fields Patch by B. Wiart https://github.com/apache/jmeter/pull/108
    omit 7ef8d2a  Use java style array (vs C style) Part 2 Patch by B. Wiart https://github.com/apache/jmeter/pull/108
    omit e8fd56d  Use java style array (vs C style) Part 1 Patch by B. Wiart https://github.com/apache/jmeter/pull/108
    omit c761291  Bug 58989 - Record controller gui : add a button to clear all the recorded samples #resolve #113 Bugzilla Id: 58989
    omit 5345696  Bug 58932 - Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct Reference Developer documentation and contribution documentation Bugzilla Id: 58932
    omit 78455e0  Bug 58932 - Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct Fix formatting Fix error on transaction controller part Bugzilla Id: 58932
    omit 360a6d2  Bug 58980 - JMS Subscriber will return successful as long as 1 message is received. #resolve #111 Bugzilla Id: 58980
    omit d29dfe7  Bug 58932 - Report / Dashboard: Document clearly and log what report are not generated when saveservice options are not correct #resolve #112 Bugzilla Id: 58932
    omit ef05aa97 Transform building.xml page into Building and Contributing Link it from documentation overview
    omit 3ef941c  Bug 58931 - New Report/Dashboard : Getting font errors under Firefox and Chrome (not Safari) Bugzilla Id: 58931
    omit 821da5a  Bug 58978 - Settings defaults : Switch "jmeter.save.saveservice.assertion_results_failure_message" to true (after 2.13) Bugzilla Id: 58978
    omit d3a9b15  Bug 58968 - Add a new template to allow to record script with think time included #resolve #109 Bugzilla Id: 58968
    omit 31cdd93  Fails cleanly when checkstyle is missing
    omit 1f567f8  Bug 58967 : use junit categories to exclude tests that need a gui svn:eol Bugzilla Id: 58967
    omit f205538  Bug 58967 : use junit categories to exclude tests that need a gui #resolve #107 Bugzilla Id: 58967
    omit cabbece  New ASF logo
    omit 20b5aa2  Follow the java convention of single upper case letters for generic types.
    omit ecaa32f  Use a private constructor, so that this utility class can not be instantiated. Make converters map final and rename it, so that it has a different name than the class. Use interface (Map) instead of implementation for the class variable CONVERTER_MAP.
    omit 7c4a1e1  Use correct types for ConvertExceptions.
    omit 5249a43  Unnecesssary
    omit a30282f  Unused import
    omit a10b22b  Fix autoboxing complaints
    omit 9f10cf1  Recode silly assertion
    omit d171fa3  Explicit unboxing
    omit 048b019  Compare as Longs rather than using autounboxing
    omit 751ef1e  Tab police
    omit 0206480  un-duplicate the proxy handling clarify/simplify code fix typo in comment Patch by B. Wiart #resolve #106
    omit 7e8791f  http samplers : reorder the http method in the switch, move the most common ones first Add debug log when setting keep alive Call close on HttpClient #resolve #105
    omit c83159c  Bug 58897 - Improve JUnit Test code STEP 5 patch by B. Wiart svn:eol Bugzilla Id: 58897
    omit cf42f99  Bug 58897 - Improve JUnit Test code STEP 5 patch by B. Wiart #resolve #104 Bugzilla Id: 58897
    omit 21207ee  Misc clean up rename variables remove commented code remove outdated comments #resolve #101
    omit 221f6d7  Bug 58897 - Improve JUnit Test code #resolve #100 Bugzilla Id: 58897
    omit 60cf085  Bug 58897 - Improve JUnit Test code STEP 4 Part 4 patch by B. Wiart Bugzilla Id: 58897
    omit 56a8a23  Bug 58897 - Improve JUnit Test code STEP 4 Part 3 patch by B. Wiart Bugzilla Id: 58897
    omit 60e4cb4  Bug 58897 - Improve JUnit Test code STEP 4 Part 2 patch by B. Wiart Bugzilla Id: 58897
    omit 6e5bd4e  Bug 58897 - Improve JUnit Test code STEP 4 Part 1 patch by B. Wiart Bugzilla Id: 58897
    omit 828e3b2  Bug 58957 - Report/Dashboard: HTML Exporter does not create parent directories for output directory #resolve #103 Bugzilla Id: 58957
    omit 2e279e3  Bug 58884 - JMeter report generator : need better error message #resolve #102 Bugzilla Id: 58884
    omit 8855813  Bug 58884 - JMeter report generator : need better error message #resolve #102 Bugzilla Id: 58884
    omit 569cd25  Bug 58955 - Request view http does not correctly display http parameters in multipart/form-data #resolve #99 Bugzilla Id: 58955
    omit 04ffa6d  Bug 58937 - View Results Tree: Improve parameters display even for GET requests Handle correctly case of an URL with empty value for a parameter. Bugzilla Id: 58937
    omit 51cbda9  svn:eol Bugzilla Id: 58413
    omit b0de094  Bug 58413 - ViewResultsTree : Request HTTP Renderer does not show correctly parameters that contain & Bug 58954 - Request view http does not correctly display http parameter if it contains '&'. #resolve #98 Bugzilla Id: 58413
    omit 23ae984  Bug 58952 - Report/Dashboard: Generation of aggregated series in graphs does not work Bugzilla Id: 58952
    omit 64b8631  remove commented code (patch by Benoit Wiart) #resolve #97
    omit a9c51b3  Bug 58897 : Improve JUnit Test code Part 3 #resolve #95 Bugzilla Id: 58897
    omit 363dc7c  Add changes entry for the ldap changes based on a patch by Benoit Wiart.
    omit 992ffcb  Space police. Part of patch by Benoit Wiart.
    omit 77ee96e  Extract common code into a new method.
    omit c8ec804  Rename private instance variable user_Defined to userDefined and increment serial version of the class. Based on patch by Benoit Wiart.
    omit 87157a6  Followup to r1727797, correct javadoc for constructor.
    omit b2a7065  Move javadoc for class and combine declaration and initialisation of method variable. Based on patch by Benoit Wiart.
    omit 310e92a  Removal of code, that was commented out. Based on patch by Benoit Wiart.
    omit 6eb3dd4  Space police and removal of parens with return and code, that was commented out. Based on patch by Benoit Wiart.
    omit cfa7a1f  Space police and add javadoc for constructor. Based on patch by Benoit Wiart.
    omit b7c3509  Extract common code into a new method.
    omit 15cac55  Rename method variables to start with lower case. Remove code, that was commented out. Space police. Part of patch by Benoit Wiart.
    omit 9a1c90e  Move constructor to the front and add javadoc. Part of patch by Benoit Wiart.
    omit 13c432e  Narrow scope of variable.
    omit e9839c3  Space police and removal of code, that was commented out. Part of patch by Benoit Wiart.
    omit 7debc5d  Space police. Part of patch by Benoit Wiart.
    omit 7b49e2d  Space police. Part of patch by Benoit Wiart.
    omit 18eef1e  Bug 58947 - Connect metric is wrong when ConnectException occurs Bugzilla Id: 58947
    omit 2b13302  Bug 57696 HTTP Request : Improve responseMessage when resource download fails Bugzilla Id: 57696
    omit c262c67  Switch warning to debug as having this strange urls is frequent. For example: https://developers.google.com/fonts/docs/getting_started mentions which would trigger the warning: <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Font+Name">
    omit 8e9d9a7  Bug 58897 : Improve JUnit Test code Part 2 #resolve #94 Bugzilla Id: 58897
    omit 0e32454  Bug 58924 - Dashboard / report : It should be possible to export the generated graph as image (PNG) #resolve #90 Bugzilla Id: 58924
    omit bd575ce  Bug 58897 : Improve JUnit Test code #resolve #85 Bugzilla Id: 58897
    omit 920bf7a  Bug 58864 : when moving parameter with up / down, ensure that the selection remains visible #resolve #78 Bugzilla Id: 58864
    omit 5ecf7f9  Normalize URIs when downloading embedded resources.
    omit f6e8ba3  report : make responseTime the first graph in the page #resolve #89
    omit 2dfd709  Bug 58912 Response assertion gui : Deleting more than 1 selected row deletes only one row #resolve #87 Bugzilla Id: 58912
    omit 5b858d5  Bug 58911 : it should be possible to copy&paste between http header managers #resolve #86 Bugzilla Id: 58911
    omit 876fb41  Bug 58913 - When closing jmeter should not interpret cancel as "destroy my test plan" #resolve #88 Bugzilla Id: 58913
    omit 558afd4  Bug 56554 : the script cache key is now automatically generated #resolve #83 Bugzilla Id: 56554
    omit 58aef7e  Add license header. Reported by Benoit Wiart.
    omit f982373  Bug 58865 - Allow empty default value in the Regular Expression Extractor #resolve #79 Bugzilla Id: 58865
    omit e243919  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function Fix test failure as per sebb note Bugzilla Id: 58903
    omit 073dd7b  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function 1/ Switch debug to false to avoid loosing a factory of 6 to 7 degradation 2/ Workaround for performance issue https://issues.apache.org/jira/browse/JEXL-186
    omit 005d172  Unused
    omit db2bced  Suppress deprecation warning
    omit 6d83357  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function svn:eol Bugzilla Id: 58903
    omit 68eba6c  Bug 58903 - Provide __jexl3 function that uses commons-jexl3 and deprecated __jexl (1.1) function Add also JUnit tests for jexl2 and jexl3 Bugzilla Id: 58903
    omit 94dbcd0  Misc clean up (javadoc, commented code) #resolve #82
    omit fd97d9a  Remove code that has been commented for the last 10 years #resolve #81
    omit c9f2a99  Spacepolice
    omit 248d9db  Spacepolice
    omit 0b833bc  No need to init the sample here and rename it to be more descriptive.
    omit 846c908  Extract creation of jobs into methods and make merging and sorting methods more similar. Add jobs to the queue only, if they are used.
    omit 228382d  Use less memory for PUT requests.
    omit b9e603f  Update java 6 references to java 7
    omit 2b7a470  Bug 58704 Non regression testing : Ant task batchtest fails if tests and run in a non en_EN locale and use a JMX file that uses a Csv DataSet Bugzilla Id: 58704
    omit f436dc7  Take into account Pascal Schumacher comment
    omit 467913d  Update java6 references to Java7
    omit 4c4a58b  Update java6 references to Java7
    omit 3b23170  Bug 58830 Documentation : Add examples for each function with the result Add example Update java6 references to Java7 Bugzilla Id: 58830
    omit c31a3c0  Remove mention of a very old JMeter version behaviour
    omit b1ddf37  Bug 58862 - Add a reference to jdk bug JDK-8025126 in the changes.xml file
    omit 61df816  Low hanging deprecation fruit
    omit 1ecb4ff  Low hanging deprecation fruit
    omit 63ca6e1  Fix a couple of simple deprecations
    omit f837eab  Methods called from ctor must not be overridden. Fix due to Felix. Bugzilla Id: 58860
    omit 30ef001  No longer deprecated
    omit 829a863  Unnecessary warning
    omit e00052b  Make sure variable is used
    omit 6e62c82  Explicit boxing
    omit 8830432  Add warnings not to override methods called from ctors
    omit 2d51229  Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click As per Felix note on mailing list, I am stupid, rollback Bugzilla Id: 58860
    omit 663f9a2  Dashboard: ignore generated reports Bugzilla Id: 58653
    omit 004f09d  Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click As per sebb note on mailing list, make init() final Bugzilla Id: 58860
    omit b983c64  #resolve #80 Thanks Pascal Schumacher
    omit 4f121c5  Bug 58851 - Add a dependency to hamcrest-core to allow JUnit tests with annotations to work Missing update of build.properties Tab police
    omit 6d5fcf6  Bug 58861 - When clicking on up, down or detail while in a cell of the argument panel, newly added content is lost #resolve #77 Bugzilla Id: 58861
    omit a0e5907  Clarify known bugs
    omit 53e3e1c  Bug 58851 - Add a dependency to hamcrest-core to allow JUnit tests with annotations to work Bugzilla Id: 58851
    omit 6045854  Bug 58860 - HTTP Request : Add automatic variable generation in HTTP parameters table by right click #resolve #76 Bugzilla Id: 58860
    omit a121fce  Bug 58857 - View Results Tree : the request view http does not allow to resize the parameters table first column #resolve #75 Bugzilla Id: 58857
    omit d998bb4  Bug 58849 - View Results Tree : Add a search panel to the request http view to be able to search in the parameters table #resolve #73 Bugzilla Id: 58849
    omit b89c8a1  Bug 58845 - Request http view doesn't display all the parameters #resolve #70 Bugzilla Id: 58845
    omit 0ad666e  remove outdated comments (13 years old) #resolve #74 by b wiart
    omit f9b2e64  Bug 58844 - Buttons enable / disable is broken in the arguments panel #resolve #69 Bugzilla Id: 58844
    omit 29f0719  Fix typo
    omit 252a139  Oups, the correct Benoit :-)
    omit b62f086  Reset data in TableEditor when switching between different CompareAssertions in gui. Based on a patch by Vincent Herilier (vherilier at gmail.com).
    omit a4f5091  Mention contributor for Bugzilla
    omit 98c8864  Bug 58848 : when adding an argument (add button or from clipboard) scroll the table to the new line (missing changes.xml note)
    omit b193125  Bug 58848 : when adding an argument (add button or from clipboard) scroll the table to the new line
    omit 1166035  Bug 58843 - Improve the usable space in the http sampler gui Missing french translation Use alphabetical order Bugzilla Id: 58843
    omit 66a4cb3  Bug 58843 - Improve the usable space in the http sampler gui #resolve #68 Bugzilla Id: 58843
    omit 86a425d  Tab police
    omit 3551f63  Tab police
    omit d1f3ca0  Tab police Bugzilla Id: 58653
    omit 643fd16  Unnecessary line wrap Bugzilla Id: 58653
    omit e7c4692  Fix error message (invalid file suggests the file exists but cannot be parsed) Bugzilla Id: 58653
    omit da874f0  Fix up: - missing test file name (-t JMX file) - duplicate anchor - unnecessary line wrap
    omit 014fb01  Bug 58773 - TestCacheManager : Add tests for CacheManager that use HttpClient 4 svn:eol Bugzilla Id: 58773
    omit fcb71e9  Bug 58773 - TestCacheManager : Add tests for CacheManager that use HttpClient 4 Bugzilla Id: 58773
    omit 1e1f864  Bug 57319 - Upgrade to HttpClient 4.5.X Replace deprecated methods Bugzilla Id: 57319
    omit 4d7ed4f  Remove link to projects-old.apache.org
    omit 8b98aeb4 Bug 58830 - Documentation : Add examples for each function with the result Start the work Bugzilla Id: 58830
    omit a747534  Improve and clarify issues page
    omit 1924f81  Config Element Counter (and others): Check Boxes Toggle Area Too Big Bugzilla Id: 58810
    omit 8e3e62a  JVM don't recognize option MaxLiveObjectEvacuationRatio; remove from comments Bugzilla Id: 58814
    omit ff49b79  Doc why called externally
    omit 824d6f5  Issue in CheckDirty and its relation to ActionRouter Bugzilla Id: 58790
    omit d8e1b90  Bug 58811 - When pasting arguments between http samplers the column "Encode" and "Include Equals" are lost. #resolve #66 Bugzilla Id: 58811
    omit 4679333  [Bug 55512] Summariser should be enabled by default in Non GUI mode Restore 30 seconds as interval Bugzilla Id: 55512
    omit dc79134   Summariser should be enabled by default in Non GUI mode  Revert the changes made in r1550536 and just enable via jmeter.properties Bugzilla Id: 55512
    omit f61ba49  Grammar
    omit 0d6d82e  Method notifySSLContextWasReset() is no longer used since r1489189 (2013-06-03, version 2.10).
    omit 2c9d4c4  Cannot be final yet
    omit 0f22922  Docn
    omit e7f8429  Constant static field names should be uppercase
    omit 7a5bc7d  Method must be final because called by ctor
    omit 964c5fd  Constant static field names should be uppercase
    omit be0cf54  Constant static field names should be uppercase
    omit f6c7276  Might as well be final
    omit 9df0e66  Keep lib items together
    omit 9250fae  Document why final
    omit b8c39c7  Grammar
    omit 6bac53f  Not used externally, AFAICT
    omit 7ac694d  Ensure unused Excalibur jars are removed
    omit c0ea5d0  Tab police
    omit 0b825c5  Mostly markup (code tags) plus a few minor rephrasings
    omit f178d2a  Simplify to make it read better
    omit a76275f  No space before colon. Remove colon after 'See'
    omit 8050e07  Concatenate short lines.
    omit 49acea6  A bit spellchecking.
    omit aca0a72  Use spaces instead of tabs.
    omit 0090525  Reference Javadocs of Java7
    omit 8410b1e  Add deprecated element usage in best practices and mention it in changes list.
    omit d27ad2d  Drop previously deprecated elements in 2.13: - HTML Parameter Mask
    omit 6d1a4ea  Drop previously deprecated elements in 2.13: - HTML Parameter Mask
    omit b8c1f88  Bug 58791 - Deprecate listeners:Distribution Graph (alpha) and Spline Visualizer Remove mention in jmeter.properties Bugzilla Id: 58791
    omit 424331e  Bug 58800 - proxy.pause default value , fix documentation Bugzilla Id: 58800
    omit 668e9e9  Next version should be 3.0 as per : - http://mail-archives.apache.org/mod_mbox/jmeter-dev/201601.mbox/%3C56893FF8.1050605%40apache.org%3E
    omit e0ce670  Clarify documentations by removing old versions mention
    omit 6ad8e7f  Clarify documentations by removing old versions mention
    omit ce62990  Clarify documentations by removing old versions mention
    omit 8d74e43  Clarify documentations by removing old versions mention
    omit 5137447  Clarify documentations by removing old versions mention
    omit 7aadb43  Clarify documentations by removing old versions mention
    omit 0138025  Bug 58791 - Deprecate listeners:Distribution Graph (alpha) and Spline Visualizer Remove mention in docs Bugzilla Id: 58791
    omit 8fe38e5  Bug 58772 Deprecate MongoDB related elements Remove NoSql
    omit a2b45ec  Drop previously deprecated elements in 2.13: - WebService(SOAP) Request - HTML Parameter Mask
    omit 14bde09  Drop previously deprecated elements in 2.13: - WebService(SOAP) Request - HTML Parameter Mask
    omit 67c6cd4  Bug 58795 - NPE may occur in GuiPackage#getTestElementCheckSum with some 3rd party plugins Fix NPE Avoid computing checksum when undoHistory is disabled Bugzilla Id: 58795
    omit ea154e2  Bug 58791 - Deprecate listeners:Distribution Graph (alpha) and Spline Visualizer Bugzilla Id: 58791
    omit 2419b64  Don't use a fixed height for the concurrent number box, use the current (ui system) height Bugzilla Id: 58426
    omit 978b37f  Add FIXME with commented code to uncomment once 4.5.2 is available Bugzilla Id: 58583
    omit b58e328  Change fixed font size for small fonts to a percent of defaut label font size Bugzilla Id: 58426
    omit af76b5b  Return result directly instead of using a temporary variable.
    omit 83db189  Change order of modifiers
    omit a5454f4  Markup changes. Mostly addition of code and note tags.
    omit 02e06d3  Rename method to java convention
    omit e079446  Remove code that is commented out.
    omit 1265f4a  Rename type to java naming convention and constrain it to subtypes of SubConfiguration
    omit d722dcc  Extract anonymous classes to nested classes, as they are quite long.
    omit 5eb9bc6  Add throws ConfigurationException to javadoc
    omit 232fd0b  Declare setGranularity as final since it is used from constructor.
    omit cfe024d  Spacepolice
    omit 86238a8  Correct (flip) sync/async usage of JMeterUtils#runSafe as noted by pmouawad.
    omit a1672d2  Improve javadocs
    omit b7f0eef  Bug 58786 - JDBC Sampler : Replace Excalibur DataSource by more up to date library commons-dbcp2 Bugzilla Id: 58786
    omit f6c2d77  Mention -?
    omit 1c02d6b  Happy new year 2016
    omit a9a2b39  Bug 58786 - JDBC Sampler : Replace Excalibur DataSource by more up to date library commons-dbcp2 Bugzilla Id: 58786
    omit 89a5e45  Make JMeterUtils#runSafe sync/async awt invocation configurable and change the visualizers to use the async version.
    omit 8e1a2c9  Correct instructions on running jmeter in help.txt. Contributed by Pascal Schumacher (pascalschumacher at gmx.net)
    omit dd64cd6  Extract a method for the complex decision logic, which sample should be written first in merge mode. Don't compare a boolean to true. Use it directly instead.
    omit 7d09687  Use constant.
    omit 1d054c9  Javadoc corrections and one rephrasing of an info-log string
    omit c37238c  Declare method setSampleComparator final, since it is used from constructor.
    omit 4080517  Remove unused import and reorder remaining import statements.
    omit b0d4ccd  Extract methods for temp dir management out of method generate
    omit a419bb9  Remove unused Map graphMap. It was only a local variable and it was only written to it.
    omit a3152bc  Extract a method to lessen the complexity of the method generate
    omit 4fb1824  Extract yet another method to reduce complexity of generate.
    omit fa2c9fd  Use addSampleConsumer instead of setSampleConsumer (same functionality). Reorder addition of Consumers.
    omit e8c46bf  Extract generation of Consumers out of the generate method to make it less complex.
    omit 2b76da4  Extract method to reduce complexity of method generate
    omit eb94d43  No need to declare throwing an exception, when we are in a non derivable method and are not throwing anything.
    omit ef1a53f  Javadoc corrections
    omit 6880653  Use Boolean.parseBoolean instead of doing the string compare ourself. Correct javadoc
    omit a9af1da  Make instance variable private.
    omit c4a0509  Change order of modifiers
    omit daaa3dd  Use constant instead of repeating the same string eight times.
    omit 137f596  Use non synchronized version StringBuilder instead of StringBuffer
    omit 11e1886  Fix NPE during recording Bugzilla Id: 57804
    omit 18e4dad  Bug 58165 - Show the time elapsed since the start of the load test in GUI mode Bugzilla Id: 58165
    omit 490bd3f  Delay variable declaration
    omit 9a6cbf0  Take into account PascalSchumacher  note
    omit 4c658f7  Bug 58236 - SSLException on protocol_version using HTTPS Bugzilla Id: 58236
    omit 8dac0f2  Bug 57110 - Fixed spelling+grammar, formatting, removed commented out code etc. Bugzilla Id: 57110
    omit 9d9dd5c  Bug 58782 - ThreadGroup : Improve ergonomy Bugzilla Id: 58782
    omit d06ab5b  Fix wrong change commited for Bug 58776 Bugzilla Id: 58776
    omit 0444dfd  Bug 58776 - Summariser should display a more readable duration Bugzilla Id: 58776
    omit 5828c52  Remove mention of ApacheJMeter.jar as it can be source of bugs. Mention only sh and bat
    omit 1749f04  Bug 58781 - Command line option "-?" shows Unknown option Bugzilla Id: 58781
    omit 58ee73b  Cleanup old versions changes in behaviour.
    omit 86ef06d  Clarify documentation to orient towards best-practices. Add missing samplers and remove deprecated ones.
    omit 58dfbac  Update command line options
    omit 8b158b5  Clarify documentation to orient towards best-practice. Cleanup old versions changes in behaviour.
    omit ec93a0d  Use menuchoice and code tags
    omit 2572cbe  No need to compare boolean to true, use boolean directly.
    omit d3a549f  Remove now unused class ArgumentNullException
    omit 097e17b  Use menuchoice, guimenuitem and note tags.
    omit 80a4132  Fix NPE if test fails one day
    omit fb6cf6d  Remove old code in tests
    omit 36daf15  Host is not initialized yet
    omit 487af7d  Bug 56358 - Cookie manager supports cross port cookies and RFC6265 Bugzilla Id: 56358
    omit f701268  Remove old code in tests Bugzilla Id: 57269
    omit 06267f2  No more need to Suppresswarning
    omit 4005ae4  Reference bugzilla Bugzilla Id: 58772
    omit 7828933  Bug 58772 - Deprecate MongoDB related elements Bugzilla Id: 58772
    omit 1c1f897  Followup to r1721332. Fix javadoc.
    omit d1174c8  Bug 57804 - HTTP Request doesn't reuse cached SSL context when using Client Certificates in HTTPS Bugzilla Id: 57804
    omit d406ca1  Replace ArgumentNullException with NPE by using Validate.notNull instead of checking for null by hand. Document the need for non null parameter. Use Validate.validState for state checking.
    omit 7735d32  Replace ArgumentNullException with NPE by using Validate.notNull instead of checking for null by hand. Document the need for non null parameter.
    omit a1be157  Replace ArgumentNullException with NPE by using Validate.notNull instead of checking for null by hand. Document the need for non null parameter
    omit 024021b  Replace ArgumentNullException with NPE by using Validate.notNull instead of null check with throw.
    omit 6c5df09  No need to explicitly compare to true for booleans.
    omit e113f91  Rename local variable that shadows instance variable sampleMetadata.
    omit bb35223  Variable stop is only used in debug log mode, so get rid of this normally unused variable by inlining the call to currentTimeMillis()
    omit 8306483  Remove null checks, where the usage would raise a NPE, use Validate.notNull otherwise. Document the need for non null parameter. Use Validate.validState.
    omit aeccb67  Use interface for variable declaration and remove code that is commented out.
    omit 05cdb18  Use interface for variable declaration. Remove null check and document need for non null parameter.
    omit 00b9e6a  Use Interface for variable declaration and rename variable so it doesn't hide the instance variable with the same name.
    omit 252f497  Change ArgumentNullException to NPE and document the need for non null parameter
    omit dbb9025  Remove null check and document the need for non null parameter
    omit b4154b9  Correct spelling of formatter.
    omit 63ca20c  Remove ArgumentNullExcption and document the need for non null parameters. If floatFormater is null, it will be replaced by the default formatter.
    omit 7b67b4a  Remove code, that was commented out.
    omit e73c78e  Use the boolean directly instead of comparing it to true.
    omit 66bc569  Use isEmpty to check for an empty list, since it can be implemented more efficiently than size().
    omit 5980710  Remove null check and document the need for non null parameter in javadoc.
    omit 8995b2e  Remove import statements, that were commented out.
    omit 4275cf0  Don't reassign parameter metadata.
    omit 54578d6  Rename variable as it hides the instance variable metadata.
    omit 4d3aa69  Remove null check for inputFile and document the need for non null arguments in the javadoc.
    omit 020c47c  Document the need for non null arguments in javadoc. Followup to r1721348.
    omit ba5920e  Replace ArgumentNullException with NPE by using Validate.notNull.
    omit 37a2c2a  Remove unused import. Followup to r1721339
    omit 8c58e7330 Remove check for null and document the need for a non null argument in the javadoc. The code will now throw a NPE instead of ArgumentNullException.
    omit 509a5fd  Remove unsused class variable.
    omit 1f68d25  Use Validate.notNull instead of ArgumentNullException
    omit 6ca19dd  Followup to r1720000. Add javadoc (especially deprecated tag) and rename parameter.
    omit cd2a920  Fix typo in bugzilla tag in changes.xml.
    omit 00980c7  Javadoc fixes in report package.
    omit 04bb24e  Bug 57319 - Upgrade to HttpClient 4.5.X Document why there cannot be any issue due to case difference on IGNORE_POLICY between HC3 and HC4 Bugzilla Id: 57319
    omit 7a718ec  Bug 58756 - CookieManager : Cookie Policy select box content must depend on Cookie implementation Bugzilla Id: 58756
    omit 9b7d007  Comment failing JUnit methods that are waiting for HTTPCLIENT-4.5.2
    omit 0fbc723  Update to slf4j-1.7.13.jar
    omit fa2390d  Bug 57319 - Upgrade to HttpClient 4.5.X Bugzilla Id: 57319
    omit df34536  Update to slf4j-1.7.13.jar
    omit d759239  Message for NPE has changed. We are not really interested in the exact wording, so ignore it.
    omit 9f972e2  * Remove Validate.notNull calls and document those requirements in the javadoc. * Add javadoc * Remove unused import statements * Inline variable rowLength, which was used only once
    omit ee7a8bb  Use a more descriptive variable name and point out, that the parameter must not be null.
    omit 12e3dac  Add Sample Timeout support It's cheaper to pass the sample to the methods; no need to use the context Bugzilla Id: 58736
    omit 37b1517  Unnecessary
    omit ff4fac9  Add Sample Timeout support Drop unused constant, now that the property is no longer used Bugzilla Id: 58736
    omit 30ed4da  Update to slf4j-1.7.13.jar
    omit c20ac20  Update to rsyntaxtextarea-2.5.8.jar
    omit f64c6cc  Update to jsoup-1.8.3.jar
    omit 8949d72  Update to json-smart-2.2.1.jar
    omit 1929382  Update to json-path-2.1.0.jar
    omit bcbefe2  Update to jodd-3.6.7.jar
    omit ab178ef  Bug 58736 - Add Sample Timeout support Ensure sampleEnded is called Drop property  JMeterThread.sampleStarted, users who don't want to use the feature won't add the Sample Timeout element Bugzilla Id: 58736
    omit 8ed300e  Add Sample Timeout support Use separate interface to avoid problems with RMI Bugzilla Id: 58736
    omit a388819  Removal of deprecation means warnings no longer needed
    omit 2f2c9b5  Update freemarker to 2.3.23
    omit 25d9c59  Update commons-net to 3.4
    omit 8423f9e  Update commons-collections to 3.2.2
    omit 268a6e2  Add missing override
    omit 1dc1f71  Bug 58729 - Cleanup extras folder for maintainability Bugzilla Id: 58729
    omit 65b1f36  git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1720696 13f79535-47bb-0310-9956-ffa450edef68
    omit c4ee848  Add linux version
    omit f5c005c  Add missing override
    omit e6a9b23  Remove deprecated as this method is used in new codes (Sample Timeout)
    omit fbf8827  Add Sample Timeout support Fix property name to match the one in jmeter.properties Bugzilla Id: 58736
    omit c0d95ac  Bug 58728 - Drop old behavioural properties Bugzilla Id: 58728
    omit 2786856  NL@EOL
    omit b8c4377  We can use flush on CsvSampleWriter instead of replacing the writer. Followup to r1720242
    omit a3b8393  Use Validate methods from commons lang3 and throw NPE instead of ArgumentNullException. Add test cases.
    omit 0250b5c  Add missing test resource for r1720229
    omit c2b69da  Simplify logic and add test cases.
    omit ca3e7bf  The combination of transient and final makes no sense. So make ResultHolder extend Serializable and remove the transient declaration.
    omit f2c455c  Keep exception cause. No need to declare throwing an exception on this non derivable class.
    omit 727c72d  Add trailing EOL
    omit e2045c9  Add default switch cases
    omit 2e7da77  Provide default switch case
    omit a77241e  Safer to check for null array and skip pre-check
    omit 4e95df0  Add Sample Timeout support Bugzilla Id: 58736
    omit 37af227  remove the double while in the tree traversal extract the sampler execution in a dedicated method #resolve #61
    omit 3bf05fb  add explanations remove commented code #resolve #60
    omit 2d90da1  Transaction Controller clarification : rename variables and methods to make it easier to understand #resolve #59
    omit bc3b1ef  Suppress generics warning
    omit 754276c  Unnecessary cast
    omit 97feaf1  Explicit boxing
    omit f0e7d07  Only used as a Double, so change the return type
    omit 4858648  Explicit unbox
    omit bb4422c  Use correct method to avoid unnecessary unbox
    omit 8c75be8  Better box fix
    omit 3fb4681  Fix boxing issues
    omit dc4d57d  Unused import
    omit 8ed82db  bug 52968 added a call to processSampler in order to mark the transaction sampler in error and generate the associated sampler result. Add an explanation for that and extract that code in a dedicated method to make clear that the triggerEndOfLoopOnParentControllers will not process any new sampler #resolve #56
    omit e71add5  Bug 58726 - Remove the jmeterthread.startearlier parameter #resolve #58 Bugzilla Id: 58726
    omit d1ee5c6  size can be an expensive operation on a collection, so use isEmpty instead.
    omit 7a5a4ad  Use local StringBuilder instead of global one.
    omit 88e9ab2  Check for not-null first, instead of waiting for the npe to happen. After that, there is no need to catch a npe just to throw it again.
    omit 460e743  Simplify getProperty. Log default value, even if it is null, since it would have been used in the old logic anyway.
    omit 16bec81  Use interfaces for variables. Conversion to for-loop.
    omit 0ff84a9  Followup to r1719699
    omit 833030f  Bug 58698: Correct parsing of auth-files in HTTP Authorization Manager.
    omit 9b320ed  Add license header to test file
    omit f8f0418  Use simple test case for FieldSampleComparator.
    omit a580669  Use Long.compare
    omit 4aecd33  Correct indentation.
    omit 6f2694b  Don't use ' == true' on booleans in if statements.
    omit 927c252  Change names of constants to upper case only.
    omit 9a57f1c  Correct mistake, that was introduced with r1719666.
    omit dc8bc0a  Methodnames should not start with upper case letter.
    omit 4a43d5f  Use more descriptive variable name.
    omit 1b28854  javadoc. Add description for param writeHeader.
    omit 7bfe04e  Inline variable, that is only used for debug output.
    omit d88ca7e  Don't reassign parameter, return result directly instead.
    omit 7846554  Method names should not begin with upper case.
    omit 3ddb120  Use vararg instead of array, to make method more flexible. Declare param final.
    omit a5c4ccc  No need to import from same package.
    omit 577b7a9  Remove autoboxing
    omit 365e8c9  Create target with checkstyle to avoid commiting files that do not respect formating rules
    omit f94d70e  Tab police, sir yes sir !
    omit 70c232d  Tab police, sir yes sir !
    omit 792cf12  Fix NPE
    omit 49949e8  Remove autoboxing
    omit fbb76cc  Remove autoboxing
    omit 698e23e  Remove autoboxing
    omit e073a71  Remove autoboxing, useless cast
    omit 1a4e2a2  Oups tab police
    omit 805abda  Avoir == false or ==true comparison in if
    omit dfb5e30  Fix issue reported by sebb Use property as default
    omit 0737dd1  #resolve #55
    omit fca74a0  Revert bug I introduced
    omit d30ebff  comment that file cannot be null
    omit 1864ba2  Check null if dir is invalid
    omit c82bb46  comment that file cannot be null
    omit 350bd04  Remove TODO by extracting local Pattern to statc class private instance. Pattern is thread safe.
    omit 909b81b  Use Java7 try with resources Close stream leak Remove commented code Fix synchro issue in comparison
    omit 2edc688  Use Java7 try with resources
    omit fd69ae8  Use Java7 try with resources
    omit b13b268  Add trivial test case for SampleMetaData toString method
    omit 6051d8c  Use StringUtils.join instead of hand coding it.
    omit 98cdc7e  Implement Closeable
    omit e2ef5eb  Use JOrphanUtils.closeQuietly Implement Closeable
    omit bac8a8b  Use JOrphanUtils.closeQuietly
    omit 9d1fec1  javadoc. Add return annotations.
    omit 06d8d77  javadoc. Add return annotation.
    omit 16448e6  Use equals for String comparison. Change order of operands to guard against null pointer dereference.
    omit 8ca6338  Add missing param isOverallSeries to javadoc.
    omit 7a03475  The usage of volatile indicates, that chunkedSampleCount and inputSampleCount gets accessed potentially by multiple threads. In that case the ++ operation is not safe to use. So switch to AtomicLong instead.
    omit 6d1953a  Fix addons.xml to use Java7 and documentations
    omit 722e6b5  Correct message format string. Add missing s to %.
    omit 5f11b5d  Document param sampleComparator
    omit dacb5c4  listFiles() can return null, so guard against that case.
    omit 1c0302a  There is no param isStrict in this constructor.
    omit c82a3a4  file might be not initialized here and most probably the param file was meant to be used.
    omit d5deb52  #resolve #54
    omit 69e4ddd  Bug 58679 Replace the xpp pull parser in xstream with a java6+ standard solution. Bugzilla Id: 58679
    omit bc13928  set eol-style to native and remove linefeeds
    omit 19ee830  whitespace police (reformat with eclipse)
    omit 361992e  Missing anchors
    omit 38f4326  Checkstyle jar does not belong in some checks
    omit 4bd5b00  Add download task for checkstyle (mainly for use by Jenkins)
    omit 188337f  +=NewlineAtEndOfFile
    omit e2b6ec6  Bug 58714 - Module controller : it should not be possible to add a timer as child #resolve #53 Bugzilla Id: 58714
    omit 305532a  #resolve #52
    omit fd754c5  #resolve #51
    omit 2a4e8d9  Add @Override
    omit 8a59efa  Tab police / fix indentation
    omit 458a6e2  Tab police / fix indentation
    omit 524fdae  +=EOL@EOF
    omit 700721c  Unnecessary casts
    omit f323e80  Always use braces
    omit 54c257e  OK not to have methods here
    omit 6ba9a06  Need config_loc
    omit c591e6b  Allow local suppression of checkstyle warnings
    omit 8ead28f  Add basic checkstyle suppressions file
    omit f321e6a  Must use braces around code blocks
    omit a82d8b7  update
    omit 9de6623  Don't deprecate this yet; it is still referenced
    omit c1690de  Tab police
    omit 5d1265c  Tab police
    omit 0235915  Redundant specification of type arguments
    omit d62d421  Spurious semi-colons
    omit 9afa2ac  Add missing @Override
    omit 7efac91  Generics
    omit 61c1856  Unused import
    omit 8aab1c75 #resolve #50
    omit 11f247c  No longer needed
    omit 4a0b834  Bug 58705 - Make org.apache.jmeter.testelement.property.MultiProperty iterable #resolve #48 Bugzilla Id: 58705
    omit 58c3ab6  #resolve #47
    omit 5da19ad  #resolve #46
    omit f85f57b  #resolve #49
    omit 307eff8  Bug 58653 - New JMeter Dashboard/Report with Dynamic Graphs, Tables to help analyzing load test results #resolve #42 Bugzilla Id: 58653
    omit 39672af  Bug 58699 : Workbench changes neither saved nor prompted for saving upon close #resolve #45 Bugzilla Id: 58699
    omit 427e448  #resolve #44 Thanks
    omit 101cf3f  #resolve #43 Thanks
    omit 567569e  Bug 58703 - STATUS file is outdated and should be removed Bugzilla Id: 58703
    omit 2009f05  Bug 58653 - New JMeter Dashboard/Report with Dynamic Graphs, Tables to help analyzing load test results Bugzilla Id: 58653
    omit d7ec658  Bug 58696 - Create Ant task to setup Eclipse project Tab police Bugzilla Id: 58696
    omit d440e9f  Bug 58696 - Create Ant task to setup Eclipse project svn eol Bugzilla Id: 58696
    omit ded72cb  Bug 58696 - Create Ant task to setup Eclipse project Bugzilla Id: 58696
    omit d43af4d  Rename Link and mention Git mirror repositories
    omit dd1c75b  Followup to r1708216. At least the output option is needed.
    omit d2b7d83  * Markup changes. Usage of menuchoice and code tags. * Correct a link to libraries for ActiveMQ and changed "active mq" to ActiveMQ. * Remove version number (3.0) from link to ActiveMQ.
    omit 08f7636  Bug 58693 - Fix "Cannot nest output folder 'jmeter/build/components' inside output folder 'jmeter/build' when setting up eclipse Change /bin to /classes to avoid deleting important files Bugzilla Id: 58693
    omit d6ba361  Bug 58693 - Fix "Cannot nest output folder 'jmeter/build/components' inside output folder 'jmeter/build' when setting up eclipse Bugzilla Id: 58693
    omit e7286d2  #resolve #38 #resolve #39 #resolve #40
    omit 103682a  Bug 58685 - JDatefield : Make the modification of the date with up/down arrow work Bugzilla Id: 58685
    omit 9e9e61f  Bug 58687 - ButtonPanel should die Bugzilla Id: 58687
    omit 17e54f9  Bug 58689 - Add shortcuts to expand / collapse a part of the tree Bugzilla Id: 58689
    omit cd0cd80  Markup changes. Usage of the newly add menu-tags and the older code and note tags.
    omit 2660543  Bug 58684 - JMeterColor does not need to extend java.awt.Color #resolve #37 Bugzilla Id: 58684
    omit 0d46b48  Bug 58681 - GraphiteBackendListener : Don't send data if no sampling occured #resolve #26 Remove useless test of metric.getTotal() Bugzilla Id: 58681
    omit 3af83c0  #resolve #34 #resolve #35
    omit e6adda1  Bug 58680 - Module Controller : ui enhancement #resolve #36 Bugzilla Id: 58680
    omit 5392884  Bug 58679 - Replace the xpp pull parser in xstream with a java6+ standard solution Bugzilla Id: 58679
    omit 2b8d3b2  Bug 58679 - Replace the xpp pull parser in xstream with a java6+ standard solution Bugzilla Id: 58679
    omit 752729b  Bug 58679 - Replace the xpp pull parser in xstream with a java6+ standard solution Bugzilla Id: 58679
    omit 64e81c1  Add new tags keycombo, keysym, menuchoice, guimenuitem and shortcut to the documentation stylesheets.
    omit e6169e8  Bug 58677 - TestSaveService#testLoadAndSave use the wrong set of files #resolve #33 Bugzilla Id: 58677
    omit d7ae83a  Bug 58426 - use DPI scaling of interface for high resolution devices Remove hard code size Bugzilla Id: 58426
    omit d77e253  Bug 58674 - module controller : it should not be possible to select more than one node in the tree #resolve #31 Bugzilla Id: 58674
    omit ddb2c9a  Bug 58673 - Module controller : when the target element is disabled the default jtree icons are displayed #resolve #30 Bugzilla Id: 58673
    omit 8137637  Bug 58675 - Module controller error message can easily be missed #resolve #32 Oups forgot to close PR Bugzilla Id: 58675
    omit 24d3497  Bug 58675 - Module controller error message can easily be missed Bugzilla Id: 58675
    omit cf3e8ef  Add markup. Use code tags.
    omit 4a7742e  Markup changes. Mostly code and source tags.
    omit fc9b0f1  Remove references to apache.org domains in examples to minimize accidental load on infrastructure.
    omit c6e8a50  Split tests so either can fail
    omit b456e50  Fix typo #resolve #close #29
    omit 1ea0a44  Followup to r1714469. Close BufferedReader on all possible paths. Plus space-police.
    omit 8b93693  Add @Override
    omit 60d52c1  Bug 57981 - Require a minimum of Java 7 Use Java7 resource management Bugzilla Id: 57981
    omit 9c66bb8  Ignore newline character when computing the sha1 sum of saveservice.properties.
    omit eccab46  Follow-up to r1714325. SHA1 sum was wrong, since I edited saveservice.properties just before I checked it in.
    omit 97047ff  Markup changes. Addition of code tags.
    omit 917c541  Change check for modifications of saveservice.properties from $Revision to sha1 sum of file.
    omit a914010  Display correct filenames, when they are searched by IncludeController
    omit 24b5f2d  Bug 58160 - JMS Publisher : reload file content if file name changes Bugzilla Id: 58160
    omit 66ee91a  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Add override Bugzilla Id: 58515
    omit 71070e0  Update URL
    omit 47f8af3  Updated to tika-core and tika-parsers 1.11
    omit 46096a6  Fix name
    omit 76ad6f2  Update Jodd license to Simplified BSD
    omit dfd271f  #resolve #28
    omit d5959ad  Oups! JSON libs Already inside. Bugzilla Id: 58515
    omit 6f28546  Complete the maven pom Bugzilla Id: 58515
    omit 4806c45  Format code and NON-NLS strings Bugzilla Id: 58515
    omit 3564345  Add @override tag Bugzilla Id: 58515
    omit 744ae4f  Space policy for ident (json libs) One more space for jodd Bugzilla Id: 58515
    omit e7095e3  Fix little issue on properties names for JSON libs Bugzilla Id: 58515
    omit 09d519a  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Mention donation Bugzilla Id: 58515
    omit 69a7064  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Update SaveService svn revision id Bugzilla Id: 58515
    omit 8930aa6  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Exclude from lib Add to aareadme.txt Bugzilla Id: 58515
    omit 194e69d  Bug 58515 - New JSON related components : JSON-PATH Extractor and JSON-PATH Renderer in View Results Tree Bugzilla Id: 58515
    omit eec7dde  #close #17
    omit 4a64313  #close #21
    omit be7c4cb  Bug 58406 - IfController : Use Nashorn Engine if available for JavaScript evaluation Make getInstance private Bugzilla Id: 58406
    omit 743f9ba  Bug 58406 - IfController : Use Nashorn Engine if available for JavaScript evaluation Apply same rules as for JavaScript function Bugzilla Id: 58406
    omit 57d3bb2  Bug 58477 - __javaScript function : Allow use of Nashorn engine for Java8 and upper versions Take into account sebb feedback Bugzilla Id: 58477
    omit ba1f89d  Fix end of tag location
    omit 95a1d70  Markup changes. Use definition list instead of unordered list.
    omit 22fa245  Markup changes. Use of code tag.
    omit c46fdca  Add missing # to javadoc link.
    omit df95068  Add a bit of description to javadoc parameters and add the misssing return description.
    omit 0a9a87a  Change usage of bouncycastle api in SMIMEAssertion to get rid of the deprecation warnings.
    omit ab0f075  Add test cases for SMIMEAssertion.
    omit b334c04  Remove the output and exclude options from the classpath entry for test/resources.
    omit 8be4d01  Add a keywordMap parameter when using the constructor of X500Principal.
    omit ae2bb24  Add a directory for resources used by tests/unit cases to classpath in the _test target and the eclipse class path.
    omit c909513  Layout the section-index in three columns when the page is printed.
    omit 7f854c6  Place screenshots of the control panel after the description. That is the same place as in the printable documentation.
    omit 8ef7589  Wrap lines after commas
    omit b813e36  Fix Property tables so central description column does not run into side columns
    omit 4cc3cec  Add missing ampersand to lt tag in example.
    omit 3829910  Not needed
    omit bcab3a2  Tweak
    omit 327883c  Bug 58477 - __javaScript function : Allow use of Nashorn engine for Java8 and upper versions Bugzilla Id: 58477
    omit af83d39  Bug 58406 - IfController : Allow use of Nashorn Engine if available for JavaScript evaluation Apply what has been discussed at: - http://mail-archives.apache.org/mod_mbox/jmeter-dev/201509.mbox/%3C55F9CB45.9040203%40internetallee.de%3E
    omit 8593430  Bug 58281 - RandomOrderController : Improve randomization algorithm performance Bugzilla Id: 58281
    omit 072d301  Typo Bugzilla Id: 58475
    omit 663c89f  JMS Read response field is badly named and documented Updated screenshot Bugzilla Id: 58465
    omit 2191c1f  JMS Read response field is badly named and documented Also clarified iterations field Bugzilla Id: 58475
    omit eb70be1  Just use the string length
    omit 19b995a  Duplicate (it is set again later)
    omit ecb39c6  Convert test names to camel case version. Patch by Graham Russell.
    omit a291f78  Covert name of local variable to camel case version. Patch by Graham Russell.
    omit f5d0c1f  Fix some mis-spellings. Patch provided by Graham Russell.
    omit f8f708e  Markup changes. Use code tags
    omit d956e2f  Document ldap ext sampler option 'Parse the search results?'
    omit 93fc66a  Bug 58453 - Null pointer exception when disabling Capture HTTP Headers Bugzilla Id: 58453
    omit e59174d  Tag 2.13
    omit 7de0f9a  Use the flag 'docs.force' to control the forced overwriting of css and image files
    omit ef015f7  Ignore generated keystore and certs. (Ignored by subversion, too)
    omit 6f15c69  Ignore jar files in lib for inclusion in git (In subversion they are excluded as well)
    omit 654e114  Correct usage of ">" in xml files. Changed => to "rArr" (rightwards double arrow), ">" to rarr (single arraw) when used as menu separator and to &gt; otherwise.
    omit 445f13c  Use 'less-than or equal' and 'greater-than or equal' entity.
    omit 8a06792  Mostly markup changes. Usage of code, source and example tags.
    omit d43dfa1  Mostly markup changes. Usage of code, source and example tags.
    omit b7ece8e  Mostly markup changes. Usage of code, source and example tags.
    omit 2806c72  Add a media section for print. This corrects a problem, that firefox will only display one page, instead printing all pages. It also hides the navigation, header and footer. As a small addition, it adds the .source class to the css for ".section  pre".
    omit 02eaf8c  Bug 58406 - IfController : Use Nashorn Engine if available for JavaScript evaluation Bugzilla Id: 58406
    omit ccfa83f  Explain why vars don't work for client-server filenames
    omit 215ed3f  Do the comparison in the test case, so failures are identified better
    omit b9adf59  Better doc for junit task; ensure tests are recompiled
    omit d155bb1  Mention contributor
    omit 239977f  Reference javadocs
    omit 5f0acd0  Reference javadocs
    omit bc4baf0  Improve error message if mongoDB is null
    omit 1988d40  Update windows jmeter start script to force a minimum of java 7. Thanks Andrey for reminding - again.
    omit 760aafc  Change background of pre/source elements to black and the font to orange. It seems to fit nicer into overall color scheme and look.
    omit 470c525  Update jmeter start skripts to force a minimum of java 7. Thanks Andrey for reminding.
    omit f98d00c  Definition title is <dt> not <dh>.
    omit 66d11c2  Minimum version of java is 7 now.
    omit ed8ae73  Whitespace changes from part 3 of the patches by Graham Russell.
    omit b5dfcd1  Convert to for-loops. Patch based on part 3 from Graham Russell. Contains a few whitespace changes.
    omit 9963f55  Use Collections#addAll instead of adding elements by hand. Part of patch (part 2) from Graham Russell.
    omit d3cbd58  Whitespace police. Part of patch (part 2) from Graham Russell.
    omit a5af4e2  Convert to for-loop. Based on Patch part 2 from Graham Russell. It contains one renaming of a local variable from laf to a menuItem and a bit of white space policeing.
    omit f32b355  Fix up version
    omit 50d542b  Remove all InterruptTimer changes Using a branch instead
    omit c30e352  Remove tab in the AL header; trim trailing spaces/tabs
    omit 0a22f72  Use typed methods such as setInt, setDouble, setDate ... for prepared statement #27
    omit c51a4c0  Fix typo and clarify one field
    omit faa515b  Return to tabs
    omit 04918d4  Change tab to 4 spaces. (and test the git-svn util)
    omit cb2676e  Comment was in the wrong place
    omit f7e9584  Add interrupt Timer Ensure threads are created as daemons Add some extra debug info Bugzilla Id: 58299
    omit 1942038  Update the FILEVERSION
    omit 1ee967f  Add French localization for the new Interrupt timer (and littel alphabetical ordering in the keys) Bugzilla Id: 58299
    omit 1a2dce1  Add interrupt Timer Bugzilla Id: 58299
    omit 07cb98c   Make existing Java Samplers implement Interruptible Bugzilla Id: 58300
    omit 843f90c  Overridden method is synchronized
    omit a76cec2  Unused import
    omit 3098520  Explicit box/unboxing (compiler warning found some bugs)
    omit 890846f  Inline; avoids resource leak warning (we don't want to close it here)
    omit 253955d  Inline; avoids resource leak warning (readResponse closes its input)
    omit 04295b2  Require a minimum of Java 7 Redundant specification of type arguments Bugzilla Id: 57981
    omit 7f030a0  Unnecessary casts
    omit f2283a4  SOAP/XML-RPC Sampler file browser generates NullPointerException Bugzilla Id: 58293
    omit 0b48e23  Unused import
    omit 31c97c9  Replace old style for loops. Patch contributed Graham Russell.
    omit 00ea53d  Update to latest Maven Deploy plugin
    omit d538656  Add a bit of dev info
    omit c511711  Convert to for loops. Patch by Graham Russel.
    omit 27a983c  Remove log statements, that were commented out. Part of a patch about converting to for loops by Graham Russel.
    omit 4115326  Add javadocs. Part of a patch by Graham Russel about converting to for loops.
    omit f70db7b  Use interface instead of actual implementation for List/ArrayList where possible.
    omit b35ee9c  Use interface instead of actual implementation for Set/HashSet where possible.
    omit 384f2d9  Use varargs for Arrays#asList instead of creating an String array explicitly.
    omit cec5c40  Remove explicit types. Patch from Graham Russel.
    omit e77a740  Use the port from a given host header, if available.
    omit 9ec7734  Markup changes. Mostly code, source and note tags.
    omit 533d34c  Simplify - let the outer try block catch the exception Log the exception string
    omit 5a2c0ab  Explain
    omit ae556f9  There is no "method" field in the HTTP Request Defaults gui, so don't document it, but there is a "Content encoding" field.
    omit 7bf2d19  Remove localization lines in the keystore doc passage, that were probably a leftover from r1552423.
    omit 8b5746a  Markup changes. Use code tags.
    omit 3356c88  Remove doubled words in documentation
    omit b2dc9bd  spelchack
    omit c011fae  Markup changes. Use code and source tags.
    omit 8345d82  Tidy up Shorten line lengths
    omit 673c88f  Don't log the classpath twice
    omit 2295a6c  Add fix for Maven 3.3.x breaking change
    omit 08a91c4  More informative warning if an error occurs
    omit fadf499  Markup changes. Use hellip entity instead of '...'. Add code and em tags.
    omit c3f2111  Markup changes and addition of explanation for the examples given in __StringFromFile documentation.
    omit acbf56e  Markup changes. Use rarr entity instead of '->'.
    omit 777b9b5  Move '.' inside the code tag, where it belongs and mark up the locale 'fr' as code.
    omit 8487bbe  More spellchecking.
    omit f3e2fa9  Followup to r1677049. As the rarr html entity is utf-8, convert the printable docs to utf-8, also.
    omit 194e7e5  Spelling (missed by hunspell)
    omit 9c3458e  Fix some typo (found by hunspell tool)
    omit e0744d2  Correct double "the"s.
    omit 3606b36  Markup changes. Usage of code, note and dl tags.
    omit 7f63b5c  Markup changes. Add code and p tags.
    omit fb194b9  Updated to tika 1.10
    omit 2952de3  JMeter hang when testing javasampler because HashMap.put() is called from multiple threads without sync. Bugzilla Id: 58209
    omit 11eb488  Replace zifile (deprecated) by destfile
    omit ca47336  Space policy to ident
    omit b657df9  Updated to commons-pool2 2.4.2
    omit c6736fa  Bug 58137: Warn about urls that had to be escaped. Bugzilla Id: 58137
    omit 7f66acc  Bug 58137: Don't escape file protocol urls Bugzilla Id: 58137
    omit c770ecf  Space police
    omit c16225d  Fix some javadoc (v7) warning
    omit c350690  Bug 58013 - Constants for ssl protocols differ for smtp and smtp.
    omit 092f200  Bug 58137 - JMeter fails to download embedded URLS that contain illegal characters in URL (it does not escape them) Bugzilla Id: 58137
    omit 36b1415  Bug 58137 - JMeter fails to download embedded URLS that contain illegal characters in URL (it does not escape them) Bugzilla Id: 58137
    omit f22dd60  Do not cache http samples that have a Vary header.
    omit ade7ec1  Unused import
    omit fa641c8  Also log if system property is undefined
    omit d1b854c  Document JSR223 Assertion, Timer, Pre and Post Processor Document Compilation cache key
    omit c5a2bc4  Document JSR223 Sampler and JSR223 Listener
    omit e05c92d  Fix bad commit
    omit 415d57c  groovy has moved
    omit 3d22081  Codehaus is closed now
    omit 8d5d215  Fix links
    omit e9cad16  Fix links
    omit 3834b50  Update xmlgraphics-commons-2.0.1 from 1.5
    omit 74f08e7  Update the link to the license of RSyntaxTextArea
    omit 8e7eff2  Update slf4j-api-1.7.12 and slf4j-nop-1.7.12 from 1.7.10
    omit 8c4fbef  Update rsyntaxtextarea-2.5.7 from 2.5.6
    omit 8750dc1  Add task for update of library
    omit e7a1d51  Update jsoup-1.8.2 from 1.8.1
    omit 78962c3  Updated to jodd-3.6.6.jar (from 3.6.4)
    omit 1668589  Update rhino from 1.7.R5 to 1.7.7
    omit c54cf04  Upgrade commons-lang3 from 3.3.2 to 3.4
    omit 9a68dfe  Bug 58122 - GraphiteBackendListener : Add Server Hits metric This resolves #26 Bugzilla Id: 58122
    omit b8ad497  Bug 58100 - Performance enhancements : Replace Random by ThreadLocalRandom
    omit b12b78c  Bug 58100 - Performance enhancements : Replace Random by ThreadLocalRandom Bugzilla Id: 58100
    omit f77c586  Name Embedded downloader threads
    omit 38231be  Add log
    omit b05966d  Clarify possible commands
    omit f5fb802  Strip [] from the name 'args' since it is not part of the name and might be confusing. The fact, that it is an array, is already mentioned in the description.
    omit 2689c70  Markup changes. Add code tags to sampleEvent and sampleResult vars
    omit 811c0b5  Mostly markup changes. Usage of code, source tags. Converted ul to dl and wrote out Minimum and Maximum instead of having only the endings to complete the abbreviations.
    omit 464e78a  Add spaces around catch clause alternation operator
    omit 1539cd1  Update documentation of save service properties
    omit 86f6e97  Document print_field_names
    omit 40a3594  Unused imports
    omit f5aa585  JMeter needs GUI support on Linux server builds
    omit 7427b9d  Java7 multiple exception catching
    omit 643cbeb  Java7 multiple exception catching
    omit b6445af  Java7 multiple exception catching
    omit 88448a8  Java7 multiple exception catching
    omit 8b8cadd  Java7 multiple exception catching
    omit 5a1890f  Java7 multiple exception catching
    omit 9caa401  Java7 multiple exception catching
    omit 629b069  Java7 multiple exception catching
    omit 9971983  Java7 multiple exception catching
    omit 865ff5a  Java7 multiple exception catching
    omit 8f68082  Java7 multiple exception catching
    omit 91af83e  Java7 multiple exception catching
    omit 6582370  Java7 multiple exception catching
    omit 4c8e2ce  Remove useless catch
    omit b6241a9  Clarify documentation as per http://mail-archives.apache.org/mod_mbox/jmeter-user/201506.mbox/%3CCAPJQzCat0FkbJOWf3UwNiYs29Ybtp_w%3Dkx%2B%3DxrDvV5AchCp1kg%40mail.gmail.com%3E
    omit 7864ebb  Java7 multiple exception catching
    omit e9ec7ed  Markup changes. Addition of code tags and usage of dl instead of simple ul.
    omit f53e018  Java7 multiple exception catching
    omit 43a195f  Java7 multiple exception catching
    omit 4596f17  Java7 multiple exception catching
    omit 0def000  Java7 multiple exception catching
    omit e7ddb10  Don't troncate to int a long
    omit b9d6fea  Java7 multiple exception catching
    omit c9fe323  Remove useless code
    omit c8369ea  Java7 multiple exception catching
    omit 4d6928f  Add more infos on errors
    omit d2abacf  Remove useless code
    omit 800f04a  Java7 multiple exception catching
    omit 64c4f8c  Java7 multiple exception catching
    omit 5744875  Updated to tika 1.9
    omit 417d638  Markup changes. Usage of code and note tags.
    omit d371bce  Markup changes. Usage of code and source tags. Introduction of right arrow (rarr) entity to indicate menu usage.
    omit 43857af  Mostly markup changes. Added one missing word "condition" and changed fileName to Filename (to be consistent with screenshot and parameter description).
    omit a388ceb  Initial stab at gitignore file
    omit 55aa1ce  Tree View Listener should show sample data type Bugzilla Id: 58041
    omit ca3cc5a  Javadoc for dataType field
    omit 47ec7c6  SampleResultConverter should note that it cannot record non-TEXT data Fix up test data Bugzilla Id: 58033
    omit 3a8a24e  SampleResultConverter should note that it cannot record non-TEXT data Fix up test data Bugzilla Id: 58033
    omit 769da52  SampleResultConverter should note that it cannot record non-TEXT data Ensure that JavaSampler response is always text Bugzilla Id: 58033
    omit 8698776  Bug 58016 - Error type casting using external SSL Provider Bugzilla Id: 58016
    omit d8cabe1  Ignore backups from local testing
    omit eaf414f   SampleResultConverter should note that it cannot record non-TEXT data Bugzilla Id: 58033
    omit c9e6eee  Typo
    omit aa399a4  Minor doc tweaks
    omit b27a76e  Bug 57956 - The hc.parameters reference in jmeter.properties doesn't work when JMeter is not started in bin Rollback and fix differently. Bugzilla Id: 57956
    omit 8945b1c  Bug 57956 - The hc.parameters reference in jmeter.properties doesn't work when JMeter is not started in bin Bugzilla Id: 57956
    omit ca05ed8  Bug 54586 - View Results Tree : HTML view fails to display html page that contains frameset with px due to Java bug JDK-8031109 Bugzilla Id: 54586
    omit 2452406  Bug 57221 - Aggregate Graph : Bad display of Graph under Java 7u71 up to Java 8u25 due to bug JDK-8065373 Bugzilla Id: 57221
    omit 051f7b4  Bug 57981 - Require a minimum of Java 7 Bugzilla Id: 57981
    omit 9b65e77  Markup changes. Usage of code, source and example tags. Added a few p tags to and use a definition list.
    omit 0f6608d  Mostly markup changes. Usage of code tags, addition of paragraphs and correction of one typo.
    omit 49d17f3  Mostly markup changes. Usage of code tags and correction of one typo.
    omit 8915110  Bug 57269 - Drop org.apache.jmeter.reports package Remove broken code Bugzilla Id: 57269
    omit c0f8449  Bug 57269 - Drop org.apache.jmeter.reports package Remove broken code Bugzilla Id: 57269
    omit 5a0a7d1  Bug 58013 - Enable all protocols that are enabled on the default SSLContext for usage with the SMTP Sampler.
    omit f4e9630  Bug 57913 - Automated backups of last saved JMX files Only backup file, if it exists (otherwise we get an exception on first save of a file).
    omit 731f1b6  Markup changes. Usage of code-tags and definition lists.
    omit fdebce4  Markup changes. Usage of code-tags, note and definition lists. Align spelling of "Attach file(s)" with screen shot.
    omit f0baf88  Markup changes. Use of code-tags. Clarify usage of jmeterengine.threadstop.wait
    omit ed779b6  Markup changes. Usage of code-tags.
    omit 8163b91  Be consistent with spelling of JUnit.
    omit 27cecad  Markup changes. Usage of code-tags, source and definition lists.
    omit b95a96e  Apply changes from 1682601 (docs 2.13) Drop the 3rd party references in favour of the Wiki
    omit 371a4e5  Avoid serialVerUID warning
    omit 4e9db87  Tweak docn
    omit ed07a04  Bug 57913 - Automated backups of last saved JMX files Add related properties to jmeter.properties Bugzilla Id: 57913
    omit c5c7a15  Markup changes. Usage of code-tags and definition lists.
    omit 66065c5  Markup changes. Usage of code-tags and definition lists.
    omit 8ffc668  Markup changes. Usage of code-tags and definition lists.
    omit d56d7d0  Bug 57995 - Use FileServer in HTTP Request files
    omit 66e7d4f  Bug 57988 - Ability to add elements to tree with hotkeys
    omit 69011d2  Tab police
    omit 8245b39  Unnecessary whitespace
    omit 240f8df  Update to Java 7 Can now use Multi-Catch Bugzilla Id: 57981
    omit 7242697  Update to Java 7 No need to check for earlier version of keytool Bugzilla Id: 57981
    omit 7ab4983  Unused
    omit b788bf3  Unused
    omit 4f6829b  Update to Java 7 ThreadLocalRandom now part of JVM Bugzilla Id: 57981
    omit 9cbf9bf  Update to Java 7 JComboBox is now generic Bugzilla Id: 57981
    omit 58b1c6e  Don't create another empty string array ...
    omit c0e4517  Require a minimum of Java 7 Fix build file Bugzilla Id: 57981
    omit c6bbdbd  Update to pool 2.4.1
    omit d3780fd  Add docs.force property to force documentation to be rebuilt
    omit df5a2cc  Add fix for BZ 57921 to changes.
    omit da27f2a  Bug 57921 - HTTP/1.1 without keep-alive Connection response header uses infinite keep-alive and fails Bugzilla Id: 57921
    omit 416e0e3  Extending page is not under usermanual folder
    omit 9886941  Don't include Javadoc files in html fixes for docs-site
    omit 5bb078e  Mostly markup changes. Usage of code-tags and definition lists. Line up spelling of NoDelay in the properties with the screenshot.
    omit b2c2c7b  Use no background for code tags, and change the text to a bold brown one. That way the code tags will be clear to see, but not disrupt the overall picture that much.
    omit 7f0c916  Markup changes. Added a few code tags and added a definition list.
    omit 0b68ba1  Bug 57928 - Add ability to define protocol (http/https) to AccessLogSampler GUI This closes #14 Bugzilla Id: 57928
    omit f57ca05  Bug 57913 - Automated backups of last saved JMX files Bugzilla Id: 57913
    omit 8468cfd  This commit closes #12 (which has been fixed in previous commit)
    omit df797a2  Use a menu bar on top for middle sized displays (600px to 1000px wide). Use orange for links instead of the default which is blue in most browsers.
    omit e96a4ad  Markup changes. Mostly code- and source-tags. One complink and one case of lowercasing of compiled.
    omit 930b787  Correct typos. Missing 'r' in your and lowercase 'caching'.
    omit 7dfae3c  Code markup. Mainly code-tags
    omit ce226da  Markup changes. Mainly addition of code-tags and usage of dl for enumerations
    omit ffbca99  Use code-tags for markup
    omit 0ffee04  Use rarr (right arrow) entity to show menu path
    omit 67ef3cd  Markup changes. Use dl for enumeration of escaping examples and use code-tag for an empty value
    omit 153ae39  Markup changes. Mostly code-tags.
    omit 6c47a0f  Revert commit r1675003 (Tabs to Spaces)
    omit 81b0626  Correct a few typos
    omit 25f52ea  Document Java method used
    omit 3714732  Use sup tag for 1st, 2nd, 3rd and n-th.
    omit 0d79039  More typos
    omit 8867712  More typos
    omit 9130d5d  Correct a few typos.
    omit cf17e17  Another followup to r1676601. More html entities, that need to be unescaped since r1674583.
    omit f75a6b6  Followup to r1676601. More html entities, that need to be unescaped since r1674583.
    omit 56705d3  Since amp-entities are not removed anymore since r1674583, we have to define the trade-entity and use it directly.
    omit 081ed08  Markup changes (mostly code tags and unordered list to definition list). A bit of space police and a few typos (is -> it).
    omit e28179c  More spelchacking
    omit 0f853b7  Re-insert parentheses, that the spelchack of r1676340 accidentally removed.
    omit 2498ee0  Spelchack
    omit bc04955  Markup changes. Use code and source where &lt; or &gt; entities are used. With code and source blocks we don't have to escape them.
    omit 98f6932  Try to detangle lists, tables and other block structures with paragraphs. Paragraphs must not contain any block structures. Replace a few pre blocks with source blocks.
    omit 87452ca  Rephrase and (hopefully) clarify the usage of the ldap sampler.
    omit c11750a  No space before colon and add a few colon to make usage more consistent.
    omit 646d263  Correct nesting of li and ol tags.
    omit 3bc29eb  Reformat. No functional change
    omit b39daf2  Markup changes (mainly use of code).
    omit a889e9a  Add code as a macro to the printable vsl. Correct the usage of entities by explicitly using source instead of pre tag.
    omit 1b5f1e4  Don't call sampleEnd twice in HTTPHC4Impl when a RuntimeException or an IOException occurs in the sample method.
    omit 3f71334  Markup changes (mostly code and complink)
    omit ca7e125  Markup changes (mostly code and source).
    omit 4ca46d4  Markup changes (mostly note and code). Changed a few numbers lower twelve to their corresponding word.
    omit e56abaa  Markup changes (usage of code and note mostly) and one typo (defate -> deflate)
    omit 8298bdd  Tabs to Spaces
    omit 58dc91f  Updated to Apache commons-math3 3.5
    omit cd1f6e3  Sync some versions & add some missing
    omit eda6c47  Updated to Apache Tika 1.8
    omit 320d7c3  Define a doctype with html entities in the new xsl-stylesheet and use the entities. Because of this change, we don't need to remove superfluos &amp; anymore.
    omit f74cdcc  Mentions new Webservice tutorial to encourage use of HTTP Request
    omit a607bf4  Improve documentation of Save_Responses_to_a_file component : - Screenshot - Missing doc of Minimum Length of sequence number
    omit 5359ead  Bug 57731 - TESTSTART.MS has always the value of the first Test started in Server mode in NON GUI Distributed testing Bugzilla Id: 57731
    omit 75a0689  Remove duplicate bug entry and correct xml format.
    omit ceb9998  Bug 57806 - "audio/x-mpegurl" mime type is erroneously considered as binary by ViewResultsTree Bugzilla Id: 57806
    omit 1973d9e  Bug 57821 - Command-line option "-X --remoteexit" doesn't work since 2.13 (regression related to Bug 57500) Bugzilla Id: 57821
    omit c2d3c22  Bug 57825 - __Random function fails if min value is equal to max value (regression related to 54453) Add Unit Test Bugzilla Id: 57825
    omit aea1b7a  Bug 57825 - __Random function fails if min value is equal to max value (regression related to 54453) Bugzilla Id: 57825
    omit 19e0286  Addition of javadoc
    omit bf9e9e4  Change entry to bugfix instead of improvement.
    omit 600794c  Aie! a missing r in subscribe. sorry for the spam.
    omit 3201cc3  Add one space before parenthesis.
    omit b5f9182  Add email addresses to send message in user&dev list Missing  "un" before unsubscribe word in dev list Add bugzilla link
    omit 07d302b  Fix broken XML
    omit 17c146d  Add a lot of missing release of JMeter in doap file. Some dates are estimate by date of jmeter jar file (release date isn't in the archive)
    omit 38416c1  * More code markup changes * Spacepolice * Add a link to the debug sampler component reference
    omit 6b4b2b0  Omit exptected error messages while running tests.
    omit d37a935  Change links to bugzilla to the new domain name (bz.apache.org)
    omit 00cead8  More code markup changes
    omit d20d161  Link to the sha checksums on the download page.
    omit 2f0cd61  Next release will be 2.14, so change the SNAPSHOT version accordingly
    omit 1758e7d  Don't fail on long strings in JSON responses when formatting them.
    omit 9fe8764  * Markup changes. Use note block instead instead of font styling.   Change pre to source and markup a few code fragments. * Add reference to "ant -p" to see the possible ant targets. * Add a link to the wiki (was already mentioned)
    omit 4863ebe  Other pages omit the .0 for the first section, so do it here too
    omit f39f2fb  Markup changes. Use code for code like text fragments. Use definition lists where apropriate and split source blocks.
    omit 8168741  Correct markup. Code is for spans and source for blocks.
    omit eb58adc  Markup code fragments
    omit 994d6f4  Markup code fragments
    omit 5eda7f7  Markup code fragments
    omit 441e535  Markup code fragments
    omit 3a02e4c  Markup code fragments
    omit f2c6e70  Bug 57696 - HTTP Request : Improve responseMessage when resource download fails Oups : Fix test failure Bugzilla Id: 57696
    omit bdb3322  Markup code fragments
    omit 6458994  Remove spaces between text and questionmarks, so that line breaks will be correct.
    omit e97ab53  Bug 57696 - HTTP Request : Improve responseMessage when resource download fails Bugzilla Id: 57696
    omit e19562d  Bug 57734 - Maven transient dependencies are incorrect for 2.13 Bugzilla Id: 57734
    omit 5946755  Start new version
    omit ba0e5f7  Add more infos on startup
    omit e465ca3  Generate id attributes for subsections, so that they can be used as link destinations.
    omit 6b1d77d  Fix typo
    omit f4ee27a  Minor changes in the documentation. (This closes https://github.com/apache/jmeter/pull/15)
    omit 0340b9b  Fix some issue with numbering since the realtime results section have been added.
    omit d6ff508  Fix test failing after switching to the new web site layout (new-style.css instead of style.css).
    omit 9d70576  JMeter 2.13 release
    omit 295fb99  Correct navigation for iOS. iOS ignores hover class for elements which have no listener, so we just add one.
    omit cc43eff  Prepare next release 2.13: update docs tree and overview (RC2) - localising correction)
    omit 89af757  Fix the fix for localising page. Bugzilla Id: 53764
    omit 60cf5d3  Fix an issue for subdirectories containing xdocs xml files, which are not generated by the xslt subtask (missing **/ in include attribute) Restore the localising page Bugzilla Id: 53764
    omit 0dd4295  Streamline the markup a bit
    omit c1b0e11  Mention Maven
    omit bc647f4  Generate html for localising directory, even if it is not directly linked.
    omit 809541f  Remove localising file (html version)
    omit c54eb96  Prepare next release 2.13: update docs tree and overview (RC2)
    omit ca6019e  Update some screenshots
    omit 2a971f0  Update toolbar screenshots for a better view of the differences with the new css style
    omit c732984  Use smaller ad banner for apache. Correct margins and width for smaller devices.
    omit 4ad7f0c  anchor attribut seems mandatory for subsection balise Bugzilla Id: 53764
    omit a527a57  Add new-style.css in svn control Bugzilla Id: 53764
    omit d015edd  Use subsections instead of a table for mailing lists.
    omit 97ad527  Use yet another font for headers
    omit cf577ea  Try to make the header as small as possible. It could be that the apache ad will get cut off, if the ad uses the full height
    omit a0689a4  Typos
    omit e85a303  Scrollbars for iframes have to be hidden using old attributes, as it seems
    omit 0e9c429  Use source for block style code fragments and dl for definitions/descriptive lists
    omit a04d765  Use figure element instead of a div and change anchors using name to id (where possible)
    omit c492ded  Clarify titles
    omit 851ed03  Improve changes
    omit 9e6a24e  Update index
    omit ad04e9e  Add a section on jmeter properties management
    omit f82a643  Improve changes
    omit 33c0179  Update broken links . Should we copy/paste here the OrO pages in attic as they are not available online ?
    omit 42278f5  JMeter allows testing not only webapps
    omit 244eab3  Alt-text for icons in menu
    omit 8d5926d  Add alt-texts to images in screenshots and figures
    omit 783ca48  Less space for the header and use another font for the headings.
    omit 33d2508  Make it more up to date. Add plugins section. Remove "What other products are there ?" section as it is far from being accurate and seems out of scope.
    omit a5ccc02  Typo Update some infos Try to encourage version migration.
    omit 730721d  Clarify as much as possible some steps. Fix wrong command line options. Discourage some usage
    omit 633e9cc  Fix wrong command line option (-Z does not exist)
    omit 8479c8d  typo
    omit 58c62b0  Fix sample attribute name
    omit af30f7a  Bug 53764 - Website : Create a new style for website Bugzilla Id: 53764
    omit b8d09ad  Small markup cleanup in docs.
    omit 97a9c2e  Bug 53764: New layout for the website.
    omit 8e7e409  Remove mention of collectD
    omit e0cd1ea  Fix error in BackendListener doc Remove mention of collectD
    omit 54ae3bf  Duplicate line (remove it)
    omit ac1bb16  Clarify change
    omit 30db986  Update Indexes and some documentation (active mq)
    omit 31ddef2  Add black border line
    omit 4289176  Update SOAP Webservice tutorial
    omit b8592b4  typo
    omit fbb4fba  Refresh a bit presentation
    omit 3f2be48  Refresh a bit presentation
    omit 4c94e6b  Add note on performance
    omit 0e281a1  Add New and Noteworthy sections for connect time and retry behaviour
    omit 3b5b149  Add screenshots
    omit 0e7f547  Make column name clear
    omit f841db1  Bug 57246 - BackendListener : Create a Graphite implementation Add metrics for ok, ko, all responses. Rename metrics for shorter names
    omit 4afa55c  Update images size Reference realtime-results.xml documentation
    omit 4f09654  Update images size
    omit 5d7eca0  New screenshots
    omit cc0093a  Add the new realtime-results.html page under svn control
    omit db21015  fix missed changes in changelog
    omit 326e2b6  Prepare next release 2.13: update docs tree and overview (RC1)
    omit a277d27  Bug 56376 - When using Distributed Testing 'HTTP URL Re-writing Modifier' and 'HTML Link Parser' do not work with default mode nor stripping modes Add note Bugzilla Id: 56376
    omit c04e99d  Reorganize a bit the document and fix some typos
    omit 2b4d39b  Remove redundant null check as per sebb note
    omit ed393ec  Bug 57246 - BackendListener : Create a Graphite implementation Add screenshots Bugzilla Id: 57246
    omit c7f37b2  Bug 57246 - BackendListener : Create a Graphite implementation Document Graphite backend configuration Bugzilla Id: 57246
    omit 82d25d9  Add New and Noteworthy section for the next release (2.13)
    omit 2a7147c  Bug 57246 - BackendListener : Create a Graphite implementation Threads min/max inversion Bugzilla Id: 57246
    omit db912e2  Avoid useless boxing
    omit c3ad10a  Use better iteration way
    omit 27d53ad  Make class static, no need for inner
    omit a166cb0  Check delete result
    omit 1eb0a1e  Typo
    omit 09b7c38  Document why writer/stream is not closed
    omit ebd0e8e  Remove useless check
    omit cc3c968  Ensure close always occurs
    omit 87a9949  Typo
    omit 7e17a63  remove word 'plugins'
    omit b9fb22b  Make message clear Index: 0, Size: 0
    omit 9689332  Links to private methods are not allowed in public javadoc tags
    omit c6414d7  Fix a few javadoc warnings
    omit d06fdb3  Bug 57269 - Drop org.apache.jmeter.reports package Bugzilla Id: 57269
    omit b8f0c7f  Bug 57648 - TestFragment should be disabled when created Update docs Bugzilla Id: 57648
    omit 5321faa  Bug 57648 - TestFragment should be disabled when created Bugzilla Id: 57648
    omit 61030cb  Fix Workbench documentation
    omit 7c27252  Reorganize (only a proposal)
    omit 1003b90  Open link in new window
    omit dcf913a  Mention Github mirror. Clarify some doc
    omit d012896  Remove direct link to Localsation (anybody really reads this ?) Add like to Get started (which contains precious information for beginners and non beginners (command line options))
    omit 1862e46  Clarify some docs Reorganize Fix wrong title for Proxy
    omit 4ba9ef7  Mention eclipse.readme
    omit 4b62bc5  Fix bad practice
    omit beb5efe  Update slf4j 1.7.10 from 1.7.5
    omit aaf280e  Update rsyntaxtextarea-2.5.6 from 2.5.3
    omit 20addfc  Update rhino-1.7R5 from 1.7R4
    omit 5172812  Update junit-4.12 from 4.11
    omit ba8bb8c  Update jodd 3.6.4 from 3.6.3
    omit a765953  Oups
    omit d65be42  Update dnsjava-2.1.7 from 2.1.6
    omit 25ddc60  Update commons-pool2-2.3 from 2.2
    omit 09f9062  Update commons-math3-3.4.1 from 3.4
    omit e5ac455  Update commons-codec-1.10 from 1.9
    omit c999961  Reorganize document as per mailing list discussion
    omit b48d5e1  Upgrade to xstream-1.4.8 (change version in svn ignore)
    omit 70e40a1  Bug 48799 - Add connect time to output metrics (missed setSample)
    omit 1bbf827  [Bug 57605] When there is an error loading Test Plan, SaveService.loadTree returns null leading to NPE in callers Retain backward compatibility as per sebb note Bugzilla Id: 57605
    omit e1afb47  Correct typo
    omit 7695773  Bug 57613 - HTTP Sampler : Added CalDAV verbs (REPORT, MKCALENDAR) Bugzilla Id: 57613
    omit c611a8c  Bug 57613 - HTTP Sampler : Added CalDAV verbs (REPORT, MKCALENDAR) Bugzilla Id: 57613
    omit df5a0d8  Bug 57608 - Java version check in bin/jmeter script in 2.12 fails on Solaris 10
    omit 9902205  Bug 57607 - Constant Throughput Timer : Wrong throughput computed in shared modes due to rounding error Bugzilla Id: 57607
    omit c53b681  Upgrade to xstream-1.4.8
    omit 80f6e18  Bug 57605 - When there is an error loading Test Plan, SaveService.loadTree returns null leading to NPE in callers Bugzilla Id: 57605
    omit a95fd01  Bug 57606 - HTTPSamplerBase#errorResult changes the sample label on exception Bugzilla Id: 57606
    omit 90dbcb0  Bug 57561 - Module controller UI : Replace combobox by tree Bugzilla Id: 57561
    omit 14951ac  Add incompatible changes
    omit df89b86  Bug 57514 - Aggregate Graph, Summary Report and Aggregate Report show wrong percentage reporting in saved file Bugzilla Id: 57514
    omit 45bbefe  Bug 57579 - NullPointerException error is raised on main sample if "RETURN_NO_SAMPLE" is used (default) and "Use Cache-Control / Expires header..." is checked in HTTP Cache Manager Bugzilla Id: 57579
    omit 325a632  Bug 57586 - HttpTestSampleGui: Remove interface ItemListener implementation Bugzilla Id: 57586
    omit bfcead6  Fix last commit on class which exited without running JUnit Tests
    omit 609423c  Bug 57555 - Cannot use JMeter 2.12 as a maven dependency Bugzilla Id: 57555
    omit 251c92e  properties file has moved
    omit b09fe54  Remove reports package Bugzilla Id: 57269
    omit 221732b  FileServer.reserveFile - inconsistent behaviour when hasHeader is true Bugzilla Id: 57569
    omit 41b77a5  FileServer.reserveFile - inconsistent behaviour when hasHeader is true Bugzilla Id: 57569
    omit 112bc02  Javadoc
    omit 96bb014  Bug 57565 - SamplerCreator : Add method to allow implementations to add children to created sampler Bugzilla Id: 57565
    omit b583b03  Bug 57562 - View Results Tree CSS/JQuery Tester : Nothing happens when there is an error in syntax and an exception occurs in jmeter.log Bugzilla Id: 57562
    omit dc526ad  Whitespace police
    omit cde5e1a  Whitespace police
    omit 0bbfeb4  Correct typo
    omit ce6ae26  Document lock
    omit 36fef0f  Typos
    omit e985793  Clarification - original sentence was ambiguous.
    omit 40a821f  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) By default NO CLONE to have better performances. Bugzilla Id: 55932
    omit 59769cb  Bug 57537 - BackendListener : Allow implementations to drop samples Bugzilla Id: 57537
    omit 7b7375f  Clarify jmeter.properties should not be modified
    omit be81201  Bug 57269 - Drop org.apache.jmeter.reports package Update FILEVERSION Bugzilla Id: 57269
    omit ed21141  Bug 57269 - Drop org.apache.jmeter.reports package Remove specific entry Bugzilla Id: 57269
    omit 203eca4  Bug 57269 - Drop org.apache.jmeter.reports package Update FILEVERSION Bugzilla Id: 57269
    omit c1af54d  Bug 57269 - Drop org.apache.jmeter.reports package Bugzilla Id: 57269
    omit 9f3b249  Icons for toolbar with several sizes Delete the old icons Bugzilla Id: 57518
    omit 1bbf433  Icons for toolbar with several sizes Rename the icon source file for Stop Remote All Bugzilla Id: 57518
    omit 0b0bc33  Icons for toolbar with several sizes Typo Bugzilla Id: 57518
    omit 550fb7a  Icons for toolbar with several sizes Bugzilla Id: 57518
    omit 16fcb17  Icons for toolbar with several sizes Bugzilla Id: 57518
    omit 1317c05  Add element name for easier debugging
    omit 717bbce  Fix ArrayIndexOutOfBoundException when size of bytes is > to size of chars
    omit 8759c60  Fix typo
    omit 1a9655d  Convert wrong javadoc comment to simple comment.
    omit 44b6757  Bug: 57110 Simplify logic to make it even more efficient. Bugzilla Id: 57110
    omit 2b8f282  Bug: 57110 javadoc changes Bugzilla Id: 57110
    omit d4664cf  Bug: 57110 Lowercase variable name, since it is not a constant. Bugzilla Id: 57110
    omit f1a6fd8  Bug: 57110 Correct typo Bugzilla Id: 57110
    omit 442d119  Bug: 57110 Convert to new for loop. Bugzilla Id: 57110
    omit f2d1870  Bug: 57110 Inline constant and get rid of then unneeded import. Bugzilla Id: 57110
    omit 8b8aa19  Bug: 57110 Assign variable only once. Bugzilla Id: 57110
    omit 70262bf  Bug: 57110 Reformat code, no functional change. Remove empty javadoc comments. Bugzilla Id: 57110
    omit fa1bdf2  Code formatting
    omit 11967e8  Bug 57500 - Introduce retry behavior for remote testing / fix test
    omit b2056b8  Bug 57500 - Introduce retry behavior for remote testing
    omit 6ddbb2c  Added property loggerpanel.usejsyntaxtext to disable the use of JSyntaxTextArea for the Console Logger (in case of memory or other issues)
    omit 3a7e81c  Close the tag
    omit 6dcd96e  Avoid calling TimeUnit#sleep(0)
    omit 3d1a3d7  Add a warning about possible future deprecation
    omit 9e2c63c  Clarify httpclient.timeout property
    omit 55230fb  Revert and comment as per Felix note
    omit 9269734  Ensure in case of exception that flags are reset correctly
    omit 72353c9  Fix boxing warning
    omit 3914050  Remove unused fields
    omit b5ba03e  Remove unused import
    omit fa18784  Bug 57447 - Use only the user listed DNS Servers, when "use custom DNS resolver" option is enabled. Bugzilla Id: 57447
    omit 7ff7520  Updated to tika 1.7
    omit b29305d  Bug 57440 - OutOfMemoryError after introduction of JSyntaxTextArea in LoggerPanel due to disableUndo not being taken into account Bugzilla Id: 57440
    omit 41f11f6  Clarify
    omit c4e41d2  Bug 57466 - IncludeController : Remove an unneeded set creation Bugzilla Id: 57466
    omit 8d6f5dd  Bug 57488 - Performance : Improve SSLContext reset for Two-way SSL Authentication Bugzilla Id: 57488
    omit 83e255c  Bug 57449 - Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources) Fix method name Bugzilla Id: 57449
    omit 1cbf6db  Minor formatting changes for kerberos section
    omit de173fb  Bug 57449 - Distributed Testing: Stripped modes do not strip responses from SubResults (affects load tests that use Download of embedded resources) Bugzilla Id: 57449
    omit 22b949f  No need to call native method if no sleep required
    omit 018e4d2  Bug 57440 - OutOfMemoryError after introduction of JSyntaxTextArea in LoggerPanel due to disableUndo not being taken into account Bugzilla Id: 57440
    omit 22e665d  Now really remove ModelListener. Bugzilla Id: 57419
    omit c166386  Remove unused interface ModelListener. Bugzilla Id: 57419
    omit 129ce7b  Remove unused method isTemporary from NullProperty. The method was a leftover from some refactoring done in 2003. Bugzilla Id: 57417
    omit 51500d9  Remove unused constructor from Workbench Bugzilla Id: 57418
    omit e91893a  48799 - Add connect time to output metrics Revert JMX changes and modify SampleSaveConfigurationConverter appropriately
    omit f973aff  Bug 57193: Use inheritDoc instead of a simple see attribute. The pointed to method was missing a parameter, too. Fix javadocs Bugzilla Id: 57193
    omit 3d71e5c  Bug 57193: Add param and return tags to javadoc Fix javadocs Bugzilla Id: 57193
    omit c3d10c0  Bug 57193: Since we are not generating javadoc for private classes, we can not reference to them in javadoc Bugzilla Id: 57193
    omit f590769  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 7b6c869  48799 - Add connect time to output metrics / misprints and cosmetics
    omit 399382d  48799 - Add connect time to output metrics Add French missing translation (and some ordering in key values)
    omit d10ec9f  48799 - Add connect time to output metrics
    omit bca0ebd  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 4a322db  Javadoc does not like empty paragraphs, so remove them
    omit b4ed309  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit a6c9c1d  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 4071320  Replace invalid character with corresponding html entity in javadoc
    omit 004105c  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 106fee7  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 0971cda  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit cfd53ed  Happy New Year 2015
    omit c968848  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 675fa7a  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit f7747a5  Update commons-math3 to 3.4
    omit 8cd3f0c  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 05aaddc  Add missing license header
    omit 2979cc6  Test cases for getCalendar(Object, Calendar) and getDate(Object, Date) in Converter
    omit 139450f  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit a2cb042  Update doc as per recent changes and tests
    omit 723b11f  Upgrade jodd to 3.6.3
    omit cd0aa2c  BUG 57346 Summariser : The + (difference) reports show wrong elapsed time and throughput Update javadocs and add FIXME Bugzilla Id: 57346
    omit 801c7e2  BUG 57346 Summariser : The + (difference) reports show wrong elapsed time and throughput Impact removal of useless index field in SummariserRunningSample Add javadocs Rename some variables to make code clear Bugzilla Id: 57346
    omit 4b89eac  BUG 57346 Summariser : The + (difference) reports show wrong elapsed time and throughput Remove useless index field Add javadocs Add Apache License Header Bugzilla Id: 57346
    omit cc676aa  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 0a8b292  Summariser : The + (difference) reports show wrong elapsed time and throughput Bugzilla Id: 57346
    omit bb7c0ed  Bug 57381 - HTTP(S) Test Script Recorder should display an error if Target Controller references a Recording Controller and no Recording Controller exists Oups forgot i18n Bugzilla Id: 57381
    omit 8575e1e  Bug 57381 - HTTP(S) Test Script Recorder should display an error if Target Controller references a Recording Controller and no Recording Controller exists Bugzilla Id: 57381
    omit 24f8e19  Bug 57385 - Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set Wrong Bug ID and mention contributor Bugzilla Id: 57385
    omit 4f2fb71  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 97f0422  I18N
    omit 628aded  I18N
    omit fa2b467  Explicit boxing
    omit 33edd08  Bug 57394: When constructing an instance using ClassTools#construct(String, int), the int parameter was not used, but the default constructor was used instead.
    omit 77ab6c5  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit bbb3c54  Line wrap
    omit e4ff976  Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set Fix up test case Bugzilla Id: 57835
    omit 55c1a5e  Getting empty thread name in xml result for HTTP requests with "Follow Redirects" set Bugzilla Id: 57835
    omit 1c28f9d  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 9747fec  Unnecessary entries
    omit 620dac3  Improve check for strings that don't need translation
    omit 3ca4df4  Bug 57389: Fix potential NPE in org.apache.jmeter.save.converters Bugzilla Id: 57389
    omit e0d72ad  Changes report is for documenting differences between release versions, not for temporary bugs that only appeared in a nightly build
    omit 5960150  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit b4116d3  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 9c70668  Bug 57193: Add param and return tags to javadoc Don't add import just for javadoc.
    omit e101b18  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 8fe8b7c  Correct a few typos in javadoc comments
    omit 5dd2290  Bug 57365 - Selected LAF is not correctly setup due to call of UIManager.setLookAndFeel too late Fix test failure Bugzilla Id: 57365
    omit 4d8aa9d  Bug 57364 - Options > Look And Feel does not update all windows LAF Bugzilla Id: 57364
    omit f8f8c78b Bug 57365 - Selected LAF is not correctly setup due to call of UIManager.setLookAndFeel too late Bugzilla Id: 57365
    omit 732b882  replace bugzilla by bug
    omit b8ba051  Bug 25430 - HTTP(S) Test Script Recorder : Make it populate HTTP Authorisation Manager Matching should ignore login/password Bugzilla Id: 25430
    omit d25bf3a  Bug 25430 - HTTP(S) Test Script Recorder : Make it populate HTTP Authorisation Manager Bugzilla Id: 25430
    omit f23d706  Add trivial but missing message translation
    omit d15d3f9  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Remove duplicate translation entries in properties file Bugzilla Id: 57322
    omit 09dfb8e  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Add missing FR translations Bugzilla Id: 57322
    omit fae1b6f  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Add missing FR translations Bugzilla Id: 57322
    omit 465e954  Add contributed by
    omit 7f5f3d8  Bug 57322 - JDBC: add methods to deal with ResultSets(cursors) returned by callable statements Bugzilla Id: 57322
    omit 24e994f  Change case of  static fields
    omit c16ce1e  Bug 57350 - BackendListener reports stale response time (Nightly Build r1645532) Bug 57351 - Graphite Backend uses wrong default port for PlainText protocol (Nightly Build r1645532)
    omit ec6d747  Bug 57321 - BackendListener reports partial results in master-slave configuration (nightly build r1642603) Bugzilla Id: 57321
    omit 50aadd6  Bug 55932 Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Add missing property to jmeter.properties Bugzilla Id: 55932
    omit b739f56  Typo reported via Github; plus another in the same line
    omit 45e9cb4  Bug 57321 - BackendListener reports wrong number of Active Users in master-slave configuration (nightly build r1642603) Bugzilla Id: 57321
    omit 76d5bec  Remove useless import Rename map and HTTPCLIENTS to make code clearer
    omit caed88e  Info on enhancement requests
    omit a9cc74d  Replace System.getProperty("file.separator") with File.separator throughout (Also "path.separator" with File.pathSeparator) Bugzilla Id: 57310
    omit f4e3d60  bugzilla => bug  where appropriate
    omit f45d055  Add 'bug' macro to simnplify changes file - no need to add " - " separator bugzilla macro is still needed to generate Bugzilla links without the suffix text
    omit 1eeb5aa  Bug 57246 - BackendListener : Create a Graphite implementation Switch separator to semicolon for all parameter Replace HashMap by Map Bugzilla Id: 57246
    omit bc184fa  Bug 57306 - backend_listener.png is missing in the JMeter User Doc (affects nightly build) Bugzilla Id: 57306
    omit 4114fbe  Bugzilla 57303 - commons-math3 dependency is missing in the jmeter lib package (nightly build) Bugzilla Id: 57303
    omit 51487c2  Bug 57246 - BackendListener : Create a Graphite implementation Make reported percentiles configurable Compute min and max within sliding window Move threads (Users) computing to UserMetric Bugzilla Id: 57246
    omit dd5042f  Store queue size as a String (allows use of variables etc)
    omit da1fda8  Bug 57262 - Aggregate Report, Aggregate Graph and Summary Report export : headers use keys instead of labels Bugzilla Id: 57262
    omit ba77205  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit cf9e8b6  Exact copies of base version properties are not needed
    omit 1204fe6  Allow I18N properties files to omit keys that don't need translation TODO - needs some more work
    omit 6685305  Document
    omit 1a8798c  Test needs to fail if no files found
    omit 0d3309e  No longer used Bugzilla Id: 57217
    omit 2598194  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 824cdef  Bug 57217 - Aggregate graph and Aggregate report improvements (3 configurable percentiles, same data in both, factor out code) Add screenshots Bugzilla Id: 57217
    omit 9842e73  Bug 57217 - Aggregate graph and Aggregate report improvements (3 configurable percentiles, same data in both, factor out code) Bugzilla Id: 57217
    omit c8c5ad3  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit f4ba335  Correct spelling of javadoc
    omit 7260a7c  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 361c268  RMIC no longer needed since Java 5 Bugzilla Id: 57276
    omit 1160892  Temp hack to prevent NumberFormatException: For input string: ""
    omit b495ac5  Generics
    omit 3f3a571  Tweak
    omit 31ad883  Spurious sentence (already documented elsewhere)
    omit f2eba1e  Remove transient as per Felix notes
    omit 1f21b50  Remove wrong logging code as per Felix review
    omit 44f612a  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit a9697cc  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 1ae2b64  Remove Generic JComboBox use as we are on JAVA6
    omit dc522c6  Add generics information to JComboBox. We know there are  only strings in this JComboBox.
    omit 52e938e  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit d4cad8e  Fix test failure
    omit 27690d3  Fix exception as per felix notes
    omit a0547f9  Fix javadocs, naming as per felix notes
    omit c17abc2  Fix javadocs
    omit efd0d41  Fix javadocs, naming and code reuse as per felix notes
    omit 349c64e  Rename eof to endOfLoop as per felix proposal
    omit aa12538  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Fix test failure Bugzilla Id: 55932
    omit afcc448  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Fix javadocs , naming But more importantly fix multi-threading issues on instance variables as there is only 1 BackendListener shared by all threads Bugzilla Id: 55932
    omit 7bdcf70  Rename log to LOGGER as per naming rules and felix notes Fix warning on wrapper
    omit c4fd1c0  Rename log to LOGGER as per naming rules and felix notes Use better methods for parsing numbers
    omit 125a4cd  Rename log to LOGGER as per naming rules and felix notes Fix warning on wrapper
    omit cdf445c  Fix javadocs
    omit 57fc026  Fix wrong javadoc
    omit eff58ee  Rename log to LOGGER as per naming rules and felix notes
    omit 52d6d77  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Fix mistake in imports Bugzilla Id: 55932
    omit 671ead0  svn:eol
    omit 6f4b8e1  Bug 57246 - BackendListener : Create a Graphite implementation Bugzilla Id: 57246
    omit 4ccb911  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Add ignore Bugzilla Id: 55932
    omit 227caf5  Bug 55932 - Create a Async BackendListener to allow easy plug of new listener (Graphite, JDBC, Console,...) Bugzilla Id: 55932
    omit b6ee569  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 8bf9890  Bug 57193: Add param and return tags to javadoc Bugzilla Id: 57193
    omit 76efa13  Typo
    omit 1ed9acc  Bug 57193: Add description for param and return attributes in  javadoc. Bugzilla Id: 57193
    omit 691be4e  Bug 57193: * Generics won't work in javadoc, so describe the type  textually. * add missing return and throws javadoc statements Bugzilla Id: 57193
    omit 76fef36  Bug 57193: A bit more description of the parameters in javadoc Bugzilla Id: 57193
    omit bf2aee9  Bug 57193: Add javadoc @param, @return and @throws tags, or fill  them. Bugzilla Id: 57193
    omit f0e7d29  Bug 57193: Generics can't be used inside of javadoc, so omit them  and describe it textually. Bugzilla Id: 57193
    omit 6816863  Bug 57193: Add description for @param and @throws in javadoc Bugzilla Id: 57193
    omit 06dd017  Bug 57193: Correctly close ol tag in javadoc Bugzilla Id: 57193
    omit a9fdb11  Bug 57193: Escape &, < and > in javadoc Bugzilla Id: 57193
    omit 47bf3ff  Bug 57193: Close code block correctly. Bugzilla Id: 57193
    omit 86c87fc  Bug: 57193: Escape &, < and >, as they are not allowed inside  javadoc Bugzilla Id: 57193
    omit 7b55af1  Bug 57193: Self-closing br element is not allowed in javadoc Bugzilla Id: 57193
    omit 5149835  Bug 57193: Correct dt/dd tags in javadoc Bugzilla Id: 57193
    omit 3a8bcb2  Bug 57193: Remove unexpected </p> tags in javadoc Bugzilla Id: 57193
    omit aec6663  Bug 57193: Replace a few more &, < and > with html escaped version for  javadoc Bugzilla Id: 57193
    omit b3308a2  Bug 57193: Put <a...> on one line, as it will confuse javadoc  otherwise. Bugzilla Id: 57193
    omit dbf1849  Code-Fragment in javadoc was probably formatted wrongly once upon a time.
    omit 34a246d  Bug 57193: Escape entities like &, < and >, as they are not  allowed in javadocs. Place code tag around code-fragments in javadoc. Bugzilla Id: 57193
    omit badcc2e  Bug 57193: Remove self-closing elements like <p/> or <br/>. Bugzilla Id: 57193
    omit 5c04b0b  Bug 57193: Place @see below the note and remove the break. If @see  is above the note, the note will not be shown in javadocs. Removes a broken "br" tag Bugzilla Id: 57193
    omit c7dd78e  Bug 57193: Use unordered list in javadoc instead of handcoded one. Removes wrong "br" tags Bugzilla Id: 57193
    omit c9065f8  Bug 57193: A few javadoc fixes  * Remove self-closing br-tags by replacing them with a    unordered list  * Add links to URL in javadaocs  * Add a return description in javadocs Bugzilla Id: 57193
    omit 293315c  Bug 57193: CyclicBarrier#await will not throw TimeOutException, so  don't say so in javadocs. Bugzilla Id: 57193
    omit 25e7d22  Bug 54453 - Performance enhancements : Replace Random by ThreadLocalRandom Bugzilla Id: 54453
    omit ff9f643  JMeter 2.12 release
    omit e1ecf5d  Drop timestamp comment from Javadoc to make output more stable.
    omit de818f7  Don't use import for Javadoc references
    omit eef767a  Build script fixes: - include "mirror-server" in distribution   ("mirror-server.sh" is already included and   "mirror-server" is only a trivial wrapper) - include "mirror-server" and "jmeter-report"   in crlf handling
    omit f5a7ae4  Add svn:executable property. It was already in use for some files like "jmeter" and "jmeter-server".
    omit 18b07c1  Prepare next release 2.12: update docs tree and overview (RC2)
    omit ebf5dbd  Little typo on JMeter name
    omit b1cca3d  Apply fix on all occurrence (ref. r1636697)
    omit f06309b  Mention contributor
    omit 169ec0f  Fix some typo
    omit 4132109  Update screenshots in changes for next version 2.12 Bugzilla Id: 57183
    omit 6ce6c32  JMSSampler: For input string: "" java.lang.NumberFormatException (for Expiration or Priority fields) - fix the bug - simplify some code arround getPropertyAsString() vs Constant fields for Priority and Expiration - add documentation for these fields in User Manual (JMS Publisher and JMS Point-to-Point) - update screenshots - add time unit in the GUI for expiration field and indicate the range 0-9 for priority level too. Bugzilla Id: 57183
    omit 9e45b96  Fix mistake in Incompatible changes regarding jmeter.save.saveservice.thread_counts
    omit 6c3adf8  Prepare next release 2.12: update docs tree and overview (RC1)
    omit d5516c4  Fix some javadoc warning
    omit d7b5446  Improved comment
    omit 1d394bb  Typo (double will) Add line border to some images
    omit 90066b8  Typo policy (in French) : uppercase for the first letter of second word for the controller's title
    omit 8497c7e  Document a warning under Windows
    omit cd0c89d  Add a link to changes to encourage users to read it
    omit 33423db  Simplify calculation
    omit 47093a3  Commit
    omit 174aa19  replace 1000000.0 with 1000000L
    omit e8bba99  No point protecting log.debug that uses a constant string as the message
    omit cbe525f  Bug 52707 - Make Open File dialog use last opened file folder as start folder FIx NPE Bugzilla Id: 52707
    omit 4ca99bd  Update changes
    omit bf674d9  When HTTP Request contains an empty host, we get a NPE instead of a clear message.
    omit 6b60dc2  Bug 52707 - Make Open File dialog use last opened file folder as start folder Bugzilla Id: 52707
    omit c04b046  Update changes
    omit eaf5801  Update documentation
    omit 6da31a7  Sentence was maybe confusing
    omit 46f6d98  Clarify documentation on Http Cache Manager
    omit dcb9cfd  Explain false positive reported by findbugs
    omit 02a51ea  Use return value of await
    omit fcde4f8  svn:eol
    omit 3bdad92  Bug 56811 - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked svn:eol Bugzilla Id: 56811
    omit f02bad1  Bug 56811 - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked Add Test Bugzilla Id: 56811
    omit da7b572  Oups wrong conversion
    omit 845368a  Oups wrong conversion
    omit 07fd100  Javadocs
    omit faf1dff  Javadocs
    omit 53713ea  Javadocs
    omit b4f354f  Javadocs
    omit 0874c7e  Switch to System.nanoTime() Add javadocs
    omit 74ecdc4  Upgrade from jsoup 1.7.3 to 1.8.1
    omit 87d901d  Upgrade from jsoup 1.7.3 to 1.8.1
    omit b6a42eb  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Remove old TODO Bugzilla Id: 57114
    omit a829042  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Keep synchronized where it is needed Bugzilla Id: 57114
    omit aaa0b1d  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Remove synchronized on setParameters Bugzilla Id: 57114
    omit 917ff18  Bug 57145 - RandomController : Use ThreadLocalRandom instead of Random for better performances Move license to src to avoid test failure Bugzilla Id: 57145
    omit a4178f1  Bug 57145 - RandomController : Use ThreadLocalRandom instead of Random for better performances Adjust svn:eol Bugzilla Id: 57145
    omit e7dafa2  Bug 57145 - RandomController : Use ThreadLocalRandom instead of Random for better performances Bugzilla Id: 57145
    omit 340bc6e  Add javadocs
    omit 5e349c5  Bug 56811 - "Start Next Thread Loop" in Result Status Action Handler or on Thread Group and "Go to next Loop iteration" in Test Action behave incorrectly with TransactionController that has "Generate Parent Sampler" checked Bugzilla Id: 56811
    omit 2fac097  Code style based on patch by Graham Russel
    omit 13709f1  Code simplificatiion based on patch by Graham Russel
    omit 47ad4f5  upgrade to jodd-3.6.1
    omit 643a41e  Bug 57114 - Performance : Functions that only have values as instance variable should not synchronize execute Bugzilla Id: 57114
    omit 6e5f880  Certificates does not conform to algorithm constraints: Adding a note to indicate how to remove of the Java installation these new security constraints Bugzilla Id: 56357
    omit 4e0ff54  Increase the default cipher for HTTPS Test Script Recorder from SSLv3 to TLS Edit the proxy.ssl.protocol property in jmeter.properties to return to SSLv3 Bugzilla Id: 57117
    omit 9b0d415  Bug 57081 - Updating checkstyle to only check for tabs in java, xml, xsd, xls, dtd, htm, html and txt files (not images!) Avoid xls Bugzilla Id: 57081
    omit c902e3e  Document Http Sampler Java Implementation limitation
    omit cf7cb06  Bug 57107 - Patch proposal: Add DAV verbs to HTTP Sampler Bugzilla Id: 57107
    omit a16217e  Bug 57081 - Updating checkstyle to only check for tabs in java, xml, xsd, xls, dtd, htm, html and txt files (not images!) Bugzilla Id: 57081
    omit 3ba1128  Point to ASF download verification page
    omit 4b83d49  variable is not used outside the method, so localise it
    omit efe0a8a  NPE in ResultCollector.testEnded Bugzilla Id: 57088
    omit d9b30d2  Mention fixes for bugzilla ids 57084 and 56178
    omit 39e928e  Bug 57084 - BeanShellClient: Close socket after usage. Bugzilla Id: 57084
    omit f12218a  Bug 56178 - Return value of String#replace has to be used. Bugzilla Id: 56178
    omit e18b026  Bug 57081 - Updating checkstyle to only check for tabs in java files (and not images!) Bugzilla Id: 57081
    omit 5847077  Bug 57082 - ComboStringEditor : Added hashCode to an inner class which overwrote equals Bugzilla Id: 57082
    omit 3bd4014  Bug 57083 - simplified the CachedResourceMode enum Bugzilla Id: 57083
    omit 579e2e6  Bug 57078 - LagartoBasedHTMLParser fails to parse page that contains input with no type Bugzilla Id: 57078
    omit 4c709fb  Bug 56160 - StackOverflowError when using WhileController within IfController Bugzilla Id: 56160
    omit 6725e87  Remove debug output
    omit 97447c4  Add missing display names
    omit 0fe4739  Ensure all properties are minimally configured
    omit 791bacf  Continue fixing docn
    omit c967905  BooleanPropertyEditor#getAsText() must return a value that is in getTags() Bugzilla Id: 57076
    omit f40ff7e  Document why the mixed case values are used
    omit 4950dd8  Document proper reason
    omit 6eb9d14  BeanInfoSupport.MULTILINE attribute is not processed Bugzilla Id: 57075
    omit 3a02560  Document anomaly
    omit b63e17f  Clarify
    omit 3d249ae  Fix as per sebb note on dev list
    omit 4eef784  Drop entries for non-existent packages
    omit 89811d3  Throw when configuration error (related to 57068)
    omit 8f8dc60  Warn when configuration error (related to 57068)
    omit 0213c64  Bug 57068 - No error thrown when negative duration is entered in Test Action Bugzilla Id: 57068
    omit ff9d197  Bug 57032 - Make regexes in HTTP Script Recorder more useful. Add a note and a testcase about overlapping matches Bugzilla Id: 57032
    omit c49c35b  Improve content update
    omit 1c17df6  Add a bit more javadoc to constructPattern
    omit 6126620  Bug 57032 - Make regexes in HTTP Script Recorder more useful. Respect spaces instead of tabs Add javadoc Bugzilla Id: 57032
    omit 856495f  Bug 57032 - Make regexes in HTTP Script Recorder more useful.
    omit d8a9a16  Bug 57061 - Save as Test Fragment fails to clone deeply selected node Bugzilla Id: 57061
    omit ff69faf  Bug 57052 - ArithmeticException: / by zero when sampleCount is equal to 0 Bugzilla Id: 57052
    omit 62611d2  Bug 57052 - ArithmeticException: / by zero when sampleCount is equal to 0 Bugzilla Id: 57052
    omit b8809ea  Remove some tabs
    omit b59754e  Bug 56972 - Unable to Publish JMS Msg for Tibco EMS using Jmeter Publisher/Subscriber. Fix java.lang.ArithmeticException: / by zero Bugzilla Id: 56972
    omit 2e2c6d9  typo
    omit bef16ff  Fix sync issues in test leading to test being stuck
    omit 0b88130  Test fails intermittently (high rate) on MacOSX 10.9.5 / Mac Book Pro 2.7GHz Intel Core I7 16Gb 1600 MHz DDR3 Switch to System.nanoTime()
    omit 66e05ca  Bug 42248 - Undo-redo support on Test Plan tree modification Disable feature by default as it is still in ALPHA MODE Mention this in changes.xml Bugzilla Id: 42248
    omit e635550  Bug 57025 - SaveService : Better defaults, save thread counts by default Bugzilla Id: 57025
    omit ddcd4f0  Bug 57025 - SaveService : Better defaults, save thread counts by default Bugzilla Id: 57025
    omit 905d68a  Bug 57026 - HTTP(S) Test Script Recorder : Better default settings Bugzilla Id: 57026
    omit 5f10fd3  Update xalan and serializer to 2.7.2 (from 2.7.1)
    omit 0e3a4f4  Update xalan and serializer to 2.7.2 (from 2.7.1)
    omit 2b2743a  Add dummy ctor for unit testing
    omit 7615ac5  Update changes
    omit 1455c12  Update changes
    omit 5e78228  Bug 42248 - Undo-redo support on Test Plan tree modification. Bugzilla Id: 42248
    omit d37b2f0  Updated to tika 1.6
    omit d1d7cfc  Exclude logo.svg from docs directory
    omit 0afe7fa  Fix javadoc
    omit 33979e9  Start the New and Noteworthy section in changes.xml for the next release (2.12)
    omit 0b1f26c  Add dnsjava into binary packages Bugzilla Id: 56841
    omit 6643041  Fix a NotSerializableException issue with distributed tests Bugzilla Id: 56841
    omit fd5f11d  Remove unnecessary duplicate (reported as part of https://github.com/apache/jmeter/pull/10)
    omit bb701e1  Remove TODO as it is now implemented
    omit 52b6f17  Comment NEW size default sizing as usually users change Heap but don't change this one which depends on Heap sizing.
    omit dfb2a46  Bug 56975 - Error when opening JTL(XML) file (that saves sub samplers results) due to TreeMarshaller$CircularReferenceException: Recursive reference to parent object Adding more infos when error occurs (UbikLoadPack patch) Bugzilla Id: 56975
    omit b005cf6  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache, make it configurable with new property cache_manager.cached_resource_mode
    omit 8772a84  Unified Java naming Removed some deprecated note on using Java 1.5 for timeouts
    omit bbe27f9  Tweak English
    omit b4ad019  Rework the thread sizing paragraph in best-practices.
    omit 1ab19a4  Bug 56057 - JMeter does not create ApacheJMeterTemporaryRootCA.crt when starting a recording Add a checks for generation of CRT before copying it Bugzilla Id: 56057
    omit c2f82c0  Clarify docs
    omit ab035d3  Clarify why volatile is not needed and removed wrong doc
    omit a7c568f  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Remove final as in this case transient cannot be final. See: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201409.mbox/%3CCAOGo0VaKGcTm=3+jF-mrjaVFBi21HPWE7mW1u09ve-QsP6sLOA@mail.gmail.com%3E Bugzilla Id: 54648
    omit 4cd66a9  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Update known issues section Fill in thanks section Bugzilla Id: 54648
    omit 3991e75  Synchronise fixes to Unix shell scrips
    omit 41b25bd  Add alternative name for mirror-server.sh This works better in MacOSX Finder which defaults to opening .sh files in an editor Soft-links don't work either in Finder
    omit 5577e71  JMS GUIs should disable all fields affected by jndi.properties checkbox Bugzilla Id: 56962
    omit 1c88f47  Standardise on final fields
    omit 10396c0  Javadoc
    omit f36842e  Typo
    omit 9404029  Document TODO
    omit e5ae05d  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Add 54648 to list of changes Bugzilla Id: 54648
    omit 6011fbe  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree Put back final. Bugzilla Id: 54648
    omit f2cfe55  Switching languages fails to preserve toolbar button states (enabled/disabled) Bugzilla Id: 54100
    omit d82e8a5  Update tags
    omit b05cc0b  Bug 54648 - JMeter GUI on OS X crashes when using CMD+C (keyboard shortcut or UI menu entry) on an element from the tree
    omit 896dbc8  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Add property to enable revert to previous behaviour Bugzilla Id: 54778
    omit 7616e4b  Bug 56920 - LogViewer : Make it receive all log events even when it is closed Bugzilla Id: 56920
    omit 0e2ae75  Bug 54100 - Switching languages during test messes toolbar buttons state (enabled/disabled) Bugzilla Id: 54100
    omit 8d94972  Bug 42248 - Undo-redo support on Test Plan tree modification Correct toolbar undo/redo buttons disable/enable Bugzilla Id: 42248
    omit 04be5e0  Bug 42248 - Undo-redo support on Test Plan tree modification Temporary disable as I missed the right place to call it Bugzilla Id: 42248
    omit a180cc3  Bug 42248 - Undo-redo support on Test Plan tree modification Update icons state on redo/undo Oups missed 1 class Bugzilla Id: 42248
    omit e59bc59  Bug 42248 - Undo-redo support on Test Plan tree modification Update icons state on redo/undo Bugzilla Id: 42248
    omit a8e190c  Bug 42248 - Undo-redo support on Test Plan tree modification Changed icons to use open_icon_library-CC and have a different color for undo and redo Bugzilla Id: 42248
    omit 6994de3  Bug 42248 - Undo-redo support on Test Plan tree modification svn:mime-type Bugzilla Id: 42248
    omit fddfacd  Bug 42248 - Undo-redo support on Test Plan tree modification svn:eol Bugzilla Id: 42248
    omit 0998628  Bug 42248 - Undo-redo support on Test Plan tree modification Bugzilla Id: 42248
    omit 9c1ccef  Bug 56921 - Templates : Improve Recording template to ignore embedded resources case and URL parameters Bugzilla Id: 56921
    omit a9333a5  Upgrade to jodd-3.6
    omit a11de14  Upgrade to jodd-3.6
    omit 81445c4  Bug 56761 - JMeter tries to stop already stopped JMS connection and displays "The connection is closed" Bugzilla Id: 56761
    omit 73533f8  Use https rather than http
    omit a02db21  Use https for accessing Maven Central now that it is available
    omit ae7a6b0  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Bugzilla Id: 54778
    omit 1fb40e9  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Bugzilla Id: 54778
    omit 371fa85  Switch to HttpClient for Date parsing in Header
    omit 19164cc  Bug 54778 - HTTP Sampler should not return 204 when resource is found in Cache Factor out common code Bugzilla Id: 54778
    omit 8e933f7  Mention Groovy as possible language and in first positiion for performances
    omit dd037ee  Disable debug output
    omit 783b64d  Fix up RE so it picks up versions containing -bnn and -BETAn
    omit e61d471  Generics warning
    omit 84ed1a6  We don't store jars in SVN
    omit 1982076  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Fix issue in eclipse.classpath check related to using Jodd 3.6.0-BETA2 Bugzilla Id: 56772
    omit e275bd3  Add more controls and debugging
    omit 2288bda  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Commit missing class and handle null UA Bugzilla Id: 56772
    omit 1181bac  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Upgrade to Jodd 3.6.0-BETA2 Bugzilla Id: 56772
    omit 4a17b40  Bug 56772 - Handle IE Conditional comments when parsing embedded resources svn eol Bugzilla Id: 56772
    omit 562a8bd  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Upgrade to Jodd 3.6.0-BETA2 as conditional comments have been introduced in BETA1 (some useful extra classes like HtmlCCommentExpressionMatcher) Bugzilla Id: 56772
    omit a251309  Bug 56772 - Handle IE Conditional comments when parsing embedded resources Bugzilla Id: 56772
    omit 9bbbc9a  Add javadocs and rename constructor parameters to make it clearer
    omit 10de5b4  Add note about the file as per discussion on: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-dev/200502.mbox/%3C25aac9fc0502230646d7271ad@mail.gmail.com%3E
    omit 3ae17da  Add note about the file as per discussion on: http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-dev/200502.mbox/%3C25aac9fc0502230646d7271ad@mail.gmail.com%3E
    omit 1d1a183  Fixed missing JsoupBasedHtmlParser in parser implementations
    omit a2845fb  Bug 56809 - JMSSampler closes InitialContext too early Bugzilla Id: 56809
    omit 7652aed  Bug 56807 - Ability to force flush of ResultCollector file Added in Thanks section Bugzilla Id: 56807
    omit 96d5408  Bug 56807 - Ability to force flush of ResultCollector file Added Contributed by Bugzilla Id: 56807
    omit 7e2e059  Bug 56807 - Ability to force flush of ResultCollector file Bugzilla Id: 56807
    omit d5d675b   Allow access to Request Headers in Regex Extractor  Update changes.xml based on feedback from Philippe M Bugzilla Id: 52061
    omit 21eb387  Log currently unused
    omit bc612ea  Update to use non-deprecated method
    omit 7e6f184  Update to use non-deprecated method
    omit e754393  Update XStream to 1.4.7
    omit 913f47d  add note: DNS Cache Manager works only with the HTTP request using HTTPClient4 implementation. Bugzilla Id: 56841
    omit 9ea501a  synchronize the revision with saveservice.properties Bugzilla Id: 56841
    omit 1dcb0ac  Add dnsjava to ignore Bugzilla Id: 56841
    omit e97ea14  New configuration element: DNS Cache Manager to improve the testing of CDN Bugzilla Id: 56841
    omit 122f02d  Comment 2 System.out.println (no needs?)
    omit 9655ed8  Fix some index numbers
    omit 6152043  Fix some space at end of line
    omit f55e91c  Fix some alphabetical order
    omit f8f1190  Simplify
    omit 65172bb  Document known issue with MacOSX LAF
    omit 0899170  Javadoc
    omit 0e6409c  Allow access to Request Headers in Regex Extractor Bugzilla Id: 52061
    omit f5cf94f  Use more specific Exception classes
    omit 83c7296  Use more specific Exception classes
    omit 0278a6b  Don't drop the original stack-trace when converting the exception type
    omit 42e7672  Use more specific Exception classes
    omit 9d31d11  Don't drop the original stack-trace when converting the exception type
    omit 49ac547  Remove unthrown Exception
    omit 8a73ded  Use specific Exception
    omit 6974566  Clarify doc
    omit c458e4f  Upgrade from commons-logging-1.1.3 to commons-logging-1.2
    omit 63c5d7f  Upgrade from commons-lang3-3.2.1 to commons-lang3-3.3.2
    omit c27dcc1  Upgrade jodd from 3.5 to 3.5.2
    omit 6c613ed  Upgrade jodd from 3.5 to 3.5.2
    omit e7f6607  Upgrade jodd from 3.5 to 3.5.2
    omit a9d2b30  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Fix code and javadocs as per sebb notes on dev mailing list Bugzilla Id: 56728
    omit ffbaa01  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Fix javadocs as per sebb notes on dev mailing list Bugzilla Id: 56728
    omit 5b1cf39  Removing the Oracle icons, not used by JMeter (and missing license) Bugzilla Id: 56763
    omit f960764  Adds the ability for the Response Time Graph listener to save/restore format settings in/from the jmx file. Bugzilla Id: 56769
    omit 7944d42  synchronize the revision with saveservice.properties
    omit 96f34b0  Tweak
    omit 4e5f644  Document that this is an internal JMeter file
    omit 6e6df3e  Typo
    omit a40c650  Bug 41319 - URLRewritingModifier : Allow Parameter value to be url encoded Fix test error Bugzilla Id: 41319
    omit 8dcd0d6  Bug 41319 - URLRewritingModifier : Allow Parameter value to be url encoded Bugzilla Id: 41319
    omit 3c7b15b  Bug 41319 - URLRewritingModifier : Allow Parameter value to be url encoded Bugzilla Id: 41319
    omit e088cfd  Fixed typo
    omit 5228d7e  Bug 56743 - Wrong mailing list archives on mail2.xml Bugzilla Id: 56743
    omit 3735ca0  Bug 56701 - HTTP Authorization Manager/ Kerberos Authentication: add port to SPN when server port is neither 80 nor 443 Add a jmeter property to control behaviour. By default strip port. Bugzilla Id: 56701
    omit 1eda97f  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Add figures Bugzilla Id: 56728
    omit 67c8ff4  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
    omit 05dd104  Clarify doc on Synchronizing Timer
    omit cc86747  Bug 56376 - When using Distributed Testing 'HTTP URL Re-writing Modifier' and 'HTML Link Parser' do not work with default mode nor stripping modes Bugzilla Id: 56376
    omit b56ef88  Fix spelling errors
    omit 07e4db9  Fix spelling errors
    omit 353b6eb  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
    omit 32f40d1  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
    omit bb1fc8d  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
    omit 1ee0406  Bug 56728 - New Critical Section Controller to serialize blocks of a Test Bugzilla Id: 56728
    omit 7cf7f8f  Clarify javadocs
    omit d3fe9a6  Bug 56701 - HTTP Authorization Manager/ Kerberos Authentication: add port to SPN when server port is neither 80 nor 443 Bugzilla Id: 56701
    omit 44d3962  Bug 56708 - __jexl2 doesn't scale with multiple CPU cores Bugzilla Id: 56708
    omit 3507efb  Bug 56706 - SampleResult#getResponseDataAsString() does not use encoding in response body impacting PostProcessors and ViewResultsTree Bugzilla Id: 56706
    omit c933b40  Bug 56367 - JMeter 2.11 on maven central triggers a not existing dependency rsyntaxtextarea 2.5.1, upgrade to 2.5.3 Bugzilla Id: 56367
    omit 4fc9543  Bug 56539 - Mail reader sampler: When Number of messages to retrieve is superior to 1, Number of samples should only show 1 not the number of messages retrieved Bugzilla Id: 56539
    omit 928ee26  Bug 56691 - Synchronizing Timer : Add timeout on waiting Bugzilla Id: 56691
    omit 27f1fb9  Bug 56691 - Synchronizing Timer : Add timeout on waiting Bugzilla Id: 56691
    omit f3b2220  Bug 56662 - Save as xml in a listener is not remembered Fixed by upgrade of xstream to 1.4.6 Bugzilla Id: 56662
    omit c459cd0  Revert typo fix which was not typo fix as per sebb check
    omit 0cdcae7  Bug 56303 - The width of target controller's combo list should be set to the current panel size, not on label size of the controllers Bugzilla Id: 56303
    omit f221f43  Bug 56510 - JMS Publisher/Point to Point: Add JMSPriority and JMSExpiration Bugzilla Id: 56510
    omit 999e072  Fix typo
    omit 4123bb5  Increase size of fields when variables are used
    omit db44cde  Typo
    omit afdd7b4  Drop debug
    omit c4b36b7  Bug 56303 - The width of target controller's combo list should be set to the current panel size, not on label size of the controllers Bugzilla Id: 56303
    omit 1bd165f  Logo as SVG
    omit 5c035a8  Jmeter silently fails to save results Bugzilla Id: 56419
    omit 3e16056  This file does use tabs
    omit 3632960  Bug 46932 - Alias given in select statement is not used as column header in response data for a JDBC request Bugzilla Id: 46932
    omit 702830a  Add missing final EOL
    omit 9871618  Add missing final EOL
    omit b792e49  Add missing final EOL
    omit afad0f1  Tab police
    omit 7d0e3ad  Tab police
    omit c3fb361  Clarify doc
    omit c4c4622  Bug 56292: fix check for missing Java
    omit b8421c5  Bug 56455 - Batch files: drop support for non-NT Windows shell scripts
    omit d71bba2  Fix errorlevel bugs; show detected version.
    omit b2a1d81  MailReaderSampler - should it use mail.pop3s.* properties? Bugzilla Id: 56428
    omit a46f449  MailReaderSampler enhancement: read message header only Bugzilla Id: 56427
    omit 56622df  MailReaderSampler - no need to fetch all Messages if not all wanted Bugzilla Id: 56033
    omit 1791cf5  Bug 56349 - "summary" is a bad name for a Generate Summary Results component Clarify documentation Bugzilla Id: 56349
    omit 1777878  Mention contributor
    omit 877e59f  HashTree and ListedHashTree fail to compile with Java 8 Rename replace as replaceKey to avoid clash with Java 8 Map.replace(K,V) mew method Bugzilla Id: 56360
    omit 70ab061  Detect downloads not from Maven Central Bugzilla Id: 56367
    omit abe5035  Ensure all reasons for stopping the test are logged
    omit 831cede  Comment debug output
    omit fedae42  Fix typo
    omit 25e5894  Bug 55623 - Invalid/unexpected configuration values should not be silently ignored Bugzilla Id: 55623
    omit 9531f41  Clarify properties
    omit b727fdb  Removed strange duplicate code.
    omit a19a7fc  update thanks section
    omit 09c47c5  JSR223 language display does not show which engine will be used Bugzilla Id: 56298
    omit 7e65e8d  Pass in resource bundle for the property
    omit eaf9c9f  Allow caller to provide resource bundle
    omit 864942f  More info on failure
    omit d2c1625  Add the check of the Java's version in startup files and disable some options when is Java v8 engine Bugzilla Id: 56292
    omit 0f67e79  Another way to fix the Javadoc warning which does not require an import
    omit 856675f  Fix a small javadoc warning
    omit 6465bc7  Fix &
    omit e4c453c  Bug 56276 - Loop controller becomes broken once loop count evaluates to zero Bugzilla Id: 56276
    omit c762ec3  Clarify error message
    omit 50000f1  URLs get encoded on redirects in HC3.1 & HC4 samplers Only encode if URL is not correctly encoded Bugzilla Id: 56207
    omit 84e7956  Move redirect location processing from HC3/HC4 samplers to HTTPSamplerBase#followRedirects() Bugzilla Id: 56231
    omit 40389dc  Document new Mirror query features; add verbose flag
    omit d02b557  Try to process more redirect strings
    omit 284ecf0  Improved debug
    omit fdf2eba  MirrorServer should support query parameters for status and redirects Oops! Allow for queries that don't have "=" in them Bugzilla Id: 56272
    omit 03a08d1  MirrorServer should support query parameters for status and redirects Bugzilla Id: 56272
    omit 75a022d  Javadoc
    omit 3d3d5a3  Close streams; trim trailing spaces
    omit c0b927f  Add basic tests for additional MirrorServer features
    omit 2305d79  Use constant strings
    omit f26f35a  Use constant strings
    omit e49548f   DefaultSamplerCreator should set BrowserCompatible Multipart true Bugzilla Id: 56263
    omit c4540e5  Ignore jodd-log
    omit 3228f53  Upgrade to jodd 3.5 Add jodd-log dependency
    omit b461a72  Upgrade to jodd 3.5
    omit 532162e  Upgrade to jodd 3.5
    omit 0ed44a9  Bug 56243 - Foreach works incorrectly with indexes on subsequent iterations remove hostname from output Bugzilla Id: 56243
    omit 399aecf  Bug 56243 - Foreach works incorrectly with indexes on subsequent iterations change svn eol Bugzilla Id: 56243
    omit 7721234  Bug 56243 - Foreach works incorrectly with indexes on subsequent iterations Bugzilla Id: 56243
    omit bd51d95  Bug 56228 - View Results Tree : Improve ergonomy by changing placement of Renderers and allowing custom ordering Bugzilla Id: 56228
    omit 3b1e0f1  Javadoc
    omit 396bebe  Javadoc
    omit 8dae47c  Add some redirect processing debugging
    omit cc7a10b  Fix documentation; add related tests
    omit aa88ef5  Oups
    omit c8a9e6c  NPE when clipboard content is null
    omit f80770c  Bug 56227 - AssertionGUI : NPE in assertion on mouse selection Bugzilla Id: 56227
    omit 2cbdd57  Add script name for debugging purpose
    omit c30c3bb  Increase size of JTextField to allow vars
    omit 12012bc  NPE if jmeter.httpclient.strict_rfc2616=true and location is not absolute Bugzilla Id: 56222
    omit fb019cd  Doc tweak
    omit 4c76c8d  Add extra debug
    omit ac4a7d9  Bug 56198 - JMSSampler : NullPointerException is thrown when JNDI underlying implementation of JMS provider does not comply with Context.getEnvironment contract Apply check on every call of Context.getEnvironment Bugzilla Id: 56198
    omit cca48ff  Bug 56198 - JMSSampler : NullPointerException is thrown when log level is DEBUG and JNDI underlying implementation of JMS provider does not comply with Context.getEnvironment contract Bugzilla Id: 56198
    omit 0cd4ca9  File uploads fail every other attempt using timers. Enable idle timeouts for servers that don't send Keep-Alive headers. Bugzilla Id: 56119
    omit fa32bec  Turns out Commons Logging was already configured for Logkit Oops! Bugzilla Id: 56175
    omit 1ad7c73  Turns out Commons Logging was already configured for Logkit
    omit be92d5f  Set method in result Test non-GET method
    omit df1fc34  Default
    omit 5f4426b  Oops forgot to update test code
    omit 14e36d5  HTTP Cache Manager should not cache PUT/POST etc. Bugzilla Id: 56162
    omit c07ebba  Only open resources as they are needed
    omit 1e674e1  Close input in mainline code
    omit dcd3832  Document remote.bsh test script
    omit df35ab5  Can't trigger bsh script using bshclient.jar; socket is closed unexpectedly Bugzilla Id: 56182
    omit d22bbfa  keytool error: Invalid escaped character in AVA: - some characters must be escaped Bugzilla Id: 56178
    omit a3e84b2  Use HC Constant for string
    omit 81776c7  ERROR - jmeter.util.JMeterUtils: Unable to get local host IP address Reuse existing JMeterUtils code Bugzilla Id: 56174
    omit b852c9b  Rearrange code: Only fetch value if it is needed; check cheapest condition first
    omit 956dec6  ERROR - jmeter.util.JMeterUtils: Unable to get local host IP address Reuse existing JMeterUtils code Bugzilla Id: 56174
    omit a0e8fd6  Add Commons Logging interface to logkit logger Bugzilla Id: 56175
    omit 0b1d358  Document JM_START
    omit f8be325  Updated to tika 1.5 (from 1.4)
    omit b42931a  Add a bit more sampler debug
    omit 8cd1ce0  doco
    omit ffb1fe9  Add documentation on hack from metrics
    omit b4927da  Fixed alignment
    omit 4c6f70f  Added more infos in README for GitHub project. Also Artificial commit to close deprecated PRs already fixed Closes #1 Closes #2
    omit 2b78147  Bug 55998 - HTTP recording – Replacing port value by user defined variable does not work Bugzilla Id: 55998
    omit 7a5bd35  Added Javadocs
    omit 5af8324  Add javadocs
    omit e94cbbc  Bug 56049 - Maximum data sample's value is not reflected by Graph Results listener Clarified documentation Bugzilla Id: 56049
    omit 4f7b853  Alphabetical order
    omit 820e2d5  Bug 56111 - "comments" in german translation is not correct Bugzilla Id: 56111
    omit 34bb05f  Conversion error com.thoughtworks.xstream.converters.ConversionException with Java 8 Early Access Build Updated to xstream 1.4.6 (from 1.4.4) Bugzilla Id: 56080
    omit 62d2a9c  Allow for Headless testing; simplify test case
    omit ecc11dc  Check that syntax types have valid values
    omit 52b73c8  Older TestBeans incompatible with 2.11 when using TextAreaEditor Bugzilla Id: 56059
    omit 33b779b  Ensure "text" format is defined, rather than defaulting it
    omit 35fd266  Don't create unnecessary empty string elements
    omit 2c4e029  Add Connection timeout and Read timeout to SMTP Sampler Bugzilla Id: 56033
    omit 5243f72   Unix jmeter start script assumes it is on PATH, not a link Bugzilla Id: 21695
    omit ea58ffa  Scroll bar on jms point-to-point sampler does not work when content exceeds display Remove dimension of panel Bugzilla Id: 55999
    omit 4832af7  Updated to commons-lang3 3.2.1 (from 3.1) Updated to commons-codec 1.9 (from 1.8) Updated to xercesImpl 2.11.0 (from 2.9.1) Updated to xml-apis 1.4.01 (from 1.3.04)
    omit af6ad93  Update version number and add -SNAPSHOT suffix
    omit 35786e0  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Set "Notify Child Listeners of filtered samplers" default value to true as per sebb last comment Bugzilla Id: 52013
    omit 37963e32 Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Add mention in Incompatible Changes section Bugzilla Id: 52013
    omit bbbcbf3  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Mention James Liang in Thanks Section Bugzilla Id: 52013
    omit cfb12b6  Bug 52013 - Test Script Recorder's Child View Results Tree does not take into account Test Script Recorder excluded/included URLs Bugzilla Id: 52013
    omit f06b919  CI builds often fail with port in use; probably because the previous use has not timed out Use variable port to reduce chance of this happening
    omit 922874e  improve error message when Test Script Recorder fails due to I/O problem Bugzilla Id: 55959
    omit 3aee3e0  hard-to-decipher error message when Proxy recording fails due to JMeter being located in Program Files Bugzilla Id: 55959
    omit dab02a7  Shorten
    omit 317f9cb  Jdbc pool keepalive flooding Bugzilla Id: 55977
    omit ad5547e  Archive changes for 2.11
    omit b10a7bd  Jdbc pool keepalive flooding - update Excalibur versions Bugzilla Id: 55977
    omit eea4809  Support version property references - e.g. b.version = ${a.version}
    omit 5f3ce23  ApacheJMeter_mongodb is missing from maven central for 2.10 and 2.11 fixed for next release Bugzilla Id: 55965
    omit 1b8b917  JMeter 2.11 release
    omit 3f57e84  Eolstyle
    omit 6322c7c  DTD is a native file
    omit e62e0c4  Fix EOL
    omit 2017d81  Prepare next release 2.11: update docs tree and overview (RC1)
    omit 239f480  Update year
    omit adc78a8  Clarify changes on Proxy
    omit aee51ed  Update version number and add -SNAPSHOT suffix (prepare next release)
    omit 6d103a0  Fix test failure
    omit 303a72d  Fill in Thanks section
    omit a90a7ee  Fix size
    omit 8526567  Update changes to clarify some features and fix some errors
    omit c1be9a5  Clarify how to restore stale check
    omit 7c77b6a  Fix 2.6 value
    omit 67917cf  Fix since field value
    omit a5679da  Prepare next release 2.11: update changes.xml to add new and noteworthy
    omit 84e4e33  Update user manual Bugzilla Id: 55589
    omit d82b758  Update user manual Bugzilla Id: 55816
    omit 1551df5  How to force JMeter to recreate the keystore and cert files
    omit 9e57d08  Unused import
    omit 6290b23  Fix up jodd lagarto licenses
    omit 488fe97  Update to jodd 3.4.10
    omit f461e78  Update to jodd 3.4.10
    omit 9482a48  Fix versions and add rsyntaxtextarea
    omit 08954d1  Update to jodd 3.4.10
    omit 0452d58  Fix typo
    omit 4aeb190  Allow for old-style SVN workspaces
    omit 18ee4bf  Add test to check license file name versions
    omit bcf2e22  Fix up license name versions having first checked that the licenses have not changed
    omit 32eff40  Rename files to agree with property names
    omit 1c47d7b  Rename files to agree with property names
    omit 628b7f4  No longer need to include activation.jar Bugzilla Id: 54903
    omit 5cee8f2  Remove main method
    omit 9c9342a  Bug 54977 - Ability to choose the client alias for the cert key in JsseSslManager such that Mutual SSL auth testing can be made more flexible Bugzilla Id: 54977
    omit 3798570  Bug 55908 - Response assertion : Change Pattern Matching Rules default to Substring on creation for better performances Bugzilla Id: 55908
    omit 2d68236  Update to mail 1.5.0-b01
    omit 063d1c9  Update to mail 1.5.0-b01
    omit 1acad40  Oups commited by error
    omit 52f62fa  Update to mongo-java-driver-2.11.3
    omit 70f510b  Update to mail 1.5.0-b01 (last 1.5.1 not available on maven2 repo)
    omit ae47b12  Update to jsoup 1.7.3
    omit 1800759  Update to jsoup 1.7.3
    omit 36ede08  Oups commited by error
    omit 5662091  Update to jodd 3.4.9
    omit fbb5667  Update to jodd 3.4.9
    omit 02c8b4b  Update to rsyntaxtextarea-2.5.1
    omit 2cb4da4  Update to rsyntaxtextarea-2.5.1
    omit 50e3405  Typo Bugzilla Id: 55717
    omit cdf41a6  Bug 55717 - Bad handling of Redirect when URLs are in relative format by HttpClient4 and HttpClient31 Add property to control redirect handling See: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201312.mbox/%3CCAOGo0VaYNmSw9wEA_jx8qb3g1NTAOHsF360aWGyevAsGXJ7D6Q%40mail.gmail.com%3E Bugzilla Id: 55717
    omit 44fc2f8  Bug 55512 - Summariser should be enabled by default in Non GUI mode Bugzilla Id: 55512
    omit 5985ff6  Wrong result with intSum() function when a space character is present before/after the number Bugzilla Id: 55871
    omit aaf67b0  Bug 55865 - Performance :Disable stale check by default in HttpClient 4 and 3.1 Bugzilla Id: 55865
    omit b4ccc8b  Bug 55858 - Startup Performance : On Startup, BeanInfoSupport should test for key availability instead of throwing Avoid duplicate string creation Bugzilla Id: 55858
    omit 9815ea9  Bug 55858 - Startup Performance : On Startup, BeanInfoSupport should test for key availability instead of throwing Bugzilla Id: 55858
    omit 76cfa62  Bug 55857 - Performance : AbstractProperty should test for emptiness to avoid Exception throwing Bugzilla Id: 55857
    omit 3718041  Avoid code duplication by reusing constructor
    omit 1294b3d  Reuse constructor
    omit 8867a44  Bug 55854 - Transaction Controller:Change default property "Include duration of timer..." for newly created element Bugzilla Id: 55854
    omit 6a7ab8a  Remove test code
    omit 19baf58  Bug 55740 - Config Elements in Test Fragments are "executed" at startup of TestPlan Bugzilla Id: 55740
    omit 478a8fe  Bug 55852 - Be more lenient in parsing when charset value is surrounded with single quotes Bugzilla Id: 55852
    omit 287277e  No longer need the details of the successful test
    omit 4904a22  Add Mongo DB
    omit 5d83ace  Clarify log message
    omit 729b071  Bug 55826 - Unsynchronised concurrent accesses to list in field RespTimeGraphVisualizer.internalList Bugzilla Id: 55826
    omit 737b3c9  Fix javadoc
    omit b0f5e44  Don't log password on failure; only quote parameters with spaces
    omit 29e587f  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. set svn:eol Native Bugzilla Id: 55589
    omit cd039e5  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
    omit 35ad185  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
    omit 8379755  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
    omit db6b19d  Bug 55589 - JMS Publisher/Point to Point : Add ability to set typed values in JMS header properties. Bugzilla Id: 55589
    omit 0c7aa56  Test assumptions regarding keytool check
    omit 9ed0ce7  Allow for MacOS's odd behaviour when it cannot find an executable
    omit 5d7719d  Spacing
    omit 7e94069  Bug 55816 - Transaction Controller with "Include duration of timer..." unchecked does not ignore processing time of last child sampler Bugzilla Id: 55816
    omit 10d06ef  Revert r1542839
    omit 9bc911e  Document keytool.directory
    omit 8b917b2  https://issues.apache.org/bugzilla/show_bug.cgi?id=55610 Fix slow display issue due to XML formatting when content is not XML. Formatting is anyway not a good idea. Bugzilla Id: 55610
    omit 49b43e4  Add a warning if deprecated property is used
    omit 3dbfef0  Use enum for state
    omit 557ca43  Tab police Hope I've now configure Eclipse to never insert tabs ...
    omit 4be8de6  Add default cases
    omit d3e5f4f  Unused import
    omit bbecbb7  Unused import
    omit f006a2a  Document DNS wildcard matching
    omit d01b096  Proxy renames
    omit d523bab  Proxy#getDomainMatch does not handle wildcards correctly Bugzilla Id: 55815
    omit 647c8d2  Javadoc
    omit 3718262  Downgrade "Empty request, ignored" to debug log Ensure debug logs are protected by check
    omit df14a71  Ensure streams are closed for normal case
    omit bdb7cc3  Spacing
    omit 483af76  Spacing
    omit 494f973  Tab police
    omit 4ccd777  Tab police (and trailing spaces)
    omit f676864  Tab police
    omit 69194e5  Extract keytool constant
    omit 51479c9  Oops - should return the value we found ...
    omit c0674d1  Document keytool.directory system property
    omit ead8878  Remove unnecessary method
    omit c13d74c  Remove hold_samples property to encourage new users to use mode=Hold and avoid confusion.
    omit ccf987b  Add exception message for more detail on failure
    omit 2f8e993  getJavaHome does not work on Mac OSX. Use Commons Lang method
    omit 5955272  Test correctly keytool command success
    omit ae886b0  Clarify the proxy type
    omit ac8e1e7  Detect when keytool application is not available
    omit 257d1eb  Add check to ensure that keytool application can be found
    omit 6271928  Must recreate keystore here too
    omit d4aa79c  Fix log message text
    omit 315ae78  Typo
    omit 194e214  Proxy recorder has been renamed; tidy up comments
    omit 7e2de67  Add a method to find the Java home directory
    omit 75e6dc8  Bug 55694 - Assertions and Extractors : Avoid NullPointerException when scope is variable and variable is missing Bugzilla Id: 55694
    omit 5388b70  Bug 55610 - View Results Tree : Add an XPath Tester Bugzilla Id: 55610
    omit 6661226  Bug 55610 - View Results Tree : Add an XPath Tester Bugzilla Id: 55610
    omit beefa5c  Use constants
    omit 616bd00  Fix wrong computation
    omit 0ae0912  Fixed links
    omit 9bf8746  Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any Fix issue on open file introduced by my change Bugzilla Id: 55753
    omit 7b9c27c  Bug 55756 - HTTP Mirror Server : Add ability to set Headers Fix tests failure Bugzilla Id: 55756
    omit 98d3fc2  Bug 55756 - HTTP Mirror Server : Add ability to set Headers Document Bugzilla Id: 55756
    omit 954276e  Bug 55756 - HTTP Mirror Server : Add ability to set Headers Bugzilla Id: 55756
    omit 5ebb149  Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any Wrong place for change Bugzilla Id: 55753
    omit e63da1e  Restore version after release
    omit 0d2b795  Bug 55753 - Improve FilePanel behaviour to start from the value set in Filename field if any Bugzilla Id: 55753
    omit 933e4be  Bug 55739 - Remote Test : Total threads in GUI mode shows invalid total number of threads Bugzilla Id: 55739
    omit d31a116  Fix typo
    omit b6149d9  Bug 55717 - Bad handling of Redirect when URLs are in relative format by HttpClient4 and HttpClient31 Bugzilla Id: 55717
    omit ea040ae  Missing default case
    omit 506c840  Website changes have affected test
    omit 75cffe0  Update the dimension of JMeter logo
    omit 724abcb  Update the docs from commit r1537165 Changing the header of website (new arrangement) Adding twitter link into menu Putting the ApacheCon link in the bottom of menu Ref. The thread started from this message: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201310.mbox/%3CCAOGo0VZemLq4LkWSK8WVU14-vJGxOH3AHHbA1QQqN0DvUX6GSg%40mail.gmail.com%3E
    omit 8fd808a  Changing the header of website (new arrangement) Adding twitter link into menu Putting the ApacheCon link in the bottom of menu Ref. The thread started from this message: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201310.mbox/%3CCAOGo0VZemLq4LkWSK8WVU14-vJGxOH3AHHbA1QQqN0DvUX6GSg%40mail.gmail.com%3E
    omit f89a52b  Bug 55721 - HTTP Cache Manager - no-store directive is wrongly interpreted Check for npe Bugzilla Id: 55721
    omit de65a55  Bug 55721 - HTTP Cache Manager - no-store directive is wrongly interpreted Bugzilla Id: 55721
    omit d1410c6  Show some expected property defines in help message
    omit a764028  Bug 55693 - Add a "Save as Test Fragment" option Add missing labels Bugzilla Id: 55693
    omit 02c389e  Document proxy.number.requests
    omit 9912b53  Bug 55693 - Add a "Save as Test Fragment" option Bugzilla Id: 55693
    omit 8e3d430  Bug 55693 - Add a "Save as Test Fragment" option Bugzilla Id: 55693
    omit 46018e7  Reduce log level for unimportant issue
    omit c843ff6  Few resize images / border size
    omit 6e8e76b  Typo
    omit 1134ca3  Add link
    omit 90d7e67  Added twitter follow and tweet
    omit 4cc1ff9  Add a link to wiki page for recording with 2.10 and clarify JMeter CA installation.
    omit ab96972  Add a link to wiki page for recording with 2.10
    omit 49e9092  Include all the license files in the source archive; the binary ones are needed to build the distribution
    omit b192949  Bug 55694 - java.lang.NullPointerException if Apply to is set to a missing JMeter variable Bugzilla Id: 55694
    omit 4c2b567  OS Sampler: timeout option don't save and restore correctly value and don't init correctly timeout Bugzilla Id: 55685
    omit c0d1892  Update changes section / history since 2.10 release
    omit ee588f3  Change proxy name to HTTP(S) Test Script Recorder
    omit ed40105  misspelling of mechanism (in french)
    omit a8770ca  JMeter 2.10 release
    omit 2a078c4  Fix httpclient versions
    omit cccc779  Oops - another mistake
    omit 431a446  Prepare next release 2.10: update docs tree and overview (RC2) (second round)
    omit 65e6b54  Add missing chars to french word 'école'
    omit 45ae85d  Prepare next release 2.10: update docs tree and overview (RC2)
    omit f6e4ff7  Fix a issue for encoding license files for zip (encode to UTF-8 instead of ASCII)
    omit fb94d93  The original char is § (paragraph) http://web.archive.org/web/20090305064954/http://www.sun.com/cddl/cddl.html http://en.wikipedia.org/wiki/Common_Development_and_Distribution_License (external links section)
    omit 039bae4  Use the version property
    omit fa37bf8  Clarify timeout meaning
    omit 5d8af1a  Fix bad char in UTF-8
    omit 8a5cd9a  Avoid encoding issues; use HTML entity
    omit 3d7ecc6  Convert to UTF-8 encoding
    omit 56d296e  Convert to UTF-8 encoding
    omit 8a008e0  Ensure encoding is always specified when using fixcrlf
    omit bb94c26  oops - wrong project
    omit 8c3cd00  remove unless file
    omit cf2927c  Prepare next release 2.10: update docs tree and overview (RC1)
    omit e7d9f13  Changes "Incompatible changes" section to a list. Make some format.
    omit 4789d32  Fix javadoc
    omit 54991d3  Bug 55657 - Remote and Local Stop/Shutdown buttons state does not take into account local / remote status Bugzilla Id: 55657
    omit 3d8c067  Bug 55655 - NullPointerException when Remote stopping /shutdown all if one engine did not start correctly Bugzilla Id: 55655
    omit 09e85c8  Clarify where to look for information when Stop/shutdown takes more time. Have a cleaner message
    omit 640237b  Improve error message
    omit 0752eaa  Fix missing line for slf4j-nop
    omit a30be17  Restore deleted text by error
    omit c8555aa  Spurious file
    omit 4f0bd4c  Test version fails unless version agrees with file name
    omit 3e894d0  Correct parameter order
    omit 7423bf0  Upgrade to jodd-lagarto 3.4.8 Fix missing slf4j-noop in eclipse.classpath
    omit 70a9111  Be more precise in logged hint.
    omit 1ae1cc4  Add SLF4J NOP implementation TODO: Consider whether need to use proper implementation
    omit c968a7a  Add SLF4J NOP implementation
    omit c9aa38f  Add SLF4J NOP implementation TODO: Consider whether need to use proper implementation
    omit 150a401  Clarify
    omit 1cadaa9  Clarify
    omit 9a5fc5f  Bug 55652 - JavaSampler silently resets classname if class can not be found Add as a minimum an error log Bugzilla Id: 55652
    omit 222234c  Bug 55653 - HTTP(S) Test Script Recorder should set TransactionController property "Include duration of timer and pre-post processors in generated sample" to false Bugzilla Id: 55653
    omit edff414  Add constant
    omit 82f2a09  Bug 55507 - Proxy SSL recording does not handle external embedded resources well Add more information for user Bugzilla Id: 55507
    omit d36b587  Update JDBC test plan
    omit 9d45ab4  Replace JTextArea by JSyntaxTextArea
    omit ca5cbd2  Add constructor parameter to disable undo
    omit fa8f493  Bug 55623 - Invalid/unexpected configuration values should not be silently ignored Bugzilla Id: 55623
    omit a0eca72  Fixed typos Clarified some docs Added known mac book pro retina display issue note
    omit 4f7a3ca  Indicate that timeout is in seconds
    omit b6f41fc  Clarify index to avoid having to look at doc
    omit 65dee62  Fix some issues (bad position for OS sampler lastest properties, typo Lagerto->Lagarto)
    omit e5ef5ae  Fix a litte issue with last commit on this file
    omit 566dcd4  Change style for section, category and title changes to have better look&feel (IMHO) Add a screeshot to show the new name of test recorder
    omit b05686d  Add black border
    omit ae1689e  Add new macros for Changes pages (ch_section, ch_category, ch_title)
    omit efeb764  Rename HTTP Proxy Server as HTTP(S) Test Script Recorder Changes French translation Bugzilla Id: 55626
    omit 342f23e  Change JMeter application icon to Apache plume icon Bugzilla Id: 55651
    omit 205c262  "Clear All" for Aggregate Graph is not clearing the last run Graph Not a real fix, but improves the user experience Bugzilla Id: 55564
    omit 82e5065  I18N and Localization for some pop-up message/error
    omit 9b65913  Tweak pop-up message
    omit c179784  Show 2.10 recording information first
    omit 1cb8469  Update New And Noteworthy
    omit e498595  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Switch default to Lagarto Parser implementation Bugzilla Id: 55632
    omit 770f155  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Add eol Bugzilla Id: 55632
    omit dca834b  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Bugzilla Id: 55632
    omit 5020ea9  Proxy SSL recording does not handle external embedded resources well Update documentation Bugzilla Id: 55507
    omit a1e17d8  Include Workbench test elements
    omit 65ea5cc  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Rollback default for now Comment on performances Bugzilla Id: 55632
    omit af4b381  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Fixed test failure Bugzilla Id: 55632
    omit f09f3fb  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Update documentation Bugzilla Id: 55632
    omit a1ad819  Use constants
    omit d97e225  Bug 55632 - Have a new implementation of htmlParser for embedded resources parsing with better performances Bugzilla Id: 55632
    omit 10d5eee  Avoid calling twice same method
    omit e621b9f  Clarify
    omit 152dafe  Proxy SSL recording does not handle external embedded resources well Update documentation Bugzilla Id: 55507
    omit d16802b  Doc
    omit a9eec42  Minor tweaks to grammar and clarity
    omit c7559f7  Committed in error (thanks Milamber!)
    omit 1988bdd  Rename HTTP Proxy Server as HTTP(S) Test Script Recorder Bugzilla Id: 55626
    omit 8dd76d5  Wrong place to check validity; we already do it when initialising the keystore
    omit b0aebe6  More info for user
    omit 789ffff  Unused import
    omit 7a79af5  Drop hostname as JMeterUtils not available from jorphan
    omit 46df49e  More details regarding certificate installation
    omit e52530b  Localise the root certificate DNAME
    omit feadce9  Doc
    omit a6360d9  Invalid/unexpected configuration values should not be silently ignored Log warning for jmeter.save.saveservice.output_format Bugzilla Id: 55623
    omit a815581  It's difficult to read the message if the URLs are long; use line break to clarify
    omit 1bf55b4  Log command line when it fails
    omit 2aeb69a  Put log in same call as in multithreaded processing first log could be far from second one
    omit 83c2727  Improve logging
    omit 660283a  The CONNECT request parameter is a host[:port], not a URI, so skip any attempt to adjust it
    omit 5a3fb32  Tidy up logging
    omit 93e0f8e  Check validity of root CA certificate. Improve logging
    omit 34d56cc  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Scrollbar does not appear when text exceed height of JSyntaxTextArea Bugzilla Id: 55606
    omit a198600  Fix caret position to avoid scroll down on first view
    omit a54e4d0  Bug 55617 - Improvements to jorphan collection Bugzilla Id: 55617
    omit 3957884  Improve New and Noteworthy section
    omit 18b4b30  Update template after changing exclusion defaults
    omit 208b47b  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements REduce  number of rows Bugzilla Id: 55606
    omit 77a8139  Fix test failure
    omit 24bc530  Fix test failure
    omit c000e51  MongoDB is no more alpha since its use case has been clarified
    omit ba4b614  Clarify what needs to be done when test fails
    omit 121a800  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Reverting crappy code Bugzilla Id: 55606
    omit c562c86  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Fix test case failure in Headless mode Bugzilla Id: 55606
    omit 02cb9a5  Clarify documentation as per sebb remark on mailing list
    omit 4938fa8  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Fix test case failure in Headless mode Bugzilla Id: 55606
    omit a8ef88d  Bug 55606 - Use JSyntaxtTextArea for Http Request, JMS Test Elements Bugzilla Id: 55606
    omit 181efa4  Rename badly named field
    omit bf2fd74  Rename badly named field
    omit 8de8702  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
    omit 79ddd91  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
    omit 1a08a06  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
    omit 377fba6  Bug 55600 - JSyntaxTextArea : Strange behaviour on first undo Bugzilla Id: 55600
    omit 6c371cc  Add note about HTMLParser and performances
    omit 55843d3  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Fixed bad configuration Bugzilla Id: 55202
    omit 5909547  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Add a way to disable undo feature in JSyntaxtTextArea, thanks Robert Futrell Bugzilla Id: 55202
    omit 5718976  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Add missing configuration properties in jmeter.properties Bugzilla Id: 55202
    omit 3ef1e9d  upgrade to rsyntaxtextarea 2.5.0
    omit ceed8fd  upgrade to rsyntaxtextarea 2.5.0
    omit 0a66ce7  Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser Bugzilla Id: 54152
    omit 9dde066  Move MongoDB Alpha designation so complink references work
    omit 3a35e5d  Allow for previous name of component in titles and index
    omit b644d34  Synchronise site and printable stylesheets better
    omit 05869a0   Help pane does not scroll to start for <a href="#"> links Bugzilla Id: 55580
    omit d994efa  Trailing spaces
    omit 90e3d0c  Proxy SSL recording does not handle external embedded resources well Clarify certificate names Display details of local certificate that user can check against Bugzilla Id: 55507
    omit 78e7140  Bug 55572 - Detail popup of parameter does not show a Scrollbar when content exceeds display Bugzilla Id: 55572
    omit 27e025e  Fix typo.
    omit 06fae55  Tab police
    omit 11ac0c6  Oops - did not mean to commit jars
    omit fbdbf10  Update to httpclient 4.2.6
    omit 025d9eb  Don't copy logo.xcf as it's a source image not needed for the generated documents
    omit b75ae22  More info on defining proxy settings
    omit 7275daa  Log the remote client host address (if possible)
    omit af4a5a0  Tidy up use of TestElement.ENABLED; use TestElement.isEnabled()/setEnabled() throughout Bugzilla Id: 55548
    omit a4d743d  Proxy SSL recording does not handle external embedded resources well Add text tool tip on HTTPS Domains field to indicate the Java 7 runtime requirement to use this behavior and some help text on the usage and comma separator when the field is enabled. Bugzilla Id: 55507
    omit b7070d3  Add a missing parenthesis.
    omit cf63c17  Proxy recording and redirects Added code to disable redirected samples. Bugzilla Id: 55531
    omit b4df7f7  HTTP Proxy Server GUI should not allow both Follow and Auto redirect to be selected Bugzilla Id: 55545
    omit 2866973  Code:Inconsistent synchronization AtomicBoolean and AtomicInt are not necessary when values are simply written and read and the previous value is irrelevant (e.g. AtomicInt would be needed if the value was incremented) Bugzilla Id: 52266
    omit 82e57d4  Make it easier to enable/disable test elements from anywhere
    omit 3ec1552  Keep instance variables together
    omit 2073f37  static constansts should be upper case Keep instance variables together
    omit 46c3e09  Update ignore list
    omit cad0383  Proxy SSL recording does not handle external embedded resources well Opera needs Root CA and a certificate chain Add export of certificate with .usr extension (Opera) Bugzilla Id: 55507
    omit df1e891  Update ignore list
    omit e1ac552  Fix Eclipse compiler warnings
    omit 17cf797  Method can be private
    omit 44fcc1b  Proxy SSL recording does not handle external embedded resources well Oops did not mean to commit temporary keystore Bugzilla Id: 55507
    omit 67199c9  Proxy SSL recording does not handle external embedded resources well Reworked; setup is now done by ProxyControl on pressing Start TODO: better notification of progress of keystore init Bugzilla Id: 55507
    omit 734b456  Wrong log level
    omit 462f1f9  Bug 55464 - Include Controller running included thread group Bugzilla Id: 55464
    omit 0fd2167  Bug 55464 - Include Controller running included thread group Bugzilla Id: 55464
    omit e6f5cda  Bug 55518 - Add ability to limit number of cached PreparedStatements per connection when "Prepared Select Statement", "Prepared Update Statement" or "Callable Statement" query type is selected Documentation Bugzilla Id: 55518
    omit c754ae9  Bug 55518 - Add ability to limit number of cached PreparedStatements per connection when "Prepared Select Statement", "Prepared Update Statement" or "Callable Statement" query type is selected Bugzilla Id: 55518
    omit 90ef189  Test for existence before trying to delete (thanks sebb)
    omit f1ec6ab  Test for existence before trying to delete (thanks sebb)
    omit ce41f09  Test value of File#delete and throw if cannot delete it
    omit 4b1bc97  Test value of File#delete
    omit 81a3bb8  Move variable declaration to where it is used
    omit 182aa5e  Simplify: throw IOE for InterrruptedException; if necessary can still distiguish the cause.
    omit f8fdccb  Drop temp test code
    omit e4262f2  Move keystore type to ProxyControl; it's needed there so KeyStore can be intialised when Proxy is started
    omit e26b4e9  Move System version check where it belongs
    omit 5a1c970  Proxy SSL recording does not handle external embedded resources well Add generation of keystores and aliases Bugzilla Id: 55507
    omit 1bc4a36  Document where Java 7 is required
    omit db452f6  Sinplify KeyStore loading
    omit 89d690c  Add section on Recording and redirects to Proxy description Bugzilla Id: 55531
    omit a1a4e94  Proxy SSL recording does not handle external embedded resources well Add method to create a host certificate (no wildcard) Bugzilla Id: 55507
    omit aa75387  Bug 55486 - New JMeter Logo Bugzilla Id: 55486
    omit 4fce9c1  Bug 55486 - New JMeter Logo Bugzilla Id: 55486
    omit ca02be6  Proxy should support alias for keystore entry Bugzilla Id: 55525
    omit 388592a  Proxy should support alias for keyserver entry Added helper key manager that returns the specified alias Bugzilla Id: 55525
    omit e6a844c  Use constants for fixed aliases
    omit d168ff5  Proxy SSL recording does not handle external embedded resources well Part 1: Add methods to create the necessary certificate and keystore Bugzilla Id: 55507
    omit 6e40f94  Oops, remove debug statement
    omit 7fed780  Javadoc warning
    omit b9397df  Javadoc warnings
    omit b30d2b3  Add parameters to make method more generic; add -ext processing
    omit 1f72a35  Oops, fix compilation failures caused by changes to SystemCommand
    omit a2e387a  SystemCommand should support chaining of commands Bugzilla Id: 55515
    omit a739879  SystemCommand should support arbitrary input and output streams Bugzilla Id: 55514
    omit 8c38f64  Document use of default charset
    omit 7911751  StreamCopier cannot be used with System.err or System.out as it closes the output stream Bugzilla Id: 55513
    omit 0287d35  Enhancement to OS sampler: Support for timeout Use constant so default timeout is shared Bugzilla Id: 55403
    omit 18a4a3e  update change notes
    omit 8bf414b  Typo
    omit f3e92ac  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Renamed to: Bug 54152 - In distributed testing : activeThreads always show 0 in GUI and Summariser Bugzilla Id: 54152
    omit ca5ac90  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Add comment Bugzilla Id: 54152
    omit 03c49d6  Bug 55509 - Allow Plugins to be notified of remote thread number progression Bugzilla Id: 55509
    omit 4e7fd3c  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 svn eol Bugzilla Id: 54152
    omit fe7840e  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Fix test failure Bugzilla Id: 54152
    omit 9c1aa80  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Bugzilla Id: 54152
    omit c28c4d8  Clarify comment
    omit a3efe75  Proxy should deliver failed requests to any configured Listeners Bugzilla Id: 55506
    omit d0443f0  Allow access to first line for debug purposes
    omit d5f3e50  Proxy should deliver failed requests to any configured Listeners Allow deliverSampler to just send results Bugzilla Id: 55506
    omit 6a694f1  Revert accidental change to log message
    omit 5c3f23f  Guard against impossible(?) occurrence
    omit 2cc5759  Java 5 generic for loop
    omit c9b886d  Proxy incorrectly issues CONNECT requests when browser prompts for certificate override Bugzilla Id: 55504
    omit 67df988  Improve class loading: - New property "plugin_dependency_paths" for   plugin dependency jars. Paths get added to JMeter   loader but not the system class path. - Jar files contained in a directory configured   in one of the properties "search_paths", "user.classpath"   or "plugin_dependency_paths" are automatically added   to the same property as well. This is not true for jar   files contained in sub directories. Bugzilla Id: 55503
    omit c3b8896  Proxy generates empty http:/ entries when recording Bugzilla Id: 55502
    omit b695367  Fix comment
    omit 0612fbd  Fix email
    omit a8de124   Incorrect encoding for French description of __char function  Re-order some keys Bugzilla Id: 55501
    omit 0048d2f  Clarify
    omit 163fb4b  Improved debug: include remote port in log messages so multithreaded requests can be more easily traced
    omit 7a23e35  Collapse suggested exclusion RE into a single line to reduce clutter on GUI
    omit bd2a827  Typo.
    omit 9f2d565  Quote the method so any whitespace is obvious
    omit d5c2870  Spelling errors
    omit eadbfaa  Ensure BC jars with old name prefix are deleted
    omit b49e186  Add helper class for working with Java keytool
    omit bd45f7e  Drop temporary cast. Add build debug to trace issue with buildbot build
    omit e983aa5  Add temporary cast to trace issue with buildbot build
    omit c2f26b6  Localise variable definitions
    omit c103763  Don't save the passwords as static fields
    omit 8b8e5b6  Updated Proxy cert details
    omit b6d0a24  Bug 55488 - Add .ico and .woff file extension to default suggested exclusions in proxy recorder Bugzilla Id: 55488
    omit b17dec2  Simplify and avoid calling exitValue() twice if the process has ended.
    omit 2f8ee57  helper method should be private
    omit 7d805db  Add comment re proc.destroy
    omit 2dbafa5  Bug 55403 - Enhancement to OS sampler: Support for timeout Remove magic number Bugzilla Id: 55403
    omit f445064  Safer use of mkdir() - see for example discussion of mkdirs() here: https://issues.apache.org/jira/browse/IO-280
    omit 32b518c  More info on proxy recording
    omit 1ec31f6  Clarify when BSF Sampler is needed
    omit 5ec4273  Add EOL at EOF
    omit 8886d06  Change field name Raw Post Data to Body Data
    omit 96857d3  Change field name Raw Post Data to Body Data
    omit 238d94a  Bug 55403 - Enhancement to OS sampler: Support for timeout Fixed compilation error Bugzilla Id: 55403
    omit a124c11  Fix some typo Update documentation
    omit 8ea3999  Bug 55403 - Enhancement to OS sampler: Support for timeout Update docs Bugzilla Id: 55403
    omit e09ba41  Bug 55403 - Enhancement to OS sampler: Support for timeout Screenshot for changes Bugzilla Id: 55403
    omit 8417276  Bug 55403 - Enhancement to OS sampler: Support for timeout Bugzilla Id: 55403
    omit e65f55a  Bug 54155 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it Reset previous nodes Bugzilla Id: 54155
    omit 248b9d3  Update a bit this section
    omit a594a1c  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Clarify docs Bugzilla Id: 53480
    omit 406b197  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Clarify Bugzilla Id: 53480
    omit 39af54f  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add missing config files to distribution Bugzilla Id: 53480
    omit 2ca69f0  Allow environment to be null; document nullity of parameters
    omit d906cd2  dname contains spaces
    omit 7bdae81  Make validity an optional parameter; check if output file exists
    omit 800e332  Parameterise the key generation command
    omit 270650e  Don't overwrite sample label
    omit ba22c6d  Bug 55463 - Component.requestFocus() is discouraged; use requestFocusInWindow() instead Bugzilla Id: 55463
    omit 167f322  System Sampler should not change the sampler label if a sample fails Use the responseMessage for error reporting Simplify the code; the outer try block was not needed. Bugzilla Id: 55462
    omit 877a819  Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Bug 55103 - why does the focus listener now get called after modifyTestElement? Bugzilla Id: 55459
    omit fc51e58  Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Rollback change using Editor to access value Replace requestFocus() by requestFocusInWindow() Bugzilla Id: 55459
    omit 41d57af  Javadoc
    omit 6ffa5a8  Bug 55459 - Elements using ComboStringEditor lose the input value if user selects another Test Element Bugzilla Id: 55459
    omit 8876818  Bug 55455 - HTTPS with HTTPClient4 ignores cps setting Remove deprecated note Bugzilla Id: 55455
    omit acefa87  Bug 55455 - HTTPS with HTTPClient4 ignores cps setting Bugzilla Id: 55455
    omit 84ac436  ComboStringEditor does not translate EDIT and UNDEFINED strings on language change Rework UniqueObject so equality depends on the property key. Bugzilla Id: 55437
    omit bb4d97f  Removed Contributed by as sebb did.
    omit 34d6148  Javadoc
    omit 3c2ddd3  fix typo
    omit 185c62f  HEAD redirects should remain as HEAD Bugzilla Id: 55450
    omit f3024a6  Javadoc
    omit df34603  Bug 55451 - Test Element GUI with JSyntaxTextArea scroll down when text content is long enough to add a Scrollbar Bugzilla Id: 55451
    omit 5fb7177  Change log to a warn
    omit 0468cc3  Change log to a warn
    omit c700590  Show IP source address in request data Bugzilla Id: 55389
    omit 9230610  CSV Dataset Config loses sharing mode when switching languages Updated docs Bugzilla Id: 55432
    omit f0408ab  CSV Dataset Config loses sharing mode when switching languages Bugzilla Id: 55432
    omit e41a708  Suppress deliberate use of deprecated methods
    omit a2f3e01  Javadoc Improve order of checks
    omit b2a24b3  Log a warning if the DEFAULT class is not appropriate for the property class
    omit 89aefc4  EnumEditor operates Integer values so the DEFAULT should be an Integer
    omit 0e4f906  Use defaults of the correct type; don't rely on conversion from Strings
    omit f8fd2ba  ComboStringEditor should allow tags to be language dependent Bugzilla Id: 55440
    omit 5f3e28e  Don't allow external code to modify the tags array
    omit 96c6efa  ComboStringEditor does not translate EDIT and UNDEFINED strings on language change Bugzilla Id: 55437
    omit 7fe5ba0  ComboStringEditor should implement ClearGui Bugzilla Id: 55436
    omit c3e5085  ComboStringEditor could be simplified to make most settings final Bugzilla Id: 55435
    omit bb97fb2  Tweak log messages
    omit 77645c5  Value must be defined
    omit ad87a1a  Constant Throughput Timer bug with localization Bugzilla Id: 53679
    omit 94b3b0a  Need GUI Editor to process fields which are based on Enums with localised display strings No need for caller to provide the ResourceBundle as we already have it Bugzilla Id: 55421
    omit 78c1600  TestBeanHelper should ignore properties not supported by GenericTestBeanCustomizer Bugzilla Id: 55427
    omit b35949d  Inline method which is only used locally.
    omit d5f7b9a  Rearrange test so can compare more JMX test files - ones that only have changes within lines have the same line count.
    omit 3e59ba1  Suppress checked warning as it is safe to do. Use a temporary variable to localise the scope of the suppression.
    omit 1a38f60  Need GUI Editor to process fields which are based on Enums with localised display strings Better invocation strategy - pass in enum class and resource bundle Oops - missed this from svn commit: r1514547 Bugzilla Id: 55241
    omit a6f369e  Need GUI Editor to process fields which are based on Enums with localised display strings Better invocation strategy - pass in enum class and resource bundle Bugzilla Id: 55241
    omit cf074cc  Improve log message
    omit 12d8b75  Screenshot for new device feature
    omit 415c904  Update changes
    omit bb373a8  Bug 55424 - Add Stripping to existing SampleSenders Bugzilla Id: 55424
    omit e52e02f  Bug 55424 - Add Stripping to existing SampleSenders Bugzilla Id: 55424
    omit e9431bb  Add javadocs Add constant for default queue size
    omit d49d51d  Bug 55423 - BatchSampleSender: Reduce locking granularity by moving listener.processBatch outside of synchronized block Bugzilla Id: 55423
    omit 7d22ee0  Need GUI Editor to process fields which are based on Enums with localised display strings Bugzilla Id: 55241
    omit 4551fdf  Use ClearGui interface method if it exists
    omit 350d2d9  Move clearGui() into separate interface
    omit 1ad274f  Avoid possible NPE when reporting errors
    omit 1fa1a3b  Fix typo in package name
    omit ff7cbe8  Update some screenshots for HTTP Request
    omit f814b1c  ant download_jars task fails if lib/api or lib/doc are missing Bugzilla Id: 55405
    omit bf4a83a  Support device in addition to source IP address Use enum for source types; don't convert between index and name unnecessarily. Bugzilla Id: 54874
    omit 0e229aa  Change Source Type Map to ArrayList (better) Bugzilla Id: 54874
    omit 4b0f3f4  Some improvements to Proxy Server box (font, width field, allocation of space fields) Simplify Path pane
    omit c06e08b  Synchronize design UI with HTTP Sampler for Embedded Resource box
    omit 38e14c1  Improve UI inter-action with Embedded Resources checkbox and URLs matching text field
    omit 3a4781a  Fix an issue with localization in Source Address Type list Bugzilla Id: 54874
    omit 506245a  Fix missing french translation Bugzilla Id: 54874
    omit 3f02262  Re-organizes the Source Address options. Change the organization for "Optional tasks" in the HTTP Request (separating into 3 sub-blocks : Embedded resources, Source Address, Optional tasks) Bugzilla Id: 54874
    omit f4df6b6  Reduce the element screen width for HTTP Request Related with Bug 54874
    omit 3e84e06  Tweak grammar
    omit a3ad30a  NativeCommand could be useful elsewhere Deprecate original class Rename new class to avoid confusion Bugzilla Id: 55411
    omit 2225fb1  NativeCommand could be useful elsewhere Moved code to o.a.jorphan.exec Bugzilla Id: 55411
    omit 76c41c3  Update TCP Sampler screenshots
    omit 34486db  UI improvements
    omit e46e23c  I don't need (or want) attribution references.
    omit 2c2dba9  Update changes
    omit f11e5d4  Clarify some sentences. Remove some misleading advices.
    omit 18a082f  Fix mail inside <>
    omit 557de3e  git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1513006 13f79535-47bb-0310-9956-ffa450edef68
    omit 646405a  Updated New and Noteworthy with last changes
    omit b9f6618  Update after rollback of new certificate
    omit cf1365b  Added contributor tag as discussed on mailing list
    omit 3ab6c78  Clarify docs for MongDB Script and fix typo
    omit 725770c  HC3 does not allow IP Source field to override httpclient.localaddress Bugzilla Id: 55388
    omit 8943a2f  Support device in addition to source IP address Support choice of IPv4 or IPv6; report error if selected interface is not found Bugzilla Id: 54874
    omit 1745a35  Bug 54482 - HC fails to follow redirects with non-encoded chars Clarify javadocs Bugzilla Id: 54482
    omit 9ea8799  Support device in addition to source IP address Bugzilla Id: 54874
    omit 3de4b08  Add code docn
    omit 931689e  Avoid unused variable warning and provide useful debug output
    omit 0729dae  Bug 54482 - HC fails to follow redirects with non-encoded chars Add some tests Bugzilla Id: 54482
    omit 4b805dd  Bug 54482 - HC fails to follow redirects with non-encoded chars Check for null path Bugzilla Id: 54482
    omit ab28183  Bug 54142 - HTTP Proxy Server throws an exception when path contains "|" character Integrated my patch with a slight change to make current behaviour with Java Impl remain the same as bug only affects HC impls Bugzilla Id: 54142
    omit 434d1b8  Bug 54482 - HC fails to follow redirects with non-encoded chars Oups take into account new exceptions Make error message more complete Bugzilla Id: 54482
    omit c418104  Bug 54482 - HC fails to follow redirects with non-encoded chars Fix as per sebb comment Bugzilla Id: 54482
    omit 91229ae  StackOverflowError with ModuleController in Non-GUI mode if its name is the same as the target node Bugzilla Id: 55375
    omit 8a10bce  Add test for Bug 47165 to guard against regression
    omit 765004a  Move common code to super-class
    omit 07e7cee  Clarify behaviour when path contains a full URL
    omit c388b03  Javadoc
    omit 4376056  Bug 54482 - HC fails to follow redirects with non-encoded chars Bugzilla Id: 54482
    omit 5a51383  Typo
    omit 3a4e4d1  Immutable private field => final
    omit 7911789  Revert 'simple' web test plan Add an advanced web test plan Refer to: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201308.mbox/%3CCAH9fUpZbY2rXkzSssk1R2be0XhFyLrEa%3D%2BHg3UtuKzVwUGFaUQ%40mail.gmail.com%3E
    omit 1df6159  Updated to HttpComponents Core 4.2.5
    omit 22c5ae1  Updated to HttpComponents Core 4.2.5
    omit 1d185f7  Bug 54271 - Module Controller breaks if test plan is renamed Bugzilla Id: 54271
    omit 094295f  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Update docs as per Felix Schumacher patch and complete documentation Bugzilla Id: 53480
    omit 42c427d  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Update screenshots Bugzilla Id: 53480
    omit 0f1c961  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Update documentation Bugzilla Id: 53480
    omit e94709a  Unnecessary output
    omit 0d69dfa  Immutable private fields should be final
    omit 0edb2d7  Unnecessary line-wrap
    omit ef83112  Avoid warning from serialisation tests
    omit 135782b  Immutable private fields should be final
    omit ae7a7a1  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Fix typo Bugzilla Id: 55085
    omit e249c72  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Add Webservice Template (not using deprecated Webservice Sampler) Enhance web test plan to show more features Bugzilla Id: 55085
    omit e62bb47  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix test warning Bugzilla Id: 53480
    omit 4936ee4  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix comments in krb5.conf Bugzilla Id: 53480
    omit 39bf066  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix comments in jaas.conf Bugzilla Id: 53480
    omit eb5612c  Update listener default format (CSV), update save as image screenshot
    omit deb664e  Simplify, and avoid boxing warning
    omit 612611e  Update to non-deprecated method
    omit 9c6f56e  Add some templates from user's manual
    omit f639b52  Grammar
    omit 84bbdda  NativeCommand hangs if no input file is specified and the application requests input Bugzilla Id: 55349
    omit 88ab28c  Update some screenshots. Add save option to workbench.
    omit 437bf02  Bug 54789 - XPath Assertion - GUI enhancements to increase readability and ease of use Bugzilla Id: 54789
    omit cadee74  Typo + warning's icon mention
    omit 9fcd37e  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Make jaas application configuration and default to JMeter Bugzilla Id: 53480
    omit 8efd26d  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add ability to clear kerberos subjects on each Main Loop iteration i18n Bugzilla Id: 53480
    omit b90b5e0  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add ability to clear kerberos subjects on each Main Loop iteration Bugzilla Id: 53480
    omit d6d1f37  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Make jaas application configuration and default to JMeter Bugzilla Id: 53480
    omit 912f416  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Remove server configuration Bugzilla Id: 53480
    omit a3ce82b  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix and document client configuration Bugzilla Id: 53480
    omit 987dff0  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add client configuration Bugzilla Id: 53480
    omit f1cb4fb  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Add configuration Bugzilla Id: 53480
    omit 8ebe282  Bug 55334 - Adding Include Controller to test plan (made of Include Controllers) without saving TestPlan leads to included code not being taken into account until save Bugzilla Id: 55334
    omit 06becf5  Corrections: default sampler is now HTTPClient4; Java sampler does now support per connection proxies.
    omit e37e833  Document -H and -P parameters
    omit 7dbbe7b  Test file including all GUI items in 2.10
    omit d6c8850  Test file including all GUI items in 2.10
    omit 6bfb816  Clarify documentation
    omit e5ddf88  Clarify javadoc
    omit 546b7b6  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix Tests failure Bugzilla Id: 53480
    omit 08fc997  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Revert to previous test plan Bugzilla Id: 53480
    omit beb7a08  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Revert to previous test plan Bugzilla Id: 53480
    omit 20bdd0d  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix Test Plan to add new column Bugzilla Id: 53480
    omit ec20f48  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Fix Test Plan to add new column Bugzilla Id: 53480
    omit 941e50b  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) svn eol Bugzilla Id: 53480
    omit 8f13613  Bug 53480 - Add Kerberos support to Http Sampler (HttpClient4) Bugzilla Id: 53480
    omit 4338778  Bug 55328 - __escapeOroRegexpChars trims spaces Bugzilla Id: 55328
    omit 83e590b  Code comment
    omit 0f83d25  Add final EOL at EOF
    omit 328f319  Bug 55202 - Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea Add xml Bugzilla Id: 55202
    omit 255fe1a  Clarify content of links
    omit 911d70d  Grammar tweak
    omit ea3922a  Fix millisecondes (3 SSS only)
    omit cc3df95  Update "Building an Extended LDAP Test Plan" in user manual (new screenshots, etc.)
    omit 99f6351  Update "Building an LDAP Test Plan" in user manual (new screenshots, add Response Assertion, etc.) =>corrects the figure number
    omit 82e0261  Update "Building an LDAP Test Plan" in user manual (new screenshots, add Response Assertion, etc.)
    omit 9f78d83  Remove dgc interval settings.
    omit 9d6bc10  Revert to previous certificate as new one is not entirely correct
    omit 2984d49  Synchronise settings with Unix version
    omit bdc09ad  Fixed: - String appending - Wrong division - Primitive value is boxed then unboxed to perform primitive coercion
    omit a8b24ee  Add a GC option for perm cleanup Add explanation on NEW zone
    omit bf09a4e  Update proxyserver certificate
    omit 4bd5938  Add simple example XPath expressions
    omit 9aae28a  Fix millisecondes (3 SSS only)
    omit a2064c6  Tweak the English
    omit 694f7de  Tweak the English
    omit 0534776  Add section
    omit e41107d  Add section
    omit d42ded7  Update get started page. Update Templates... screenshots
    omit cac2840  Refresh/update index page
    omit 3951ae0  Update changes (prepare next release). Complete View Results Tree for CSS/JQuery Tester
    omit 9b04a57  Update changes (prepare next release). Fix some screenshots. Thanks to Philippe.
    omit 1a6e366  Follow-up to http://svn.apache.org/r1502962 Add licenses to source and binary archives
    omit 571a426  Javadoc fixes
    omit bb1023f  Unused imports
    omit fe3154c  Unused imports
    omit 300dff3  Fix test compilation failure
    omit e819917  Add some screenshots to changes (for 2.10 release)
    omit 48b7f77  Add a known issue with Java 6 + Gnome 3 on Linux systems Oups, use bugzilla tag
    omit 4c266f7  Add MongoDB in color syntax mention Add a known issue with Java 6 + Gnome 3 on Linux systems
    omit 9b21b77  JMeter should default to 0 retries for HTTP requests Bugzilla Id: 55288
    omit f22c286  Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Bugzilla Id: 55023
    omit ef9e8e4  Fix some French translations
    omit 28ce9af  Use TimeUnit for readability
    omit 61eecf2  Use TimeUnit for readability
    omit e010d63  Use TimeUnit for readability
    omit 63f043b  Use TimeUnit for readability
    omit a70eeb5  Use TimeUnit for readability
    omit 105262b  Update screenshots in Build HTTP test plan in user's manual (prepare for a template)
    omit 8620a4f  UX Improvement : Ability to create New Test Plan from Templates Add icon's templates to bar menu Bugzilla Id: 55085
    omit 0772e10  UX Improvement : Ability to create New Test Plan from Templates Rename "Create from templates" to Templates (internally) Bugzilla Id: 55085
    omit 405fa83  Tweak JSR223 docs
    omit 385443d  Add advice on JSR223 and Groovy
    omit b01be7e  Clarify documentation after introduction of caching for inline scripts
    omit b917786  Add test to compare versions in build.properties, eclipse.classpath and parent pom
    omit 632e08f  Rename some properties to agree with jar name
    omit ee76428  Remove tabs and fix alignment
    omit 1c8dea6  Not actually used
    omit 6ac76de  Use same name as build.properties
    omit 0fd21d2  Remove the dependency on the Activation Framework Bugzilla Id: 54903
    omit 5936c68  Remove the dependency on the Activation Framework Bugzilla Id: 54903
    omit e85f8be  Remove the dependency on the Activation Framework Bugzilla Id: 54903
    omit 7f0c843  Alpha sort
    omit 7285ca5  Standardise on TABs as that is what Eclipse uses
    omit 926bf95  Updated to BouncyCastle 1.49 (from 1.48)
    omit cea0764  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Add Mongo DB template Bugzilla Id: 55085
    omit 014e845  Update Build FTP test plan in user's manual (prepare for a template)
    omit 2a18d10  Add new and noteworthy
    omit 94d90d9  Bug 54584 - MongoDB plugin svn eol type Bugzilla Id: 54584
    omit d95a337  Bug 54584 - MongoDB plugin Add MongoDBHolder to allow easier access to DB api Bugzilla Id: 54584
    omit da1495c  Missing javadocs for MongoDB
    omit 1e5fe89  Bug 55255 - Allow Body in HTTP DELETE method to support API that use it (like ElasticSearch) Bugzilla Id: 55255
    omit 2d5e7f1  Accidental commit - subclipse misbehaving
    omit 4de853b  Re-organised and simplified NOTICE and LICENSE files
    omit 691ee80  We don't need the "how to apply" section
    omit af6562f  Missed another location where commons-lang was moved
    omit 24bdcef  Commons-lang has moved
    omit aa2dfb7  Bug 54834 - Improve Drag & Drop in the jmeter tree http://mail-archives.apache.org/mod_mbox/jmeter-dev/201307.mbox/%3CCAOGo0VZ0z3GMbfsq_gSB%2Bp7nTUqLng6Gy2ecvYbD8_AKb-Dt5w%40mail.gmail.com%3E Bugzilla Id: 54834
    omit eba452d  Document impact of commons-lang-2.6.jar removal
    omit 03946bc  Clarify Gaussian Timer
    omit 63f6a6d  Commons-lang 2.6 is only needed for document generation, so move to lib/docs
    omit 8ec33e5  Bug 54834 - Improve Drag & Drop in the jmeter tree Document java bug Bugzilla Id: 54834
    omit 1202cc3  Bug 54834 - Improve Drag & Drop in the jmeter tree Select dropped nodes Bugzilla Id: 54834
    omit 47745bc  Continues New and Noteworthy section Moved some enhancements in bugs section as they are not really enhancements
    omit 160128d  Lazily load the dialog and TemplateManager using IODH idiom
    omit cbc2193  BeanShell Client jar throws exceptions after upgrading to 2.8 Bugzilla Id: 55242
    omit 989b4fe  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Make MongoDBSampler use Javascript syntax color Bugzilla Id: 55085
    omit bfd1547  Templates - provide button to reload template details Improve the buttons disposition (v2). Classic way for Cancel/CreateOrMerge buttons. Move on header Reload Template button. Bugzilla Id: 55236
    omit 7abacc8  A new line seems needed
    omit 297acc1  Templates - provide button to reload template details Improve the buttons disposition (I thinks) Bugzilla Id: 55236
    omit 1a71151  Simplify BeanShell template; add more description
    omit 142839f  Revert to populating the page in the init phase. This means the selection is retained if the dialog is closed (as per original implementation)
    omit 2b26bcd  Templates - provide button to reload template details Update FR translation Bugzilla Id: 55236
    omit 0c083f3  Template system should support relative fileName entries Bugzilla Id: 55237
    omit cbfe4dd  Too many different fields all call templates!
    omit f3b2381  Templates - provide button to reload template details Bugzilla Id: 55236
    omit 4ba4a6d  Start of new and noteworthy
    omit b574c2c  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Handle opening of browser on link clicking Bugzilla Id: 55085
    omit 7596e31  Change list Known bugs to bullet list. Add mention to Java Bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6396599 for Java/Linux issue.
    omit 74ad0e7  Fix javadoc warning
    omit a99354d  UX Improvement : Ability to create New Test Plan from Templates Add *.dtd in binary archives Bugzilla Id: 55085
    omit 1e8f680  Improve FR translation
    omit 4d4404b  ViewResultsTree: text not refitted if vertical scrollbar is required Bugzilla Id: 55111
    omit c2e459a  Pick up the list of template names at run time
    omit 1896586  Allow the template list to be reset (in case the xml has changed)
    omit 3f4058d  Immutable variable can be final
    omit 34eb219  Allow JUnit serialisation tests to succeed
    omit f5b516c  Tab police
    omit 6b57f13  Template GUI Manager silently overwrites files; does not allow for file merge Load directly from template, but don't set the filename details Allow Template Merge Bugzilla Id: 55224
    omit e1a16cd  Template GUI Manager silently overwrites files; does not allow for file merge Change GUI to show whether template is full test plan or partial Bugzilla Id: 55224
    omit bc06f12  Simplify some larger methods Don't reuse fields
    omit aab9b02  Javadoc
    omit 195e0ac  new FocusRequester(source) on its own looks rather odd; change to use static method instead
    omit 145e4f8  Javadoc
    omit 8e0ce37  Add missing entry
    omit a38fe7f  Add flag to document whether template is a complete TestPlan or just a mergeable selection
    omit f0e1f9a  Templates can be merged as well
    omit bcad173  Simplify by passing File to XStream. This also allows XStream to find the SYSTEM file.
    omit a527162  Add syntax color for scripts elements (BeanShell, BSF, and JSR223) and JDBC elements with RSyntaxTextArea (add mention to JDBC) Bugzilla Id: 55202
    omit 4db3a88  Remove test entry
    omit fc1d267  Add syntax color for scripts elements (BeanShell, BSF, and JSR223) with RSyntaxTextArea JDBC now uses SQL language format Bugzilla Id: 55202
    omit 9b216f0  Localise language => Syntax translation to wrapper class
    omit b47a700  UX Improvement : Ability to create New Test Plan from Templates Simplify swing objects. Let's ComponentUtil sizing the dialog box. Bugzilla Id: 55085
    omit 326dd69  Add support for lanuage to be passed to TextEditor instances
    omit 7fea517  Oops, not ready for this yet
    omit 4ac4268  Allow descriptor to be passed to TextAreaEditor (for eventual use in SyntaxTextArea setup)
    omit 7a6a1d7  Be explicit about super class invocation
    omit 9cdcf62  Allow descriptor to be passed to TextAreaEditor (for eventual use in SyntaxTextArea setup)
    omit 52a8a17  UX Improvement : Ability to create New Test Plan from Templates Change preferred size so existing templates fit better Bugzilla Id: 55085
    omit 4c61f65  UX Improvement : Ability to create New Test Plan from Templates Document why we don't use interface type Map for Templates#templates Bugzilla Id: 55085
    omit c14ab33  UX Improvement : Ability to create New Test Plan from Templates TemplateManager now returns templates in the order they are defined Bugzilla Id: 55085
    omit f3e494e  Remove code from try/catch that does not need to be there Fetch fileName once
    omit 40ebe3b  Temporarily disable the DTD as it causes problems for XStream It seems to look for the DTD in the launch directory rather than relative to the XML
    omit 5dbf894  Add basic DTD for the templates.xml file
    omit 91d31b3  Add "..." to say to the user that a wizard will launch
    omit c2b579a  Move JSytntaxTextArea where it can use JMeterUtils
    omit 35aace6  & needs to be double-escaped because the xml is processed twice
    omit 2a1f7ec  Bug 55175 - HTTPHC4Impl refactoring to allow better inheritance Bugzilla Id: 55175
    omit 62ac8e3  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Added screenshot Bugzilla Id: 55085
    omit aef307c  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Added documentation Bugzilla Id: 55085
    omit 80c0e61  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Added documentation Bugzilla Id: 55085
    omit 0c07aa0  fixed some typos Clarified some unclear bugs fixed ? appearing instead of quotes
    omit c9d78c3  Spelling etc
    omit 69bd837  TestBeanGUI - wrong language settings found Bugzilla Id: 55203
    omit 795d2ec  Documentation fix
    omit 3126557  Documentation fix
    omit 3ccc515  Document code equality
    omit b3d028b  Bug 55203 - TestBeanGUI - wrong language settings found Bugzilla Id: 55203
    omit af5486c  Updated to tika 1.4 (from 1.3)
    omit a11b7e7  Update docs with new screenshots Bugzilla Id: 55202
    omit 72c9db4  Fix tab
    omit 75893d1  Get rsyntaxtextarea jar file from official binary zip Bugzilla Id: 55202
    omit a60badb  Generic for loops
    omit 68ea969  Document not used
    omit b840a3b  JSR223 language entries are duplicated; fold to lower case Bugzilla Id: 55208
    omit 3d6950a  Variable spelling
    omit 6a7a179  Generic for loops
    omit 24b48d8  Opps, forgot JMeterUtils was in core
    omit cb0bdf2  Only TestBean classes are supported
    omit 7e7f041  Only access RSyntaxTextArea through utility classes
    omit 863946d  Add utility classes for RSyntaxTextArea add-on
    omit 7247d43  Simplify: use for loop and inline a variable
    omit 6b71576  Useless Javadoc
    omit fc5c52c  Add specific error message and explanation re comma escaping Bugzilla Id: 55169
    omit 80cadf7  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Fixed missing " check if the test plan has been saved before replacing it" Bugzilla Id: 55085
    omit ab73d9b  Fix up language mappings
    omit 3b6b9ab  Remove extra blank lines from help text
    omit 7299e37  Typo
    omit 5c3564e  No need for class to be nested; avoids name clash over "templates" field
    omit ce2f74e  Add AL header
    omit 6fe092d  Close the <li> tag; remove blank lines
    omit 05dfda8  Sort entries
    omit e322e60  Private immutable fields can be final
    omit 6eb803f  Document usage
    omit cc82aad  Private immutable fields can be final
    omit c2e9914  Fix to allow Headless testing
    omit f877719  Unused imports
    omit 96c0626  Variables might as well be final
    omit 9127ea9  Exception is not thrown
    omit c466872  Not used
    omit 857bd09  Generics
    omit 5538286  Javadoc syntax
    omit e41ad2e  Redundant null check
    omit c183d28  Superflous index
    omit 9e2cdd8  Bug 55202 - Proposal to add RSyntaxTextArea for BeanShell, BSF, and JSR223 elements Disable download link for rsyntaxtextarea jar from Maven Repo, the license in pom files is LGPL (but modified BSD on official website) Bugzilla Id: 55202
    omit 5566fcd  Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation) Bugzilla Id: 55201
    omit 3ccb0d0  Add syntax color for scripts elements (BeanShell, BSF, and JSR223) with RSyntaxTextArea Bugzilla Id: 55202
    omit d59000c  Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation) Bugzilla Id: 55201
    omit a8f0587  Bug 55202 - Proposal to add RSyntaxTextArea for BeanShell, BSF, and JSR223 elements Bugzilla Id: 55202
    omit 42a50e3  Clarify issue with BeanShell compilation
    omit 1f13581  Bug 55201 - ForEach controller excludes start index and includes end index (clarified documentation) Bugzilla Id: 55201
    omit 9f7025a  Comments: remove duplicate/obsolete ones and clarify recent change
    omit 3826730  Integer overflow when computing ONE_YEAR_MS in HTTP CacheManager Bugzilla Id: 55187
    omit 03f162a  Bug 55172 - Provide plugins a way to add Top Menu and menu items Made method private as per sebb comment Bugzilla Id: 55172
    omit cb1a9fa  Bug 55172 - Provide plugins a way to add Top Menu and menu items Fixed EOL Bugzilla Id: 55172
    omit da2f2ed  Bug 55172 - Provide plugins a way to add Top Menu and menu items Bugzilla Id: 55172
    omit 04c9748  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates add templates to distribution Bugzilla Id: 55085
    omit 2f37e1c  Bug 54584 - MongoDB plugin Set MongoDB Script in alpha and clarify documentation on eval issue
    omit b9bc311  BeanShellTestElement faiils to quote string when calling testStarted(String)/testEnded(String) Bugzilla Id: 55163
    omit 01e1684  Share the code
    omit 2aefad1  fixed typo
    omit 671bc2d  Bug 54584 - MongoDB plugin Set MongoDB Script in alpha and clarify documentation on eval issue Bugzilla Id: 54584
    omit 7b92996  Bug 54950 - ModuleController : Changes to referenced Module are not taken into accound if changes occur after first run and referenced node is disabled Bugzilla Id: 54950
    omit c88ce5c  Bug 53679 - Constant Throughput Timer bug with localization Added mention on  elements impacted by this bug in documentation Bugzilla Id: 53679
    omit 0e4d38f  useless test
    omit 1791b6e  Bug 55161 - Useless processing in SoapSampler.setPostHeaders Bugzilla Id: 55161
    omit e72d05d  Upgrade of libraries: commons-logging-1.1.3 commons-net-3.3 jodd-3.4.4 mongo-java-driver-2.11.2
    omit 8fd162b  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Set svn properties Bugzilla Id: 55085
    omit 63b0e8d  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Set svn:eol-type Bugzilla Id: 55085
    omit a16f3e9  Bug 55085 - UX Improvement : Ability to create New Test Plan from Templates Bugzilla Id: 55085
    omit df9f344  Fix alignment (drop extra 4 spaces indent)
    omit 0069016  Change Javadoc generation per CVE-2013-1571, VU#225657 Bugzilla Id: 55129
    omit cb069de  Bug 54903 - Remove the dependency on the Activation Framework Bugzilla Id: 54903
    omit 2cc01d9  Bug 55092 - Log message "WARN - jmeter.protocol.http.sampler.HTTPSamplerBase: Null URL detected (should not happen)" displayed when embedded resource URL is malformed Bugzilla Id: 55092
    omit 6dc8213  Just discovered that the svnmucc "-n" option alias is removed in the upcoming 1.8.0 Might as well use the full names in a script as they are more readable
    omit 47d5263  Minor tweak - sync. svnmucc options as far as possible
    omit 3883c0f  Remove unnecessary string validation Bugzilla Id: 55084
    omit 2d99dac  Bug 55084 - Add timeout support for JDBC Request Fixed javadocs Bugzilla Id: 55084
    omit 2760a12  Bug 55084 - Add timeout support for JDBC Request Bugzilla Id: 55084
    omit f225aa7  Bug 55084 - Add timeout support for JDBC Request Bugzilla Id: 55084
    omit 9b5881f  Bug 55084 - Add timeout support for JDBC Request Bugzilla Id: 55084
    omit 4dd19d2  Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Fixed regression on 52310 introduced by fix - http://svn.apache.org/r1489603 Fixed regression on 51380 introduced by fix http://svn.apache.org/r1490281 Bugzilla Id: 55023
    omit 844bd25  Always display the log file even if one of the output files has different contents
    omit 9e05a65  Fix bug introduced in http://svn.apache.org/r1489603 The testIterationStart method is called from a different thread from any of the samples
    omit 2a6c223  EOLStyle
    omit fe02b74  Make Transaction Controller set Response Code of Generated Parent Sampler to response code of first failing child in case of failure of one of its children Bugzilla Id: 54985
    omit 47d202f  Bug 55065 - wasted work in Spline3.converge() Bug renaming Bugzilla Id: 55065
    omit 7367261  Bug 55064 - Useless processing in ReportTreeListener.isValidDragAction() Bugzilla Id: 55064
    omit cbcd00d  Bug 55065 - wasted work in Spline3.converge() Bugzilla Id: 55065
    omit 8ab00d7  Bug 55023 - SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Fixed regression on 51380 introduced by fix Bugzilla Id: 55023
    omit c041f96  wasted work in Data.append() Bugzilla Id: 55056
    omit 708da4b  SSL Context reuse feature (51380) adversely affects non-ssl request performance/throughput Move testIterationStart code to samplers that actually need it; allows it to be done on first actual sample Bugzilla Id: 55023
    omit 82590a0  Bug 54985 - Make Transaction Controller set Response Code of Generated Parent Sampler to response code of first failing child in case of failure of one of its children Bugzilla Id: 54985
    omit 6a348b6  Bug 54990 - Download large files avoiding outOfMemory Rollback as per sebb comment on dev list Bugzilla Id: 54990
    omit e29caa3  Bug 54990 - Download large files avoiding outOfMemory Use method from commons-io Bugzilla Id: 54990
    omit 133456c  Bug 55027 - Test Action regression, duration value are not record Bugzilla Id: 55027
    omit 77dc6bb  Download large files avoiding outOfMemory Add utility method to do chunking and use in ResultSaver Bugzilla Id: 54990
    omit eaf70fe  Add functions to encode/decode URL encoded chars (__urlencode and __urldecode) Bugzilla Id: 54991
    omit b7aae86  Small user interaction improvements in Row parameter Detail Box
    omit 76319b5  Re-add Apache License v2
    omit 767519b  Add tr, update project name
    omit 834df40  Add mongo protocol entry
    omit 2f8357b  Bug 54584 - MongoDB plugin Finalize documentation Bugzilla Id: 54584
    omit f8a9236  Clarify HTTPs recording
    omit a9c08fd  Add Shutdown Hook to enable trapping kill or CTRL+C signals Simplify; only add the hook once Bugzilla Id: 54945
    omit c262a5e  Bug 54945 - Add Shutdown Hook to enable trapping kill or CTRL+C signals Bugzilla Id: 54945
    omit 2c76e99  Add tag for 2.9
    omit 0400b61  Removal from GUI of Deprecated of Webservice SOAP Request Fixed HTML Parameter Mask not being removed from GUI due to change in label
    omit 3b4b4fc  Updated to commons-codec 1.8 (from 1.6) Updated to commons-io 2.4 (from 2.2) Updated to commons-net 3.2 (from 3.1) Updated to jdom-1.1.3 (from 1.1.2) Updated to jodd-lagarto and jodd-core 3.4.3 (from 3.4.1) Updated to junit 4.11 (from 4.10) Updated to slf4j-api 1.7.5 (from 1.7.2) Updated to xmlgraphics-commons 1.5 (from 1.3.1) Updated to xstream 1.4.4 (from 1.4.2)
    omit 07120a8  Fixed typo
    omit c5b2814  Bug 54584 - MongoDB plugin Update docs Bugzilla Id: 54584
    omit 7eea669  Bug 54584 - MongoDB plugin Bugzilla Id: 54584
    omit 1886aba  Bug 54924 - XMLAssertion uses JMeter JVM file.encoding instead of response encoding and does not clean threadlocal variable Bugzilla Id: 54924
    omit 4b527c1  Propagate the input event ID
    omit 5f84cf3  Propagate the input event ID
    omit fa8802a  Bug 54913 - JMSPublisherGui incorrectly restore its state Bugzilla Id: 54913
    omit 1c85bbc  Bug 54912 - JMeterTreeListener should use constants Bugzilla Id: 54912
    omit 8f06450  Bug 54584 - MongoDB plugin Bugzilla Id: 54584
    omit 78e200c  upgrade to httpclient 4.2.5
    omit c43a961  upgrade to httpclient 4.2.5
    omit acf8049  Bug 54901 - Response Assertion GUI behaves weirdly Bugzilla Id: 54901
    omit 0cfbec5  Spelling: instanciat[e|ing] => instantiat[e|ing] Bugzilla Id: 54896
    omit 2e20755  Bug 54896 - JUnit sampler gives only “failed to create an instance of the class” message with constructor problems Bugzilla Id: 54896
    omit 22fe27b  Bug 54870 - Tree D&D may lost leaf nodes Bugzilla Id: 54870
    omit 9c5aa3d  Bug 54864 - Enable multi selection drag&drop in the tree without having to start dragging before releasing Shift or Control Bugzilla Id: 54864
    omit dcee7fd  Bug 54834 - Improve Drag & Drop in the jmeter tree fix entity Bugzilla Id: 54834
    omit e9f5d73  upgrade to mongo-java-driver-2.11.1
    omit fc535ab  Bug 54834 - Improve Drag & Drop in the jmeter tree FIX EOL Bugzilla Id: 54834
    omit 2368baa  Bug 54834 - Improve Drag & Drop in the jmeter tree Bugzilla Id: 54834
    omit a5a2de3  Can now drop work-round for obtaining default HTTP params
    omit 31a48f4  Start unit test for sanitizeUrl
    omit 7e43b18  More info on why change was done
    omit ced49ab  Bug 54847 - Cut & Paste is broken with tree multi-selection Take into account sebb remark on dev mailing list Bugzilla Id: 54847
    omit 060cbd2  Bug 54847 - Cut & Paste is broken with tree multi-selection Bugzilla Id: 54847
    omit 775fe79  Bug 54759 - SSLPeerUnverifiedException using HTTPS , property documented Bugzilla Id: 54759
    omit 38ddb87  Bug 54844 - Set the application icon on Mac Os Bugzilla Id: 54844
    omit 1456c9c  Bug 54841 - Correctly handle the quit shortcut on Mac Os (CMD-Q) Bugzilla Id: 54841
    omit d54de2f  Bug 54839 - Set the application name on Mac Bugzilla Id: 54839
    omit f57eb79  Bug 54581 - CTRL+F1 for function dialog open does not work for JMeter 2.9 Bugzilla Id: 54581
    omit 5c585f0  Oops - changed wrong file in r1467463
    omit c61dde3  Fix download_jars so it clears up old versions
    omit 08a394c  upgrade to commons-logging 1.1.2
    omit c570d64  upgrade to commons-logging 1.1.2
    omit ccd28d4  Update to httpclient and httpcore 4.2.4
    omit 9afcde9  Update to httpclient and httpcore 4.2.4
    omit 339e097  Update to httpclient and httpcore 4.2.4
    omit 26fe234  Unused import
    omit 3d3099a  Fix up some deprecations
    omit f9cbdc9  Update to 2.10-SNAPSHOT
    omit f5d8b9b  Rollback to fix of bugs: 54482- HC fails to follow redirects with non-encoded chars 54293- JMeter rejects html tags '&lt;' in query params as invalid when they are accepted by the browser 54142- HTTP Proxy Server throws an exception when path contains "|" character
    omit 1bcfe4b  Bug 54825 - Add shortcuts to move elements in the tree svn eol Bugzilla Id: 54825
    omit 2a9e005  Bug 54825 - Add shortcuts to move elements in the tree Bugzilla Id: 54825
    omit 356d362  Property does not have to be public; use constant for property default
    omit 56f225c  Bug 42428 - Workbench not saved with Test Plan Bugzilla Id: 42428
    omit 63f8e1d  Bug 54777 - Improve Performance of default ResultCollector Bugzilla Id: 54777
    omit 5d5b2ef  Bug 54777 - Improve Performance of default ResultCollector Add saving.autoflush Bugzilla Id: 54777
    omit 460daac  Bug 54798 - Using subject from EML-file for SMTP Sampler Bugzilla Id: 54798
    omit e636a55  Fix a double bug ID Next version would be 2.10
    omit 35d28d1  Detab Bugzilla Id: 54788
    omit f09f885  Bug 54788 - JMS Point-to-Point Sampler - GUI enhancements to increase readability and ease of use Bugzilla Id: 54788
    omit 590140c  Bug 54777 - Improve Performance of default ResultCollector Bugzilla Id: 54777
    omit 6b612b6  Set a minimum width for the text box of concurrent pool number.
    omit fdc5317  Bug 54776 - Update the dependency on Bouncy Castle to 1.48 Bugzilla Id: 54776
    omit cc288d7  https://issues.apache.org/bugzilla/show_bug.cgi?id=54586 Display exception to indicate parsing Bugzilla Id: 54586
    omit 20f3348  ERGONOMICS : When variables are used for timer values, we need to scroll
    omit a538b00  Oops - wrong eol-style
    omit 18aa9e4  Eol-style
    omit 5e1a4c0  ArrayIndexOutOfBoundsException if "sample_variable" is set in client but not server Bugzilla Id: 54685
    omit 3ad63ed  Document bug descriptions for tests
    omit e04290a  Be consistent
    omit b4531c6  StringIndexOutOfBoundsException at SampleResult.getSampleLabel() if key_on_threadname=false when using Statistical mode Bugzilla Id: 5473
    omit 7f9c1a0  output properties file path when not found
    omit 57c32a3  No need to create a Double here
    omit 8b41bb4  Tab police - also remove trailing spaces in same files
    omit d16952a  Don't use actual tab in strings
    omit 1e4037f  Tab police - also remove trailing spaces in same files
    omit cd44d13  Tab police - also remove trailing spaces in same files
    omit e322f5a  Tab police - also remove trailing spaces in same files
    omit c8f4190  Tab police
    omit 74099d3  Add missing serialVersionUIDs (dummy value, because we won't need to serialise these classes)
    omit 509af6e  Another twice call of sampleEnd (if a exception occured) Bugzilla Id: 54584
    omit 01bb10e  Fix a twice call of sampleEnd Bugzilla Id: 54584
    omit 6def070  Unnecessary instance variable
    omit d98ba8c  Add the mongo jar in packages Bugzilla Id: 54584
    omit 86a00e3  fixed typo in doc
    omit 8d50d83  Add flag forcing non-GUI JVM to exit after test Bugzilla Id: 54669
    omit 08cc241  Add French translation, add AL header on resources properties files, litte javadoc and serial id. Bugzilla Id: 54584
    omit 3956bf8  RegEx User Parameters Post Processor  : fixes a bad encoding for some accented chars & Alphabetical order Bugzilla Id: 45772
    omit c55516c  Revert to Bouncy Castle 1.45 - 1.48 has incompatible changes
    omit acf6562  Update to latest version of Bouncy Castle jars
    omit cf5bec7  Fixed typo
    omit 71c7042  Bug 54584 - MongoDB plugin I18N Bugzilla Id: 54584
    omit c998b9c  Bug 54584 - MongoDB plugin Cleanup code Bugzilla Id: 54584
    omit 6e61a5d  Bug 54584 - MongoDB plugin Add constant for port Cleanup code Bugzilla Id: 54584
    omit a5b6910  re-instate javadocs
    omit 2ce2c07  Update fileversion property Bugzilla Id: 54584
    omit 16aae76  Add an exclusion for mongo jar Bugzilla Id: 54584
    omit feee302  Update version in saveservice Add Mongo elements to saveservice Bugzilla Id: 54584
    omit 3fc797b  Bug 54584 - MongoDB plugin Document use Bugzilla Id: 54584
    omit f23f011  Bug 54584 - MongoDB plugin Add to eclipse.classpath Bugzilla Id: 54584
    omit dac61ce  Bug 54584 - MongoDB plugin Fix Exception Bugzilla Id: 54584
    omit 65d8964  Bug 54584 - MongoDB plugin EOL Bugzilla Id: 54584
    omit a4971e9  Bug 54584 - MongoDB plugin Bugzilla Id: 54584
    omit 09ac9aa  Improve rendering of tooltips
    omit e4ff996  Bug 54629 - HTMLParser does not extract <object> tag urls Bugzilla Id: 54629
    omit a5d0f6b  Bug 54268 - Improve CPU and memory usage Factor out code Bugzilla Id: 54268
    omit 0969875  Bug 54268 - Improve CPU and memory usage Bugzilla Id: 54268
    omit cca95fb  Bug 54627 - JMeter Proxy GUI: Type of sampler settings takes the whole screen with when there are samplers with long name Bugzilla Id: 54627
    omit 179b53e  View Results Tree have a lot of Garbage characters if html page uses double-byte charset Preserve original case of content-type Bugzilla Id: 54585
    omit 7426638  Log a bit more info for ULE error
    omit 1d098e1  View Results Tree have a lot of Garbage characters if html page uses double-byte charset Bugzilla Id: 54589
    omit 307df8a  Bug 54589 - View Results Tree have a lot of Garbage characters Garbage characters Bugzilla Id: 54589
    omit e245d7e  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Fixed only one input appearing in some cases Bugzilla Id: 54576
    omit 2e5b392  Updated to jsoup-1.7.2
    omit b5a2c92  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Improve layout Bugzilla Id: 54576
    omit 2c92a08  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Add missing label Bugzilla Id: 54576
    omit d002504  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester eol Bugzilla Id: 54576
    omit 5e70f45  Bug 54576 - View Results Tree : Add a CSS/JQuery Tester Bugzilla Id: 54576
    omit 2420cc2  Bug 54575 - CSS/JQuery Extractor : Choosing JODD Implementation always uses JSOUP Bugzilla Id: 54575
    omit 1f02932  Bug 54553 - Mispelling Word on remote test usermanual Bugzilla Id: 54553
    omit fd75f3a  Change as per sebb remark
    omit 0894314  Change as per sebb remark
    omit 5d7c7c8  Add URL concerned by certificate refusal if available
    omit a633767  Bug 54467 - Loop controller Controller check conditions each request Use constant for -1 special value Bugzilla Id: 54467
    omit 28383a4  Bug 54467 - Loop controller Controller check conditions each request Add Test Bugzilla Id: 54467
    omit 51b1d6e  Bug 54467 - Loop controller Controller check conditions each request Fix test failure Bugzilla Id: 54467
    omit 40e4e4a  Bug 54467 - Loop controller Controller check conditions each request Error in inherited method override (test still fails with it) Bugzilla Id: 54467
    omit a64345d  Bug 54540 - "HTML Parameter Mask" are not marked deprecated in the IHM Fix error on test Bugzilla Id: 54540
    omit 15b788b  Bug 54540 - "HTML Parameter Mask" are not marked deprecated in the IHM Bugzilla Id: 54540
    omit 05d3759  Bug 54467 - Loop controller Controller check conditions each request Bugzilla Id: 54467
    omit f57f1cc  Bug 54538 - GUI: context menu is too big Improve based on Screen display Bugzilla Id: 54538
    omit 86d1402  Improve Response Time Graph Y axis scale with huge values or small values (< 1000ms). Add a new field to define increment scale Bugzilla Id: 54532
    omit cf0989a  Fix file descriptor leak
    omit 60b0462  Fix Findbugs warning on Non serializable field within Serializable class
    omit eb65c5a  Bug 54538 - GUI: context menu is too big SVN ELO Bugzilla Id: 54538
    omit dcea058  Bug 54538 - GUI: context menu is too big Bugzilla Id: 54538
    omit a75c4b9  Re-arrange order slightly to give better debug output
    omit 83dc639  Rename private field to better reflect its contents
    omit c976aa3  Bug 54142 - HTTP Proxy Server throws an exception when path contains "|" character Bugzilla Id: 54142
    omit cb5eeb6  Bug 54293 - JMeter rejects html tags '<' in query params as invalid when they are accepted by the browser Bugzilla Id: 54293
    omit 12da2a5  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
    omit 43513f7  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
    omit b8d0f3a  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
    omit 5fe53d1  Remove FB warning
    omit 78d8d58  Bug 52265 - Code:Transient fields not set by deserialization Bugzilla Id: 52265
    omit d042516  Bug 54482 - HC fails to follow redirects with non-encoded chars Apply fix to HTTPHC3Impl Factor out sanitize code in ConversionUtils Bugzilla Id: 54482
    omit 02549d2  Bug 54482 - HC fails to follow redirects with non-encoded chars Bugzilla Id: 54482
    omit 1dcdb2c  Add TODO regarding need for serialisable lock
    omit ea7ea9d  Added FIXME
    omit 4168f47  Removed useless method (with infinite recursion)
    omit a2a1a61  update to 2.10-SNAPSHOT
    omit 24b84bc  Bug 54504 - Resource string not found: [clipboard_node_read_error] Bugzilla Id: 54504
    omit 9a310ea  Switch to next version
    omit 7cfe4dc  Switch to next version
    omit 92cb6b4  Add a basic check for missing message property keys
    omit 999be53  Use standard naming convention for message propery keys - don't rely on JMeterUtils conversion
    omit 8a1c1a2  Add missing NON-NLS markers for message property key name strings
    omit 6e781ac  Add missing NON-NLS markers for message property key name strings
    omit a11e5b9  Add missing NON-NLS markers for message property key name strings
    omit c8aa758  Inappropriate use of  // $NON-NLS-1$
    omit 198a334  Incorrect message property name
    omit 7dbbe34  Report lastest changes from docs-2.9 branch on trunk
    omit 4dc27c0  JMeter 2.9 release
    omit 8d9b107  Oops - revert r1438522 as the EOL affects the size.
    omit 39a6793  EOLstyle fixes
    omit d3cd93c  EOLstyle fixes
    omit 4432fe9  EOLstyle fixes
    omit 3e37529  EOLstyle fixes
    omit 19984cc  EOLstyle fixes
    omit 94de95a  Missing Test Plan
    omit 86a2877  Added missing changes Fixed typo in changes Added screenshots for somes
    omit 3c971eb  Added or updated screenshots
    omit d90fb4c  Fix missing word ".version"
    omit 94433c5  Prepare next release 2.9: update docs tree and overview (RC2)
    omit e4edb70  Prepare next release 2.9: update docs tree and overview (RC1)
    omit b72f858  Update New and Noteworthy section with some screenshots for the next release Add a style css for h2/h3 titles Add mention to Java 6 requirements
    omit 79c72a4  Upgrade to jodd 3.4.1
    omit 977e76b  update rhino, jsoup, jodd
    omit 16f8652  Bug 54154 - HTTP Proxy Server should not force user to select the type of Sampler in HTTP Sampler Settings Make default Blank in Proxy Server Bugzilla Id: 54154
    omit 69343f2  Upgrade Tika libs to 1.3; Add maven dependencies for Tika core & parsers
    omit b4485a6  https://issues.apache.org/bugzilla/show_bug.cgi?id=54467 Bugzilla Id: 54467
    omit 045d59b  Fix copyright date
    omit dd96837  Fix copyright date
    omit 249dc3d  Bug 54451 - Response Time Graph reports wrong times when the are many samples for same time Clarify docs Bugzilla Id: 54451
    omit def2222  code cleanup
    omit 9408d3b  Don't synch on String http://www.javalobby.org/java/forums/t96352.html
    omit ad425e5  Revert to orginal default mode
    omit 88e5226  CSVSaveService does not handle date parsing very well Bugzilla Id: 54459
    omit de32ccf  Javadoc Unused import
    omit fb94c9f  Move DateFormat creation to where it is needed (will be called at most once)
    omit 318ff24  Set capacity of HashSet to reduce memory usage
    omit 1630cc0  Increase buffer size
    omit ac73e92  Bug 54451 - Response Time Graph reports wrong times when the are many samples for same time
    omit 45f4b2b  Bug 54351 - HC4 and URI fragments is failing Bugzilla Id: 54351
    omit 82be7a1  Bug 54351 - HC4 and URI fragments is failing Bugzilla Id: 54351
    omit bea5201  Bug 54418 - UUID Function Bugzilla Id: 54418
    omit b18e99d  Fix text: JMeter now fails if remote engine config fails
    omit d9c690b  Bug 54414 - Remote Test should not start if one of the engines fails to start correctly Added incompatible change section Bugzilla Id: 54414
    omit 448635f  Bug 54414 - Remote Test should not start if one of the engines fails to start correctly Bugzilla Id: 54414
    omit b78df04  Add serial id different from 1
    omit 14c1f10  Bug 54412 - Changing JMeter defaults to ensure better performances by default Added a new Test for remote after modification of mode to StrippingBatch Bugzilla Id: 54412
    omit cf00b72  Bug 54413 - DataStrippingSampleSender returns 0 for number of bytes of any response Bugzilla Id: 54413
    omit 92d092c  Bug 54412 - Changing JMeter defaults to ensure better performances by default Document as per mailing list discussion Bugzilla Id: 54412
    omit a99aeb8  Bug 54412 - Changing JMeter defaults to ensure better performances by default Bugzilla Id: 54412
    omit 64e5ca3  Fix some spaces
    omit 4d1deae  Clarify documentation
    omit e6c34fa  Standardise on Locale.English - as recommended in String#toLowerCase()
    omit 468ee23  Ignore new jar
    omit de542dc  Explicit casting to Long
    omit a685f33  Generics: specify List type (and drop unnecessary casts)
    omit 98ff6d4  Unused imports
    omit 110f925  Make constructor private
    omit 6cb82f8  Fix screenshots
    omit bce848b  Bug 54160 - Add support for xpath assertion to apply to a JMeter variable. Bugzilla Id: 54160
    omit 9b79eb6  Bug 54376 - ScopePanel : Allow configuring more precisely scopes
    omit 40e68e0  Bug 54376: XPath extractor should not have scopes "Main sample and sub-samples" and "Sub-samples only" Bugzilla Id: 54376
    omit 734c1db  Factor out constructor
    omit 6bed343  Bug 54375 Regular Expression Extractor : When regex syntax is wrong, post processing is stopped Bugzilla Id: 54375
    omit 4042cfa  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Clarify label Bugzilla Id: 54182
    omit ff91735  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Update docs Bugzilla Id: 54182
    omit 6c4df83  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Screenshots Bugzilla Id: 54182
    omit 662eadc  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Default to text message Bugzilla Id: 54182
    omit 1ff984c  Bug 54182 - Support sending of ByteMessage for JMS Publisher. Bugzilla Id: 54182
    omit 3ad2a43  Mixed up two labels
    omit 3f490ac  Oups
    omit c8fbc57  Add a resource to clarify usage
    omit 98cbb97  Fix typos
    omit 89e61ee  Move methods to TristateCheckBox
    omit 12d2df8  typo
    omit d25da01  Bug 45772 - RegEx User Parameters Post Processor update revision saveservice Bugzilla Id: 45772
    omit 457f650  Bug 45772 - RegEx User Parameters Post Processor saveservice Bugzilla Id: 45772
    omit 025d5cf  Bug 45772 - RegEx User Parameters Post Processor eol Bugzilla Id: 45772
    omit efb1ba0  Bug 45772 - RegEx User Parameters Post Processor Bugzilla Id: 45772
    omit ff5219c  Bug 45772 - RgEx User Parameters Post Processor Bugzilla Id: 45772
    omit 7d63f18  Bug 45772 - RgEx User Parameters Post Processor Bugzilla Id: 45772
    omit 8c8eb85  Fix some errors in javadoc   [javadoc] /home/jmeter/src/components/org/apache/jmeter/extractor/JoddExtractor.java:36: warning - Tag @see:illegal character: "58" in "http://jodd.org/doc/csselly/"   [javadoc] /home/jmeter/src/components/org/apache/jmeter/extractor/JoddExtractor.java:56: warning - Tag @see: can't find extract(java.lang.String, java.lang.String, int, java.lang.String, java.util.List, int, boolean) in org.apache.jmeter.extractor.Extractor   [javadoc] /home/jm [...]
    omit ae86c9a  Add jars to svn ignore Bugzilla Id: 54259
    omit 56a8e09  Fix test unit error (_test ant tack):      [java] 1) runGUITitle(org.apache.jmeter.junit.JMeterTest)junit.framework.AssertionFailedError: component_reference.xml needs 'CSS/JQuery_extractor' anchor for org.apache.jmeter.extractor.gui.HtmlExtractorGui
    omit 464b7e5  Change log level when file is missing of scripting error occurs
    omit 80d6a0e  fix typo
    omit 361011c  Use error on exception instead of warn for log level
    omit 4f53062  Fill New and Noteworthy section
    omit 9204673  Rename 54259 issue to make it clearer Add missing <bugzilla> tag
    omit a12fcbf  Test : Restore
    omit 6354e1c  TEST
    omit 2dda7c8  Bug 54331 - AjpSampler throws null pointer on GET request that are protected Bugzilla Id: 54331
    omit c8a3140  Bug 54326 - AjpSampler send file in post throws FileNotFoundException Fix also file leak Bugzilla Id: 54326
    omit 9bb7ccc  Restrict exception
    omit f1cdb24  Bug 54259 - Introduce a CSS or jquery-like based Extractor Documentation Bugzilla Id: 54259
    omit f26763d  Clarification about performance impacts of some options
    omit 475039a  Bug 54268 - Improve CPU and memory usage Bugzilla Id: 54268
    omit d9363c7  Bug 54264 - random variable problem when you set a seed Clarify documentation Bugzilla Id: 54264
    omit e72277e  Bug 54259 - Introduce a CSS or jquery-like based Extractor Documentation Bugzilla Id: 54259
    omit a2fd8d7  Bug 54259 - Introduce a CSS or jquery-like based Extractor Fix i18n label Bugzilla Id: 54259
    omit ae226f1  Bug 54259 - Introduce a CSS or jquery-like based Extractor update version and revision Bugzilla Id: 54259
    omit 82803af  Bug 54259 - Introduce a CSS or jquery-like based Extractor update version Bugzilla Id: 54259
    omit 7c786e9  Bug 54259 - Introduce a CSS or jquery-like based Extractor saveservice.properties Bugzilla Id: 54259
    omit 7633fdc  Bug 54259 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances Bugzilla Id: 54259
    omit 31bd61d  Bug 54259 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances Bugzilla Id: 54259
    omit f91638a  Bug 54259 - Introduce a CSS or jquery-like based Extractor Introduce parse caching to improve performances Bugzilla Id: 54259
    omit 6858a15  Bug 54259 - Introduce a CSS or jquery-like based Extractor FIX EOL Bugzilla Id: 54259
    omit 4d120e2  Bug 54259 - Introduce a CSS or jquery-like based Extractor Bugzilla Id: 54259
    omit 017853a  Bug 54271 - Module Controller breaks if test plan is renamed Bugzilla Id: 54271
    omit 9e910fb  Bug 54274 - Property Jincludecontroller.prefix is Missing in Jmeter 2.8 Bugzilla Id: 54274
    omit 34f8701  Incorrect Timestamp in Response Time Graph when using a date with time in Date format field Bugzilla Id: 54287
    omit 272cae8  Needs to be executable
    omit 8aa3705  Bug 54268 - Improve memory and CPU usage make field volatile and transient as per sebb remark on mailing list Bugzilla Id: 54268
    omit 7037e41  Bug 54268 - Improve memory and CPU usage EOL Bugzilla Id: 54268
    omit bc16389  Bug 54268 - Improve memory and CPU usage Sample Plan Bugzilla Id: 54268
    omit 9b4736c  Bug 54268 - Improve memory and CPU usage Improve CPU by caching response as String instead of computing it for each post processor Improve memory by eagerly cleaning the cached field Bugzilla Id: 54268
    omit 15a68bb  eol
    omit 84868bf  Bug 54268 - Improve memory usage
    omit d26da38  Note about performances
    omit bc2712a  Tristate default values need to be saved
    omit 4bd3560  Initial attempt at using TristateCheckbox for close connection and noDelay Note that close connection uses a default when saving to the JMX file whereas nodDelay saves both true and false.
    omit 7caff80  Also show noDelay config item
    omit f23998d  remove useless code
    omit e98420a  Delete unused method. It was broken anyway, as the value should be stored as a boolProp
    omit b552c85  Delete unused method. It was broken anyway, as the value should be stored as a boolProp
    omit 7fe24a5  Use constant for reuse connection default Ensure default is correctly applied if omitted from JMX and used in non-GUI test
    omit 871edb3  Bug 54268 - Improve memory usage
    omit 99892ad  Bug 54267 - Start Next Thread Loop setting doesn't work in custom thread groups Bugzilla Id: 54267
    omit c1c319c  Protect debug log
    omit 61029cb  Show a bit more info in the request pane
    omit b655c6a  remove copy/paste between addRawSubResult and storeSubResult
    omit 518bd76  Add extra ctors for more compatibility with JCheckBox
    omit f26b96e  Use correct default constant
    omit 4a05bf6  TCP Sampler, additions of "Close Connection", "SO_LINGER" and "End of line(EOL) byte value" options Bugzilla Id: 54230
    omit 9dd36e4  Updated screenshots Bugzilla Id: 54230
    omit 9b58e15  TCP Sampler, additions of "Close Connection", "SO_LINGER" and "End of line(EOL) byte value" options Bugzilla Id: 54230
    omit 7354c0f  Bug 54258 - Proxy : Use Raw Post Body when Sampler has one unnamed argument, useful for Samplers using POST method by of type JSON, XML, GWT body Bugzilla Id: 54258
    omit 5077bf2  Bug 54257 - Enhance SamplerCreator interface to meet new requirements Bugzilla Id: 54257
    omit 131b08b  Add warning when a SamplerCreator is already registered for a content type and removed
    omit e74745b  Fix up so does not use private Sun class; we get the icon size from the UIManager defaults Also change from cross to horizontal line Bugzilla Id: 54251
    omit f85be18  Tidy up
    omit 899c698  Fix up so Nimbus calls paint when disabling the button Bugzilla Id: 54251
    omit 423980f  Add tests for original code - which did not use a special icon - for comparison Bugzilla Id: 54251
    omit 6998663  Add tristate checkbox implementation Bugzilla Id: 54251
    omit b5ad9f9  Remove spurious comments
    omit 9763d8f  Typo
    omit 2d24bde  Change the alignment from a vertical column to a horizontal row (better view) Bugzilla Id: 54155
    omit 92752e4  Http core 4.2.2 => 4.2.3
    omit 1437779  Fail if old version == current version
    omit 79555e8  Add release_delete target for tidying up old releases
    omit 2ceaa06  Add impl. note
    omit 2fd7226  Bug 54155 - ModuleController : Add a shortcut button to unfold the tree up to referenced controller and highlight it Bugzilla Id: 54155
    omit daabb4f  Clarify doc as per sebb note
    omit 3cdeb20  Bug 54232 - Search Feature : Add a button to search and expand results Bugzilla Id: 54232
    omit 4b60fdd  clarify documentation on Script File in BSF elements
    omit 3c75a61  Fix broken links to JMeterVariables Add javadocs links to SampleResult and JMeterContext
    omit a960911  Bug 53840 - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" " Change evaluation order in if condition as per sebb note Add errorHandlerto avoid errors in System.err Bugzilla Id: 53840
    omit e19771c  Don't cache the provided credentials
    omit 975926a  Not needed for Java 1.6
    omit b70647b  Add support for providing the ldap username and password as properties
    omit 8e586d7  Bug 53840 - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" " Oups last minute change Bugzilla Id: 53840
    omit 5cb0b5b  Bug 53840 - Proxy Recording : Response message: URLDecoder: Illegal hex characters in escape (%) pattern - For input string: "" " Bugzilla Id: 53840
    omit d432a77  Bug 54226 - View Results Tree : Show response even when server does not return ContentType header Bugzilla Id: 54226
    omit b2a66a0  Bug 54057 - Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4 Bugzilla Id: 54057
    omit 963a10f  upgrade to rhino 1.7R4
    omit 71a31dd  Aie! Fix a litte missing translation in French : file = fichier Bugzilla Id: 54200
    omit 7d83bd6  Update the documentation with the new document extract text features on View Results Tree, Response Assertion and Regular Expression Extractor. Some (design/visual) improvements  on VRT section. Bugzilla Id: 54200
    omit 58f542e  Bug 54199 - Move to Java 6 No more need for bsf-api (apache-jsr223-api) as it's in JDK Bugzilla Id: 54199
    omit 98bb621  Bug 54199 - Move to Java 6 No more need for bsf-api (apache-jsr223-api) as it's in JDK Bugzilla Id: 54199
    omit 96c4078  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
    omit 1f066bc  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
    omit f370470  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
    omit 55e2092  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
    omit 9c8327f  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
    omit 96817cc  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
    omit bf9ed10  Move to Java 6 add @Override for interface implementations Bugzilla Id: 54199
    omit 08cf98e  Remove unthrown exceptions from private method
    omit 05dcb5e  Add TIKA dependency Bugzilla Id: 54200
    omit dcc6457  Add TIKA dependency Bugzilla Id: 54200
    omit dcee6f5  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
    omit 9866534  Simplify now we are using Java 6
    omit 7e63834  Simplify now we are using Java 6
    omit bd9fbc9  Initial release of RC_upload and RC_publish targets
    omit 53418f2  Simplify now we are using Java 6
    omit 7aae8a2  Drop unnecessary @SuppressWarnings - not needed for Java 1.6
    omit d3b8467  Doc tweak
    omit 926b1c4  Standardise on BeanShell
    omit 949009a  Bug 54204 - Result Status Action Handler : Add start next thread loop option Updated docs + screenshot Bugzilla Id: 54204
    omit 1333a45  Bug 54204 - Result Status Action Handler : Add start next thread loop option Bugzilla Id: 54204
    omit a7a32e4  Fix potentiel NPE if method is unknown
    omit 0ad801f  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
    omit 37a6fda  Bug 46677 - Copying Test Elements between test plans fix svn:eol-style Bugzilla Id: 46677
    omit 7248803  Bug 46677 - Copying Test Elements between test plans Bugzilla Id: 46677
    omit 6ea4283  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
    omit 7c675da  Add support of several document types (like Apache OpenOffice's files, MS Office's files, PDF's files, etc.) to the elements View Results Tree, Assertion Response and Regular Expression Extractor (in using Apache Tika) Bugzilla Id: 54200
    omit 525c42d  Bug 54199 - Move to Java 6 add @Override Bugzilla Id: 54199
    omit 77e4b9a  Bug 54199 - Move to Java 6 Bugzilla Id: 54199
    omit f84b919  Fix alphabetical order
    omit 5660aad  Minor tweak to description
    omit 56b966e  Update to 2.9-SNAPSHOT
    omit 73f440d  Bug 54189 - Add a function to quote ORO regexp meta characters complete docs Bugzilla Id: 54189
    omit 5dc321c  Bug 54189 - Add a function to quote ORO regexp meta characters code cleanup Bugzilla Id: 54189
    omit 2394c10  Bug 54189 - Add a function to quote ORO regexp meta characters eol-type Bugzilla Id: 54189
    omit 2818ee9  Bug 54189 - Add a function to quote ORO regexp meta characters Bugzilla Id: 54189
    omit eb5e80c  Request tab does not show headers if request fails Bugzilla Id: 54187
    omit b76676a  WebService sampler is DEPRECATED
    omit 6d91067  Allow query strings in paths that start with HTTP or HTTPS (so setPath behaves the same as if the path were set in the GUI) Bugzilla Id: 54185
    omit f6771a4  Note how function/variable refs behave in scripting samplers
    omit 0c7d7fb  Report regex syntax errors direct to the user (not particularly useful to log them).
    omit 4d3edab  Report regex syntax errors direct to the user (not particularly useful to log them).
    omit b5848f7  Fix broken links
    omit ad0cf30  ViewResultsTree could not render the HTML response: handle failure to parse HTML Bugzilla Id: 54166
    omit f334bf3  Use HTTPConstants for port numbers
    omit 6a86aba  Move comment to correct location
    omit de7b701  Bug 54172 - Duplicate shortcut key not working and CTRL+C / CTRL+V / CTRL+V do not cancel default event Bugzilla Id: 54172
    omit f375d32  Bug 54165 - Proxy Server: Improve rendering of target controller
    omit e4fee7a  Bug 54165 - Proxy Server: Improve rendering of target controller fix eol
    omit bfa802d  Bug 54165 - Proxy Server: Improve rendering of target controller Push up for reuse Bugzilla Id: 54165
    omit 11da6e9  Bug 54109 - JSR223TestElement : SampleResult properties should be set before entering script to allow user setting different code Bugzilla Id: 54109
    omit bb7c638  Bug 54109 - JSR223TestElement : SampleResult properties should be set before entering script to allow user setting different code Bugzilla Id: 54109
    omit 5e75b69  Bug 54154 - HTTP Proxy Server should not force user to select the type of Sampler in HTTP Sampler Settings Bugzilla Id: 54154
    omit 7734c15  Bug 54161 - Proxy : be able to create binary sampler for x-www-form-urlencoded POST request Bugzilla Id: 54161
    omit 36fb3f8  Unable to start JMeter from a root directory and if the full path of JMeter installation contains one or more spaces Bugzilla Id: 54023
    omit 3aaa7e2  Bug 54152 - In distributed testing : activeThreads and totalThreads always show 0 Bugzilla Id: 54152
    omit 2e7e451  Bug 54132 - Module Controller GUI : Improve rendering of referenced controller Bugzilla Id: 54132
    omit 7d0ead9  Add tag for 2.8
    omit 2e82291  Don't expose integer index conversion methods, as they have special case processing
    omit cacd7d4  Ensure that the same default value is used for the setter and getter
    omit 8eee193  Unused imports
    omit 2b95cc8  Bug 54131 - ForEach Controller : Add start and end index for looping over variables Clarify code as per sebb notes. http://mail-archives.apache.org/mod_mbox/jmeter-dev/201211.mbox/%3CCAOGo0VYLAV2Vc5XYY%2BLeSP9EPr4iVQb%2BqOq1YkVTgrf%2Bveav-Q%40mail.gmail.com%3E Bugzilla Id: 54131
    omit f14033c  Bug 54097 - CSV Data Set Config not working in distributed mode Clarified documentation for distributed tests. Bugzilla Id: 54097
    omit 256cb6e  WebService(SOAP) Request deprecation
    omit 19f20ae  Bug 54131 - ForEach Controller : Add start and end index for looping over variables Bugzilla Id: 54131
    omit 10e569e  Add TODO
    omit a109bb7  Use HTTPConstants for method names
    omit fa93eaa  Document tweak
    omit a73f69d  Use HTTPConstants for method names
    omit e60fc94  Make searchTF get focus when Search Dialog is reopened
    omit 17aa637  Bug 54129 - Search Feature does not find text although existing in elements Bugzilla Id: 54129
    omit aa0b120  Bug 54119 - HTTP 307 response is not redirected Docs
    omit 21e6be5  Bug 54119 - HTTP 307 response is not redirected Bugzilla Id: 54119
    omit f15db93  BSFTestElement and JSR223TestElement should use shared super-class for common fields Remove implements Cloneable now classes don't need to override the super-class method Bugzilla Id: 54110
    omit 8435d35  BSFTestElement and JSR223TestElement should use shared super-class for common fields Bugzilla Id: 54110
    omit dc2f184  Add batch tests for JSR223 and BSF
    omit 792b02a  createPropertyGroup does not work properly if called by a sub-class of ScriptingBeanInfoSupport Bugzilla Id: 54107
    omit 561368b  typo
    omit 6920dcc  Property entries must be defined before they are used, otherwise they generate the following warning: WARN  - jmeter.testbeans.gui.GenericTestBeanCustomizer: org.apache.jmeter.util.JSR223TestElement#cacheKey does not appear to have been configured and the fields may not behave correctly Bugzilla Id: 54107
    omit b73d147  Bug 54107 - JSR223TestElement : Enable compilation and caching of Script Text OUPS , Fix space as per milamber note Bugzilla Id: 54107
    omit ccf420b  Make class package protected
    omit c013d25  Bug 54107 - JSR223TestElement : Enable compilation and caching of Script Text Bugzilla Id: 54107
    omit 8c5fd6e  Bug 54106 - JSR223TestElement should check for file existence when a filename is set instead of using Text Area content Fix space as per milamber note Bugzilla Id: 54106
    omit 8e16331  Bug 54106 - JSR223TestElement should check for file existence when a filename is set instead of using Text Area content Bugzilla Id: 54106
    omit b6b689c  Alphabetical order and remove derbyclient
    omit 7d02548  Alphabetical order - forgot one
    omit ee3903e  Alphabetical order
    omit aa08389  Oups. Not yet.
    omit caae058  Upgrade to httpclient and httpmine 4.2.2 from 4.2.1
    omit a27b914  Alphabetical order
    omit 13b65dc  The type video/f4m is text, not binary Bugzilla Id: 54088
    omit 78b0c61  Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4 Bugzilla Id: 54057
    omit d75bfa5  Proxy option to set user and password at startup (-u and -a) not working with HTTPClient 4 Align code with HC3 implementation: use NTCredentials throughout the HC4 implementation Bugzilla Id: 54057
    omit 5241896  2.8 is out; assume 2.9 will be next release Add reference to pool log warning fix
    omit de56657  Rework & simplify r1402642 and r1402574 Avoid incorrect warning logs when using concurrent pool with cookie manager or cache manager
    omit 9990668  Fixed potential NPE when object not found in Context
    omit 7efcc07  Fixed typo
    omit c659d33  Bug 54048 - less type choices in JDBC request output(callablestatement) Bugzilla Id: 54048
    omit d7897c4  Fixed some errors
    omit 5921e7a  Bug 53995 - AbstractJDBCTestElement shares PreparedStatement between multi-threads Bugzilla Id: 53995
    omit da9de9a  Bug 54055 - View Results tree: = signs are stripped from parameter values at HTTP tab Bugzilla Id: 54055
    omit db4bb54  Use same log level as test on log level
    omit 42ca834  In HTTP Request Defaults, the value of field "Embedded URLs must match: is not saved if the check box "Retrieve All Embedded Resources" is not checked. Bugzilla Id: 54058
    omit de75889  When used the options Retrieve All Embedded Resources + Concurrent pool, these log.warn() generates a lot of lines in jmeter.log.
    omit 2a9f24e  Bug 54031 - Add tooltip to running/total threads indicator Bugzilla Id: 54031
    omit 29b0dab  Javadoc
    omit c988746  Bug 53956 - Add ability to paste (a list of values) from clipboard for Header Manager Screenshots + size fixed
    omit a9ede65  Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy screenshot
    omit 9414caa  Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy
    omit a3e0751  Bug 53875 - Include suggested defaults for URL filters on HTTP Proxy Bugzilla Id: 53875
    omit 903acfa  Bug 54006 - Webservice Sampler : Response status 500 is not considered as an error Add a known issue Bugzilla Id: 54006
    omit 67a49b6  Bug 54005 - HTTP Mirror Server : Add special headers "X-" to control Response status and response content Bugzilla Id: 54005
    omit 877cb0d  Bug 54004 - Webservice Sampler : Allow adding headers to request with Header Manager Bugzilla Id: 54004
    omit adbdb9a  Add dates of previous releases
    omit 0e1793e  Bug 53956 - Add ability to paste (a list of values) from clipboard for Header Manager Bugzilla Id: 53956
    omit f101a73  Factor out clipboard getting code
    omit 8a35ce8  Better way LDAP Extended Request: Escape ampersand (&), left angle bracket (<) and right angle bracket (>) in search filter tag in XML response data Bugzilla Id: 53997
    omit 7ab3959  LDAP Extended Request: Escape ampersand (&), left angle bracket (<) and right angle bracket (>) in search filter tag in XML response data Bugzilla Id: 53997
    omit 1ad79a9  Clarify
    omit 5fd71b2  Document the way to test for nullity in an IfController
    omit 98f835c  Avoid "possible NPE" warnings Trim spaces
    omit d11497e  Remove unused log field Trim spaces
    omit 8abaffb  Javadoc warning
    omit 0b2f43c  Javadoc warning
    omit 57afe27  Oups: removed retry part, thanks sebb
    omit ab8670b  Oups : Remove unused imports
    omit 91841c6  Add comment Remove now useless code as httpclient 4.2.1 has been integrated which contains fix for: https://issues.apache.org/jira/browse/HTTPCLIENT-1120
    omit 0aef08a  Replace locale class by private static final one Indicate a size for StringBuilder
    omit 76e04ce  Fix useless % in TargetSurvivorRatio
    omit 56779ad  Small improvement to french tranlastion on field in all listeners
    omit d39c56f  Bug 53975 - Variables replacement doesn't work with option "Delay thread creation until needed" Bugzilla Id: 53975
    omit 90e828f  JMeter 2.8 release
    omit 5b870a1  Prepare next release 2.8: update docs tree and overview (RC2)
    omit d7c47ea  [Bug 53953] New: Typo in monitor test plan documentation Bugzilla Id: 53953
    omit 5a7c0b5  Need to include new scripts in the generated build
    omit e7c56b1  Add EOL
    omit 7e15453  Minor tweaks
    omit fc587a2  Remove unused images
    omit 8a56532  Prepare next release 2.8: update docs tree and overview (RC1)
    omit 38effd0  Organize per Category. Add highlights one performance improvement
    omit f984094  Oups. Not needed
    omit 89fef37  Add New and Noteworthy for next JMeter release 2.8
    omit e4d6e32  Fixed Simple Data Writer image screenshot size
    omit 619020a  Update image to remove jakarta jmeter old home page
    omit 66fdd1f  Bug 53941 - Add latency to View Result table listener Fix height / width of screenshot Bugzilla Id: 53941
    omit f8e9ebc  Update searching docs
    omit aee6e09  Doc update
    omit 8894af0  __time() function : add another option to __time() to provide *seconds* since epoch Added /dddd division option Bugzilla Id: 51527
    omit b6f0e94  Add change note on HTTPS Spoofing removal Removed Bug inside a tag Added Bugzilla tags where Bug are referenced
    omit 442a33a  Bug 53941 - Add latency to View Result table listener Bugzilla Id: 53941
    omit 9ee012c  Bug 53941 - Add latency to View Result table listener Bugzilla Id: 53941
    omit 91b2d0e  Bug 53911 - JmeterKeystore does not allow for key down the list of certificate
    omit 4743e0e  Removes HTTPS spoofing options in JMeter HTTP Proxy Server. Since JMeter 2.4, the HTTPS protocol is directly supported by the proxy Bugzilla Id: 53934
    omit 984ef1a  Define HTTPClient 4 for the default HTTP Request (and Proxy element to generate the HTTP requests) In Proxy Server, need to changes to retrieve the selected order (no based on JCombo list index) Bugzilla Id: 53931
    omit 9f87a9a  Define HTTPClient 4 for the default HTTP Request (and Proxy element to generate the HTTP requests) Bugzilla Id: 53931
    omit 0157a73  Only JMeter's website resources on Test Bug 52310
    omit 7d90561  Clarify Webservice Soap Sampler behaviour
    omit 5d417bc  Avoid this warning [java] o.a.j.junit.JMeterTest WARN: java.io.Serializable: NoSuchMethodException  org.apache.jmeter.gui.util.EscapeDialog, missing empty Constructor or Constructor with Object parameter
    omit 61c39c1  Update to httpcore 4.2.2
    omit b26c1de  Fix old jakarta link
    omit 91e791a  Document tcp.binarylength.prefix.length
    omit 2d2f582  Bug 53879 - GUI : Allow Popups to be closed with ESC key
    omit 9f7267a  Use Keystrokes class
    omit 462f33f  FileServer should provide thread-safe parsing Bugzilla Id: 53806
    omit b7ea280  No point including state in message; it is fixed here.
    omit 2ee364e  wrong Maven groupId for commons-lang Bugzilla Id: 53884
    omit 179447c  Bug 53876 - Allow URL Filters (HTTP Proxy) to be pasted from clipboard Bugzilla Id: 53876
    omit 48d3024  Keep methods as they might be used by subclasses
    omit 6f7ac80  Factor out stopTableEditing
    omit 7d8ceeb  Factor out stopTableEditing
    omit 28b4745  Factor out stopTableEditing
    omit 6f1a460  Factor out stopTableEditing
    omit c1e9591  eol Bugzilla Id: 53879
    omit 65dc618  Bug 53879 - GUI : Allow Popups to be closed with ESC key Bugzilla Id: 53879
    omit 0ffc71d  Add full stacktrace
    omit 56ba009  Bug 53874 - View Results Tree : If some parameter containing special characters like % is not encoded, RequestViewHTTP fails with java.lang.IllegalArgumentException: URLDecoder: Illegal hex characters in escape (%) pattern and Response is not displayed
    omit 9c77a2f  The internal data list must contains sampler label to allow reload data/interval and draw the graph if no results file defined. Bugzilla Id: 53718
    omit f2a2d64  CSV Dataset does not handle embedded new lines in quoted data Bugzilla Id: 53807
    omit 16bf194  FileServer should provide direct access to the BufferedReader Bugzilla Id: 53806
    omit d32c60e  Javadoc
    omit 8e410f3  Add some more tests
    omit 478f96c  Javadoc correction
    omit 1c5b3e8  Document why methods are synchronised
    omit d44833c  Would be nice to have the JMeter Version available as a property Bugzilla Id: 53862
    omit ffebf0a  For SeriesNames need to retain insertion order otherwise they have a mismatch between labels and series
    omit 1990378  Document known Linux Java bug
    omit aeaa4d9  More on threads and variables
    omit d5786ea  Remove useless null test
    omit 104dae2  Use BufferedOutputStream Close body on thread end
    omit ad3eb79  Use BufferedOutputStream
    omit 76d38df  Use BufferedOutputStream
    omit fc292e5  Use BufferedOutputStream Test log level
    omit e3ed97b  Cache thread name
    omit d96ebdf  Use BufferedOutputStream
    omit cc113d7  Use BufferedOutputStream
    omit 5ff5a1d  Use BufferedOutputStream
    omit 14fa344  Use BufferedOutputStream
    omit 8c73914  Pressing "Stop" does not interrupt the TCP sampler Bugzilla Id: 53838
    omit ef16e8a  Add known issue
    omit c5133e2  Bug 53844 - JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException Fix screenshot dimensions Bugzilla Id: 53844
    omit 86ff7e6  update image as there are new fields
    omit 7a7a1a2  Bug 53844 - JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException Bugzilla Id: 53844
    omit 08cf8c3  Make message clearer when getDataSource() returns empty value
    omit 04f897c  Add javadocs
    omit 74a92a5  Bug 53841 - CSVSaveService reads file using JVM default file encoding instead of using the one configured in saveservice.properties
    omit 0631663  Bug 53841 - CSVSaveService reads file using JVM default file encoding instead of using the one configured in saveservice.properties Bugzilla Id: 53841
    omit 4ea4e70  Add logging + cascade exception
    omit 4b97164  Remove isNumeric and add warning
    omit 8e84fd0  Rollback StringUtils#isNumeric test (thanks sebb for pointing this ! ) Added 2 tests in JUnit to detect these errors
    omit a4575f0  Remove unused parameters
    omit 9234fb6  Comment unused parameter
    omit 56bdbfa  Remove unused parameter
    omit 68edb4d  lowercase non constant attributes
    omit 5775f58  Comment unused method make attribute a local parameter
    omit ce3e0ed  Remove unused var Use interface when possible
    omit 8d3a2cf  Change as per sebb comment
    omit d409616  remove unused import
    omit 68b0023  remove unused import
    omit e362b49  Remove references to removed parameter
    omit 817dc9c  Remove unnecessary and distracting line-wraps
    omit 4a59e97  Make fields final
    omit 7e6d07b  use interface instead of impl remove useless null test
    omit 7c9f958  use interface instead of impl
    omit a6926d8  Remove useless braces
    omit c82453f  remove temp var
    omit 9654762  Make fields final Make field local
    omit 87f1411  Make fields final Make field constant
    omit 32b5c64  Remove useless braces
    omit 5652d95  Remove useless braces
    omit 532ef5c  Make fields final Make field local
    omit dd5e088  Remove useless code
    omit 614a657  Add braces for if
    omit 2309612  Remove unused parameter
    omit ba570a6  remove unused import
    omit 91d79a7  Remove static import
    omit 42f0874  use indexOf(char)
    omit 60bb29e  Use System.arrayCopy
    omit 560f5ad  use indexOf(char)
    omit 523cb02  Use System.arrayCopy
    omit 504bdde  remove unused import
    omit 820eeb1  use indexOf(char)
    omit 66a8cda  use indexOf(char) remove unused import
    omit 1a8ca86  use indexOf(char)
    omit 8ba1bbd  Remove unused parameter
    omit 097d6fc  use indexOf(char)
    omit 7c62f9d  use indexOf(char)
    omit 8bb1a72  Use System.arrayCopy
    omit da251ca  Use System.arrayCopy
    omit a7246bc  Ok found the bug
    omit d19331e  Add final on field
    omit efe869a  Remove final on methods as class is final
    omit a954a11  Rollback is Numeric => Don't understand why isNumber generates this failure:      [java] 1) SFFTest5(org.apache.jmeter.functions.PackageTest)junit.framework.AssertionFailedError: Should have thrown JMeterStopThreadException      [java]     at org.apache.jmeter.functions.PackageTest.SFFTest5(PackageTest.java:457)      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)      [java]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccesso [...]
    omit 6f68dbf  Make some fields final
    omit 341b6df  Remove unused import
    omit 4fc34d5  Cascade exception
    omit 67fdb2b  Use indexOf(char) is faster
    omit 882b81c  Use indexOf(char) is faster
    omit 129c1f2  remove useless brackets
    omit 48e3d8c  Make some fields final
    omit 630d583  remove useless brackets
    omit e0f578d  Add brackets
    omit 3760829  Use parse instead of useless Wrappers
    omit 31edf39  Use parse instead of useless Wrappers
    omit 50e3f2c  Cascade exception
    omit 3af0e31  remove useless brackets
    omit 2cc0bb3  Remove useless synchronized
    omit a3d6fbf  Use indexOf(char) is faster
    omit a8f2972  Remove useless local var
    omit 34d9fff  Avoid NumberFormatException by testing numericity
    omit 1de99cf  Use Integer.toString instead of concat Cascade exceptions Remove catch on NumberFormatException
    omit 13c22b1  Use Integer.toString instead of concat
    omit 9274879  Test log level
    omit fc9dcc4  Add TODO
    omit 37ff598  Make fields final Make some variables local
    omit 481bfc0  Remove unused parameter Use char for indexOf Make fields final
    omit 166f9a8  Non-nls comment can be remove
    omit dd4d850  Cascade exceptions
    omit 5674c0e  Use numeric test instead of relying on exception, should consume less CPU
    omit 1469d0a  use parseBoolean
    omit e1fbf3a  Cascade exceptions
    omit c16c176  Use interface instead of Impl
    omit 9e74f8f  Cascade exceptions
    omit c453086  Remove unused parameter Make field final
    omit e681d4e  Cascade exceptions
    omit f995f50  Cascade exceptions
    omit d64a617  Make fields final
    omit f8d0342  Make fields final
    omit 2eeba4b  Cascade exceptions Add logging of silent exceptions
    omit e60ccc3  remove useless local var
    omit 740a4fc  remove useless local var
    omit d4b464b  Remove public as it's by default
    omit c1774b4  Use Atomic classCount
    omit 54ee7c2  remove useless local var
    omit fed376e  remove useless fields
    omit 4119d7d  Make fields final
    omit a82115b  Remove useless override
    omit 2f6d514  Avoid empty string concat
    omit cf2d2b6  Add missing braces
    omit 5e3b0c6  Cascade exceptions
    omit 0520176  Make fields final
    omit fda12c3  Remove useless brackets
    omit 7f58087  Reuse StringBuilder
    omit 1c3f8e4  Add initial exception
    omit 970362c  remove useless brackets
    omit f46362e  Cleanup imports Use lowercase for instance variables
    omit e06ef8d  Add TODO
    omit 345c3ec  Rollback modification as per dev list discussion
    omit 730cd79  Rollback modification as per dev list discussion
    omit 6f306f9  Fix some screenshots size
    omit 8d694ee  UI improvements (blocs ordering, command to first position, add word 'working' directory, and swing's elements placement in space) Standard streams, i18n improvements and terms (see http://en.wikipedia.org/wiki/Standard_streams and http://fr.wikipedia.org/wiki/Flux_standard) Bugzilla Id: 53168
    omit 8c8a632  Small UI improvements
    omit 21c4e31  Simplify
    omit c6304cb  Make fields final
    omit ce616b9  Remove useless local var
    omit e88ebf7  Make fields final
    omit 5ac1a86  remove useless brackets
    omit cd74b24  Remove useless null test use parseBoolean
    omit f49a346  remove useless import
    omit e512137  Add link to Bug
    omit 2c25fac  Remove useless final
    omit 027e0f5  Fix Unused encoding
    omit 6c460a7  Oups JDK6 method
    omit 50dfe8c  Add final + TODO
    omit e7b77f9  Remove useless local var
    omit f3e8892  Add exception cascading
    omit 8880bd9  Make field final Make field local when possible
    omit e832489  Avoid throwing exception when possible
    omit ed9009f  Use JOrphanUtils#isBlank
    omit d290bff  synchronized seems useless as all instances in same Thread Group get same value.
    omit 306dec0  Remove caching as it is subject to thread corruption
    omit bbffff6  Make field final Make field local
    omit abbb9e5  Removed useless override Make field final Make field local
    omit ef4c3c8  Removed useless override
    omit 85ec594  make field local var
    omit c17ce67  Add final to field Add logger.isDebugEnabled
    omit 8637c05  Reference official API rather than 3rd party source site
    omit eb7de19  Use JOrphanUtils#isBlank Remove unused parameter
    omit c865fb0  Use JOrphanUtils#isBlank
    omit 3196b81  Reuse method in JOrphanUtils
    omit 1f1330e  use parseBoolean instead of Wrapper creation
    omit b3e0f9c  Use better empty String testing
    omit 11effd5  Avoid StringBuilder creation in loops
    omit 9081e9e  Remove useless synchronized Use better Map iteration
    omit f32e2c7  Add test case for new method
    omit be7fdab  Fix wrong javadocs
    omit baf4f1b  Use System.arrayCopy for array copy Add missing brackets around if New method to test blank array
    omit 64f790b  Document after i18n Bugzilla Id: 53168
    omit c5a082d  Added i18n for stderr, stdin, stdout Bugzilla Id: 53168
    omit a64e417  javadocs + since Bugzilla Id: 53168
    omit 1170a2b  add javadocs Bugzilla Id: 53168
    omit eb8ae3a  Factor in JOrphanUtils useful method
    omit 7ca4deb  Add more Java sampler docs
    omit 709b24a  Drop unnecessary synch. qualifiers
    omit 3f074e1  Only set base once to final value
    omit bf5d12f  Add TODO note
    omit 91f3a4b  Cannot allow resetBase() to change the base if there are open files
    omit e65b27c  Allow serialisation test to work
    omit 4b143f7  OS Process - allow specification of stdout/stderr/stdin
    omit 9a88931  OS Process - allow specification of stdout/stderr/stdin Bugzilla Id: 53168
    omit 1e7eba6  Use parseLong instead of useless Wrapper
    omit 53f1221  Use JOrphanUtils
    omit ba2701e  Document strange code
    omit 3f2b288  Remove wrong synchronized on method (as it would synch on instance while allThreadsInfo is static. no need for sync on previousTime.
    omit 4e42fa5  Use parseLong instead of creating useless wrapper
    omit f454138  Remove unused parameters vars
    omit 6a75f1e  make fields final remove unused parameter numThreads
    omit 385555f  make fields final
    omit 64c2bf9  USe interface instead of impl Avoid StringBuilder creation in loop
    omit 658eba1  Use parseBoolean instead of creating useless wrapper
    omit df0ecad  Avoid String concat Use parseBoolean instead of creating useless wrapper
    omit 36b65b4  remove final on method as class is final
    omit 593e224  Use AtomicInteger instead of synchronization
    omit 714678c  Remove useless brackets very little optimisation toarray
    omit 118f810  make fields final
    omit 2dac4d7  Remove useless brackets
    omit 611eac6  Fixed as per dev list sebb remark
    omit c84ee44  Include original exception in rethrown
    omit af6fd27  Use constants
    omit bf875b1  Remove useless constructor which has an unused parameter. Use interface instead of Impl
    omit eeb67d7  Remove useless override
    omit 9dc18a1  make fields final
    omit c3e6f06  Add brackets on if/else
    omit 2a186de  Remove useless override
    omit 4f3094a  Split FilePanel to make it easier to re-use without the fixed label and title
    omit 045feba  Javadoc
    omit fdb972f  Removed useless code
    omit dd53082  log cannot be null
    omit 371b941  Use interface instead of Impl Remove useless code JMeterError is just rethrown
    omit 09e266b  Extract gc and finalization calls in localized method as it is controversed. Add call to System.runFinalization in StandardJMeterEngine.
    omit acdf0f2  Javadoc
    omit b0204de  Document when api expects null instead of empty array
    omit 55aa6f5  Ensure scriptName is safely published across threads
    omit 8118a7e  Document when api expects null instead of empty array
    omit 4fdfde9  Add @since markers
    omit c86bb98  Remove useless brackets
    omit a1ffab8  Make class final if private constructor
    omit 296d538  Make class final if private constructor
    omit a94ce07  Revert change
    omit fbeffef  Simplify
    omit 3a65c76  Add stacktrace in exception
    omit 48274bc  Make class final if private constructor
    omit ee34bdc  Make class final if private constructor
    omit d87e01e  Make class final if private constructor
    omit b87e207  method returning arrays should return empty array instead of null
    omit a03f9e7  Make class final if private constructor
    omit ad90766  parse int
    omit 584a14b  Make class final if private constructor
    omit 66736c9  Avoid throwing NPE
    omit 9e65c2d  Make logger static final
    omit 4c11335  Make logger static final
    omit d793371  method returning arrays should return empty array instead of null
    omit 07fad59  Add brackets around else
    omit 517fe8f  fix typo
    omit ed2e634  Add some best practice note Bugzilla Id: 53520
    omit 3a14ef0  Don't use entrySet iteration as we only use value Add comment on LinkedHashMap
    omit 37dd1af  Don't use entrySet iteration as we only use value
    omit 5fbb58b  Document PARING from sebb comment on mailing list: http://mail-archives.apache.org/mod_mbox/jmeter-dev/201208.mbox/%3CCAOGo0VZFKGKGu_VS2RqinWW0ZC%2BXSYDc4y3_Qj_nKqE8wq8iuw%40mail.gmail.com%3E
    omit e244040  Javadoc
    omit 93d6e15  Add tests to show current backslash behaviour Bugzilla Id: 53534
    omit be9b4a6  Write-once field might as well be final
    omit 62286b6  Cleaner screenshot
    omit 016661c  Fix to french translation (was a bit confusing with GC)
    omit 9b979b5  Ensure close are always called
    omit 2f2f15c  Added since
    omit 90d8b02  Add french translation (oops missing a accented char)
    omit b4ab1cb  Add french translation
    omit 36f25a0  Add support for HeapDump to the JMeter GUI client
    omit 05fdf98  Add support for HeapDump to the JMeter non-GUI client
    omit adfa826  Add french translation Bugzilla Id: 53671
    omit 6b70fab  IdleTime values are not saved to CSV log Bugzilla Id: 53802
    omit 3ed7ebf  Add JMeter version in the jmx file Bugzilla Id: 53673
    omit 97396f0  Improve checking of files; allow for varying "jmeterTestPlan" element attributes/sizes
    omit 6e7cd39  OOps forgot to change icon size
    omit 3f0b620  Run tearDown Thread Groups after shutdown of main threads Bugzilla Id: 53671
    omit 8ba0355  Tidy comments
    omit 21a4a26  Remove commented code (implemented above anyway)
    omit 07c8138  Use the charset created earlier. Note: StringBody allows null charset and defaults to ASCII
    omit 8bd9203  Reduce log level (duplicates message from JMeterThread)
    omit 3913ebb  Unnecessary variable
    omit 618f592  TestCompiler uses static Set which can grow huge Bugzilla Id: 53796
    omit 551c51f  ThreadStarter is daemon, but we don't want sampler threads to be so too
    omit 0cb3f6a  Cheaper to set the thread name when creating it
    omit 8b94e99  Allow a bit more time for urls to expire - 1ms is not sufficient
    omit 462a1cd  Don't show message if host is null
    omit 892e684  Group private static fields together No code change
    omit 8387f4b  Simplify: establish class and tearDownTest implementation in testStarted, so no need for static HashMap
    omit 9422331  Unused parameter
    omit 082399b  Remove redundant null check in createJavaClient Actually use the return value from the method
    omit 09176c5  Remove redundant setup of context (already done by caller)
    omit bc1b2ee  Add advise on memory expensive listeners
    omit 6512930  Add link to jmeter best-practices on home page
    omit b4e61ae  Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Remove unnecessary implementations of tearDownTest - they just waste memory Bugzilla Id: 53782
    omit 659c998  Simplify; no need to save client and context Bugzilla Id: 53782
    omit dbeaa37  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Changes following sebb remarks on dev mailing list:
    omit 4a0489c  Add display of full stacktrace without need to look at logfile (useful for jenkins tests)
    omit 4254a64  Revert change which dropped Encoding of Post/Put values
    omit e5b58ba  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Fix NPE in distributed tests Bugzilla Id: 53782
    omit 6f346f8  Calrify Once Only Controller
    omit 6d5b7b0  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory Only register instance of JavaSamplerClient that have overriden or implemented teardownTest Bugzilla Id: 53782
    omit 2daa986  Bug 53782 - Enhance JavaSampler handling of JavaSamplerClient cleanup to use less memory
    omit 42de7d0  Fix Javadoc warning (since update to Commons-lang3)
    omit 9d10b31  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
    omit a5b2e12  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
    omit 734abb3  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
    omit ae18ca7  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods. Remove public static final from interface fields
    omit bcfed76  Code cleanup : Remove public modifier from interface methods From JLS : It is permitted, but strongly discouraged as a matter of style, to redundantly specify the public modifier for interface methods.
    omit 34f8b17  Code cleanup : Remove public modifier from interface methods
    omit 5e1bb81  Use import
    omit 1129467  Clarified todo
    omit 526d0ae  Added todo
    omit 4849e86  Added since information
    omit 88158b0  Bug 52266 - Code:Inconsistent synchronization Bugzilla Id: 52266
    omit 87597ec  We already derived the contentEncoding (charset) above
    omit b89e738  Removed useless method call
    omit 7d20473  The the case of getSendParameterValuesAsPostBody, encoding should be left to the entity handler
    omit 89e023d  Simplify and add Javadoc for PUT/PATCH content processing. TODO: the same for POST
    omit 2c720de  RequestViewRaw does not show headers unless samplerData is non-null Bugzilla Id: 53774
    omit 8adb54f  Javadoc
    omit 6b531a3  Don't return null, return empty string
    omit 3da9348  Entity file content is appended below anyway
    omit bff3535  update screenshot for counter
    omit 7a78cd5  Make matcher transient
    omit 1ea4150  Make matcher transient
    omit 3633357  Make matcher transient
    omit fbcb09a  comment
    omit 956f830  Better port default choice
    omit d06db06  Removed this key, now not needed
    omit 2645023  Translated by Google to fix unit test bug; hope it's OK!
    omit 733c992  Javadoc and renames
    omit c1bee2f  PUT/PATCH bodies are appended anyway later
    omit a2dd1a7  Rename: put => entity
    omit 991094b  PATCH content also needs to be displayed
    omit 7c79f79  More on PATCH
    omit 62e0047  Fix bug accidentally introduced in r1351008 - ContentType cannot have null parameter, so need to fetch File entry MIME type before creating it
    omit 52cf1b1  Update doc for new Response Time Graph, Aggregate Graph and Cookie Manager elements Bugzilla Id: 53718,53755
    omit 482e710  Applied some improvements from Bug 53718 (new Response Time Graph) to Aggregate Graph
    omit e586f8b  Rename Reload data button to Apply Filter Bugzilla Id: 53718
    omit 71979f60 Javadoc
    omit cd61a6c  Javadoc
    omit 46b3ed8  Clarify
    omit 2753e14  Javadoc
    omit 8cadce3  Supported for HC3.1 as well Bugzilla Id: 53675
    omit 6191423  Add PATCH verb to HTTP HC3.1 sampler Bugzilla Id: 53675
    omit 342e935  Add PATCH verb to HTTP sampler Bugzilla Id: 53675
    omit 65a9f89  Start trying to tidy up post and put code. Should eventually be able to use put code to handle non-multipart posts
    omit 4602150  Bug 53765 - Switch to commons-lang3-3.1 Bugzilla Id: 53765
    omit 0fc20d3  Bug 53765 - Switch to commons-lang3-3.1 Bugzilla Id: 53765
    omit 87bbf9b  Add the name of the new element Response Time Graph in changes Bugzilla Id: 53718
    omit a981121  Adding a HttpClient 4 cookie implementation in JMeter. Cookie Manager has now the default HC3.1 implementation and a new choice HC4 implementation (compliant with IPv6 address) and Bug 51512 - Cookies aren't inserted into HTTP request with IPv6 Host header Bugzilla Id: 53755
    omit dd2e436  Moves the pattern filter on reload data action Force the reloaded data (to remove filter) when unchecked the filter checkbox Add a change listener on JTabbedPane to make the graph when clic on Graph tab (without clic on Display Graph button) Reorganise some methods in source file Bugzilla Id: 53718
    omit 5d638a2  TestListener interface could perhaps be split up. Bugzilla Id: 53749
    omit a68e0d5  Bug 52601 - CTRL + F for the new Find feature CTRL + F1 help for functions CTRL + F for search dialog Bugzilla Id: 52601
    omit 0a50c07  update javadocs link for excalibur
    omit f7197d2  Add TODO
    omit fd70742  Lightweighting of JLabeledChoice (JComboxBox): removing the border
    omit 62f6d95  Typo
    omit 46048b7  Fixed typo Added note to mention what was implemented by 53520
    omit 859d0d8  Code comments
    omit ea72fdf  Removed unused interfaces Remoteable and TestListener
    omit 5024754  Fix badly wrapped comment
    omit 172321a  Pull constant string out of loop
    omit 0cb44c9  Inline variables that are only used once
    omit f5ee76e  ClientJMeterEngine perfoms unnecessary traverse using SearchByClass(TestListener) [it appears this has always been the case] Bugzilla Id: 53759
    omit 28bf269  Renme variable to clarify usage
    omit 8a75038  Remove unnecessary instance variable
    omit 0478aca  Avoid useless creation of SimpleDateFormat by creating it once
    omit 6fb6f81  Revert the new interfaces; don't want them used if they cannot be made to work.
    omit 023efbd  Revert the TestListener interface change. Not sure it's possible to maintain compatibility without making the handling code very messy Bugzilla Id: 53749
    omit 65edc12  TestListener interface could perhaps be split up Stage 1: split the interface; also split start and end test in case that's useful Bugzilla Id: 53749
    omit 3543dfb  Make boxing explicit. Make some fields int rather than Integer to reduce need for boxing/unboxing
    omit 3ad0546  Unused import
    omit 14deb6f  Detab
    omit 9bcd5ef  UPPER case for static little optimisation in map gets (replace containsKey+get by get then null test) Little optimisation on Map copy (use iterator instead of key iterator + get per key)
    omit c484e56  Use tab separator after whoami as per all the other invocations
    omit a54512e  Summariser: no point displaying fractional time in most cases Bugzilla Id: 53753
    omit f4155b9  Code cleanup little optimisation in map gets (replace containsKey+get by get then null test) Little optimisation on Map copy (use iterator instead of key iterator + get per key)
    omit 86b98e0  Code cleanup little optimisation in findMax to remove one useless method call
    omit 3cb6884  Rollback as per discussion on dev mailing list : http://mail-archives.apache.org/mod_mbox/jmeter-dev/201208.mbox/browser
    omit ca4841d  Capitalise static variables Put static variables first [No code change]
    omit b2aa709  TestCompiler saves unnecessary entries in pairing collection Bugzilla Id: 53750
    omit 14b6e74  Rename fields to make code clearer
    omit 5490538  Standardise on static final No code change
    omit c43bc2e  Standardise on static final No code change
    omit 7979b0f  Standardise on static final No code change
    omit 3fde660  Standardise on static final No code change
    omit 7b34acf  Add a bit more log info about the thread group
    omit 1ef5eb9  Code document update
    omit 07c8ec1  It's awkward reading logs where several classes share the same logger name. Implement local LOG instances for our sample implementations
    omit a915008  Bug 53501 - Synchronization timer blocks test end. Issue has been fixed by sebb within work on issue 53418. Bugzilla Id: 53501
    omit f878914  Renaming bug so that changes are clear when version is released
    omit 218eada  Move createLabelCombo to jorphan.GuiUtils
    omit 45ae91c  Bug 53715 - JMeter does not load WSDL Bugzilla Id: 53715
    omit 6f2dfe9  Don't check isDebugEnabled unnecessarily, but do check it before building the string param
    omit f165b8a  Don't check isDebugEnabled unnecessarily, but do check it before building the string param
    omit c285f87  Improves the memory usage by internal list (map now) which keep all results to allow the "reload data" action or "apply interval" action Bugzilla Id: 53718
    omit 3ab55b1  Bug 53743 - JavaSamplers.allSamplers static Set keeps references even after thread has ended Bugzilla Id: 53743
    omit 02929bb  Bug 53742 - When jmeter.save.saveservice.sample_count is set to true, elapsed time read by listener is always equal to 0 Bugzilla Id: 53742
    omit 3cf4386  &= is needless as stoppedAll is true Added TODO waiting for answer from sebb on dev mailing list Bugzilla Id: 53418
    omit ccd6291  Fix ConcurrentModificationException that happens when you stop a test while it's in rampup period.
    omit 6f71462  Fix NaN comparison
    omit 08bfa68  Keep LinkedHashMap as per milamber warning on previous commit, thanks milamber
    omit 80f188e  Removed useless @SuppressWarnings Used HashMap instead of LinkedHashMap Gave Map capacity put strokeWidth at top of class
    omit 5c1af96  Keep track of number of threads started and finished: Display counts in Summariser delta output Bugzilla Id: 53738
    omit 426361b  Keep track of number of threads started and finished Update context service to collec the counts and return them Bugzilla Id: 53738
    omit 2d92385  Grammar
    omit 6b97e0d  Sync with saveservice.properties Bugzilla Id: 53718
    omit d0b2adb  Change the name "Line Graph" to "Response Time Graph" Bugzilla Id: 53718
    omit 8f71c84  Use the good name of the element
    omit dcc6319  Add Line graph manual Bugzilla Id: 53718
    omit 09c0b3b  Fix Mailer visualizer screenshot size. Reduce the width of BSF Sampler size. Center VRT screenshots
    omit ac6013e  Fixbug in delayed start when used with consecutive thread groups Code was only waiting for active threads to reach zero, rather than for the thread group to finish. Bugzilla Id: 53418
    omit d010465  Enable playing with interval and filter label on a running test Bugzilla Id: 53718
    omit 666b494  StandardJMeterEngine is now responsible for starting thread groups, which in turn are responsible for their threads. All the thread creation and scheduling is now handled by the thread group. This allows the JMeterThread instances to be created only when needed by the delayed start method. Memory should now be only limited by the number of concurrent threads. Bugzilla Id: 53418
    omit e537c93  Change the lock method Add a warning to prohibit the update of interval si no file Remove a double check on durationTest and improves the message Bugzilla Id: 53718
    omit e6a8b7f  Fix indentation
    omit c7e9471  Follow intentional change to saveservice.properties
    omit 3a4e3e5  Simplify
    omit 6d29edf  Add a new visualizer to draw a line graph showing the evolution of response time for a test Bugzilla Id: 53718
    omit 54b6e52  Small improvements in aggregate graph: legend at left or right is now on 1 column (instead of 1 large line), no border to the reference's square color, reduce width on some fields Bugzilla Id: 53716
    omit 3520006  Arrange fields and methods Drop unnecessary parameter to private method
    omit a0b01c4  Fix up log messages
    omit 63bcc79  Oops forgot import
    omit 3263f55  No need to use AtomicBoolean here. Also slightly clearer to use running rather than !stopped, so changed name and inverted the value. Will also be useful if/when JMeterThread instance creation is moved here.
    omit abd9ba6  Rename private methods according to actual function
    omit b7e15f3  No point processing all thread groups when we know we only want to wait for one
    omit 1064adb  Clear down the list of groups when they are done
    omit c63c74f  Move JMeterThreadMonitor implementation from engine to the thread group, as the engine was calling the group anyway.
    omit 18d1362  Correct comment
    omit 20d215c  Add delayed_start French translation Bugzilla Id: 53418
    omit adfa131  delayedStartup needs to be constant Bugzilla Id: 53418
    omit 72d2fcd  Merge OnDemandThreadGroup into ThreadGroup: Don't display delayed start for setUp/tearDown thread groups Rename onDemand as delayed_start Make the property optional in JMC files
    omit f7a62a7  No longer need these
    omit 219036e  Fix saveservice version
    omit c86781e  Merge OnDemandThreadGroup into ThreadGroup Bugzilla Id: 53418
    omit 1062bb8  Clarify Content Encoding GUI field
    omit de0676a  Nested image has changed
    omit 28479fc  Clarified documentation of Access Log Sampler Added some formating
    omit 9c6b5fb  Added license
    omit d6b663a  Display 'Apache JMeter' title in app title bar in Gnome 3 Bugzilla Id: 53616
    omit 3e2d68a  Display 'Apache JMeter' title in app title bar in Gnome 3 Bugzilla Id: 53616
    omit 8346c50  Better with the maven2.repo property
    omit 5f2171e  mvnsearch doesn't work. Using the repo2.maven.org to get jCharts jar
    omit 9750134  Bug 53318 - Add Embedded URL Filter to HTTP Request Defaults Control Bugzilla Id: 53318
    omit 11cabc7  Fixed findbugs issue
    omit bace394  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup simplified and cleaned
    omit 2e2f970  Don't log partial responses to the jmeter log Bugzilla Id: 53566
    omit f0698bf  Bug 53511 - access log sampler SessionFilter throws NullPointerException - cookie manager not initialized properly Bugzilla Id: 53511
    omit ca0f453  Unused import
    omit 487c275  Generics warning
    omit 716981a  Bug 42245 - Show clear passwords in HTTP Authorization Manager Bugzilla Id: 42245
    omit e80f57b  Ensure stream is closed even if exception occurs, because with current code, there are leaks in callers HTTPHC4Impl, HTTPHC4Impl and HTTPJavaImpl
    omit 8d870a0  Add tag for 2.7
    omit b73e80e  Close resources
    omit b759173  Missing @Override
    omit 6dad473  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value IF Last-Modified or Date are missing or invalid, set expiration date to one year in future Bugzilla Id: 53522
    omit 66db5ab  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Fix typo Bugzilla Id: 53522
    omit f7ad3e3  Fix up documentation Bugzilla Id: 53522
    omit 5381fc0  Fix comments
    omit 558a071  Ensure all parameters are in debug log
    omit 7514155  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Fixed test case
    omit 5e18227  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Added test case Added sleep to ensure entries become invalid after their expiration date has passed Bugzilla Id: 53522
    omit a787765  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Added test case Added sleep to ensure entries become invalid after their expiration date has passed Bugzilla Id: 53522
    omit 18970bf  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Changed to store entry forever if no max-age and no expires header which is what specification says in my understanding: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html Bugzilla Id: 53522
    omit 5cae02a  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Fix SaveService fileVersion and version
    omit d421794  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Fix saveservice.properties
    omit e6a3ec7  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Fix EOL Bugzilla Id: 53418
    omit 1d86a07  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Documentation update Bugzilla Id: 53418
    omit 7084a1c  Bug 53418 - New OnDemandThreadGroup that creates threads when needed instead of creating them on Test startup Bugzilla Id: 53418
    omit 3e3caed  Factor out similar code
    omit d58d5aad Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value (edit)
    omit 3fe71d0  no-cache responses should be stored, but must be revalidated, so don't store an expiry date for them Bugzilla Id: 53522
    omit 3fafb58  Remove spurious <p> tag
    omit 28b232b  Update to HttpClient 4.2.1
    omit 58b566b  Update to HttpClient 4.2.1
    omit 7740e8e  Field is only created once, so make it final
    omit 792e71c  Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts Bugzilla Id: 53520
    omit a11c2a7  Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts Bugzilla Id: 53520
    omit 98a6078  Bug 53520 - JSR223 Elements : Use Compilable interface to improve performances on File scripts Bugzilla Id: 53520
    omit 6a0987f  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Clarify incompatible changes Bugzilla Id: 53522
    omit 2b6cb73  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Bugzilla Id: 53522
    omit f3625e6  Bug 53522 - Cache Manager should not store at all response with header "no-cache" and store other types of Cache-Control having max-age value Bugzilla Id: 53522
    omit cce75a7  Bug 53365 - JSR223TestElement should cache ScriptEngineManager Bugzilla Id: 53365
    omit 163028f  Bug 53521 - Cache Manager should cache content with Cache-control=private Bugzilla Id: 53521
    omit 0b0b464  Bug 53521 - Cache Manager should cache content with Cache-control=private Bugzilla Id: 53521
    omit 6dfedb6  Remove useless code
    omit 5f0d7f8  New guideline
    omit c329231  Bug 53440 - SSL connection leads to ArrayStoreException on JDK 6 with some KeyManagerFactory SPI Bugzilla Id: 53440
    omit 93764a5  Standardise on HTTPConstants, not the interface
    omit 745bb8b  Standardise on HTTPConstants, not the interface
    omit c654983  Standardise on HTTPConstants, not the interface
    omit 4ae1679  More context for the debug
    omit 392b48d  More context for the debug
    omit 4a55a8e  More debug
    omit d201beb  Make tests easier to distinguish if comparisons fail
    omit 093d29d  Tidy up code - defaultpw has already been set from the system property, no point doing it again.
    omit 616d34f  Avoid NPE when running in non-GUI mode and password has not been provided
    omit 0497a1c  Avoid NPE when password is not provided
    omit 1eae3f1  Replace deprecated code
    omit 5e8ef89  Use Root interface
    omit c3d6afb  Use Root class AbstractThreadGroup
    omit b7313cc9 Use Root interface SwingConstant
    omit a2957ea  Use Root interface
    omit c4f9e21  Use Root interface
    omit 44b0d4a  Use HTTPConstantsInterface instead of HTTPConstants
    omit 5b7fc14  Use HTTPConstantsInterface instead of HTTPConstants
    omit bbbd8e6  Use HTTPConstantsInterface instead of HTTPConstants
    omit e5397ee  Use Root interface
    omit 658808a  getDefault super implementation is synchronized, so make this one also synchronized
    omit 0f4b6e9  Use InputEvent
    omit 6660743  Make non serializable field transient Bugzilla Id: 52265
    omit 50c0d32  JMS Point to Point reports too high response times in Request Response Mode - ensure the timeout is actually used Bugzilla Id: 53357
    omit 65b2007  Replace deprecated ctor parameter
    omit df820c2  Move jcharts to end as having problems downloading on some Jenkins hosts Wrong reference moved, try again
    omit b6184e6  Move jcharts to end as having problems downloading on some Jenkins hosts
    omit b09495f  Ensure starts on new line
    omit f6c3b85  bsh-2.0b5.jar now available from Maven Central
    omit 2423886  Convert tests that fail on Gump so that each subtest runs separately
    omit 5ea02b3  Use actual encoding rather than always using UTF-8
    omit 0222733  Clarify which output is which
    omit 226f85d  Clarify which output is which
    omit 5791f4d  Add Bugzilla issue tracking for Subversion
    omit b724a93  Update to HttpCore 4.2.1
    omit f54c099  Alternative solution
    omit c7a535e  Clarify documentation regarding \ before a variable
    omit 381bf04  DecimalFormat is not thread-safe, so remove static instance
    omit e430d31  DecimalFormat is not thread-safe, so remove static instance Make format a static method
    omit e3a42ee  Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different
    omit 4e7261f  Ensure disconnect is called even if abort fails
    omit fe4e10b  Bug 53364 - Sort list of Functions in Function Helper Dialog
    omit 04f36ac  Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different Clarify documentation
    omit c379943  Bug 53357 - JMS Point to Point reports too high response times in Request Response Mode
    omit cab93ae  Bug 53348 - JMeter JMS Point-to-Point Request-Response sampler doesn't work when Request-queue and Receive-queue are different Clarify documentation
    omit c1ff2b8  Keystore index is 0-based
    omit 89e6a5a  Fix url (old jakarta jmeter user list and new jmeter user list are merged)
    omit f4b53ef  Updated to HttpComponents Core 4.2 (from 4.1.4) and HttpComponents Client 4.2 (from 4.1.3)
    omit b313d26  Updated to HttpComponents Core 4.2 (from 4.1.4) and HttpComponents Client 4.2 (from 4.1.3)
    omit 9b8e69b  Keystore index is 0-based
    omit 3e4962d  Use <bugzilla> tag which generates a link to the bug
    omit 0e8392e  Use <bugzilla> tag which generates a link to the bug
    omit b40d9fc  Update dependency versions
    omit 780ef8f  Bug 53311 - JMeterUtils#runSafe should not throw Error when interrupted
    omit c4d98ee  Bug 53310 - TestAction should implement Interruptible
    omit 3d70242  Upgrade to commons-net-3.1 from 3.0.1
    omit 82c4985  JMeter 2.7 release
    omit 813e089  xml file that needs to be preserved as EOL=LF
    omit 9ead5ed  Prepare next release 2.7: update docs tree and overview (RC3)
    omit 5e5f7e8  Make a little change on docs trunk (for test release process rc3)
    omit 848e095  Prepare next release 2.7: update docs tree and overview
    omit 35df0fa  remove unused label
    omit 6f05c4d  Clarify Keystore config
    omit 453780c  Clarify Keystore config
    omit a5031a3  Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode if Includers use same element name Apply better fix that applies for all elements, not just IncludeController
    omit 79b5a22  Add comment
    omit 1987700  Better regexp to update overview.html (in docs-api task) Accept jmeter.version like 2.7 ou 2.7-SNAPSHOT
    omit 74af65f  Using a temporary directory and files for test stat graph
    omit 0cddca8  Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode if Includers use same element name
    omit b6e65b7  Defer the conversion of the Yen symbol to run-time so won't be mangled by EOL conversion
    omit 6732082  Fix up EOL property
    omit ff87860  SVN EOL style
    omit 188d6f1  Drop back to 2.7, as we will have to respin
    omit 1a0d61f  extras/*.png are binary files
    omit 2d0d18d  EOL style
    omit 6ff8273  Trunk must remain as a SNAPSHOT otherwise CI builds may fail
    omit b02e509  Prepare next release 2.7: update docs tree
    omit 780421a  Prepare next release 2.7
    omit aeca286  Borders JSplitPane cumulated: use workaround http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4131528
    omit 013e66d  New screenshots and resizing
    omit d4e489a  New screenshots and resizing
    omit e516f9d  Update screenshot tutorial web test
    omit 41b911a  Fix some size
    omit 3ae487a  New screenshots and resizing
    omit 7936150  Fixed typo
    omit 8d51624  Fixed typo
    omit 382944d  New screenshots and resizing
    omit 03d87ab  Update New and Noteworthy section (add red box and black borders), set images size in changes.xml
    omit 5198ca5  Fix some names (jakarta-jmeter -> apache-jmeter) Add mention to new error/fatal counter Add Smtp behavior
    omit 7e1e46b  New screenshots with better definition
    omit 8c61523  Resize warn icon screenshot (size in changes.xml and add rectangles add border line
    omit 90057ea  Resize warn icon screenshot (size in changes.xml and add rectangles
    omit 05b7862  Reduce logging level
    omit 33e237b  Add Workbench tool to generate test scripts
    omit a861ebf  Add newly generated test files for previous releases
    omit eec79c8  Distinguish null and empty labels
    omit 0bc5648  Bug 53261 - Make "Error/fatal" counter added in Bug 42784 open Log Viewer panel when Warn Indicator is clicked New screenshot
    omit b81d6ce  Add setUp/tearDown thread groups + test fragment
    omit 95f7b0c  Make warn JButton transparent (best L&F)
    omit c21b533  Added new and noteworthy
    omit aab6868  Bug 53261 - Make "Error/fatal" counter added in Bug 42784 open Log Viewer panel when Warn Indicator is clicked
    omit aaf1785  Fix test failure due to comment of Report section in component_reference.xml: Added exclusions on package and class
    omit 9ae9be5  Use a JLabel instead of JButton to display warning icon Increase space between error indicator and running indicator Add a tooltip text on warning icon Add one space before If parenthesis
    omit 1c3d156  Add Test Plan with all elements for 2.7
    omit 906b29a  Update ignores
    omit 2dcf3e8  Tidy up debug Don't reuse input parameter array
    omit a703e97  Fix comment
    omit e86b741  Clarified some sentences
    omit c287daa  Commenting Reports section as it's empty
    omit 15faec4  Fix screenshots sizes
    omit 61f2c87  Bug 53256 - Make Clear All command clean LogViewer content
    omit db25169  Bug 42784 - Show the number of errors logged in the GUI
    omit 2536475  Update New and Noteworthy section (add red box and black borders), set images size in changes.xml
    omit a0611da  Add SamplerCreator new and noteworthy
    omit 87bc17c  Clarified MaintainSession
    omit bd821a5  Added Changes and Noteworthy Grouped changes by "Samplers", "Listener", "reports"
    omit af8b848  Prepare New and Noteworthy section in changes.xml for next release Remove old 2.6 screenshots (moved to 2.6 folder)
    omit 298fc5a  Bug 53246 - Mailer Visualizer: improve GUI design and I18N French translation added
    omit 6008ff4  Prepare New and Noteworthy section in changes.xml for next release
    omit 2982bf3  Bug 52782 - Add a detail button on parameters table to show detail of a Row Improves the box size, name box and changes title box
    omit 7f3da1a  Tidy; add usage comments
    omit f816139  Bug 53226 - Faster startup FunctionHelper can use function list created by CompoundVariable
    omit 53ba4fa  Improve the dynamically sizing of 'write results to file / read from file' pane for all Listeners.
    omit e7399cd  Fix Javadoc error - it was incorrect Exception as well
    omit e3d948a  Import no longer used
    omit aeef9b6  Document reason for check of package name
    omit 9103405  Bug 53226 - Faster startup No need to check for abstract classes, as these are eliminated by the class finder
    omit 5fa7fdc  Javadoc
    omit d31abb0  Document parameter usage
    omit 083f8c2  Revert javadoc changes.
    omit b8c33b0  Updated JMeter distributed testing guide. Changes source format to OpenOffice odt (from sxw)
    omit 4160dc3  Bug 53226 - Faster startup Filter during search
    omit 60d2d2a  Bug 53226 - Faster startup Filter during search
    omit bf31314  Updated to httpcomponents-client 4.1.3 (from 4.1.2)
    omit f946a26  Fix Yen sign after ant docs task (on Unix/Linux env). e HTML Entity (hex) value.
    omit deeaeb3  Added warn when getBinding fails
    omit b1fe038  Fix ArrayIndexOutOfBoundException risk introduced by last commit
    omit 53c6ad2  Fix some javadoc
    omit ce65bfa  Remove dead code
    omit 4f01876  Remove Javadoc warning when javadoc generation   [javadoc] [snip]/src/jorphan/org/apache/jorphan/test/UnitTestManager.java:31: warning - Tag @see: reference not found: org.apache.jorphan.test.AllTests
    omit a8185b0  Typo
    omit d00085d  extras/proxycert.sh will be executable in binary archive
    omit 7526467  Missing @Overrides
    omit 0bbf8e6  Javadoc
    omit 042fa8d  Restore saveservice.properties version check
    omit 1e76a90  Bug 53136 - Catching Throwable needs to be carefully handled
    omit ace62ca  Bug 53136 - Catching Throwable needs to be carefully handled
    omit 6542842  Bug 53136 - Catching Throwable needs to be carefully handled
    omit baf2c0f  Bug 53136 - Catching Throwable needs to be carefully handled
    omit 2b6df47  Fix tab
    omit 5d0d33e  Little optimization : Avoid NullPointerException by testing for nullity. Caller catches NPE and selects NullProperty so no regression will happen
    omit d025364  Bug 52266 - Code:Inconsistent synchronization Use Atomic
    omit c19381a  Bug 53172 - OS Process Sampler - allow specification of Environment Variables Code cleanup
    omit 1ec5e29  Fix findbugs warning on new Boolean
    omit ec8376c  Bug 52266 - Code:Inconsistent synchronization Add synchronized on openFile method will not impact performance as method is private, lock will be reentrant
    omit 2392d1d  Add logs to diagnose GUMP Failure
    omit 664a3c1  Bug 52936 - JMS Publisher : Support sending of JMS Object Messages
    omit 4b2effb  Bug 53172 - OS Process Sampler - allow specification of Environment Variables Update documentation and screenshot
    omit 3a5f95c  Some details on running commands
    omit 18208f4  Typo & fix 'environment' in French
    omit af64789  Bug 53172 - OS Process Sampler - allow specification of Environment Variables
    omit 25334f3  Bug 53172 - OS Process Sampler - allow specification of Environment Variables
    omit 6a23a2c  Bug 53164 - New System Sampler Added working directory display
    omit e78bc1c  Add information about version change
    omit cf1982d  Add information about version change
    omit 4e075b0  Bug 53164 - New System sampler Rework changes: restore original API so HTTPArgsPanel does not need to change
    omit 0654507  Changed mime-type
    omit 1003f33  Bug 53164 - New System Sampler Updated documentation
    omit 3d87473  Bug 53164 - New System Sampler Renamed parameter
    omit 8f92604  Bug 53164 - New System Sampler Renamed to OS Process Sampler
    omit d677cfc  Added reference to javaworld article that inspired StreamGobbler and javadocs
    omit 444f51e  Bug 53164 - New System Sampler Oups wrong test
    omit d4c8760  Bug 53164 - New System Sampler Removed useless name column
    omit 6e7ffe5  Bug 53164 - New System Sampler Fixed mergeability with config elements
    omit bca744d  Fix test error and save service version
    omit b675d8f  Bug 53164 - New System Sampler Changed version
    omit 526bd0b  Bug 53164 - New System Sampler Documentation
    omit 9719095  mime-type
    omit d0e4efa  mime-type
    omit bc84647  Bug 53164 - New System Sampler Save Service
    omit c8547a7  Bug 53164 - New System Sampler Documentation
    omit f94fef2  Add new build path
    omit 6e1cc59  Never catch Throwable
    omit 13e9d3f  Make immutable private variables final
    omit 799c7eb  Bug 53164 - New System Sampler Add Maven POM for new jar
    omit f8d6843  Bug 53164 - New System Sampler
    omit 3870d01  Bug 53164 - New System Sampler
    omit 428d23b  Fixed links to Jakarta
    omit 39bf3b6  Simplify
    omit 6e32293  Simplify: encodeSpaces() is not expensive, so no point trying to avoid it for static strings
    omit f2ec1f4  Bug 52997 - Jmeter should not exit without saving Test Plan if saving before exit fails Fix crash with larger trees; only update saved copy of tree if we wrote the whole tree
    omit 967783e  More info on error
    omit e1c488c  Bug 53145 - HTTP Sampler - function in path evaluated too early
    omit a08b198  Bug 52997 - Jmeter should not exit without saving Test Plan if saving before exit fails
    omit 191d9bb  More useful error message
    omit eb633a8  Allow original exception to be provided if necessary
    omit f49959f  Bug 53073 - Allow to assign the OUT result of a JDBC CALLABLE to JMeter variables
    omit 1ae42b8  Fix ignores
    omit 74e25a1  Tidy up
    omit d180493  Generics
    omit 0320643  Unthrown Exceptions
    omit bf66020  No need to catch Throwable
    omit a8faef5  Bug 53136 - Catching Throwable needs to be carefully handled No need to catch Throwable here
    omit ca50be5  Unnecessary cast
    omit 743068d  Bug 53136 - Catching Throwable needs to be carefully handled Ensure throwable is adequately processed
    omit 92b2638  Unused imports
    omit 12ef4e0  Bug 52997 - Jmeter should not exit without saving Test Plan if saving before exit fails
    omit 081d62c  Change level to warn when invalid cookie is found
    omit 7406532  Bug 52771 - Documentation : Added RSS feed on JMeter Home page under link "Subscribe to What's New"
    omit 5572a17  Added ignore
    omit 20438f8  updated versions and dependencies
    omit 7c029e9  Bug 53129 - Upgrade XStream from 1.3.1 to 1.4.2
    omit 7b79c20  Fixed commons-io version after upgrade
    omit 86d8695  Bug 53129 - Upgrade XStream from 1.3.1 to 1.4.2
    omit 60f70e5  Add Bug52968 test case
    omit 2f0a5a0  Bug 53072 - JDBC PREPARED SELECT statements should return results in variables like non prepared SELECT
    omit 64875f0  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
    omit 33aa232  Fix Javadoc
    omit 843873f  Bug 53070 - Change Aggregate graph to Clustered Bar chart, add more columns (median, 90% line, min, max) and options, fixed some bugs
    omit 12d0e11  Add a warning is https.use.cached.ssl.context is not set or set to true when using KeystoreConfig
    omit 5d97744  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit 565f579  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit 63d1cf2  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit 05cd49f  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit 4b08e75  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit aa797b4  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit 4ade6d8  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit b1edd85  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit a3d1d7a  Add override
    omit 98e570e  Add override
    omit af40e39  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit 4fe599f  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit e9271ac  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit 5c7ea86  Bug 53042 - Introduce a new Interface to be implemented by AbstractSampler to allow Sampler to decide wether a config element applies to Sampler
    omit c0d3088  Removed invalid javadocs
    omit 5010a64  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
    omit f6271fe  Bug 53027 - Jmeter starts throwing exceptions while using SMTP Sample in a test plan with HTTP Cookie Mngr or HTTP Request Defaults
    omit bc22d9c  Bug 53042 - Introduce a new method in Sampler interface to allow Sampler to decide wether a config element applies to Sampler
    omit eea2ffd  Updated to commons-io 2.2 (from 2.1)
    omit 0c070c0  Bug 52967 - The function __P() couldn't use default value when running with remote server in GUI mode.
    omit 21a1551  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs Fixed host
    omit bfe31bd  Generics warning
    omit 7844556  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs set svn properties
    omit 192530c  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs Added Test Case
    omit a9cb993  Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs
    omit b77f67d  Clarify transaction controller doc
    omit ca61239  Retain original exception if one in progress or make in.close not quietly throw
    omit a858f32  Bug 52698 - Remove Graph Full Results Listener
    omit 1797daa  Bug 52698 - Remove Graph Full Results Listener
    omit 369be2f  Bug 50898 - IncludeController : NullPointerException loading script in non-GUI mode Added note on workaround and changed changes.xml comment
    omit 27a789e  Made method static and used closeQuietly
    omit e4e2935  Update Javadoc for methods that are likely to be used by scripting test elements
    omit dc2c540  Add docs for JMeterVariables and JMeterProperties
    omit 031a1ce  Bug 52941 - Improvements of HTML report design generated by JMeter Ant task extra JMeter Ant (ant-jmeter-1.1.1.jar) task was upgraded from 1.0.9 to 1.1.1
    omit 8fa55de  Update ant-jmeter Jar Log from http://www.programmerplanet.org/pages/projects/jmeter-ant-task.php 12/5/2011 - added jmeterlogfile attribute to support specifying the path to a JMeter log file 9/2/2011 - added remote attribute to <property> element to support sending properties to remote JMeter servers
    omit 8c0559e  Bug 52941 - Improvements of HTML report design generated by JMeter Ant task extra
    omit c3002a8  Bug 52934 - GUI : Open Test plan with the tree expanded to the testplan level and no further and select the root of the tree
    omit 5daa0e0  Bug 52939 - Webservice Sampler : Make MaintainSession configurable
    omit 38750da  Bug 52938 - Webservice Sampler : Add a jmeter property soap.document_cache to control size of Document Cache
    omit 89cc68e  Make method static
    omit 0c1063c  Bug 52937 - Webservice Sampler : Clear Soap Documents Cache at end of Test
    omit 66def8b  Bug 52810 - Enable setting JMS Properties through JMS Publisher sampler
    omit 2104def  Factor code between exceptions. Make sampler fail if Exception occurs (not only AddressException, IOException, MessagingException)
    omit 1d536b2  Bug 52916 - JDBC Exception if there is an empty user defined variable
    omit 0b0bdd3  JDBC Sampler : Sampler is not marked in error in an Exception which is not of class IOException, SQLException, IOException occurs
    omit a9aa39e  Document JDBC latency
    omit f39b9a6  Bug 52897 - HTTPSampler : Using PUT method with HTTPClient4 and empty Content Encoding and sending files leads to NullPointerException
    omit 9dd5145  Bug 52886 - Proxy : Recording issues with HTTPS when spoofing is on, secure cookies are not always changed
    omit f423168  Bug 52885 - Proxy : Recording issues with HTTPS, cookies starting with secure are partly truncated
    omit b80d7c0  Bug 52810 - Enable setting JMS Properties through JMS Publisher sampler
    omit 9b424ac  Removing always null field sslProvider
    omit 566ccbb  Bug 52871 - Multiple Certificates not working with HTTP Client 4
    omit dcc8419  Reuse constructor
    omit 0d569a4  Bug 52869 - JSR223 language list currently uses BSF list which is wrong
    omit 2d61eaa  Bug 52868 - BSF language list should be sorted
    omit 1f943cf  Regenerated PDF
    omit 72c11fe  Removed reference to jakarta Changed 2 screenshots
    omit ba233bb  Clarified how to setup Multiple Client Certificates with Keystore Configuration
    omit 63feb4f  Bug 52848 - NullPointer in "XPath Assertion"
    omit da2d85b  Fix char encoding for resultsaver_numberpadlen I18NEdit format
    omit 035e5ee  Bug 52843 - Sample headerSize and bodySize not being accumulated for subsamples Fix bug in test case
    omit 8b16190  Bug 52843 - Sample headerSize and bodySize not being accumulated for subsamples
    omit e030047  Bug 43450 - Listeners/Savers assume SampleResult count is always 1 Fix SamplingStatCalculator
    omit 4e641c7  Simplify
    omit 741e587  Bug 43450 - Listeners/Savers assume SampleResult count is always 1 fixed Generate Summary Results
    omit 8027f49  Bug 52674 - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight...) and customizing them for others
    omit e5aae4e  Bug 52674 - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight...) and customizing them for others
    omit 5dd4165  Bug 52674 - Proxy : Add a Sampler Creator to allow plugging HTTP based samplers using potentially non textual POST Body (AMF, Silverlight...) and customizing them for others
    omit 2d4e5c9  Remove temporary hack
    omit 37ecee2  Bug 52796 - MonitorHandler fails to clear variables when starting a new parse
    omit 823a099  Typo
    omit 0fffdac  Bug 52679 - User Parameters columns narrow
    omit becd329  Failure in Gump was due to different order of tests Change order to produce failure in non-Gump runs as well
    omit cda12d0  Tidy up nightly builds
    omit be7b603  Add convenience target for downloading jars needed for docs build
    omit a3bd539  Bug 52645 - Recording with Proxy leads to OutOfMemory
    omit 70a6690  Allow override of maven.home via property define
    omit 33af506  Bug 52789 - Proxy with Regexp Matching can fail with NullPointerException in Value Replacement if value is null
    omit b069c57  Bug 52788 - HttpRequestHdr : Optimize code to avoid useless work
    omit ad5fa48  Document why lazy init is used
    omit ffb3c74  Add some temporary Gump debug
    omit b99890d  Use ancestor method
    omit f76c20f  Use ancestor method
    omit b192081  Check for empty encoding also
    omit 9b8af73  Add method to check null or empty on trimmed string
    omit 529200f  Bug 52781 - Content-Disposition header garbled even if browser compatible headers is checked (HC4) Fixed wrong Boundary extraction
    omit 47e0241  Bug 52781 - Content-Disposition header garbled even if browser compatible headers is checked (HC4) Handle correctly null contentEncoding
    omit d4e108f  Add help message
    omit 78aa59c  Add empty constructor for tests
    omit b2ab848  Bug 52781 - Content-Disposition header garbled even if browser compatible headers is checked (HC4)
    omit d0c51f8  Fix typo
    omit a0b7f47  Avoid NPE when defaultVal is also null (13 times at JMeter startup)
    omit d3f072b  Bug 52783 - oro.patterncache.size property never used due to early init
    omit 07048b5  Bug 52782 - Add a detail button on parameters table to show detail of a Row
    omit 15467ac  Add a bit more info to try and track down Gump test error
    omit 2cd109a  Revert back invokeLater as we must wait for sample to occur before delivering otherwise a NPE will occurs in ResultCollector
    omit ecbdcf2  Bug 52775 - JMS Publisher : Add Non Persistent Delivery option
    omit 3e3847d  Bug 52775 - JMS Publisher : Add Non Persistent Delivery option
    omit d46ea31  Fix var name
    omit c109719  Use GUI method in SwingUtilities#invokeAndWait
    omit 869788f  Bug 52741 - TestBeanGUI default values do not work at second time or later
    omit b8af820  Bug 52762 - Problem with multiples certificates: first index not used until indexes are restarted
    omit 1b8f7f2  Try to find out why Gump is creating a status entry
    omit 4922f59  Oops! remove debug line
    omit 234d2a4  RandomVariableConfig is also a stand-alone element
    omit 2712c48  Bug 52728 - CSV Data Set Config element cannot coexist with BSF Sampler in same Thread Plan
    omit 5e2830d  Bug 52678 - Proxy : When doing replacement of UserDefinedVariables, partial values should not be substituted Added clarification in Incompatible changes
    omit 4e9ef52  Bug 52672 - Change Controller action deletes all but one child samplers Added doc
    omit b28f0c3  Bug 52680 - Mention version in which function was introduced
    omit e8c10d6  Bug 52678 - Proxy : When doing replacement of UserDefinedVariables, partial values should not be substituted
    omit bf21aee  removed useless import
    omit 074c8e8  Bug 52694 - Deadlock in GUI related to non AWT Threads updating GUI
    omit cb56b15  Bug 52675 - Refactor Proxy and HttpRequestHdr to allow Sampler Creation by Proxy
    omit 9c988b9  Bug 52672 - Change Controller action deletes all but one child samplers
    omit e1e806b  removed reference to jakarta
    omit c56e96d  rename method
    omit 9bbe5b2  Explain quoted values
    omit 37578c9  Refactored  similar code
    omit b4610dd  Fixed typo Fixed wrong log
    omit c433f11  Bug 52639 - JSplitPane divider for log panel should be hidden if log is not activated
    omit cf56f4b  Bug 52614 - MailerModel.sendMail has strange way to calculate debug setting
    omit 77cd946  Remove unthrown Exception
    omit a27f42d  Enum value is not actually used
    omit 2e06623  Store the port as a String - allows the use of functions and variables
    omit 65a0da8  Update to next snapshot version
    omit 29fec47  Bug 52613 - Using Raw Post Body option, text is considered as encoded
    omit e744cd6  Document Rhino JS Maven co-ordinate change
    omit ba0e550  Remove unnecessary variable; tidy
    omit 169781c  Property values are documented as being Strings (even if interpreted as int) Although it seems to work when saved as an Integer, better to follow the docs.
    omit c5b7f4b  Clarify HC4 behaviour wrt transport overhead
    omit a32332d  Bug 43363 - Options for compressed content Add doc to component_reference
    omit 3908c5b  Bug 52609] - Incorrect Japanese translation for "per minute" in throughput.displayName
    omit 74e1bdf  Add missing @Override
    omit 1abcf8d  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication Fixed issues discussed on mailing list
    omit 193a5e5  New version of Rhino
    omit 3519090  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication Fixed @throws Javadocs
    omit 8b81c7d  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication Javadocs+fix to missing case
    omit d7ff0f2  Upgrade from js-1.7R2.jar to rhino-1.7R3.jar
    omit 78f48f7  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication
    omit 61c7244  Bug 52603 - MailerVisualizer : Enable SSL , TLS and Authentication
    omit 7f8b8ad  Make field private
    omit e8bbd24  Ensure terminate is called
    omit b1a9a8e  Ensure terminate is called
    omit 445cd3f  Ensure terminate is called
    omit 4b1b175  Ensure terminate is called
    omit da7e2db  Ensure terminate is called
    omit 657a9a6  Bug 51737 - TCPSampler : Packet gets converted/corrupted Added encoding to SampleResult
    omit 216f5f0  Bug 51737 - TCPSampler : Packet gets converted/corrupted
    omit 227a09b  Bug 51737 - TCPSampler : Packet gets converted/corrupted
    omit ab1b669  Unused import
    omit db8b258  Unnecessary method
    omit c0731a6  Javadoc
    omit 9509981  Bug 45839 - Test Action : Allow premature exit from a loop
    omit a9a0faf  Bug 45839 - Test Action : Allow premature exit from a loop
    omit 4ceec74  Log classes so that we can see them in Console Viewer
    omit 0666a0c  Bug 52552 - Help reference only works in English
    omit 76ca7d9  Unfortunately Ant reports failure if a directory does not exist So don't fail if so (as was true previously with quiet mode)
    omit 4fb7675  Disply the Locale to make it easier to check Locale-related CI tests
    omit 2ba4a99  site.dir is no longer used Don't be quiet about deletes; want to know if some fail
    omit ffe8934  Bug 52551 - Function Helper Dialog does not switch language correctly Rework to avoid recreating FunctionHelper, as this causes failures when testing under Eclipse:
    omit ce65822  Add @since marker
    omit d34fd60  Add tag
    omit bc895e6  Bug 45839 - Test Action : Allow premature exit from a loop
    omit acc2a50  Bug 52552 - Help reference only works in English
    omit 867e721  Bug 52551 - Function Helper Dialog does not switch language correctly
    omit 300de59  JMeter 2.6 release
    omit 7fe5c99  Likewise replace needs encoding; html files are iso-8859-1
    omit ee71c71  Allow Anakia lastModifiedCheck to be overridden if necessary
    omit 5662755  Fixcrlf needs encoding; html files are iso-8859-1
    omit f4473b2  Prepare next release 2.6: update docs tree
    omit bcc0674  -SNAPSHOT suffix must still exists even if we do a new JMeter version
    omit acc06e9  Test files used for batch test comparisons need to use fixed EOL=LF
    omit ef9429a  xml files are created with EOL=LF even on Windows
    omit 5bcc21a  Test data files need to use fixed EOL, because the exact size is checked in the sample result files
    omit 90ce9de  fixed typo
    omit 8bf0bfe  Don't upload sigs to snapshots repo
    omit 5a757ad  Adjust to new size
    omit 6a42279  EOL-style
    omit 7064585  EOL-style
    omit fbdb692  EOL-style
    omit dba5804  EOL-style
    omit a0b787c  Eol-style
    omit 9cb0f90  Safer to call waitFor rather than assuming that stdout will not return null until process has ended.
    omit 4fa0e13  Don't try to run EOL conversion on test image files i.e. in bin/testfiles/HTMLParserTestFile_2_files
    omit 9cb042a  Fix sign_dist to work with Java 1.5 Fix bug - did not wait for process to finish Don't sign .sha files
    omit 5285d2c  Fix small issue with new snapshot release name
    omit 6addb3b  Prepare next version 2.6: adjust version in download_jmeter and add download_jmeter.cgi to docs
    omit b0c3ab4  Prepare next release 2.6: update docs tree and overview
    omit 006f317  Tip about LoggerPanel
    omit f0b5b98  Prepare next release 2.6: update docs tree and overview
    omit 7a166ca  Prepare next version 2.6
    omit 0193f32  Remove gif images (replace by png)
    omit 2d37c97  Prepare 2.6 release Change some screenshots with CrossPlatform GUI Update some screenshots Reduce some screenshots size (to focus only on the main subject)
    omit 6923603  Minor tweak, don't use bare conditional blocks
    omit dc5b173  Add gpg2 signing task
    omit 5904d41  Change Icon box to a green question mark (?) and buttons to Yes/No
    omit 781a757  Add property to control pause time in daemon thread which checks for JVM exit Document additional properties controlling System.exit calls
    omit baaf012  Bug 52497 - Improve DebugSampler and DebugPostProcessor
    omit c1934f5  Bug 52537 - Help does not scroll to correct anchor when file is first loaded
    omit 9d292d6  Borders JSplitPane cumulated: use workaround http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4131528
    omit 4726284  Minor GUI improvements (borders & swing ui)
    omit f618c7c  Borders's JSplitPane cumulate: use workaround http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4131528
    omit 909cc0c  Bug 52503 - Unify File->Close and Window close file saving behaviour
    omit 37c8d93  Bug 52491 - Incorrect parsing of Post data parameters in Tree Listener / Http Request view
    omit a645ebc  Set eol-style
    omit 14bc89a  Rename
    omit e01b146  Bug 52507 - Delete Http User Parameters modifier (deprecated, obsolete)
    omit 412e65b  Add a basic test to check that old JMX files can still be read TODO: add more test data files from earlier releases
    omit 683a30f  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties (r1227589) Also need to upgrade top-level element names
    omit f383400  TODOs fixed
    omit 1eb92e6  Bug 52519 - XMLSchemaAssertion uses JMeter JVM file.encoding instead of response encoding
    omit efee536  Add JUnit sample test jar
    omit 7961d80  Allow confirm delete dialogue to be suppressed
    omit 7c778e2  Grammar
    omit 532dca0  Bug 41788 - Log viewer (console window) needed as an option Clear content on enable
    omit ad1c9ff  Maven repo version is called jcharts not jCharts
    omit 059a4e1  Oops, left off properties
    omit 8b903a9  Check for M2_HOME being set
    omit 8a5b499  Parent pom has to be packaged as a pom Add new config jar and pom
    omit 11922bf  Create parent jar with configuration files from bin/
    omit 697d8cc  Improve screenshots and add black borders Reduce menu Log viewer length
    omit b72b47c  Improve screenshots and add black borders Reduce menu Log viewer length
    omit 877b7fb  Clearer comment
    omit d08a36b  Changing known issues text as discussed on mailing list.
    omit b36ee39  Bug 41788 - Log viewer (console window) needed as an option More detailed screenshots as Milamber suggested
    omit e653b47  Added new and noteworthy
    omit d1df772  Bug 41788 - Log viewer (console window) needed as an option Set disabled by default and limit to 80000 characters
    omit 1a875d4  Bug 41788 - Log viewer (console window) needed as an option
    omit f948c42  Javadoc typo
    omit 57f57f0  Want default version to be -SNAPSHOT for use when uploading Maven jars TODO: check this does not mess with CI builds
    omit c18cc43  Make COPYRIGHT string private; same reason as for VERSION
    omit a14ad1b  Added new and noteworthy change
    omit 6b20118  Changed Copyright year
    omit a00d1e3  Typo
    omit 2e37a0d  Drop the unused poms (we use the templates from res/maven now)
    omit c90cb853a Code moved to main Ant build script
    omit 071aec5  Minor clarification
    omit 82d865f  Add Maven upload support TODO: sig creation
    omit 65b3cf2  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Impact of modification Also commented X-Sleep header
    omit 68f3b30  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Made queue size configurable
    omit 3ce06de  Oxygen icons are dual licensed, so we say which we are choosing
    omit 8e8f38c  Add Open Icon Library licenses informations (icons used in toolbar)
    omit 9b3a804  Update changes.xml with ignore failed for embedded resources and update Jms selector screenshot
    omit 3534cec  Add changes.xml: JMS improvements 51419
    omit 765d649  Restore some incorrectly deleted aliases to saveservice.properties Fix upgrade.properties for obsolete entries Fix test so only truly orphaned classes are reported as missing
    omit 21d080d  Add changes.xml: JMS improvements nuf 51419
    omit e95aae0  Added Component Reference and Functions reference at root of documentation
    omit ca30111  Added JMS SElector screenshot (needs rework by Milamber)
    omit aebe3c4  Used default LAF for screenshots and added missing separator
    omit a1e6bba  Update of width and height
    omit 355d22d  Used default LAF for screenshots and added missing separator
    omit 4107124  Added JMS SElector screenshot (need rework by Milamber)
    omit 11dc8c3  Document
    omit dec5d0d  Fix failing test (temporarily)
    omit 77992a7  Increase ramp-up slightly to avoid occasional thread overlap in testing
    omit 359c6b6  Fix test failure due to updated BSFSampler
    omit ca76e7d  Revert r1233614 - test data needs fixing, not completely dropped
    omit 0636717  Revert deletion in r1233606; entries should never be deleted Also update property file version
    omit af86fc8  Correct local indentation issues TODO: file is currently a mixture of 2 and 4 space indents; should this be fixed?
    omit 317f093  Improve toolbar icons set with some icons from open_icon_library-CC (http://openiconlibrary.sourceforge.net/) Add some color saturation for start/stop icons Update New and Noteworthy section on changes.xml
    omit 7603c90  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Implemented what was described on dev list
    omit e79ecef  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request Documented new property Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI Changed screenshots
    omit 42e4217  Commenting test to avoid failure. TestLoadAndSave seems wrong as it does not take into account migration.
    omit e6f1be0  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
    omit 19f231f  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
    omit d5c91ae  Fix up mailing lists
    omit 46daa26  Printable docs need to point to mail and SVN
    omit d8d5f3c  JMeter jars reach Maven
    omit d1b7742  Name change
    omit 392fac5  Use repos to download bsh and jcharts (synch with ApacheJMeter_parent pom)
    omit 7004d4a  Added bsh and jCharts dependencies and supporting repo
    omit ee55327  Added missing mail pom. Rearranged so poms can be uploaded individually
    omit b66d9bf  Typo
    omit 6d8ceb7  Skip jaxen depends for jdom
    omit 7cc8138  Minor tweaks to changes
    omit bf5c2ce  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties (r1227589) Fix typo: was returning original name rather than the updated property name
    omit 3d6bb85  Add New and Noteworthy for next version (2.6)
    omit 8784534  Add a dialog box to confirm removing the element(s) when Remove action is called
    omit 746e0e8  Correct some min/maj typo and ordering
    omit 52da966  Initial version of Ant script to deploy jars to Nexus
    omit 7243281  Incorrectly named poms/artifacts
    omit 33ac7f7  Ignore default Maven build dir
    omit 8c3db64  Oops! recursive parent
    omit 900c857  Resurrected OldSaveService to allow reading Avalon format JMX files (removed in 2.4) As the Avalon jar is needed anyway (e.g. logging), the extra code is quite small.
    omit 4d27e4d  Update some versions
    omit 5a58876  Recent dependency updates
    omit 2f03251  Sample POMs for Maven upload Initial versions only
    omit a4a8ad4  Jexl2 update
    omit f26a902  Jexl update
    omit bdc19ca  Introduce version properties
    omit 09c3330  Update some dependencies
    omit 962ed73  Update some dependencies
    omit 3d1951b  Don't catch Exception (Findbugs)
    omit 99143bb  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties Allow for deleted properties
    omit c596c29  Bug 52466 - Upgrade Test Plan feature : NameUpdater does not upgrade properties
    omit 3fa855a  Use standard constant for name attribute
    omit 369f5d9  Moved permanently
    omit 1c4a3ae  Eliminate boxing warnings
    omit ad773bf  Fix up versions
    omit dab0d2c  Javadoc
    omit 8bd7902  (Findbugs) don't use generic Exception
    omit 1ebdcd5  Change label following Milamber comment
    omit 67f17cd  Javadoc
    omit d72b43e  Added border for better look
    omit b7ba29f  Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request
    omit 7a8d07b  Bug 52281 - Support for file Drag and Drop Had to find an alternate implementation as TransferHandler.TransferSupport  is not supported in JDK5
    omit 32e0c72  Update Configuration Keystore screenshot (fields order)
    omit b49faaf  Improve french translation for keystore configuration element
    omit a9c97e6  Fix a mistake (I think, Philippe confirm this?)
    omit e931cfb  Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing
    omit e7762ad  Bug 52281 - Support for file Drag and Drop
    omit 802ec65  Adding documentation on BUG submission.
    omit 0464516  Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing
    omit cf7d38e  Bug 52469 - Changes in Support of SSH-Tunneling of RMI traffic for Remote Testing
    omit f80827c  Bug 50438 - code calculates average with integer math, expecting double value Adding to changes (fix made by sebb)
    omit face49a  Bug 49753 - Please publish jMeter artifacts on Maven central repository Modified js version to 1.7R2
    omit 487f1cc  Bug 52452 - Improvements on Aggregate Graph Listener (GUI and settings)
    omit e54d27e  Replaced synchronized by ConcurrentHashMap
    omit c48a7da  Added TODO
    omit 5d2aa2e  make constants private as not used anywhere else
    omit 162bb36  Bug 49753 - Please publish jMeter artifacts on Maven central repository Modified js version to 1.7R2
    omit 19b20cb  Increased configured MaxPermSize based on tests when Javascript is used in Loop controller for example, 128m seems to be a good compromise. And removed "Scam" word
    omit ea23c43  Bug 44301 - Enable "ignore failed" for embedded resources
    omit bd7dabc  testing to see if my svn login still works. Noticed the steps didn't have spaces after the numbers, which looks ugly and hard to read. don't know if anyone still uses or reads this document for setting up proxy.
    omit 744d23f  Simplify (label already set to URL; error prefix will be added by errorResult method)
    omit bc816d9  Simplify (label already set to URL; error prefix will be added by errorResult method)
    omit 3490daf  Simplify
    omit d5224e8  Bug 52409 - HttpSamplerBase#errorResult modifies sampleResult passed as parameter; fix code which assumes that a new instance is created (i.e. when adding a sub-sample)
    omit 0e1977b  Fix incorrect lazy init (Findbugs)
    omit f50b6ed  Field names should start with lower-case (Findbugs)
    omit 7273680  No point overriding dialogInit since the instance field is not set. Don't catch Exception. (Findbugs)
    omit a294724  Oops - revert r1227449 as the field was used
    omit f5d9bf8  Unused field
    omit 4ebcdfd  Quieten Findbugs
    omit 0560725  FindBugs reports IC: Initialization circularity (IC_INIT_CIRCULARITY)
    omit 2e1d77e  Revert to non-fractional default as the value is truncated in the timer Remove redundant Javadoc
    omit ad8d7b7  Unused import
    omit 1f3647c  Dead stores (Findbugs)
    omit 563307e  Use specific locale for case conversion (Findbugs)
    omit a76855e  Useless null stores (Findbugs)
    omit 6cf3da2  Unused assignment (Findbugs)
    omit 5caa0e2  Add default case entries (Findbugs)
    omit 1596118  Add default case entries (Findbugs)
    omit a1afda5  Fix up some missing encodings (Findbugs)
    omit 2cf2d1d  Bug 37073 - Add a Poisson based timer Add component docs and screenshot; fix properties
    omit d11447e  Fix missing and incorrect image sizes; add missing image
    omit 32c7ba9  Fix markup
    omit 5480c8c  Align with Gaussian Timer; indicates that number can be fractional
    omit 7e2d18b  Redundant null checks (Findbugs)
    omit 1ecb1df  Remove redundant code (Findbugs)
    omit b8e6436  Create arrays with the correct size [Findbugs]
    omit 7781bd7  Methods should start with lower-case letter (Findbugs)
    omit 63a4b1e  Value is already a String (Findbugs)
    omit 66bfcc1  use Double.valueOf/Float.valueOf instead of new Double/Float (Findbugs)
    omit 2614433  Redundant code
    omit 0a21970  Don't use > 0 for checking masked values (Findbugs)
    omit 0803ba6  Superclass implements Clearable (Findbugs)
    omit bee7f19  Does not seem to be any reason for nanoTime fields to be transient (Findbugs)
    omit 3694a23  Make inner class static to simplify serialisation (Findbugs)
    omit b658c39  Updated httpcore to 4.1.4
    omit 9ffebf8  Ignore local property override file
    omit cce3ae1  Allow local property overrides
    omit 90db4a6  Only generate socketKey once per sample
    omit 696c447  Trailing spaces
    omit bf0f47b  Findbugs should also scan initial JMeter jar
    omit b31bdcf  Factored out code with GaussianRandomTimerGui
    omit 399525f  Bug 37073 - Add a Poisson based timer Factored GaussianRandomTimerGui and PoissonRandomTimerGui
    omit 74afe61  Bug 29352 - Use external store to hold samples during distributed testing
    omit 9329494  Bug 37073 - Add a Poisson based timer Factored GaussianRandomTimerGui and PoissonRandomTimerGui
    omit a11d468  remove temporary file
    omit 13445db  revive old version of BSFSamplerGui.java
    omit 0e15e27  temporary move, restoring the history of the file
    omit f0c1123  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
    omit 48bb827  Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
    omit c30526c  Added javadocs
    omit 2a72692  Bug 52396 - TCP Sampler in "reuse connection mode" reuses previous sampler's connection even if it's configured with other host, port, user or password
    omit d8eb3f5  javadocs
    omit 5c67bcc  put revisions back to package.html
    omit 822c51c  remove temp file
    omit 0c2c48d  temp move for rename
    omit 5091024  Renaming
    omit c2e1f63  Renaming
    omit 8c8b248  Bug 49950 - Proxy : IndexOutOfBoundsException when recording with Proxy server
    omit 78e1d8e  Bug 52399 - URLRewritingModifier uses default file.encoding to match text content
    omit 643c34b  Added TODO
    omit 51c74fd  Commented empty blocks
    omit 4dac9b4  Added TODO
    omit 4cafa69  Added TODO
    omit a9b45a0  Using original field
    omit c005fa0  documented empty methods
    omit 5e6d812  documented empty methods
    omit b3498f5  documented empty methods
    omit 602ba46  Added warning when formatting fails
    omit 8175d54  Added warning when formatting fails
    omit 5c6a11e  Added warning when parsing fails
    omit 0054497  documented empty methods
    omit 3e58f63  Using original field
    omit 78f0377  moved synchronized block to where it's needed
    omit 2914772  Removed useless synchronized
    omit ca9bc3c  Removed useless synchronized
    omit 2d3e00b  Bug 52396 - TCP Sampler in "reuse connection mode" reuses previous sampler's connection even if it's configured with other host, port, user or password
    omit 6e727dd  improved fb rules
    omit c03ab05  Made file transient to fix non serializable field
    omit 24f7c23  Findbugs related comment
    omit 847c03f  improved fb rules
    omit 89744e5  Removed static field as not thread safe
    omit 0bef3d5  Implemented equals and hashcode
    omit 14d6009  Added warn when delete fails
    omit 237d42e  Bug 49374 - Encoding of embedded element URLs depend on the file.encoding property Now using SampleResult#getDataEncodingWithDefault() to avoid relying on file.encoding of the JVM. Modified HTMLParserTestFile_2.xml to take into account the impact of encoding change.
    omit 715306d  Bug 51999 - Counter increments by 2 when used in while controller condition
    omit f4d5547  Made label clearer as discussed on mailing list
    omit 30705a6  Fix findbugs task failing with: Fix findbugs task failing with:  [findbugs] java.util.zip.ZipException: Zip file doesn't exist: /data/ubikingenierie/workspace/jmeter/lib/ext/*.jar  [findbugs] 	at edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBase.<init>(ZipFileCodeBase.java:63)  [findbugs] 	at edu.umd.cs.findbugs.classfile.impl.ZipCodeBaseFactory.countUsingZipFile(ZipCodeBaseFactory.java:90)  [findbugs] 	at edu.umd.cs.findbugs.classfile.impl.ZipCodeBaseFactory.makeZipCod [...]
    omit ba43e11  Remove useless code
    omit 93e5ba9  Bug 52390 - AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache Fix compile error due to @Override
    omit 19a8210  Bug 52390 - AbstractJDBCTestElement:Memory leak and synchronization issue in perConnCache
    omit 300c038  Bug 52339 - JMeter Statistical mode in distributed testing shows wrong response time<
    omit 2acc243  Unnecessary cast
    omit b5d638f  Unnecessary casts
    omit bdfaac0  Bug 52376 - StatCalculator#addValue(T val, int sampleCount) should use long, not int
    omit e35db93  Bug 52371 - API Incompatibility - Methods in HTTPSampler2 now require PostMethod instead of HttpMethod[Base]. Reverted to original types.
    omit dc845cd  SampleCount must be at least 1
    omit ed05b6f  Unit test code must be able to create an instance of the class
    omit 07aaa2b  Bug 52357 - View results in Table does not allow for multiple result samples Complete
    omit b74ae9a  Add StatisticalSampleResult alias
    omit 8219419  Bug 52357 - View results in Table does not allow for multiple result samples Partial fix; ensure calculator is passed the sample count
    omit 003e80f  Trivial performance tweak
    omit 5010e27  Javadoc
    omit 4039de9  Bug 51512 - Cookies aren't inserted into HTTP request with IPv6 Host header First part, introduce interface CookieHandler and make CookieManager use it.
    omit 8448a47  Make method exposing HTTPClient object not public (prepare enhancement of CookieManager supporting IPv6 (using HTTPClient4))
    omit d6430c0  Bug 52352 - Proxy : Support IPv6 URLs capture
    omit 19c9090  Bug 52352 - Proxy : Support IPv6 URLs capture
    omit 334f423  Bug 52330 - With next-Loop-On-Error after error samples are not executed in next loop
    omit c5fa14c  Raw type
    omit fcbeb8d  Removed useless main
    omit 1c3a6ae  Added full stacktrace (will be helpful to diagnose not ending threads)
    omit 610b9da  Include regression in Bugzilla  issues link
    omit a34be9e  Bug 52346 - Shutdown detects if there are any non-daemon threads left which prevent JVM exit
    omit 02da7eb  Bug 52333 - Reduce overhead in calculating SampleResult#nanoTimeOffset Use a background thread to calculate the offset instead of doing it each sample
    omit 6154d0d  Make listener final
    omit d875368  Revert to original names and locations used for the static server values. Makes it easier to follow the changes since the 2.5.1 release Fix up inaccurate log message
    omit 47aadd9  Docs
    omit fa5b0b4  Fetch settings once in readResolve rather than on each sample Fix misleading log message Make server only fields transient - no point in copying them from the client
    omit 905ecee  Revert to original names and locations used for the static server values. Makes it easier to follow the changes since the 2.5.1 release
    omit 7c56b00  Bug 52340 - Allow remote sampling mode to be changed at run-time
    omit 9bc17c1  Standardise logging; move unused testEnded() method to parent
    omit a8df5d7  Added DiskStore remote sample sender
    omit 5b5e78f  Log.info on server as well as client
    omit abdaf58  Add javadocs
    omit f778d4b  Fixed hard coded "fr" Handled missing bundles
    omit 5dc63e0  Bug 52317 - Counter : Add option to reset counter on each Thread Group iteration
    omit 3b63a6c  Clarify docs (Bug 52284)
    omit 33bbb49  Don't want to ignore case when sorting THREADS menu
    omit 813e55b  Generic for loops
    omit 3a794d5  Ignore new jar
    omit 1f6bbe8  Fix up crash on Windows
    omit 020e483  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber ER1: the separator should not be placed after the last message; ER2: no separator for one message;
    omit 8e297e1  Added new function machineIP Factored with machineNam Removed synchronized as not needed
    omit cc2fde1  Add javadocs
    omit 25b10f6  Downgrade of js to 1.7R2 as not available on maven2 repo
    omit 208113b  Upgrade of js to 1.7R3
    omit 684237a  Unnecessary cast; Javadoc
    omit dd61f4c  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled Add Test case
    omit 2cfb473  Case-insensitive sorting
    omit 29b4348  Moved I18N tests to PackageTest. Made resources computation dynamic For now only fr added, but other language can be added very easily but would fail for now.
    omit 353e8d3  Fixed one non ascii char
    omit 20469dd  field can be final
    omit 27e6466  Document usage
    omit 2bd5417  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled Fix by making child get context of the parent.
    omit 2554448  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled ROLLBACK (Oups one modification passed)
    omit 2427890  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled ROLLBACK
    omit c95ea03  Enhanced test to check translation completeness for one language with all available bundles, added only fr for now to avoid test failures
    omit d1271c6  French translation: Missing label Keys alphabetical reordering
    omit 79217c8  French translation: Missing label Keys alphabetical reordering
    omit 404ed3c  French translation: Missing label Keys alphabetical reordering
    omit 25380fd  French translation: Missing label Keys alphabetical reordering
    omit 6e945ab  French translation: Missing label
    omit c6ec432  Keys alphabetical reordering
    omit 5afe20a  Bug 52310 - variable in IPSource failed HTTP request if "Concurrent Pool Size" is enabled
    omit eecd42d  Added test to check translation completeness for one language, added only fr for now to avoid test failures
    omit 279d132  Removed useless labels (CORBA)
    omit 2e1cbaa  French translation
    omit b871878  Removed useless labels (CORBA)
    omit ec36360  Fix up some incorrect screen shots
    omit 64ac9ea  Duplicate keypress action was being duplicated - no idea why
    omit 5ae875a  Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample Bug 52296 - TransactionController + Children ThrouputController or InterleaveController leads to ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
    omit f1787af  Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
    omit 22320bd  Bug 52296 - Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
    omit f664e58  Translation in french of same labels
    omit 1890b57  Bug 52296 - Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence Bug 52296 - TransactionController with Child ThrouputController : Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence when TPC does not run sample
    omit b0a9d1f  Bug 52296 - Getting ERROR sampleEnd called twice java.lang.Throwable: Invalid call sequence
    omit 8f3c5c2  Add an icon for Start no timers Action in the new JMeter Toolbar. Missing icon enable/disable when test running
    omit 357c0a6  Fix error handling
    omit 4d40415  Add:  (N.B. this is stored unencrypted in the test plan) to all password field descriptions
    omit 85c06ac  Bug 52266 - Code:Inconsistent synchronization Ensure safe publication of variables
    omit 9e2bce4  Bug 51861 - Improve HTTP Request GUI to better show parameters without name (GWT RPC requests for example) Fix up code so CRLF is sent after each line.
    omit 8954cac  Screenshots with Cross-Platform UI
    omit afd2285  New screenshots
    omit 107da2e  No functional change Re-order so variables of same type are grouped together Added @GuardedBy comments (omitted from some because not currently always guarded)
    omit 2e8d50e  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language Resources now useless after last commit
    omit 70055c6  Bug 52279 - Switching to another language loses icons in Tree and logs error Can't obtain GUI class from ... Better fix after discussion on dev mailing list, thanks sebb for your review
    omit 930a037  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
    omit d1fb343  Reverting closeFile removal
    omit f6b0a3a  Moving to demos folder Changed TransactionController option name
    omit 97001d3  Moving to demos folder
    omit 3e50784  Moving to demos folder
    omit ff90f7c  As discussed on dev list, changing label of transaction_controller_include_timers
    omit 6379966  Fix a little GUI issue when Concurrent download is checked but not enabled, the Nb pool was editable
    omit 9557525  Use AccessController#doPrivileged to create classloader (Findbugs)
    omit 5f2a64e  Add test that uses UrlConnection stub cacheControl (findbugs)
    omit 2a5902a  Removed useless instance variables that can be local
    omit e49cf67  Add transient to non serializable fields
    omit 06ae780  Bug 52266 - Code:Inconsistent synchronization
    omit 3185f7a  Code clarification for findbugs
    omit 04d78ca  Bug 52266 - Code:Inconsistent synchronization
    omit eb4c7c2  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language Fix the menu categories labels
    omit 5f252f8  Bug 50086 - Password fields not Hidden in JMS Publisher, JMS Subscriber, Mail Reader sampler, SMTP sampler and Database Configuration
    omit cc6f8b5  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
    omit 816ae7c  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
    omit b55c26f  Bug 52128 - Add JDBC pre- and post-processor Fix doc
    omit 876cdd8  Bug 52128 - Add JDBC pre- and post-processor
    omit 62f158e  Translation for KeystoreConfig in french
    omit dfef495  Oups inversed screenshots
    omit 111c9ba  Bug 52128 - Add JDBC pre- and post-processor
    omit 8811c40  Bug 52280 - The menu item Options / Choose Language does not change all the displayed text to the new language
    omit 9911c7d  Bug 52279 - Switching to another language loses icons in Tree and logs error Can't obtain GUI class from ...
    omit cc3fa0e  Add getTextLines() method; needed for Bug 51861
    omit 081e100  Simplify char function and support octal Fix error in CRLF example
    omit f65e23b  Unused import
    omit 6ca29b6  Bug 51876 - Functionality to search in Samplers TreeView Handles ESC and ENTER key Save last search
    omit 452f495  Search in Tree: Increase border for search text fields and reduce font size for options (better looks)
    omit 8cac188  Add an icon for Start no timers Action in the new JMeter Toolbar.
    omit 5e208b9  Fixed doc
    omit 45ad253  Bug 51876 - Functionality to search in Samplers TreeView Enable searching AbstractJDBCTestElement subclasses
    omit 4c2ec28  Bug 52128 - Add JDBC pre- and post-processor
    omit d49b944  Rollback after discussion on dev list
    omit 7925077  Commented bugged and unused code
    omit 1f5b3f5  Fixed Double Checked Locking Issue
    omit ae42d57  Made code cleaner
    omit 3c89b5a  Read return value of read
    omit ff0900b  Fixed potential double init if method is called concurrently
    omit 6c4db79  Commented bugged unused code
    omit 3c698d4  Fixed potential double init if method is called concurrently
    omit a0b6699  Fixed potential double init if method is called concurrently
    omit 82ef124  Only need to nullify savedConnection once in the code block
    omit 9e1ed6b  Make field volatile to ensure Serializable contract
    omit f1888ee  Bug 51093 - when loading a selection previously stored by "Save Selection As", show the file name in the blue window bar
    omit 0689768  Simplify for loops
    omit 52669e0  Clarify message
    omit 376ab80  Simplify for loops
    omit 3baef03  Document locking
    omit 67b19c6  Make barrier transient
    omit 2c4f71f  GuiEditor was the wrong name; they are really type editors
    omit 78333db  Fix up validation for NO_OTHER - typeEditor can provide the tags Add check for unconfigured properties.
    omit aa7a8f5  Need to provide tags for the valid values
    omit f51f92c  Log some warnings for inconsistent descriptor attributes
    omit 9dacd08  Another field can be final
    omit 1ec2659  Generic loops
    omit 2840203  Javadoc
    omit 1273e57  Simpify by using existing method
    omit b8fec8b  Unused imports
    omit dc25c53  Normlise indentation
    omit c037e6f  Show field types
    omit 314c6ea  Add File types
    omit 78d7569  Bug 52242 - FileEditor does not allow output to be saved in a File
    omit e43bc99  More detailed failure messages
    omit b8e420a  Simplify by ensuring descriptor exists.
    omit f009f36  Simplify by merging ctors
    omit 1b06710  Javadoc
    omit b4f507b  Better diagnostic
    omit 7e96f0a  Bug 52241 - GenericTestBeanCustomizer assumes that the default value is the empty string
    omit ca59585  Move Javadoc to new location
    omit 14a0d65  Example to exercise the different field types
    omit 8ef1484  Tidy up - make some fields final
    omit 1fa5d71  Add comment
    omit b9bf666  Bug 52240 - TestBeans should support Boolean, Integer and Long
    omit ce37697  SVN eol-style
    omit 7be5eb2  SVN eol-style
    omit 7dd6e67  SVN eol-style
    omit c4787ce  SVN eol-style
    omit 6b26d7b  SVN eol-style
    omit 96d3e89  Only fetch count if it is needed
    omit 3e883cb  Oups : Remove @Override
    omit 4efac3b  Bug 52183 - SyncTimer could be improved (performance+reliability) Made BarrierWrapper class private and commented setup.
    omit 774d7eb  Bug 52183 - SyncTimer could be improved (performance+reliability)
    omit e94d529  Bug 51733 - SyncTimer is messed up if you a interrupt a test plan
    omit 7b298bf  revive old version of SyncTimer.java
    omit 79c42a2  temporary move, restoring the history of SyncTimer
    omit a44bc27  temporary move, restoring the history of SyncTimer
    omit 8d8d6b8  temporary move, restoring the history of SyncTimer
    omit ab3772c  Ensure NOT_UNDEFINED defaults to FALSE
    omit da4187e  Fix Java 1.5 compilation errors - cannot @Override an interface method
    omit 06348c7  Add extra information to error messages
    omit ccd4c43  Use the original definition rather than the derived one
    omit 0cbaef9  Simplify code
    omit 6d0f5ee  Javadoc
    omit 231cb56  Generic test for examples
    omit c0e0dd1  Don't need to fetch value again
    omit d256756  Use the original definition rather than the derived one
    omit d08d6b1  Don't swallow IOException
    omit 5d02aae  Bug 40750 - TCPSampler : Behaviour when sockets are closed by remote host
    omit 41136cb  Bug 52183 - SyncTimer could be improved (performance+reliability)
    omit 20ca931  Added checks for File manipulations
    omit d6f8b00  Added checks for File manipulations
    omit 4d591d6  Replace String concat by StringBuilder Added checks for File manipulations
    omit 27aa721  Simplify / Clarify code by using Closeable interface
    omit db2daa1  Typo
    omit eb2742e  Javadoc
    omit 2ffaaf9  Bug 52224 - TestBeanHelper does not support NOT_UNDEFINED == Boolean.FALSE
    omit 90fa777  Make config items final
    omit 5982a4b  Don't allow override of method called from ctor
    omit 0f7dd66  Bug 52214 - Save Responses to a file - improve naming algorithm - add fixed width numbers - add optional timestamp - fix synchronisation
    omit 996479e  Bug 52221 - Nullpointer Exception with use Retrieve Embedded Resource without HTTP Cache Manager
    omit cf79c6d  Bug 43294 - XPath Extractor namespace problems
    omit dbe6107  Add final to lock objects
    omit 8852778  Bug 46921 - Add Ability to Change Controller elements
    omit b742436  Bug 43294 - XPath Extractor namespace problems
    omit 9f44a59  Bug 43294 - XPath Extractor namespace problems
    omit edeeb57  Bug 43294 - XPath Extractor namespace problems First part: Put in XPathUtil everything related to XPath computations
    omit 07db6cd  Removed wrong old javadocs, Now functions are notified when a test has ended.
    omit c688b41  Make exception catch less generic
    omit 04e9307  Document broken code
    omit b06d655  Use StringBuilder for String concatenation
    omit a42e0aa  Make conversion safe to avoid findbugs warning
    omit 1e1ae96  Bug 52217 - ViewResultsFullVisualizer : Synchronization issues on root and treeModel
    omit b67b2b4  Bug 52216 - TableVisualizer : currentData field is badly synchronized
    omit 200a4b6  edit_remove is never initialized and not used.
    omit 24b4aa7  edit_remove is never initialized and not used.
    omit 8174d93  Bug 52215 - Confusing synchronization in StatVisualizer, SummaryReport ,Summariser and issue in StatGraphVisualizer
    omit 2c8aea8  inputstream never closed
    omit dc3abfe  Bug 52215 - Confusing synchronization in StatVisualizer, SummaryReport ,Summariser and issue in StatGraphVisualizer
    omit 0c619bd  Fix up some stale jakarta.apache.org references
    omit 2e18a30  synchronized is needless in sendMail
    omit 648255f  Replace Vector by ArrayList , no need for synchronization.
    omit 4babfca  Fixed javadoc
    omit b3f4534  Fixed javadoc
    omit 70d4a76  Fixed javadoc
    omit 229bd71  Bug 42538 - Add "duplicate node" in context menu
    omit d8fbe03  Old e-mail address
    omit a92afb4  Replace Vector by Collections.synchronized(new ArrayList())
    omit df546d0  Replace Vector by ArrayList , no need for synchronization.
    omit f6a5e58  Replace Vector by Collections.synchronized(new ArrayList())
    omit f0d6738  Removed unused method
    omit 2f1e7e3  Replace Vector by ArrayList , no need for synchronization.
    omit cf9b03e  Replace Vector by ArrayList , no need for synchronization.
    omit 7f37694  Replace Vector by ArrayList , no need for synchronization.
    omit a916d7a  Fix up recent image sizes
    omit 8bdc9ea  More new and update images that need to be copied to docs
    omit b469b20  Taking into account sebb note:update component_reference.xml with the new image size, otherwise the display may look terrible
    omit 7fd1657  Bug 52201 - Add option to TableVisualiser to display child samples instead of parent
    omit 8024ac9  Replace StringBuffer by StringBuider and return String in getServerResponse()
    omit e73ccfe  Replace StringBuffer by StringBuider
    omit d601849  Tweak message
    omit 39052db  Unused import
    omit 7e69083  Identify where test setup error messages are coming from
    omit ec192d2  Add default ctor so Serialisation tests don't fail
    omit efc6fb1  No need to use Commons Lang StrBuilder now we target 1.5+ (Did not need setNullText() as it as the same as for StringBuilder)
    omit a6c58b3  No need to use Commons Lang StrBuilder now we target 1.5+
    omit e4bc4e0  No need to use Commons Lang StrBuilder now we target 1.5+
    omit 923e1f1  Bug 52161 - Enable plugins to add own translation rules in addition to upgrade.properties.
    omit 15e106f  Indentation
    omit 9940fdf  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
    omit 60c389c  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
    omit a9a6390  Documented new POST Body tab+screenshots
    omit cbcf06a  Screenshot Update after addition of POST Body tab
    omit 24ee850  Screenshot Update after addition of Add from clipboard
    omit 1048c9e  Added documentation of JMS Selector in JMS Point to Point
    omit 98a9cd9  New screenshot after introduction of JMS Selector
    omit 4cc68fa  New screenshot after introduction of Separator
    omit 49642ee  Clarified documentation of Synchronizing Timer
    omit 0f5e647  Fixed NullPointerException when URL is null (supposed to be a file reload)
    omit fdb515c  Removed useless field
    omit ea82a23  close reader
    omit 4dde476  Made instance class static
    omit 2c3a14e  Made final read only field static
    omit 407049b  Add recently added images
    omit 85037b6  Add trademark mentions
    omit 7c40959  Bug 51886 - SampleSender configuration resolved partly on client and partly on server Fixed default value
    omit 480bc3d  Bug 51886 - SampleSender configuration resolved partly on client and partly on server
    omit f70a89e  Bug 52118 - New toolbar : shutdown and stop buttons not disabled when no test is running Fix for remote start/stop
    omit dac7bf6  Bug 51876 - Functionnality to search in Samplers TreeView
    omit ff485fb  Bug 51876 - Functionnality to search in Samplers TreeView
    omit 1260bd7  Add french translations for new functionnalities (Raw Post, JMS) and JDBC Pre|Post processors
    omit 8881d9d  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
    omit a95623c  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
    omit cce3158  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
    omit cd08a22  [Bug 52150] FileServer has 3 confusingly similar methods to set the file base Reverting
    omit c155210  Simplify
    omit 57584b0  Simplify
    omit 40cb31e  Javadoc
    omit f0798a8  Simplify by using Closeable interface
    omit 2b01071  Bug 52150 - FileServer has 3 confusingly similar methods to set the file base
    omit ea23f89  We already import the class
    omit 9066531  Enhanced known issues with bug IDs
    omit b3aac4b  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber There was an issue when following options were checked: - stopBetweenSamples - Read Response
    omit 386e531  Variable might as well be final
    omit 151f6be  Add a few more RAT excludes
    omit acfa66a  Add AL header
    omit feb4f0a  Add AL header
    omit 4fc7252  Add AL header
    omit 3305aeb  Add AL header
    omit 56d00f2  Bug 52104 - TCP Sampler handles badly errors Bug 52087 - TCPClient interface does not allow for partial reads
    omit cd7be9e  Javadoc
    omit 3308e3a  TableEditor does work (partially)
    omit 15bc995  Better diagnostics
    omit 2d9f405  Javadoc
    omit c884da3  Only try to remove valid selected row
    omit 49e2981  Doc
    omit 0b19d9c  Property Editor override was being done in the wrong place
    omit cac2785  Fetch descriptor once
    omit 9d6c3bb  Javadoc; better exception messages
    omit 3061063  Bug 52160 - Don't display TestBeanGui items which are flagged as hidden
    omit 89b84cf  Allow customisation of property editor (override the default)
    omit 3be3ab8  Pass descriptor settings to Wrapper editor if available
    omit ff0839f  Don't bother instantiating classes that won't be used
    omit 7715ffe  Bug 51091 - New function returning the name of the current "Test Plan"
    omit 5ae2cc3  Ignore "mail" soft link on site
    omit 20242da  Remove incorrect comment
    omit e989b86  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
    omit b8eb94d  Bug 51091 - New function returning the name of the current "Test Plan" Reopening
    omit 11eb345  Bug 50799 - Having a non-HTTP sampler in a http test plan prevents multiple header managers from working
    omit 6fe52c8  Only 3 'S' (not 4 S) for millisecondes http://download.oracle.com/javase/1,5.0/docs/api/java/text/SimpleDateFormat.html Thanks to Vincent D (by private email)
    omit 5927117  Better way to disable a test in JUnit 3
    omit 5525eaf  Commenting out Test Case that will fails until BUG 50799 is fixed.
    omit dabf4e4  Bug 51091 - New function returning the name of the current "Test Plan"
    omit 18edfcf  Test Case that will fails until BUG 50799 is fixed.
    omit dc42927  Javadoc improvement from what I understood (If I am wrong don't hesitate to fix it)
    omit ab089d8  Document some more ssl properties
    omit e6f9b58  fileName must not be null
    omit d5b6a27  Bug 52131 - Eliminate DefaultKeyStore and simplify code - part 2
    omit 298f5c5  Bug 52131 - Eliminate DefaultKeyStore and simplify code - part 1b
    omit c6ffcf2  Bug 52131 - Eliminate DefaultKeyStore and simplify code - part 1
    omit 7132303  Add empty manual sections to keep test cases happy Renamed Pre/Post to remove request in line with other processors
    omit 479d7af  Add new test element class names
    omit e866fe5  Name needs to agree with test element property name value
    omit a89fb83  loggers are static final in JMeter
    omit 36c7d36  Bug 52128 - Add JDBC pre- and post-processor
    omit ca34f72  Bug 52137 - Problems with HTTP Cache Manager
    omit 6897f3b  Bug 51876 - Functionnality to search in Samplers TreeView Fixed test errors
    omit ce2a5d0  Use Boolean not boolean
    omit 5bce99e  Don't worry about boxing in assertions
    omit bf75c07  @Override is not allowed for interfaces in Java 1.5
    omit 442b27a  Bug 51876 - Functionnality to search in Samplers TreeView Fixed compilation errors Added javadocs
    omit e835093  Bug 51876 - Functionnality to search in Samplers TreeView Changed implementation to: - Add ability to search with regexp - Add ability to search in case sensitive and insentive modes - Plug additional search implementations
    omit 697808c  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber
    omit 0c38fa7  Bug 52125 - StatCalculator.addAll(StatCalculator calc) joins incorrect if there are more samples with the same response time in one of the TreeMap
    omit 49912d2  Give access to sum
    omit 3ffc7d2  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber Fix setting \t, \n , \r as separator
    omit fec739a  Don't create Boolean when we want boolean
    omit 7f55b7c  Missing overrides
    omit a321328  Fixed compilation error
    omit 6e6e9e5  BUG_52033 : Default to jmeter.properties if start and end not set Handle errors in inputed start and endIndex
    omit 13a8ba1  Add some cleanup
    omit f56e656  Bug 52129 - Reported Body Size is wrong when using HTTP Client 4 and Keep Alive connection
    omit f240a21  Bug 52126 - HttpClient4 does not clear cookies between iterations
    omit 4ada425  Add support for X-SetCookie header
    omit b2431f7  Fix Unix extension
    omit e09e01f  Use JMeter logo on printed pages
    omit 68a0dbc  Change to ASF logo
    omit 79953a6  Recently added screenshot
    omit ad40bea  Add ASF logo
    omit 90b5db3  Logo to replace Jakarta
    omit 23cd2fe  Needs to be added to xdocs as well
    omit 822948d  Fix up some more jakarta refs
    omit a28fcde  Mailing lists updated
    omit d3fdf05  More fixes
    omit 0e76135  No more need for vsl bug workround
    omit 15bc043  .hasChildren() was deprecated and removed; use replacement Also apply nested child check to <td> elements
    omit 5cc3378  Initial version of download page
    omit f4075a6  Initial version of download page
    omit 2a6ac72  Copy recent updated images
    omit ae5927e  JMeter now TLP
    omit d22af3f  Now TLP
    omit ceab18a  Javadoc
    omit 60e24dd  Start extracting info from Jakarta site
    omit 8f2c274  Fix up some Jakarta references. Site has not yet moved.
    omit 122193d  Bug 52033 - Allowing multiple certificates (JKS) Added Keystore Config to enable configuring: - Preload - Start alias index - End alias index
    omit b8a6a07  JMeter TLP move
    omit c0a548f  Initial stab at RAT exclusions
    omit a93323c  Add recent tags
    omit 11ee59a  Bug 52116 - Allow to add (paste) entries from the clipboard to an arguments list
    omit ce417eb  Bug 52115 - SOAP/XML-RPC should not send a POST request when file to send is not found
    omit ee44fce  Bug 52033 - Allowing multiple certificates (JKS): Fixed classcastexception
    omit c3b46e9  Bug 52118 - New toolbar : shutdown and stop buttons not disabled when no test is running
    omit 29397aa  Fix to Start Next Loop broken feature, fixes following issues: - Bug 51865 - Infinite loop inside thread group does not work properly if "Start next loop after a Sample error" option set - Bug 51868 - A lot of exceptions in jmeter.log while using option "Start next loop" for thread - Bug 51866 - Counter under loop doesn't work properly if "Start next loop on error" option set for thread group
    omit 4a78360  Bug 51733 - SyncTimer is messed up if you a interrupt a test plan
    omit 4828549  SimpleDateFormat is not Thread-Safe , so made static variable local
    omit e16dd2d  Fixed inefficient map iteration
    omit a32f91f  Removed useless variable
    omit 87fb12b  Fix indentation
    omit c40690f  Bug 52099 - Allow to set the transaction isolation in the JDBC Connection Configuration
    omit 416d9b2  Bug 52104 - TCP Sampler handles badly errors
    omit 8243f22  Bug 52104 - TCP Sampler handles badly errors
    omit ca3d6d3  Bug 52099 - Allow to set the transaction isolation in the JDBC Connection Configuration
    omit 3cb6937  Bug 52085 - Allow multiple selection in arguments panel
    omit 5d26e57  Bug 52097 - Save As should point to same folder that was used to open a file if MRU list is used
    omit a200236  Bug 52103 - Add automatic scrolling option to table visualizer
    omit 4e1c41b  Bug 52093 - Toolbar ToolTips don't switch language
    omit 3d18a18  Bug 52052 - Using a delimiter to separate result-messages for JMS Subscriber
    omit 04dcfd4  Bug 52088 - JMS Sampler : Add a selector when REQUEST / RESPONSE is chosen
    omit b185035  Should close socket on Exception as well
    omit b6572ed  Bug 52072 - LengthPrefixedBinaryTcpClientImpl may end a sample prematurely
    omit b65aad1  Ensure description is only saved in the JMX file if non-empty
    omit 426c071  Bug 51816 - Comment Field in User Defined Variables control.
    omit 4ecf412  Allo user to override toolbar and toolbar icons
    omit 6145fe8  Add loadProperties(String, Properties)
    omit 250a300  Javadoc
    omit 837e175  Use ArrayList for icons to allow duplicates Use constants for some magic strings
    omit d2fc687  Use "," as icon property field separator
    omit 981909e  Raw types
    omit d2ec7e6  Assume nothing about input Map
    omit fecdd0f  Simplify code
    omit cbd2219  Fix bug that was causing Jenkins failures. Looks like the compiler was converting the input collection to JMeterProperty then Object. This did not happen in the iterator case, so the incorrect method parameter type was not detected.
    omit 3b758eb  Partially revert r1188228 - Jenkins reports errors which are not seen locally
    omit 9b11163  Generic for loops
    omit 09fe938  Generic for loops
    omit 00fe1cf  Generic for loops
    omit 552fab2  Generic for loops
    omit 7d92512  Generic for loops
    omit 613091f  Generic for loops
    omit b5fb5d0  Generic for loops
    omit e5ad383  Generic for loops
    omit 6345a0a  Only need the values, so iterate over those instead
    omit 4f0c865  Generic for loops
    omit 4a926ed  Unused imports
    omit 45557ad  Generic for loops
    omit 937d71e  Generic for loops
    omit 408b702  Bug 52075 - JMeterProperty.clone() currently returns Object; it should return JMeterProperty
    omit 0e15b97  Oops - have not committed fix for Bug 52075 yet
    omit ae2dec1  Document generics warning
    omit 3953928  Avoid boxing/unboxing
    omit b036bd8  Missing @Override
    omit 030e713  Fix generics warning
    omit 04045a4  Clarify exception messages
    omit bb52988  Bug 52064 - OutOfMemory Risk in CacheManager
    omit 59488d7  Synchronized not needed
    omit a9e10ac  Bug 52040 - Add a toolbar in JMeter main window
    omit 994362f  Bug 51919 - Random ConcurrentModificationException or NoSuchElementException in CookieManager#removeMatchingCookies when using Concurrent Download
    omit 205053a  Bug 52033 - Allowing multiple certificates (JKS) Move automatic alias selection code to keystore
    omit f467a1f  Bug 52033 - Allowing multiple certificates (JKS) Fix synch. bug reported by Philippe Mouawad on dev list
    omit 4c54173  Standardise qualifier order: public static final
    omit 349ab50  Bug 52033 - Allowing multiple certificates (JKS)
    omit 724211e  Missing @Overrides
    omit 9d5004e  Unused import
    omit 1151665  Use boolean consistently Config fields can be final
    omit 672cfe8  Fix raw type
    omit 2e71e72  Correcting alphabetical order
    omit f88c263  Correcting alphabetical order
    omit d46aeb0  Bug 52064 - OutOfMemory Risk in CacheManager
    omit da00b79  Log message if using a local address, as that may cause problems.
    omit 7bb240f  Bug 51861 - Improve HTTP Request GUI to better show parameters without name (GWT RPC requests for example)
    omit 043053d  Changed thread name to better identiy Thread children
    omit 43e6878  Bug 52044 - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ
    omit b72b28c  Bug 52044 - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ
    omit e3f8c15  Bug 52044 - JMS Subscriber used with many threads leads to javax.naming.NamingException: Something already bound with ActiveMQ
    omit 1acff1c  Bug 52037 - Remember user-set LaF over restarts.
    omit 29bff77  Bug 51419 - JMS Subscriber: ability to use Selectors
    omit c2c04c5  A bit more about the LAF
    omit 599fe8a  Replace magic number
    omit 61aed66  Bug 52036 - Durable Subscription fails with ActiveMQ due to missing clientId field
    omit b5a2174  Default must be used on get as well as set for consistency
    omit e25c60f  Bug 52036 - Durable Subscription fails with ActiveMQ due to missing clientId field
    omit 1f8e043  Clarify LAF settings
    omit 36a7acc  Log the chosen LAF with its aliases
    omit 6ca0e84  Use the LAF classname as the tooltip
    omit 2e62709  Document that BSF and JSR223 interpreters are not saved between invocations
    omit 3a2b159  Standardise BSF/JSR language lists
    omit 49b1a24  Bug 52029 - Command-line shutdown only gets sent to last engine that was started
    omit 0764f51  Bug 52027 - Allow System or CrossPlatform LAF to be set from options menu
    omit c92e680  Make AsynchSample static in preparation for possible clone of sampler
    omit f8b2d7e  Simplify by using positive conditions "We don't want no negative conditions"
    omit 4f1c61d  @inheritDoc does not work for constructors
    omit 53b2f17  Bug 52019 - Add menu option to Start a test ignoring Pause Timers
    omit 17d05be  Bug 52019 - Add menu option to Start a test ignoring Pause Timers
    omit 0f010bd  Bug 52022 - In View Results Tree rather than showing just a message if the results are to big, show as much of the result as are configured
    omit 3715cd0  Bug 51876 - Functionnality to search in Samplers TreeView
    omit e4fd01e  Document SOAP sampler keepAlive
    omit d01ea94  Bug 52016 - It would be useful to support Jexl2
    omit aa2efde  Bug 52016 - It would be useful to support Jexl2
    omit 19512d4  Allow for tag aliases
    omit 7ab2b9a  Ignore Jexl2 jar
    omit 8266c24  Missing )
    omit 0f802e8  Bug 51817 - Moving variables up and down in User Defined Variables control.
    omit 8bead11  Bug 51876 - Functionnality to search in Samplers TreeView
    omit a5d4dfb  Bug 51876 - Functionnality to search in Samplers TreeView
    omit f5a104d  Bug 52006 - Create a function RandomString to generate random Strings Javadoc fix
    omit dd86499  Bug 51876 - Functionnality to search in Samplers TreeView Fixed issue with empty search and no reset of previous search results
    omit 91e3e8d  Add some French translation and ordering
    omit 2cef40b  Little javadoc
    omit 03f382c  Bug 51876 - Functionnality to search in Samplers TreeView
    omit 3358078  Bug 51876 - Functionnality to search in Samplers TreeView
    omit 6d963a6  Bug 51876 - Functionnality to search in Samplers TreeView
    omit 9c6339b  Bug 27112 - User Parameters should use scrollbars
    omit c99f48c  Bug 52003 - View Results Tree "Scroll automatically" does not scroll properly in case nodes are expanded
    omit 9ff2947  Bug 52006 - Create a function RandomString to generate random Strings
    omit db76843  Bug 52006 - Create a function RandomString to generate random Strings
    omit 84fd282  Bug 51691 - Authorization does not work for JMS Publisher and JMS Subscriber
    omit 9d7a1c7  Bug 51996 - JMS Initial Context leak newly created Context when Multiple Thread enter InitialContextFactory#lookupContext at the same time
    omit 6aade71  Bug 51817 - Moving variables up and down in User Defined Variables control. Fixed IndexArrayOutOfBoundException if no selection and up is pressed
    omit 9048f92  Bug 51817 - Moving variables up and down in User Defined Variables control.
    omit 55c3619  Bug 51817 - Moving variables up and down in User Defined Variables control.
    omit cb8ccb9  Bug 51988 - CSV Data Set Configuration does not resolve default delimiter for header parsing when variables field is empty
    omit 6ad8417  Oops - typo
    omit d001845  More test data file EOL fixes
    omit 936a23b  Fix test data files so EOL does not change across OSes
    omit baa8f30  Tie the mirror port defaults together
    omit 7bd9485  Bug 51988 - CSV Data Set Configuration does not resolve default delimiter for header parsing when variables field is empty
    omit 0638519  Bug 51892 - Default mirror port should be different from default proxy port
    omit 393260e  Last fix to tests failures after renaming HTMLParserTestFile_2.htm to HTMLParserTestFile_2.html -Fixed path -Fixed by attributes (but maybe platform dependent, on my computer file is 1282 so Ok for me, was it an issue in XML ?)
    omit ec5f9a2  Fix to tests failures after renaming HTMLParserTestFile_2.htm to HTMLParserTestFile_2.html
    omit 5aa760a  Fixed errors in TestCase (6 test failures): - Error in baseURL for relative file names (testfiles not needed I think) - FileInputStream not closed - Renamed  HTMLParserTestFile_2.htm to HTMLParserTestFile_2.html
    omit c9df5f9  Bug 51981 - Better support for file: protocol in HTTP sampler
    omit 0125a73  Increase search limit to allow it to work with AL comment header
    omit d519407  Possible efficiency fix
    omit 3385061  Add test for file: protocol with relative file names (e.g. as saved by browsers)
    omit c21fc6f  Bug 51980 - HtmlParserHTMLParser double-counts images used in links
    omit 412d284  Testing delete
    omit 1c88566  Testing commit
    omit 34e5955  Change level to INFO to prevent batchtest from failing
    omit efda9ae  Bug 51925 - Calling Stop on Test leaks executor threads when concurrent download of resources is on
    omit 9907329  Bug 51957 - Concurrent get can hang if a task does not complete
    omit b9e26ba  Bug 51954 - Generated documents include </br> entries which cause extra blank lines
    omit c43e4df  Update velocity jar to 1.7
    omit bdf1261  Bug 51923 - Counter function bug or documentation issue ? (fixed docs)
    omit 039758e  Bug 51942 - Synchronisation issue on CacheManager when Concurrent Download is used
    omit 6922366  Bug 51939 - Should generate new parent sample if necessary when retrieving embedded resources
    omit 3131b3d  JMeter 2.5.1 release
    omit a855093  Now need Ant 1.8 as a minimum
    omit 43017e3  Move 2.5.1 changes to history
    omit 12e8fef  Bug 51937 - JMeter does not handle missing TestPlan entry well
    omit 404eeec  Be more precise about which method actually failed
    omit bde4162  Recent changes
    omit a5b5826  Potentially allow NewDriver and scripts to be run directly from unit tests
    omit 424368c  Add test case for Bug50898 (fails currently)
    omit 58d3ff6  Add support for additional test scripts. Bug50898 commented out as it fails currently
    omit e250d58  Localise condition properties that are re-used to prevent stale values Replace / with local separator so messages look better on Windows
    omit b6bcced  Jar missing from test classpath. So far unused in testing, which is why not previously noticed
    omit e401a90  Bug 51918 - GZIP compressed traffic produces errors, when multiple connections allowed
    omit 9bc7915  Bug 51932 - CacheManager does not handle cache-control header with any attributes after max-age
    omit 4ab39e1  Small mistake on 'ws' -> 'vs' (sorry)
    omit 281db1f  Update docs with new footer
    omit 0f14a82  Direct users to log file for further info
    omit 7e7b8b6  Provide access to JTidy outputStream
    omit e067d7b  Allow direct access to argument pane contents, without configuring the test element
    omit 8c13b1b  Javadoc
    omit 32173b7  Mail display problem fixed; revert temp change
    omit 1c8b313  Temp change to check SVN mail
    omit 33df6e6  Make sure SVN knows it's utf-8
    omit 79a2b86  More workrounds for HC4 bug
    omit 74355ca  Javadoc
    omit 56df553  Bug 49976 - FormCharSetFinder visibility is default instead of public Make ctor public too
    omit 5482fec  More workrounds for HC4 bug
    omit 64f5c24  Ensure unlock is called
    omit 6e27d1b  Forgot to check if currentSampler had been set to null, e.g. by shutdown
    omit fd999a5  Bug 51880 - The shutdown command is not working if I invoke it before all the thread are started Part2 - fix to startUp delay (previous fix was to rampUp delay)
    omit 9fba9d8  Release the interrupt lock to allow late interrupts to complete
    omit ff03bcf  Add check for Ant version (1.7.0+ required for mapper, used in download_jars)
    omit 56122fb  Fix little problem when ant docs-printable
    omit 2db7f36  Bug 51888 - Occasional deadlock when stopping a testplan
    omit 9b7d3af  Updated fix for HTTPCLIENT issue 1120; allows for RequestWrapper
    omit 6e54ef0  Bug 51885 - Allow a JMeter Variable as input to XPathExtractor part 2 of fix
    omit 25139ff  Minor tidyup
    omit 5fd2397  Fix versions included
    omit 5d6a11f  htmlparser 2.1 now available from Maven Central
    omit da84fe0  JUnit 4.9
    omit a7a5892  Upgrade to mail 1.4.4
    omit 05df16d  Fix non-UTF8 character (hopefully!)
    omit 047f2b3  Upgrade to mail 1.4.4
    omit 93d489d  Use $Id rather than $Date, as the latter causes Locale issues Improve Footer to include JMeter trademarks
    omit 0d9527d  Use $Id rather than $Date, as the latter causes Locale issues Improve Footer to include JMeter trademarks
    omit 4c35490  Improve Footer to include JMeter trademarks
    omit 14b9307  Qualify null parameter type to avoid Gump failure which is caused by new method to be introduced in 4.2
    omit 4281d89  See what $id looks like
    omit f4d27ea  Experiment with shorter date
    omit 07b70d0  Experiment with shorter date
    omit 0f93555  Experiment with shorter date
    omit eb1621a  Experiment with shorter date
    omit 63ce452  Prepare next release 2.5.1: synch docs (2.5.1RC2)
    omit d873978  Prepare next release 2.5.1: synch docs
    omit bafdac9  Increase the default queue size; 20 was insufficient
    omit 5dedc92  Synch
    omit 081b3f9  Remote Shut host menu item was not being enabled.
    omit dde9476  Temporary hack to work round https://issues.apache.org/jira/browse/HTTPCLIENT-1120 Note: copying the code from the patch did not seem to work; it looks like isAborted() was not set. Hopefully that is fixed in 4.1.3
    omit f61d17a  Log the retry count
    omit 2ad2435  Javadoc
    omit 60a6e18  Resolve Asynch queue size property on the server to agree with other sender behaviour
    omit 936276b  Synch docs
    omit 5cc333b  Added AsynchSampleSender which sends samples from server to client asynchronously.
    omit dc6c9dd  Javadoc
    omit d7315f9  Change default retry count to 1
    omit 6c0f5c6  Change default retry count to 1
    omit 65535cf  Bug 51885 - Allow a JMeter Variable as input to XPathExtractor
    omit c46062c  Bug 51882 - HTTPHC3Client uses a default retry count of 3, make it configurable
    omit 8bdbc8f  Bug 51880 - The shutdown command is not working if I invoke it before all the thread are started.
    omit b85e82e  Simplify code
    omit 4ce2b0c  Javadoc
    omit 240e977  Prepare next version 2.5.1
    omit 67c1c6a  Prepare next release 2.5.1: update docs
    omit f0301b2  Unused import
    omit 6206e88  Javadoc
    omit 1dd54020 Unused import
    omit eb9038f  Javadoc
    omit 539b492  Bug 51869 - NullPointer Exception when using Include Controller
    omit 4445fb3  Recent changes
    omit 3c65cd9  Better log message when javascript error occurs
    omit ad7b6c0  Better log message when javascript error occurs
    omit fc08366  Better log message when If Controller javascript error occurs
    omit a258feb  Bug 51863 - Lots of ESTABLISHED connections with HttpClient 4 implementation (ws HttpClient 3.1 impl)
    omit bb62e1a  Use taskname to identify output when running tests
    omit 0128400  Propagate original error
    omit c202bd7  Synch web-site docs
    omit 088a0fc  Another change
    omit dc4650f  Translate
    omit bee4b5b  Bug 47888 - JUnit Sampler re-uses test object
    omit 119cd65  Add optional pause between child samples
    omit 4f32ab1  Bug 51855 - Parent samples may have slightly inaccurate elapsed times
    omit d2f389c  serialVersionUID not needed
    omit 78497d6  remove unused import
    omit 30c3cfd  Changes on Operating systems tested with JMeter, link to wiki
    omit ee395d6  Bug 51847 - Some Junit tests are Locale sensitive and fail if Locale is different from US
    omit 30b5a73  Rename variables to make them clearer
    omit 91d1ba5  Adjust nanoTime fudge factors.
    omit 5a3cc21  Ensure the overridden setting is used by test code
    omit 1b36000  Document summariser properties
    omit 13bca71  Tidy up
    omit ff0e6ab  Bug 50917 - Property CookieManager.save.cookies not honored when set from test plan Add note to component reference
    omit b27bff9  Oups. Same corrects some spelling mistakes
    omit ca9b372  Corrects some spelling mistakes (thanks Philippe)
    omit e071954  Bug 51840 - JMS : Cache of InitialContext has some issues
    omit dfe03ce  Bug 50617 - Monitor Results legend show "dead" server although values from the server are retrieved
    omit 3755c96  little update for JavaDoc
    omit fff7ed0  Fix up some incorrect sizes
    omit 171f28e  Oops, typo
    omit 94a10ba  Test Action also useful in the work-round
    omit e6fcfce  Re-add witdh and height for screenshots & figure. Improves HTML display speed
    omit 33fce5c  Add a workaround notice to the know issue on bug 50618
    omit 694477d  Update docs, View results tree & graph results sceenshots I forget screenshots in docs folder.
    omit 585d845  log settings in use
    omit 226a06a  Update docs, View results tree & graph results sceenshots
    omit d4c95a0  View Results Tree: Regexp Tester - little improvements on user interface
    omit 92dc24d  Reduce Renders List box default witdh in View Results Tree
    omit f96e5dc  WebService(SOAP) Request - Re-organize GUI for better design and user-friendly
    omit cf76107  List some of the main changes
    omit d6fc797  Bug 51380 - Control reuse of cached SSL Context from iteration to iteration
    omit 527a292  SerialVersionUID not required
    omit 93d7aac  Bug 49976 - FormCharSetFinder visibility is default instead of public.
    omit 73c93ff  Bug 51691 - Authorization does not work for JMS Publisher and JMS Subscriber
    omit f57143b  Bug 51841 - JMS : If an error occurs in ReceiveSubscriber constructor or Publisher, then Connections will stay open
    omit 5005f7e  Warn when command not valid
    omit 92a1706  Bug 51605 - WebService(SOAP) Request - WebMethod field value changes surreptitiously for all the requests when a value is selected in a request It's a improvement
    omit 0a7ba71  Bug 51605 - WebService(SOAP) Request - WebMethod field value changes surreptitiously for all the requests when a value is selected in a request
    omit 3c81e87  Beanshell Sampler now supports Interruptible interface
    omit 4de89e8  Avoid NPE if Paste is used before Copy
    omit c9944fa  Bug 50032 - Fixed a new regression introduced by bug 50032 when Transaction Controller is a child of If Controller
    omit 79c4938  Bug 42246 - don't override colour for autoscroll checkbox
    omit bb93f08  Bug 51839 - "... end of run" printed prematurely
    omit a188d54  French translation for Bug 42246 - Need for a 'auto-scroll' option in "View Results Tree" and "Assertion Results"
    omit ad9571a  Bug 47921 - Variables not released for GC after JMeterThread exits.
    omit b5a6247  Localise variable use
    omit 36f6794  Bug 51822 - (part 1) save 1 invocation of GuiPackage#getCurrentGui
    omit 8d934fa70 Bug 42246 - Need for a 'auto-scroll' option in "View Results Tree" and "Assertion Results"
    omit 6c3c493  Using ClientJMeterEngine.tidyRMI allows server to exit without needing to use System.exit, so disable that use of System.exit by default. However if non-GUI test threads won't stop, we have to use System.exit - but allow this to be disabled.
    omit 9237e19  Better handling of engine configuration failure
    omit 49c1c34  It's confusing to use the same interface method names for JMeterEngine and RemoteJMeterEngine, so prefix the remote interface method names with "r". This also makes it easier to trace the method calls in an IDE.
    omit 8a965c1  We don't export this so don't unexport
    omit 0fd246e  Ensure we tidy up RMI
    omit 727e2f9  Use constant for default UDP port
    omit 9b78c1c  Minor tidyup
    omit 0cd57fe  French translation for new short-cut for Enabling / Disabling (sub)tree or branches in test plan
    omit 3131fba  Bug 51821 - Add short-cut for Enabling / Disabling (sub)tree or branches in test plan.
    omit 1d5730f  WebService(SOAP) request - add I18N for some labels
    omit b17a010  WebService(SOAP) request - add a connect timeout to get the wsdl used to populate Web Methods when server doesn't response
    omit 3b899cd  Rearrange in Key order
    omit baf64cf  Bug 51830 - Webservice Soap Request triggers too many popups when Webservice WSDL URL is down
    omit 558732c  Bug 51831 - Cannot disable UDP server or change the maximum UDP port Also failed to check max port initially
    omit 4fd0bb4  Bug 51775 - Port number duplicates in Host header when capturing by HttpClient (3.1 and 4.x) Simplify and improve last fix. Thanks sebb.
    omit 15a349e  No longer check for unequal hashcodes, was not a strict requirement anyway, and is no longer true since applying the following fix: URL: http://svn.apache.org/viewvc?rev=1170595&view=rev Log: Bug 48943 - Functions are invoked additional times when used in combination with a Config Element
    omit e43daf1  Add two knows issues : bug 50032 and bug 50618
    omit 6a19ffa  Bug 51775 - Port number duplicates in Host header when capturing by HttpClient (3.1 and 4.x)
    omit df6d1a7  -X only usable in non-Gui mode
    omit 320532e  Bug 39219 - HTTP Server: You can't stop it after File->Open
    omit 2760cb9  Bug 48943 - Functions are invoked additional times when used in combination with a Config Element
    omit 12f247b  Don't save concurrent pool property if it is the default
    omit 078d4f1  If Controller - Catches a StackOverflowError when a condition returns always false (after at least one iteration with return true) See bug 50618
    omit 8c83f28  If Controller - Fixed a regression introduce by bug 50032 See: https://issues.apache.org/bugzilla/show_bug.cgi?id=50032#c6 and https://issues.apache.org/bugzilla/show_bug.cgi?id=50618#c28
    omit 0c4d26a  Bug 43293 - Java Request fields not cleared when creating new sampler
    omit 916ca6f  Bug 50424 - Web Methods drop down list box inconsistent
    omit e722aae  Bug 51752 - HTTP Cache is broken when using "Retrieve all embedded resources" with concurrent pool
    omit f6e6d01  Clarify stdev/stdevp
    omit f7ca15b  Don't automatically retry with HttpCLient4 sampler
    omit 38e0837  Bug 51750 - Retrieve all embedded resources doesn't follow IFRAME Fix Tidy impl as well
    omit 8e777b9  No need to mention FRAME twice
    omit 241c80b  Bug 51750 - Retrieve all embedded resources doesn't follow IFRAME
    omit 059be9d  Move 2.5 changes to history
    omit 8d8d2c7  Reduce logging; allow level to be specified; default to INFO level
    omit 3547ac3  No need for serialVersionUID
    omit d6d9493  Fix bug whereby HttpClient instances were not re-used
    omit 4a0ef9d  JMeter 2.5 release
    omit 2d8c0de  Update changes before 2.5RC3
    omit 867d998  Fix error handling if svn is not present or directory is not a working copy
    omit 72d8e55  No need to touch version or check it
    omit fd2fdd8  Use Implementation-Version from MANIFEST.MF instead of patching JMeterVersion.java
    omit e13d2fc  Ensure N&L appear near start of file  after MANIFEST
    omit 8fbc381  Add version display
    omit 4aa8901  Use simpler Java 1.5+ method to obtain the default charset
    omit dccb810  encoding not supported for replaceregex, only replaceregexp
    omit f4b72a3  Improve junit output
    omit 0aba885  Allow test encoding to be specified
    omit e75b972  Display actual encoding used
    omit 7c4fd04  Specify encoding rather than relying on default
    omit 3e48456  Change static code to allow DSTAMP to be used as version qualifier
    omit 4dde055  Show file encoding
    omit 6853ec3  Show file encoding
    omit a9d47c6  Bug 51645 - CSVDataSet does not read UTF-8 files when file.encoding is UTF-8
    omit 4bd427a  We don't use LICENSE*.txt
    omit 4fb2003  *.odt files are binary types (no EOL conversion wanted)
    omit 086ffde  Ensure hc.parameters is copied to both archives
    omit c1e1b07  Ensure correct EOL when creating archives
    omit 7bb408f  Add eol-style
    omit 3b9db4d  Use Unicode escapes instead of non-Ascii chars
    omit e7b92e9  Check that properties files only use Ascii (not strictly necessary, but helps prevent packaging problems)
    omit 0f9a584  Missing EOL-style
    omit 60402c2  Use specific ignores to help prevent multiple copies in workspace
    omit 01c51f1  Nightly builds don't need to check JMeterVersion.java
    omit 6748050  bad checksum (pick httpxxx.asc.md5 instead of httpxxx.md5)
    omit dc20aa6  Update docs
    omit 35f3eda  Update to httpclient 4.1.2 and httpmime 4.1.2
    omit 02f6388  Add 2 options: 1/ to permit build JMeter distribution from src archive (tgz) without svn checkout or in offline conditions 2/ to build JMeter independantly from svn revision
    omit 8cc62b9  Try again
    omit bbab8c5  Update version
    omit 33f2e97  Drop trailing $ to ensure SVN property is not replaced
    omit eaed78f  reduce substring to check for revision to bypass svn replace
    omit adb7c58  remove first $ to bypass svn replace
    omit 33d65da  Add touch-version target to update JMeterVersion source file Also check that values in JMeterVersion source file agree when building the distribution
    omit a297d7f  Document how to create SVN tag
    omit d7f0707  Disable the update-version execution, not necessary now.
    omit 9e79baa  Add only ASF License and Notice to JMeter binaries jar files
    omit 5f55de5  Easier time format to generate
    omit 2a5fc7a  Update to JUnit 4.8.2
    omit dc25889  Fix location for BouncyCastle optional jars
    omit 90649a5  Add SVN revision
    omit 3245e09  Add checkstyle.xml to source package (sorry detab)
    omit 165645e  Add checkstyle.xml to source package
    omit eed8cac  Update the year.
    omit 0c46f14  When record http with HC4. The type 2 isn't recognized by proxy.
    omit 9f5773d  Prepare next release 2.5: update docs tree and overview : remove old files (http://svn.apache.org/viewvc?rev=1102223&view=rev)
    omit f7b9109  Prepare next release 2.5: update docs tree and overview
    omit 46660b6  Prepare next version 2.5 and update year
    omit 8693113  Next release will be 2.5
    omit 5abcc1d  Update to httpcore 4.1.3
    omit 9359666  Need BC jars for build and test
    omit 2a443f2  Ignore current net jar
    omit 5cc8211  Net 3.0 => 3.0.1
    omit 10bafdc  Update to httpcore 4.1.2
    omit ade5579  Bug 51488 - Assertion: Variable name scope is shared among all assertions (and Bug 51255)
    omit 288e5f3  Add sectionlink to make linking easier Props to Subversion website
    omit b8087fe  Fix invalid tag nesting
    omit 5b6cd16  XX:MaxLiveObjectEvacuationRatio has been dropped as of Java 6.0_24
    omit 2cb087b  Refactor HC4 SSL factory setup
    omit d5c7a36  All generated sockets should be slow
    omit fa4e25d  Add info log
    omit 6c733f5  All generated sockets should be slow
    omit 82dda85  Bug 51275 - Cookie Panel clearGui() sets incorrect default policy in Java 1.6
    omit 61dd012  Bug 51268 - HTTPS request through an invalid proxy causes NullPointerException and does not show in result tree. Rather than delegating to the JMeter thread handler for "unexpected" failures, ensure all Exceptions generate a sample error.
    omit 65fd81f  Define sun.net.http.allowRestrictedHeaders=true by default. This fixes Bug 51238.
    omit df9a38d  Updated URLs and examples
    omit 91f2a32  Fix a Java=>Oracle URL
    omit f31e0ca  httpcore => 4.1.1
    omit 798b8d8  Bug 50544 - In Apache Common Log the HEAD requests cause problems.
    omit 3366c52  Document virtual host
    omit 5a3052c  Bug 50516 - "Host" header in HTTP Header Manager is not included in generated HTTP request
    omit 5104baa  Add constant for Host header
    omit d59a94e  Update to Commons NET 3.0
    omit 0a59b8c  Update to Commons NET 3.0
    omit cff2726  Document radio button defaulting behaviour
    omit 958892f  Don't try to add empty function alias
    omit 0f87de5  Start summarising the main changes
    omit 8de228d  Fixes to HTTP Sampler description
    omit 201a5d1  Replace Known Bugs link with Issues, and provide info on reporting them.
    omit 57a82ee  Minor typographical error
    omit 8a046ab  Update JMeter Proxy step by step manual
    omit 4de2df5  Update JMeter Proxy step by step manual
    omit 67d6c5e  Javadoc formatting
    omit 3031fef  Ensure content-type is always set
    omit dc81677  Avoid NPE when using HEAD method
    omit 4287149  Fix bug introduced when classes re-organised for HC4: need to set default parameters, not an instance that is then abandoned!
    omit e2ad01d  Hiding the proxy password on HTTP Sampler (just on GUI, not in JMX file)
    omit 5d759dd  Fix a bug when instream is null (with a 408 http response), don't set body size
    omit cbaa30e  Cannot rely on initial call to getReceivedBytesCount being the same as the header byte count - it can be larger if the socket returns a larger chunk - so calculate header size from the response headers.
    omit c92dbf5  Improvements in French translation for Webservice sampler
    omit e000041  Change strategy to get response size (use CountingInputStream from Commons IO) View Results Tree - Add new size fields: response headers and response body (in bytes) - derived from Bug 43363 Size Assertion - Add response size scope (full, headers, body, code, message) - derived from Bug 43363
    omit 4bb6f77  Change test to agree with new CSV Dataset behaviour
    omit 4024345  Improve output when test fails
    omit 941521a  Bug 51002 - Stop Thread if CSV file is not available. JMeter now treats IOError as EOF.
    omit b77d937  Add metrics to get header and body sizes
    omit 22f696f  Cookies are handled; unused import
    omit f46e2df  SLOW_HTTPS needs an SSL Socket implementation
    omit 22cc4a7  Simpler
    omit ce294c5  Allow all certificates (as is done for HC3)
    omit 8e571eb  Add response handler for Gzip
    omit e30c2da  Simplify calculation of header size
    omit 4bf49d4  Simplify calculation of status line length
    omit 3f3b939  Remove unused items
    omit a24a012  Oups. Must be to default value: false.
    omit 28f2180  Remove this method (no used now)
    omit 32e4c3d  Simplify new properties to change method to calculate getBytes() Save Headers size and Content-length on sample (in HTTPSampleResult) instead of calculting when gets results
    omit 8a47fb7  Add HTTPClient 4 jars libraries for the binary distribution
    omit 691e186  Bug 50170 - Bytes reported by http sampler is after GUnZip Add an optional property to allow change the method to get response size.
    omit 392214b  Bug 51011 - Mail Reader: upon authentication failure, tell what you tried
    omit ee73b8a  Add fudge factor to total time as well
    omit 954bef2  Document maxport in changes doc.
    omit 5439063  Fix typo in property name
    omit 4195fe5  Update ignores
    omit 3fed6bc  Update some Commons jar versions
    omit 6f9b294  Bug 50977 - Unable to set TCP Sampler for individual samples
    omit 9e325e8  Bug 50962 - SizeAssertionGui validation prevents the use of variables for the size
    omit 9ce4bcd  Unused import
    omit 6316e30  Fix comment - Tomcat does use translated headers
    omit faeba62  Update list of tags
    omit b678a90  Bug 50963 - AjpSampler throws java.lang.StringIndexOutOfBoundsException
    omit 0348060  Simplify code using setters which have defaults
    omit 8a6e8bd  Add defaults to the setter/getter for ConcurrentDwn
    omit bfb3eae  Add defaults to the setter/getter
    omit 2772ba3  Correct a compiler error with a real JDK 1.5 Bug 50943 - Allowing concurrent downloads of embedded resources in html page
    omit eb3987e  French word 'headers' need to be plural
    omit b54e34d  Add French translation for the new labels and reduce size for some labels (by abbreviation) on HTTP Sample
    omit d2fc47f  Update HTTP Sampler reference: some params not required
    omit a9555cf  Bug 50943 - Allowing concurrent downloads of embedded resources in html page
    omit 2dc362e  Update to httpclient 4.1.1
    omit 35c6720  Update to httpclient 4.1.1
    omit 644d146  Bug 50569 - Jdbc Request Sampler to optionally store result set object data
    omit 7fbb6a7  Bug 50937 - TCP Sampler does not provide for / honor connect timeout
    omit 0c7ece2  Bug 50666 - JMSSubscriber: support for durable subscriptions
    omit d942cd4  Allow additional paramters to be passed in
    omit 80e4f21  Allow additional paramters to be passed in
    omit af4fd9d  Bug 50871 - patch for eclipse.classpath
    omit aa4f1ed  get_xml_message* no longer used
    omit 1fe1322  Bug 50811 - Incomplete spanish translation
    omit 5e1bf19  Resynch docs/images with xdocs/images
    omit 46a190d  Add clean-docs-images
    omit ce1aef4  Remove unnecessary TODO
    omit ca0eaa7  Refresh old screenshots for controllers, timers and some others elements
    omit 79d420b  Add view results render French translation on combo box
    omit 1254c61  Close window
    omit 3c3b30d  I name this thread ...
    omit 7a40b5a  Use Thread.setDefaultUncaughtExceptionHandler() instead of private ThreadGroup
    omit 652ff47  More docs on UDP listener
    omit e9fed7d  Allow for multiple local UDP ports
    omit c8a4e36  Client JMeter engine now supports external stop/shutdown via UDP
    omit 625f850  remote shudown
    omit b701789  Add remote shutdown capability
    omit a4b45f6  Bug 50659 - JMeter server does not support concurrent tests - prevent client from starting another (part deux) Remove thread from ClientJMeterEngine - if it is required for GUI, then let the GUI create the thread This allows proper return of error conditions Also replace System.exit() with interrupt() of RMI thread
    omit 15c5d5a  Tidy up: use AtomicInteger instead of synch. methods; remove unnecessary System.exit(); simplify some code
    omit 6fbd684  Ensure we report IllegalStateException
    omit 7c2b996  Tweaks - document thrown exceptions
    omit 55b4325  Change to more suitable Exception
    omit eca1e2f  Use new method to pass on original exception
    omit 1a3d497  Javadoc
    omit c5cb0cf  Add Throwable parameters
    omit 09bb659  Need to check for owner before allowing reset, otherwise GUI can interrupt another test
    omit 8a30f6b  Unnecessary calls to System.exit()
    omit c766692  Model may be null during startup
    omit e4bce13  Change name of Pre and Post Thread Groups
    omit c2c83c8  Bug 50671 - no need for volatile qualifier
    omit 4847042  Bug 50659 - JMeter server does not support concurrent tests - prevent client from starting another
    omit b3a209b  A bit more info
    omit 4a98c1b  Bug 50708 - Classpath jar order in NewDriver not alphabetically
    omit 42d2be3  Bug 50221 - Renaming elements in the tree does not resize label
    omit 030d06d  Bug 50686 - merge separate debug statements
    omit af3743d  Bug 50686 - HeaderManager logging to verbose when merging instances Downgrade to debug
    omit c51d5d5  Bug 50686 - HeaderManager logging to verbose when merging instances Downgrade to debug
    omit fd83dbb  Rename Pre and Post Thread Group labels: - more like JUnit, so should be more familiar - lower-case initial letter to sort after the main one
    omit ed96479  Bug 50684 - Optionally disable Content-Type and Transfer-Encoding in Multipart POST
    omit ef05560  Bug 50675 - CVS Data Set Config incompatible with Remote Start Fixed RMI startup to provide location of JMX file relative to user.dir.
    omit f794274  Tests for new methods
    omit 5bd4587  Re-instate null check dropped in error
    omit e4b88fa  Use new FileServer methods
    omit 0f20849  Add some new methods, mainly for use with Client & Remote engines
    omit 34a41cc  Clean up logging - drop per-sample to reduce load
    omit b64f9f6  Too noisy
    omit eaa3020  Downgrade log message to debug
    omit 037f543  Add TODO
    omit 434c69f  Clarify last_sample_ok variable
    omit 66f43ee  Clarify last_sample_ok variable
    omit b843fa2  More info for Gump logs
    omit d2a3015  Update to httpclient 4.1 GA
    omit 81680f5  No need to return a value (improving patch Bug 50032)
    omit 938bd87  Not used
    omit 58f8b3a  Mail on userlist reported NPE here - looks like only happens if there are network errors, but check anyway
    omit 6ed1afc  Missing translation french search test on ldap sampler
    omit 360d5cc  Add french translation for titles: Test Fragment and Post/Setup Thread group
    omit 580d3d4  Bug 50579 - Error count is long, sample count is int. Changed sample count to long.
    omit a033c70  Typo
    omit 8c0ffbd  fork="yes" is required or dir attribute is ignored
    omit d9c3f2b  Since add Start Next Loop behavior ([Bug 30563] Thread Group should have a start next loop option on Sample Error), some new bugs on transaction controller with option Generate as parent enabled are come. Fix.
    omit 0f55f0d  Docs
    omit 58dca91  Bug 50568 - Function __FileToString(): Could not read file when encoding option is blank/empty
    omit 669a172  Try fork=no for fixing classpath issue with Gump tests
    omit 9d001ca  Simpler
    omit b50fad7  Initial stab at checkstyle target
    omit c30dd00  Synch. variable lists
    omit a783330  All BeansShell test elements now have the script variables "prev" and "Label" defined.
    omit 20db47f  cookie variable has been renamed
    omit e238cc7  spelling mistake (on jms request)
    omit bab5479  New location for Jakarta PMC rdf
    omit 52cbfd2  Oops - wrong URL
    omit 1f8c7dc  Add fudge factor for overall time comparison
    omit 1019816  Test both with and without using nanoTime Still some boundary errors using nanoTime which have yet to be resolved
    omit b94d0b6  Allow direct read access to nano fields by test code
    omit 8b0932c  Redundant
    omit b07df2c  Point to standard license location
    omit 2165760  Allow test code to change the default useNanoTime setting
    omit 3527cba  Add missing hashCode() methods
    omit f193978  Rewrap for clarity
    omit f9373c6  Tab police
    omit ed6dec6  Constants should be static
    omit ecf8acc  Typo reported on user list Due to Michel Duijvestijn
    omit 0881f18  Better display of request headers
    omit 2b95b48  Add some debug
    omit 4a67808  Add header processing
    omit 711d95a  Bug 50490 - Setup and Post Thread Group enhancements for better test flow.
    omit 9d95f7a  Update documents for JSR223 test elements
    omit f03d63c  Give access to current SampleResult (and drop references to prev)
    omit 7371720  Does not make sense for Timers and Pre-Processors to reference the previous sample, so don't document it
    omit aefdb13  Standardise order of variables
    omit 1a8d5a4  Typo in variable name
    omit 96b21c5  Fix list of variables
    omit 61d8d30  Bug 50487 - runSerialTest verifies objects that never need persisting
    omit a1538f0  TestFragment needs to be in core module
    omit 42c7cfa  Bug 50475 - Introduction of a Test Fragment Test Element for a better Include flow
    omit bfea140  Add tests for HC4
    omit ca192c4  Post code now mostly working
    omit a348637  Unused imports
    omit c260131  Initial implementation of PUT - needs testing!
    omit 175a7eb  Bug 50450 - use System.array copy in jacobi solver as, being native, is more performant.
    omit 843d554  Ensure temporary DefaultHttpClient is released. Copy params to BasicHttpParams.
    omit eb76ca9  Unused import
    omit 33d0b7b  ConcurrentHashMap does not need to be protected by synch. Use for loops where possible to tidy code
    omit 3e369a9  Not serialisable; make transient
    omit 6b6fa3f  Use putIfAbsent() instead of synch. on ConcurrentHashMap
    omit 4826c20  JMeterEngine is not serialisable; make transient
    omit 5b2c650  Use internal lock for synch.
    omit dabdfc9  Revert changes to these files made in r1044445: causes GUI problems in populateCommandMap.
    omit b9d19ae  FindBugs: invalid iinitialisation
    omit 9f200b4  Inefficient use of iterator
    omit 7ab8658  use Number.valueOf() rather than new Number()
    omit 8de84bc  Findbugs: Ensure stream is closed
    omit 4f0086f  Unnecessary new String()
    omit 1f8109e  Unused import
    omit 20a2693  Define equals so agrees with compareTo
    omit e46f393  Findbugs: comparators should be serializable
    omit 7252241  Shared non-synch static variable
    omit cd5d058  Findbugs inefficient code
    omit 0e17961  Make constants final, and reduce visiblity as much as possible
    omit 9296e33  Oops - forgot to update the generic version code
    omit 675dc56  Support Apache version of HttpVersion
    omit a28a82b  typo
    omit f6deb95  Document Apache HttpClient logging
    omit b83783e  Bug 50438 - code calculates average with integer math, expecting double value
    omit d2eaf2e  Getting closer; cookies now work. Still no PUT or POST.
    omit f97f3cd  Add method for Apache HttpClient
    omit 1357c1c7 Move HttpClientKey to HC4 subclass Pull up common code from HC3 subclass
    omit d53ca3a  Bug 50439 - simplify setting of component text
    omit bf86c25  SImplify
    omit 63277a4  Make generic so it supports both Commons and Apache HttpClient implementations
    omit 57b32fc  Simplify
    omit 024fbc1  New class for Oracle JDBC
    omit 76453da  Update doc
    omit 88b7dc6  HTTP_AUTHENTICATION_PREEMPTIVE is for Commons HttpClient only Add HttpClientKey class for use in HttpClient ThreadLocal maps.
    omit 6d76c18  Unused import
    omit 52b2ae9  Simplify - only need values from the map
    omit b38504b  Don't allow illegal methods Move Cache check
    omit 2c723f8  Tidy proxy setup code
    omit 0d3e5c7  Add common proxy check methods
    omit e526928  Done in finally clause
    omit 2acf4d3  Localise variables
    omit 14d3894  Sample method belongs first
    omit b116dd0  Re-order methods slightly
    omit 99b95b9  Bug 50425 - Remove thread groups from Controller add menu
    omit 1153432  Javadoc
    omit 368e061  Simplify
    omit 7fa86d8  Initial impl. of Slow Sockets for Apache HC
    omit fa7a587  Add Apache HttpClient jars to classpath
    omit d59690e  Probably don't need httpclient-cache
    omit 05abd92  Simpler, shorter expression of protocol default (props Milamber)
    omit 688391d  Document which HttpClient is supported
    omit 8378c6f  Document which HttpClient is supported
    omit 4463e16  Document
    omit e57b392  Move CookieSpec method to CookieManager so CookiePanel no longer depends directly on the HttpClient version
    omit e54863d  Add Apache HttpClient support
    omit 92917c3  Raw type
    omit ea18c29  In French, one space before colon (:)
    omit ce248a9  Allow HTTPSampler2 access to savedClient
    omit 28a04ec  Fix up HttpClient/HttpCore repo locations and MD5s
    omit 7746cff  Javadoc
    omit 504d51d  Oops - should only have used generic Throwable here
    omit 84b0bc3  Sort; add Javadoc
    omit b41005f  Download HttpClient jars
    omit a41beb6  Add HttpClient dependencies TODO - update to non-beta version when available
    omit b0822e9  Ensure content entry field does not get lost
    omit 58d3cff  Shorten Protocol label
    omit 2b0791c  Move some common code to a super-class for the HttpClient-based samplers
    omit 366069e  Bug 50392 - value is trimmed when sending the request in Multipart
    omit 62677f2  Oops - raw &
    omit 2de7da1  Fix JMeter Proxy to use new HTTP implementation names
    omit 3bb00f9  Drop SVNPATH hack - Hudson should provide svn on the PATH
    omit 83c576a  Document ORO extended REs
    omit cf1ad70  Ignore HC4 jars
    omit f43b895  Don't use generic superclass here
    omit 92ddd4b  Oops - need to provide access to HttpSampler2 methods
    omit a9d6268  Fix test files to use new Proxy sampler
    omit b3b90b8  Cut and paste error
    omit 282bfb7  Rewrite original samplers to use new implementations
    omit 274a781  Update docs for runtime HTTP selection
    omit 9b465e6  Allow HTTP implementation to be selected at run-time
    omit d060768  HTTP Sampler Proxy which allows runtime HTTP implementatiom selection
    omit 055b705  Add HTTP implementations for use by HTTPSamplerProxy
    omit 6a42a50  Must default to blank
    omit 1a5333c  Use commaon-line path override
    omit cc6f27e  Try again
    omit 283aefa  Bug 50367 - Clear / Clear all in View results tree does not clear selected element
    omit db98a4f  Add SVNPATH for use on Hudson
    omit 413603a  Tidy order
    omit da8f0c8  Check SaveService classes
    omit aefca04  Drop obsolete or unused entries
    omit fc9230e  Allow test code to check for spurious class references
    omit 790e628  typo
    omit 8962ebe  Allow multiple aliases for same class name
    omit 4474717  Bug 50347 - Eclipse setup instructions should remind user to download dependent jars
    omit 9931cce  Use (later) version of r938 from Maven Central
    omit 2fc5a0c  AJP Sampler now implements Interruptible
    omit ea3b12d  Allow for null URL in HttpSampleResult
    omit d16d7c2  Unused import
    omit 67c3b53  Promote ipSource to base class
    omit e78121c  Use generic parent class (necessary to allow choosing HTTP implementation at run-time)
    omit 041c471  No need for HTTP in the message
    omit d214470  System.nanoTime() tends to drift relative to System.currentTimeMillis(). Change SampleResult to recalculate offset each time. Also enable reversion to using System.currentTimeMillis() only.
    omit 27e4a4c  JMS Subscriber - Add dynamic destination
    omit 1c25fdb  Bug 50286 - don't capture < in non-path-extension RE
    omit 35768e2  Matching uses contains, so no point having optional trailing delimiters
    omit 3be3528  Fix some Java=>Oracle URLs
    omit faa2782  Rewrap badly wrapped comments
    omit 0c2a180  Improvements and new screenshots (JMS Subscriber and JMS Publisher) for doc "Building a JMS Topic Test Plan"
    omit 206dc28  Bug 50286 - URL Re-writing Modifier: extracted jsessionid value is incorrect when is between XML tags
    omit 47bafa7  Seems to miss a close parenthesis
    omit 8d92e0e  Fix PUT proxy handling
    omit c3478fa  Don't say it is POST data when it's actually a PUT
    omit 0b36d1b  Add some new french translation for SMTP sampler and some mistake (VRT)
    omit 687600e  Update URL for get package list (javadoc generating)
    omit a52edf7  Missing update image form Bug 50268
    omit 9e40996  Small mistake in french message on HTTP URL Re-writing Modifier
    omit 4258b3f  Simplify - save DestinationSetup as a boolean
    omit 5de2d8c  Document
    omit 20cf3d3  Group new JMX names with existing ones
    omit 6852c61  Tidy up build instructions
    omit 3fff41d  Tidy up build instructions
    omit 9cc45dc  Little correction on french messages for JMS Publisher labels
    omit 1886443  Bug 50268 - Adds static and dynamic destinations to JMS Publisher
    omit 8b29028  Unix uses : not ; as path separator
    omit 00819ba  Unix uses : not ; as path separator
    omit 6df1f27  Close action dialog box when tapping Escape key
    omit b92dfe1  Simplify WebService GUI: use tooltips instead of fixed text which takes up lots of space Drop text regarding XML parsing as no longer very relevant
    omit f6725f0  Bug 50203 Cannot set property "jmeter.save.saveservice.default_delimiter=\t"
    omit b149dbd  Disable check of Content-Length. Does not work on JDK 1.6.0_22+, and anyway is not particularly useful as a test
    omit cb0ebf0  // Temporary hack to allow tests to complete on Sun Java 1.6.0_22
    omit 273b1e2  Ensure test failures are properly progagated
    omit 1d2c95b  Oops - fix relative path
    omit 36ff498  Mail jars are now included
    omit d532538  Adjust code so Sun Java compiler does not complain
    omit ba86d84  Why pay?
    omit 0aff80a  Update Cache Manager docs
    omit e40c95b  Drop unused Lists
    omit 674dba5  Bug 50134 - TransactionController : Reports bad response time when it contains other TransactionControllers
    omit 147d7d4  Generics
    omit bf87153  Generics
    omit 08b9d8b  Generics
    omit a3d27fc  Bug 50178 - HeaderManager added as child of Thread Group can create concatenated HeaderManager names and OutOfMemoryException
    omit d139482  Imports
    omit fbda950  Boxing
    omit ccd1ded  Don't use == to compare strings; use constant for "true".
    omit c656751  Fix test cases to work in Eclipse
    omit b1a2630  Fix up so test case works in Eclipse too
    omit 7c5b8ac  Add findTestPath util method Don't try to change user.dir - it does not work.
    omit fc8319a  Drop unnecessary nested static class
    omit f7c0a0c  Start adding tests for SamplingStatCalculator
    omit b2485ea  Bug 50173 - JDBCSampler discards ResultSet from a PreparedStatement
    omit 8cc3a2d  Bug 49365 - Allow result set to be written to file in a path relative to the loaded script
    omit 2209762  Bug 50080 - Transaction controller incorrectly creates samples including timer duration
    omit 22f6644  Update HTTP Request defaults with Proxy settings
    omit b2dfc00  Bug 50088 - fix getAvgPageBytes in SamplingStatCalculator so it returns what it should
    omit e35d817  Bug 50008 - Allow BatchSampleSender to be subclassed
    omit e2bbe3a  Bug 45703 - Synchronizing Timer
    omit bc2eb0c  Adding a new inner class to allow display a text box to edit cell content in Jtable (futur use in ArgumentsPanel)
    omit 1dc4cb3  Bug 37156 - Formatted view of Request in Results Tree
    omit 2348353  View Results Tree - Add a dialog's text box on "Sampler result tab > Parsed" to display the long values with a double click on cell
    omit 3442359  Revert override annotations - bad idea with jdk 1.5 compliance
    omit c309ad5  Bug 50032 - Last_Sample_Ok along with other controllers doesnt work correctly when the threadgroup has multiple loops
    omit d700062  Add some override annotation
    omit 027d896  Bug 50032 - Last_Sample_Ok along with other controllers doesnt work correctly when the threadgroup has multiple loops
    omit 33770c3  Ensure other content types are shown
    omit b816c45  Bug 50047 - SMTP Sampler Gui is not updating correctly
    omit e8dd69a  Clarify behaviour of SampleName function
    omit f3c2405  Remove debug logging
    omit 2005505  Document where default charset is used
    omit d405609  Bug 49975 - New function returning the name of the current sampler
    omit c506da3  Javadoc
    omit dc18c27  Fix default Locale issues
    omit 7664cea  Fix default Locale issues
    omit f022cb1  Don't rely on default charset
    omit 9cc6550  Don't rely on default charset
    omit 3a8309c  Add Reply-To field to SMTP Sampler
    omit 6bc1194  Bug 49862 - Improve SMTPSampler Request output.
    omit 35c1db2  Bug 49775 - Allow sending messages without a body
    omit 0f32cb2  Bug 48015 - Proposal new icons for pre-processor, post-processor and assertion elements
    omit 3708748  Add missing files Bug 30563 - Thread Group should have a start next loop option on Sample Error
    omit aedc725  Correct InitialContextFactory for ActiveMQ Small doc tweaks
    omit d8ef14b  Bug 30563 - Thread Group should have a start next loop option on Sample Error
    omit d58c715  No longer used (see Bug 43288)
    omit d1a71a3  Javadoc tweak
    omit 60ab35b  Tab-police Remove trailing spaces
    omit ec85bed  Tab-police Remove trailing spaces
    omit 781c111  Update basic version number
    omit b06570e  Bug 49603 - Allow accepting expired certificates on Mail Reader Sampler
    omit d74c65a  Bug 49622 - Allow sending messages without a subject (SMTP Sampler)
    omit 68daaf7  Bug 49666 - CSV Header read as data after EOF
    omit c71020c  Bug 49734 - Null pointer exception on stop Threads command (Run>Stop)
    omit 0b2aa10  Move 2.4 changes to history
    omit 4fd64be  getLoggerForClass() no longer causes a Security violation in RemoteJMeterImpl
    omit 64e89e6  Simplify getCallerClassName() by using Throwable.getStackTrace()
    omit 0895b47  Replace wildcard imports
    omit f29cb8d  Tab police
    omit 2adb735  JMeter 2.4
    omit 3d847d8  Central has activation 1.1.1 but not yet mail 1.4.3
    omit ed3485e  JUnit too
    omit 30ea4bb  XStream also available from Central
    omit 0de11c2  Avalon-framework is available from Maven Central Extraneous trailing / removed
    omit 9efce0e  Bug 49573 - French translations for new elements (SMTP, assert. MIME, BSF, etc), others (JMS) and some improvements
    omit 853ece8  Makes more sense to include THANKS in README
    omit 7029e11  Need to include THANKS along with NOTICE
    omit 0b99a5b  Fix version (would be fixed by build anyway)
    omit bb67b47  Javadoc
    omit 1413366  Javadoc
    omit e9c4555  Javadoc typo
    omit a37b909  Missing AL headers
    omit 7b4876f  Eol-style
    omit e30c233  It's now 2010
    omit cb273b3  Documentation fixes
    omit c089fec  Synch. online docs
    omit 5a272dd  Summary of changes
    omit 35dc75d  Summary of changes
    omit 9d6cab8  Re-order
    omit 106fff3  Tweak
    omit 7c78eff  Properly fix NPE
    omit 16878ef  Bug 49545 - Formatted (parsed) view of Sample Result in Results Tree
    omit 17b26b5  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@961545 13f79535-47bb-0310-9956-ffa450edef68
    omit 84d9bc3  Bug 49560 - wrong "size in bytes" when following redirections
    omit 38e33b8  Tidy up tooltips. Document local truststore pathname resolution
    omit f701c0b  Bug 49552 - Add Message Headers on SMTPSampler
    omit e816c52  user.dir is a System property
    omit e577b1d  New screenshot. SMTP sampler no longer thread-hostile
    omit 18c6f38  EOL
    omit 5d647f4  Update to Javamail 1.4.3 (using CDDL licence) Tidy NOTICE (move some text to THANKS)
    omit ec837c8  Fix thread-unsafe local truststore setup Ensure StartTLS can be used with TrustAll and UseLocal Use starttls.require property instead of debug hack for EnforceStartTLS These require properties which are available from JavaMail 1.4.2+ Add debug logging checkbox
    omit b8e380d  Local truststore socket factory
    omit 34ef343  Javadoc
    omit e0a119f  user.dir is a System property
    omit 4f09dfd  Fix up ignores
    omit 14b42df  Ignore JAF/JavaMail
    omit 9fea47a  Update versions; sort
    omit a7059bb  Bug 45053 - SMTP-Sampler for JMeter + Fix trustAllCerts so it applies also to StartTLS option
    omit 1bb1eee  cbTrustAllCerts and cbUseLocalTrustSTore are mutually exclusive
    omit d5b3a6a  Ensure truststore editable state is correctly set
    omit 19fd8f8  Ensure auth fields editable state is correctly set when first displaying the GUI page
    omit b66fd86  Tab police; correct indentation
    omit 20770b2  Allow SMTP port to be defaulted
    omit af298e6  Drop unused getters
    omit a457467  Bug 49540 - Sort "Add" menus alphabetically
    omit 10ce322  Start a Hints section
    omit 099dea1  Properly fix null variable testing
    omit 80ab357  Bug 49083 - collapse '/pathsegment/..' in redirect URLs
    omit da25f02  Reduce scope of thread-hostile behaviour
    omit 49e02d7  No need to call Security.setProperty as the prepareMessage() method already sets the appropriate property.
    omit 8c13a2e  Bigger name fields Clear Gui
    omit 1bc4ba3  Make sure GUI is cleared when adding a new instance of the Sampler
    omit 4a6c397  Tidyup; consolidate duplicated code
    omit 40642f9  Does not make sense to set To: field from From: field
    omit 4e1c25f  Bug 45053 - SMTP-Sampler for JMeter Initial version from BZ, plus local changes: - dropped references to BouncyCastle - use resources rather than fixed strings - minimize visibility of fields - tab and layout police
    omit 70a49a5  Add debug
    omit 6603484  Updated screenshot
    omit ebc50cd  Add debug Tidyup line-wraps
    omit ab72ddb  handle charsets of the form: ContentType: text/plain; charset=ISO-8859-1; format=flowed
    omit 597cdc2  Tidy up
    omit de8a248  Safer to use prefix
    omit c9680bc  Update JDBC Config pool description Add Message position description
    omit 86044af  Forgot the property for the new SMIME option
    omit 9125e7e  Disable file version checking - it's more of a nuisance than a help
    omit 09b7abd  Eclipse warnings
    omit 1971c55  Bug 38387  - Add SMIME Assertion Add message position option
    omit ddf2b82  Prepare for SmtpSampler
    omit ce1620d  Fix up raw types warnings
    omit be040fe  Fix up raw types warnings
    omit 25b11c3  Fix up raw types warnings
    omit 95d82aa  Avoid possible NPE
    omit 53fadeb  Alias tests are already done elsewhere
    omit 258b986  Fix property version
    omit af464c5  Add 2 missing aliases
    omit 46c1a82  Add test for aliases
    omit 17fb101  Fix property version (and Eclipse warning)
    omit 37ce9fc  Revert - committed wrong file
    omit 1dc48e9  Bug 38387  - Add SMIME Assertion Forgot to add saveservice shorthand property names
    omit 10309b9  Bug 38387  - Add SMIME Assertion Forgot to add saveservice shorthand property names
    omit 3acf816  Bug 48709 - TCP Sampler Config setting "classname" has no effect
    omit 575f5ec  Javadoc
    omit 811a9ac  Throw error if language cannot be found to better show error
    omit 506cc79  Include bsf-api-3.1 in releases
    omit c035841  Include bsf-api-3.1 in releases
    omit ec3f001  Bug 49506 - Add .csv File Extension in open dialog box from "read from file" functionality of listeners
    omit cfbdb42  Oops - forgot to include the BC jars in the download Props to Milamber for spotting this!
    omit a9b8cb8  More sensible to default the message count to 1
    omit 2ff6398  Allow for missing classes
    omit 585b489  Bug 38387  - Add SMIME Assertion Updated screenshot
    omit 47f28f7  Allow for empty sub-results.
    omit 21ad699  Raw types Missing @Override marker
    omit 35ebf34  Tab police
    omit 673b637  Bug 38387  - Add SMIME Assertion Initial checkin, with minor adjustments
    omit 1fd624c  Catch misbehaved assertion classes
    omit 896027c  Add stop between sample processing
    omit 0bb8f1d  Also display tool-tip for the label
    omit 7bb01ac  Ignore src
    omit c1073a0  Document directories
    omit df2031e  Merge OnMessageSubscriber and onMessage method/queue with ReceiveSubscriber No longer use ClientPool (did not share anything) Tidy SubscriberSampler now sample code is identical for both strategies
    omit 0e897c7  Update to BSF 3.1
    omit 3ce44e2  Add some JMS notes
    omit 04d23c4  Update JMS sections
    omit d9ea3b3  Allow for missing jar(s)
    omit fc5c7f7  Rework subscriber code: - drop client thread from ReceiveSubscriber and use receive(timeout) instead - use LinkedBlockingQueue for Listener queue so can use poll-with-timeout - move startup code to threadStarted() method - tidy sample loop so it does not need to poll so frequently
    omit f458db9  Javadoc
    omit 383e329  Tidy up the JMS GUIs
    omit 672b4fc  Unnecessary override
    omit a1a0f2a  Some recent changes
    omit b06fb1b  Add JMS Subscriber timeouts
    omit ab77f55  Add getPropertAsLong(key, default) method
    omit 51b820d  Simplify ClientPool by using Closeable interface
    omit 17bd445  Replace Topic by Destination as far as possible
    omit d58c03f  Javadoc
    omit 0e56496  Fixup Topic references
    omit 53f14f1  Support basic MapMessage generation
    omit 5c8f8c6  Use commas as output separator
    omit b9ea2c9  Store request message headers
    omit 4d7ef7c  Add support for MapMessage reception
    omit d84505d  Javadoc
    omit 5c95754  Not a TestListener
    omit f1e9873  Rename fields
    omit de7655d  Tidy up; drop unused loop count
    omit a79fc55  Loop count not used; receiver must keep going until end of thread
    omit 3646240  No longer needed
    omit 0d99be0  Generalise by using super interfaces
    omit dd8a676  Tidyup output
    omit e30fad8  Use generic super interfaces instead of specific queue/topic ones
    omit 5f5c58d  Use MessageConsumer interface
    omit 6ba7b86  StringBuffer => StringBuilder
    omit 4593f2b  Tidy response processing StringBuffer => StringBuilder
    omit 367a5a6  StringBuffer => StringBuilder
    omit a6ad5f9  Simplify getting topic connection
    omit 22cd58c  Simplify getting topic connection
    omit a432bc6  Add get(Topic|Queue)Connection(Context, String) methods Class was not used as a TestListener
    omit dc4a0fd  Wrong null check
    omit ea09e5d  Better error message
    omit 407e001  Move private initJNDI methods to InitialContextFactory.getContext()
    omit 8d9088b  lookupTopic now in Utils; does not return null
    omit 1d939b8  Add lookupQueue and lookupTopic utility methods
    omit 70772bf  Tweaks
    omit 5850d21  Simplify code by using Utils.close() methods
    omit b5ba71f  Tidy up Publisher - no point continuing if cannot create the required fields
    omit 984b727  Add utility close() methods
    omit d4cd56e  Tidy up OnMessageSubscriber - no point continuing if cannot create the required fields
    omit 4ced5d4  JavaMail and JMS API are now included in binary archives
    omit b5a5a85  JavaMail and JMS API are now included in binary archives
    omit b60c172  Add geronimo jars to binary packages
    omit a06fe55  Tidy up; add comments
    omit 231540f  Fix versions of geronimo jars
    omit e581af5  Update geronimo activation and mail jar versions
    omit c30359c  A bit more documentation
    omit 238975c  Activation, javamail and jms jars moved to lib/ directory
    omit 49d8e62  Activation, javamail and jms jars moved to lib/ directory Add includeAntRuntime=false for javac
    omit 74e39d8  Bug 46142 - JMS Point-to-Point correlation problems
    omit 9bde59f  Rename useReq to useRes as it is the response message fields that are used
    omit 29f9d96  Bug 49394 - Classcast Exception in ActionRouter.postActionPerformed
    omit 6ea65dd  Ignore Bouncy Castle jars
    omit 84e1dba  Keep original label (useful when processing embedded URLs)
    omit 8f91cbf  Perform fixcrlf as part of copy phase
    omit f47ba57  Bug 43389 - Allow Include files to be found relative to the current JMX file
    omit ab1fb8c  Tweak
    omit 7a2dbbb  More detail of how client-server works
    omit b81a7fd  Only create container if we are going to use it.
    omit 6a85bbc  Bug 49294 - Images not downloaded from redirected-to pages
    omit 8889087  Fix property version
    omit 1f3ee43  JMSConfigGui has been renamed as JMSSamplerGui.
    omit 0ea4eca  JMSConfigGui has been renamed as JMSSamplerGui.
    omit 67e9355  Tab police
    omit b759b67  Count messages actually read
    omit c5ad6e2  sendQueue does not need to be an instance variable
    omit 2d15cff  Debug if reply is not matched
    omit 7324b72  Better error reporting of invalid test plan
    omit 140b923  Rearrange output
    omit 1ecc5b2  Add SampleResult request and response headers
    omit d5a7ac7  Initial checkin of utils class
    omit 31191c9  Add stack trace to warning message
    omit 7d83c3d  Incomplete fix
    omit 9b8998f  Handle errors in sampling Ensure sample is always generated
    omit 1b92189  Bug 47949 - JMS Subscriber may not receive all the messages
    omit 3964618  Docn tweaks
    omit 724757e  Javadoc
    omit 7d71418  Unused import
    omit 7506612  Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler. Fixed rest of bug
    omit 33d6b61  Bug 49111 - "Message With ID Not Found" Error on JMS P2P sampler. Partial fix (can still fail if "Use Request Message Id As Correlation Id" is selected)
    omit eea4b32  Fix possible NPE
    omit c2ebf89  Better handling of errors
    omit 6eb8e6a  Tests are run from the bin directory
    omit 82b3b09  Should only be applied to PROXY request types
    omit 98c144d  Initial test cases
    omit fe0a4e7  Tidy layout
    omit 9d5c5d5  Use setResponseData(String, null) where default charset is OK
    omit 88d4c73  Add TODO Charset markers
    omit 67daed7  Add baToHexBytes method to avoid unnecessary conversion via string
    omit 2def191  Code tidy
    omit 720f0d2  Method not used
    omit 93ff229  Tidy up class; parse string directly rather than converting to byte[] first
    omit 815df11  Sample Tomcat monitor status file for testing parser
    omit ca16029  Junit 4.7 => 4.8.1
    omit b80eed1  Update/sort ignore list
    omit 78fdb6c  Use assertEquals(exp,actual) rather than assertTrue(actual==exp) to give more info on failure
    omit b363c15  Bug 49149 - usermanual/index.html has typo in link to "Regular Expressions" page
    omit f6f5803  Basic check to ensure that Publisher failures are better reported in test results
    omit 06bc2b5  General tidyup
    omit c655068  Prevent NPEs General tidyup
    omit 793d401  Javadoc; general tidyup
    omit a014065  Clarify log message
    omit 1762a54  Javadoc; no need for lookupTopic() to be synch.
    omit 0fc8ab5  Bug 43678 - Handle META tag http-equiv charset?
    omit 94d286d  Bug 48901 - Endless wait by adding Synchronizing Timer
    omit e0addc9  Javadoc fixes
    omit d5adfe3  Run 3rdparty check later, so still works if called after download_jars
    omit 513f44e  Revert to previous behaviour, i.e. key on thread Group, but allow this to be changed by defining key_on_threadname=true
    omit ae7fbca  Doc
    omit 7922768  Give clue if AIOBE occurs
    omit 9603e87  Bug 48889 - Wrong response time with mode=Statistical and num_sample_threshold > 1 See also SVN revisions: 922069,922067,922055,922054,922051
    omit 1be2cbe  Bug 48889 - Wrong response time with mode=Statistical and num_sample_threshold > 1 Maintain elapsed time locally; change to threadName key to allow its use in aggregate sample
    omit fc41a1b  Fix up values map for aggregate samples
    omit 6885f77  Simplify (and tweak accuracy) by using new addValue(T val, int count) method
    omit 2ea1c7e  Correct calculation of min, max and std. deviation for aggregated samples
    omit 2bf05bc  Implement addValue(T val, int sampleCount) method to simplify processing aggregated samples
    omit 15fc88c  Javadoc
    omit 780142f  Simplify. Ensure only count or timer fire for a given sample.
    omit bea4eeb  Might as well be static variables
    omit ff1e9a5  Avoid NPE when mask == 0
    omit e565d9a  Bug 48883 - Corrections for AbstractThreadGroup
    omit 1ca9f55  New dummy test for main all JUnit4 annotations
    omit 41ecaae  Bit more info on JUnit4
    omit 6ace60f  Add details of JUnit4 support
    omit 474167c  Eliminate unnecessary instance variable
    omit cfbb528  Bug 48350 - Deadlock on distributed testing with 2 clients
    omit fb1baca  Make private fields final. Rename and rearrange code to make a bit clearer.
    omit 4112e29  Better implementation of fixsize() for table columns
    omit 12a401e  tweak
    omit e50265f  Fix up Mail Reader Sampler GUI
    omit 8be75f0  Improve docn of -G option
    omit 8a4aed6  [gs]etNode() are not used
    omit 01c383f  Bug 48749 - Allowing custom Thread Groups
    omit e1bff83  Unnecessary "override"
    omit fa452e5  Use same width for folder field
    omit 00476ea  Bug 48727 - Cannot stop test if all thread groups are disabled
    omit afeab3c  Bug 48786 - Run Thread groups consecutively: with "Stop test now" on error or manual stop, JMeter leaves the green box active
    omit 1fc7d59  Remove trailing spaces
    omit 5a9dd0c  Implement reading mail from a single file
    omit fa6f5b9  Make fields final
    omit 9ecc608  Always default the encoding Allow for nested MimeMultipart message parts Don't include '@' in toString() if user name was not provided
    omit 95be75f  Replace ComboBox with JTextField TODO: New screen layout needs to be fixed.
    omit 865e1fd  Initial implementation of interruptible
    omit 3f2de03  Allow for spaces in the file name
    omit c80e9fa  Fix duplicate child.sampleEnd() calls
    omit 11f27fb  Forgot to call sampleStart()
    omit 24e46d6  Add support for multipart messages Avoid possible NPEs in To: and From: processing Store Response Headers if not using store as MIME
    omit 3a7533c  Save provider file in jar
    omit cda064a  Update for new Mail Reader facilities
    omit f34c206  Basic read-only JavaMail provider implementation for reading raw mail files
    omit d88fe7f  Add HeapDumper class for runtime generation of dumps
    omit 4429b12  git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/trunk@910799 13f79535-47bb-0310-9956-ffa450edef68
    omit a8a2ee2  Add setResponse() shorthand method
    omit d3062f8  Bug 48714 - add new French messages
    omit 4ac9728  Bug 48747 - TCP Sampler swallows exceptions
    omit 8e8d198  More recent versions of Geronimo spec jars
    omit 9ae7d7d  Allow any versions of geronimo spec jars
    omit 3369e17  Remove dependency on default encoding
    omit cbd2017  Extract static constant
    omit 0ae1127  Bug 48714 -  add new French messages
    omit 7c5c165  Clarifications
    omit 8bf7cfa  Javadoc
    omit 333292f  Thread-safety
    omit d198d59  Thread-safety
    omit deab8c1  Better ordering of elements
    omit 5b4d76c  Oops - comparing the wrong files
    omit d4218d9  Clear JMeterContext ThreadLocal on thread end
    omit ea1e110  Thread-safety fixes
    omit 6e5faf9  Oops! forgot to change the test case when the data file was changed
    omit 048f2f9  Bug 47622 - dummy JMeter certificate resides in the bin directory Document the properties
    omit e4d7ebc  Bug 46790 - CSV Data Set Config should be able to parse CSV headers
    omit 996a9ac  Use IP address rather than name to avoid DNS queries Add basic redirect test
    omit 810c873  Also test URLs ending in a directory; use IP address rather than name to avoid DNS queries
    omit 1a67ae8  Return a sample result, so can test methods that perform a sample
    omit 5a0d5f6  Javadoc clarification
    omit c4ff075  Regex Extractor can now be applied to a variable
    omit 08b3ce4  Updating docs with new images etc.
    omit e1376be  Make Follow Redirects the default (better for cookie tracking)
    omit a8ba0c1  Make Follow Redirects the default (better for cookie tracking) Easier selection of redirect options Move Proxy panel lower down screen
    omit 081613c  Updating docs with new images etc.
    omit 473ee90  Add comments
    omit 7f35f04  Response Assertion and Size Assertion can now be applied to a JMeter variable
    omit 37f6aef  Javadoc
    omit 17d3865  Fix expected version of saveservice.properties
    omit 71a3b5e  Bug 46901 - HTTP Sampler does not process var/func refs correctly in first file parameter Simplify file handling at run-time by using only a single list which is merged at start-up if necessary.
    omit 5e99395  Stop using deprecated methods
    omit fe00cee  Stop using deprecated methods
    omit b25125c  Stop using deprecated methods
    omit f21dfaf  Stop using deprecated methods
    omit 07020f4  More useful toString() behaviour
    omit 2e7281b  Add Sampler scope selection to XPathExtractor
    omit be01c12  Check for impossible conditions
    omit a79b3a2  Unnecessary clone() method
    omit 4735955  Avoid name hiding
    omit 6deb518  Unused
    omit 5b3f7dd  Unused
    omit baa01b6  Unused
    omit be070e7  Add serial version UIDs
    omit 2350398  Add serial version UIDs
    omit 08e1682  Add serial version UIDs
    omit b691223  Add serial version UIDs
    omit 2d61305  Add serial version UIDs
    omit dfc85bc  Add serial version UIDs
    omit 0aa3f63  Needs serialVersionUID
    omit 742fd5f  template is created as needed, so no need to clone it
    omit 8995eac  Simplify initTemplate() by doing our own splitting [using amended version of ORO split() code]
    omit ff34ab1  Stop interrupt() from attempting disconnect whilst we are already disconnecting
    omit 35ff1e6  Better placement of save statement
    omit 2e96456  Bug 48511 - add parent,child,all selection to regex extractor panel
    omit 98d6cf9  Add basic test for random match
    omit 62d7497  Fix property name
    omit 1f9e10c  Oops! Cut-n-paste error - thanks Rahul.
    omit 9725cd2  Remove untranslated (or identical) key values
    omit 9853141  Re-enable duplicate key checks for messages*.properties
    omit 49dcc35  Drop untranslated properties
    omit efdfd61  Clarify URL match field
    omit eb917b5  Disable httpsMatch field unless httpsSpoof is enabled
    omit 15ebbea  Prevent NPE in askThreadsToStop()
    omit 07fecfa  Make scope panel generic
    omit 5d310cd  Don't process null samples and don't report incorrect message if BSH not found
    omit c5fe500  Don't attempt to process null samples
    omit 6fa27d0  Tidyup
    omit fcc1719  Useless null check
    omit b81fdad  Unused imports
    omit 7a75fd4  Ignore bsf-api jars
    omit e439c89  Bug 48603 - Mailer Visualiser sends two emails for a single failed response
    omit bdd4a55  Only download bsf-api jar if javax.script not supported by JVM
    omit 56bb6a8  Fix API jar reference
    omit f5d0b01  No need to treat bsf-api specially any more
    omit 9ff5592  Ensure all API jars are included in builds
    omit d93b68b  Show name of jar when checking if download is needed
    omit 9b01fcc  Need javax.script support for Java 1.5
    omit c2d5a71  Minor refactor
    omit 7368875  Should not ignore Error or RuntimeException
    omit fd4b493  Make some fields final
    omit c915e4d  Oops! remove unintended additional import (thanks to Rainer)
    omit a2e6f56  Better reporting of XPath errors
    omit 07b9120  Bug 48570 - AjpSampler doesn't support query parameters (GET/POST)
    omit 2c62fe5  Add TODO
    omit c34e88a  Bug 48579 - Single Bind does not show config information when LdapExt Sampler is accessed
    omit bc18767  Use ConcurrentHashMap instead of HashMap for multi-threaded access
    omit 7d14585  Document thread safety
    omit 8dee714  Use interface
    omit 471cc67  Use interface
    omit 0d75c8b  Use interface
    omit db0bdc8  Javadoc
    omit 5fb24af  Use ConcurrentHashMap instead of Hashtable now we are using Java 1.5
    omit 5fbda93  Use Map interface rather than specific Hashtable
    omit 9bbabf5  Use ConcurrentHashMap instead of Hashtable now we are using Java 1.5
    omit ce37ead  Bug 48573 - LDAPExtSampler directory context handling
    omit 392d83a  Bug 48568 - CookieManager broken for AjpSampler
    omit 5e8457a  Fix raw type
    omit b4f9be7  Unused
    omit edce732  Make private fields final
    omit 6cf761b  Document thread-safety issue
    omit abc7ea7  Mutable static field needs to be volatile
    omit cc31993  BeanInfoSupport now caches getBeanDescriptor() - should avoid an NPE on non-Sun JVMs when using CSVDataSet (and some other TestBeans)
    omit a06c32b  Bug 48542 - SoapSampler uses wrong response header field to decide if response is gzip encoded
    omit 16e40b0  Set latency in error cases
    omit adf927a  Tweak docn re: jars downloads
    omit 7240a11  Delete original Tidy jar
    omit 2541a78  Update JTidy to r938, which is compatible with Java 1.5
    omit c743e44  Drop remaining jars from source archive
    omit 68295bd  Wrong EOL type
    omit fa23afe  Tweaks
    omit 670e98b  Bug 48136 - Essential files missing from source tarball.
    omit 276ac4b  Unnecessary depend
    omit 8be8e9e  Inaccurate comment
    omit da1a94a  Document tweaks
    omit a85235a  New Year
    omit b743a93  Tidy code
    omit 65ec37e  Bug 48451 - Error in: SoapSampler.setPostHeaders(PostMethod post) in the else branch
    omit ebe1c22  Aggregate Report and Summary Report now allow column headers to be optionally excluded
    omit 4ec85d0  Add saveHeaders option to saveCSVStats method
    omit c3eccec  Document improved Listener behaviour
    omit 9165576  Fix ClassCastException
    omit 0dc951d  Remove cache of samples from SamplingStatCalculator and move into new subclass CachingStatCalculator. Only a few visualisers actually need the cache, which can take lots of memory. Aggregate Report now uses far less memory.
    omit efc39a1  Remove unused code
    omit 00e5354  Sorting the map repeatedly is inefficient so we use TreeMap.
    omit f7b4f50  Improve RE docs
    omit 1d30e00  Bug 48259 - Improve StatCalculator performance by using HashMap
    omit 2a1d5f7  Ensure initial min and max are correct
    omit 1d23c88  Add optional encoding parameter to FileToString function
    omit f4cc6c5  Bug 41418 - Exclude timer duration from Transaction Controller runtime in report
    omit af2ff02  Update libraries to current versions
    omit df2b709  Bug 48331 - XpathExtractor does not return XML string representations for a Nodeset
    omit f573d55  Fix image sizes
    omit 5df21ab  ActionListener was tied to the wrong button!
    omit 59b2449  Bug 48155 - Multiple problems / enhancements with JMS protocol classes
    omit 278288f  Always return a valid topic connection
    omit 17ef6ad  Drop description of Avalon format JTL files
    omit 21fb7ba  Drop support for Avalon format JMX and JTL files
    omit dafe54b  Improve error handling
    omit 3cf2be4  Allow Idle Time to be saved to sample log files
    omit 4ef1867  Allow idle time to be set
    omit 1728aea  Use generic error to catch any processing errors
    omit 6da3166  Javadoc fixes; no need for method to be protected
    omit 7c54a5e  Javadoc fixes
    omit 40b8f11  Javadoc fixes
    omit a70010b  One more warning fixed ...
    omit 17dfff0  Tweak text box sizes
    omit 89fa262  Document Bug 47474 - View Results Tree support for plugin renderers
    omit f487bdc  Tidyup
    omit 8b2e869  Default to Text renderer; general tidyup
    omit 0600e11  Display message for non-text responses General tidy
    omit 8a99322  Oops! Jorphan cannot invoke methods in JMeterUtils, so move the method there
    omit 35da081  Obsolete entries
    omit 3ba4379  Bug 47474 - View Results Tree support for plugin renderers
    omit 36ea8d9  Add convenience method findClassesThatExtend(Class<?> superClass) Make lowest level method private
    omit 3c82a2f  Comparable parameters Consume, so should be ? super T
    omit ada6c59  Bug 48300 - Allow override of IP source address for HTTP HttpClient requests
    omit dac0aaa  Standardise on pathelement location
    omit 4486a58  Bug 47592 - Run Thread groups consecutively with "Stop test" on error, JMeter will not mark to finished
    omit d2c6372  Bug 47947 - Mail Reader Sampler should allow port to be overridden
    omit 439a7d5  Bug 47946 - Proxy should enable Grouping inside a Transaction Controller
    omit a13d52c  Some generics tidyup
    omit 8475fda  Some generics tidyup
    omit 7a4d67a  Document deliberate use of deprecated methods
    omit 770d076  FOrgot to remove imports
    omit 005ee18  Remove unused methods
    omit ccac876  Document deliberate use of deprecated methods
    omit 5142ba6  Document deliberate use of deprecated methods
    omit 5faed9b  Document deliberate use of deprecated methods
    omit f99daf9  Fix comment
    omit 6f02255  Use non-deprecated method
    omit 19d7238  Use interface rather than abstract implementation
    omit ccdef5d  Document OK unchecked conversions
    omit 65f0800  Unused
    omit 37407f0  Calls to deprecated methods in test code are deliberate
    omit c35319c  Tidy up
    omit 871cadb  Minor Fixes
    omit f1e5adb  Add generics to SearchByClass
    omit 3f928df  Add generics to SearchByClass
    omit 22367de  Generics and other tidy ups
    omit 4dc00a8  Fix some warnings
    omit 4121ac6  Better docn of Cache-Control
    omit 817e13f  Bug 48153 - Support for Cache-Control and Expires headers
    omit 6536ed3  Add Cache-Control header
    omit 8fe78b7  Set response code for cached content to 204 - No Content Set URL and method in response eariler
    omit e787b1f  Ensure URL is saved
    omit a3a949e  Add convenience method setResponseNoContent()
    omit 69fb475  Use String constant for OK
    omit 6d06535  Bug 47461 - Update Cache Manager to handle Expires HTTP header
    omit 3b156c9  Update to version dated 2009-11-16 12:44 UTC
    omit 5614aa6  Bug 47556 - JMS-PoinToPoint-Sampler Timout field should use Strings
    omit c30908a  Tidy up
    omit 292aef2  Tidy up
    omit 700d217  StringBuffer => Builder
    omit a2e7b78  Bug 47909 - TransactionController should sum the latency
    omit 09739f6  Bug 47940 - Module controller incorrectly creates the replacement Sub Tree
    omit 265fb0e  Bug 47943 - DisabledComponentRemover is not used in Start class
    omit cb994f0  Bug 47980 - hostname resolves to 127.0.0.1 - specifiying IP not possible
    omit 91a4a10  Tab police
    omit e0714e6  Bug 47907 - Improvements (enhancements and I18N) Comparison Assertion and Comparison Visualizer
    omit e22b009  Forgot the JSR223 Listener
    omit 6c7e9d2  Add BSF Timer and JSR223 test elements
    omit 18c8030  Properly allow for null variables
    omit fc5fe43  Images for new test element
    omit 0431377  New properties file
    omit e4c9ec9  Test needs bsf-api for Scripting Exceptions
    omit a8ead55  Add aliases for new elements
    omit d591653  Tidy up
    omit f89c73a  Bug 47938 -  Adding some French translations for new elements
    omit c1dea20  Bug 47992 - JMS Point-to-Point Request - Response option doesn't work
    omit 4420f1e  Add missing @Override tags and remove unnecessary casts
    omit c0d5182  Bug 48163 - TestCase for org.apache.jmeter.protocol.http.control.CacheManager Initial checkin
    omit b7187dc  Allow access by unit-test cases
    omit bbafe1a  Bug 48183 - need to ensure build dir is created before downloading files
    omit dea6e15  Avoid NPE if script does not return a value
    omit f06fcd7  Add missing variable name
    omit cfd702f  Bug 48144 - NPE in OnMessageSubscriber
    omit d880d75  Correct the list of variables
    omit f071a7c  Correct the list of variables
    omit dbd4208  Check the JSR223 script returns a value
    omit 72e3673  Better handling of received count
    omit a8ecca9  Actual count may be lower than loop when interrupted
    omit f0133dd  Update tags
    omit 4c8958c  Add JSR223 Assertion, Timer, Sampler
    omit 6194462  Add BSF Timer implementation
    omit c80001d  Add evalFileOrScript() method
    omit 976f427  Align with other JSR223 properties
    omit 7857beb  Return result of script execution so can be used by Sampler
    omit 9f19962  Bug 47900 - Allow JMS Subscriber Sampler to be interrupted
    omit 8df38a4  Unused imports Ensure file is always closed Use correct eval() method Don't default to Groovy engine Don't continue if implementation is not found
    omit 413e5e4  Unused imports Wrong items being passed to script parameters
    omit 22f4d97  Unused imports Tidy error handling
    omit 6f22c97  Bug47952 - Initial JSR223 test element implementation
    omit d71eebd  Ignore BSF API 3.0
    omit 4a0d58f  StringBuffer => StringBuilder
    omit 072a38a  No need for method to be public
    omit feace60  Make final
    omit cced33e  This is now built as part of the release
    omit 7ee9baa  This is now built as part of the release
    omit dba43e3  Tab police
    omit 75fefd4  Use generic type rather than Number for median
    omit 7482f68  More efficient to use ArrayList rather than LinkedList
    omit 985e6da  Don't download jars for Gump
    omit 46678f5  Correct version of xml-apis
    omit 850bfc8  Bug 47899 -  NullPointerExceptions in ReceiveSubscriber constructor
    omit 3680cc2  Enclose log parameter calculations in if (log.isDebugEnabled()) block
    omit 1d85ff9  Ensure incompatible class files don't cause problems [Previously the method caught Throwable, which is rather extreme. Working towards a more sensible policy...]
    omit 55a0be2  Resync.
    omit 3686a8b  Better handling of JUnit4 exceptions - convert to JUnit3 failures so they don't appear as errors. Only store basic item details in responseMessage - trace details are saved in responseData
    omit bbf4989  Allow testcases to work with JUnit4 as well as JUnit3
    omit 77b2f9c  Add utility method setResponseData(text, encoding) for samplers that generate strings rather than bytes.
    omit 7783b54  Another test
    omit 11592d1  Document problem with JTidy
    omit 101c432  Junit4 support
    omit 5a68adb  Disallow adding any child elements to JDBC Configuration TestBeanGUI was using ConfigTestElement instead of ConfigElement Also don't default to sampler menu if type not recognised
    omit 19f55d9  No need to repeat what superclass implements
    omit 76f2eb3  Rename mutable objects - only constants should be upper case
    omit 14efcb7  Use threadStarted() to set up common variables for the sample() method Improve handling of InvocationTargetException
    omit 29f448c  More JUnit test cases
    omit 1c311c6  Prevent class files from being added twice
    omit 185b2de  Ensure error code and text are saved to JMX file
    omit 0971f71  Javadoc
    omit cbc66b5  Use proper constant
    omit c43179e  Bugzilla 47803 - Support for JUnit 4.x tests defined by annotations Merge code from JUnitAnnotatedSampler.java
    omit ca18e5a  Bugzilla 47803 - Support for JUnit 4.x tests defined by annotations Fix bug: test element not updated if method/classname not defined
    omit 637f987  Enhance JUnit4 sample tests
    omit bd70459  Bugzilla 47803 - Support for JUnit 4.x tests defined by annotations Sample test cases
    omit 5f6c185  Add AL headers Update tests to improve coverage
    omit c372887  Include source for JUnit sample tests
    omit 11898ca  Oops! Need to download jars before trying to compile/install
    omit 78a9d9a  Tidy up. Add hooks for JUnit4 GUI support
    omit e2487a2  Rewrite & simplify Eliminate unnecessary test class instantiation Fix bug (filter was applied to method names)
    omit 0c9cc40  Add convenience method findAnnotatedClasses(String[], Class)
    omit 82dbec4  Fix bug: an empty filter should pass everything Restrict use to package
    omit 201ecb0  Allow for ClassDefNotFound when checking classes
    omit 1bca7bb  Bug 47869 -  Ability to cleanup fields of SampleResult
    omit f43b26d  Bug 47870 - JMSSubscriber fails due to NPE
    omit 8c9d557  Document changed jar versions
    omit 5901926  Fix jar names and versions
    omit 9dd5ff2  Ignore downloaded jar files
    omit 2a33bbe  Update list of jars
    omit 01ab649  Drop jars that are downloadable elsewhere
    omit 2cb9585  Use external copies of libraries as far as possible
    omit 41a4e39  Allow file to work with whatever versions of xalan and serialzer are present
    omit 0474400  Start adding MD5 checks to downloads
    omit 61d1b91  Remove target directory from build.properties Start enabling download of dependencies Update jars: codec: 1.3 => 1.4 collections: 3.2 => 3.2.1
    omit ca925b9  Unused imports
    omit ae79d1f  Add findAnnotatedClasses method (part of Bugzilla 47803)
    omit 0eca7c6  Bug 36726 - add search function to Tree View Listener
    omit 53d09de  Ignore files used for testing bugs
    omit 8dd31a5  Remove empty list item
    omit 7ab7a96  Updated for new saveservice.properties file
    omit 8d8670c  Omitted AL header
    omit a66662c  Omitted AL header
    omit 82ace36  Added Comparison Assertion & Visualizer [code copied from branches/java1.5_prototype-was_trunk]
    omit 4fad826  Check that we have a valid row and column
    omit bd86339  Remove unused setter, and make name final
    omit b41796b  Document test-only constructors
    omit d22140a  Document test-only constructors
    omit da1b865  Allow test code to test serialisation
    omit 18c5399  Add TestBean Table Editor support. [code copied from branches/java1.5_prototype-was_trunk]
    omit 3141a12  Added DataStrippingSample sender - supports "Stripped" and "StrippedBatch" modes. [code copied from branches/java1.5_prototype-was_trunk]
    omit fbb32b5  Add Foundation links (ASF, Sponsorship, Thanks)
    omit f74b0bf  Fix error caused by genericising NumberComparator
    omit 493fb68  Generics fixes
    omit 9f53e89  Generics fixes
    omit 386dbf8  Now override parent method
    omit 9d5cd0e  Remove unused method (getGuiClass)
    omit e806578  Generics fixes
    omit 62e99fc  Allow Proxy Server to be specified on HTTP Sampler GUI and HTTP Config GUI
    omit 25b6f5e  Make private fields final
    omit ad6017d  Genericise StatCalculator
    omit 2e0d462  Generics tweak
    omit 4a975e0  Remove unused code
    omit ecc684e  Be more precise which classes are allowed
    omit 8cffcea  Update references to Java 1.5
    omit 0f0e397  Fix up some raw types
    omit 6bdb5dd  Fix up some raw types
    omit 4ccd9a5  Bug 47223 - Slow Aggregate Report Performance (StatCalculator)
    omit d26b261  Next version is likely to be 2.4, not 2.5
    omit 44fdcee  Remove some JDK 1.3 work-rounds
    omit 5a3eb21  Now we are using Java 1.5+, can assume setxxxTimeout() methods are present
    omit 4ec4c88  Fix up some raw types
    omit 595062f  Fix up some raw types
    omit 832b3bc  Generify - stage 1
    omit b1f76ec  Fix up some raw types
    omit 6156fd3  Tidy types Make class final and remove unused ctor/setter
    omit bf03863  The "typing" continues ...
    omit 041855c  Fix up some raw types
    omit 509434d  Tidy up
    omit 0f34132  Fix up some raw types
    omit fa52224  The "typing" continues ...
    omit fce6e0a  The "typing" continues ...
... 22669 lines suppressed ...