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

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


    from d8a6876169 Specify the char encoding when decoding bytes into strings
     new ab461ecd4b Correct mail address in changes.xml
     new 1e93c67a59 Get rid of error prone warnings because of missing explicit 
default character encoding
     new fb6322030f Make error prone happy by re-throwing catched exception
     new a91c28d82b Make error prone happier by using static inner class
     new b351b6df75 Silence warning about mutable enums
     new 1527a8fcb1 Get rid of warning about converting long to float
     new 32b03e9334 Remove unused variable
     new d27bc1fb17 Suppress warning about comparing references
     new cf4ae32816 Use ArrayList instead of LinkedList
     new 9fb66c4ab0 Use newer time API to make error prone happy
     new ee2353ed1c Add override annotations to make error prone happy
     new 16340ba1b8 Suppress warning about calling wait without a loop
     new 522b86aa89 Suppress warnings about old date API
     new bcb2f2261c Suppress diverse warnings in test code
     new 14ab8da63b Silence warnings in test code and use correct parameter 
when calling chained constructor
     new 89f4a76c61 Updated a few dependencies

The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 checksum.xml                                       |   3 +
 gradle.properties                                  |  26 +-
 .../jmeter/assertions/TestJSONPathAssertion.java   |  40 +--
 .../jmeter/assertions/XMLSchemaAssertionTest.java  |  31 ++-
 .../apache/jmeter/control/TestIfController.java    |  51 ++--
 .../jmeter/control/TestTransactionController.java  |  12 +-
 .../jmeter/extractor/TestJSONPostProcessor.java    |   3 +-
 .../json/jmespath/TestJMESPathExtractor.java       |   3 +-
 .../jmeter/timers/ConstantThroughputTimerTest.java |  91 ++++---
 .../PreciseThroughputTimerTest.java                |   3 -
 .../test/java/org/apache/jmeter/JMeterTest.java    |  11 +-
 .../jmeter/engine/DistributedRunnerTest.java       |   5 +-
 .../org/apache/jmeter/engine/TestTreeCloner.java   |   1 +
 .../gui/logging/TestGuiLogEventAppender.java       |   7 +-
 .../apache/jmeter/junit/JMeterTestCaseJUnit.java   |   4 +-
 .../org/apache/jmeter/resources/PackageTest.java   |  26 +-
 .../jmeter/resources/ResourceKeyUsageTest.java     |   6 +-
 .../samplers/TestDataStrippingSampleSender.java    |   2 +-
 .../apache/jmeter/samplers/TestSampleResult.java   | 160 ++++++------
 .../apache/jmeter/threads/TestJMeterThread.java    |   6 +-
 .../jmeter/util/LogRecordingDelegatingLogger.java  |   4 +-
 .../java/org/apache/jmeter/junit/JMeterTest.java   |   4 +-
 .../org/apache/jmeter/save/TestSaveService.java    |  10 +-
 src/dist/src/dist/expected_release_jars.csv        |  34 +--
 .../org/apache/jmeter/functions/PackageTest.java   |  25 +-
 .../apache/jmeter/functions/SplitFunctionTest.java |   4 +-
 .../apache/jmeter/functions/SumFunctionTest.java   |  20 +-
 .../org/apache/jmeter/functions/Synchronizer.java  |   1 +
 .../apache/jmeter/functions/TestChangeCase.java    |   4 +-
 .../functions/TestDateTimeConvertFunction.java     |  36 +--
 .../jmeter/functions/TestDigestFunction.java       |  34 +--
 .../jmeter/functions/TestEscapeOroRegexpChars.java |  33 ++-
 .../apache/jmeter/functions/TestFileToString.java  |   4 +-
 .../jmeter/functions/TestGroovyFunction.java       |   4 +-
 .../apache/jmeter/functions/TestIsPropDefined.java |   4 +-
 .../apache/jmeter/functions/TestIsVarDefined.java  |  14 +-
 .../jmeter/functions/TestJavascriptFunction.java   |  32 +--
 .../functions/TestJavascriptFunctionWithRhino.java |   2 +
 .../apache/jmeter/functions/TestJexl2Function.java |  35 ++-
 .../apache/jmeter/functions/TestMachineIPName.java |  19 +-
 .../functions/TestRandomFromMultipleVars.java      |  24 +-
 .../apache/jmeter/functions/TestRegexFunction.java | 288 +++++++++++----------
 .../jmeter/functions/TestSamplerNameFunction.java  |  19 +-
 .../apache/jmeter/functions/TestSetProperty.java   |   4 +-
 .../jmeter/functions/TestSimpleFunctions.java      |  25 +-
 .../apache/jmeter/functions/TestTimeFunction.java  |  80 +++---
 .../functions/TestTimeRandomDateFunction.java      |  46 ++--
 .../jmeter/functions/TestTimeShiftFunction.java    |  20 +-
 .../jmeter/functions/TestUrlEncodeDecode.java      |  19 +-
 .../org/apache/jorphan/util/TestConverter.java     |   4 +-
 .../protocol/http/control/TestAuthManager.java     |  12 +-
 .../http/control/TestCacheManagerBase.java         |  44 ++--
 .../control/TestCacheManagerThreadIteration.java   |  29 ++-
 .../protocol/http/parser/TestHTMLParser.java       |  16 +-
 .../protocol/http/proxy/NonGuiProxySample.java     |   2 +-
 .../protocol/http/proxy/TestHttpRequestHdr.java    |  23 +-
 .../protocol/http/sampler/PostWriterTest.java      |  22 +-
 .../TestHTTPSamplersAgainstHttpMirrorServer.java   |   7 +-
 .../protocol/http/util/TestHTTPFileArgs.java       |   4 +-
 .../mail/sampler/TestMailReaderSampler.java        |   8 +-
 xdocs/changes.xml                                  |  19 +-
 61 files changed, 777 insertions(+), 752 deletions(-)

Reply via email to