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


    from 824e1c3008 chore: bump com.miglayout to 11.4.2
     new 920fa60dc2 chore: replace xmlpull with Woodstox
     new 5fefa6ee64 feat: fallback to English locale when loading test plan 
with string value in enum property
     new 681db6b79f test: add expected files for TestSaveService
     new bf02362adc feat: add ConstantThroughputTimerSchema and use it in 
ConstantThroughputTimer

The 4 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:
 bin/testfiles/BatchTestLocal.xml                   | 980 ++++++++++-----------
 bin/testfiles/Bug52968.xml                         |  36 +-
 ...SavedGenTest210.jmx => GenTest210.expected.jmx} | 650 +++++++-------
 .../{GenTest25.jmx => GenTest25.expected.jmx}      | 620 ++++++-------
 .../{GenTest251.jmx => GenTest251.expected.jmx}    | 620 ++++++-------
 .../{GenTest26.jmx => GenTest26.expected.jmx}      | 646 +++++++-------
 .../{SavedGenTest27.jmx => GenTest27.expected.jmx} | 606 ++++++-------
 ...nTest27.jmx => GenTest27_original.expected.jmx} | 628 ++++++-------
 ...vedGenTest2_13.jmx => GenTest2_13.expected.jmx} | 648 +++++++-------
 ...SavedGenTest3_0.jmx => GenTest3_0.expected.jmx} | 650 +++++++-------
 .../{SavedGuiTest.jmx => GuiTest.expected.jmx}     | 176 ++--
 ...SavedGuiTest231.jmx => GuiTest231.expected.jmx} | 128 +--
 ...iginal.jmx => GuiTest231_original.expected.jmx} | 166 ++--
 bin/testfiles/HTMLParserTestFile_2.xml             | 120 +--
 ...stPlan.jmx => ProxyServerTestPlan.expected.jmx} |  20 +-
 gradle/verification-keyring.keys                   |  28 +
 gradle/verification-metadata.xml                   |  38 +-
 lib/aareadme.txt                                   | 280 ------
 src/bom-thirdparty/build.gradle.kts                |   3 +-
 .../java/org/apache/jmeter/config/CSVDataSet.java  |  87 +-
 .../apache/jmeter/config/CSVDataSetBeanInfo.java   |  11 +-
 .../jmeter/timers/ConstantThroughputTimer.java     | 104 +--
 .../timers/ConstantThroughputTimerBeanInfo.java    |  10 +-
 .../timers/ConstantThroughputTimerSchema.kt}       |  22 +-
 .../ConstantThroughputTimerResources.properties    |   2 +-
 .../ConstantThroughputTimerResources_de.properties |   2 +-
 .../ConstantThroughputTimerResources_es.properties |   2 +-
 .../ConstantThroughputTimerResources_fr.properties |   2 +-
 .../ConstantThroughputTimerResources_ko.properties |   2 +-
 ...nstantThroughputTimerResources_pt_BR.properties |   2 +-
 .../ConstantThroughputTimerResources_tr.properties |   2 +-
 ...nstantThroughputTimerResources_zh_CN.properties |   2 +-
 .../jmeter/timers/ConstantThroughputTimerTest.java |  14 +-
 src/core/build.gradle.kts                          |   7 +
 .../java/org/apache/jmeter/save/SaveService.java   |  60 +-
 .../save/converters/SampleResultConverter.java     |  14 +-
 .../save/converters/StringPropertyConverter.java   |   5 +-
 .../jmeter/testbeans/gui/ComboStringEditor.java    |  10 +-
 .../apache/jmeter/testbeans/gui/EnumEditor.java    |  66 +-
 .../testbeans/gui/GenericTestBeanCustomizer.java   | 109 +++
 .../java/org/apache/jmeter/util/JMeterUtils.java   |   6 +-
 .../org/apache/jmeter/save/JMeterStaxDriver.kt     |  21 +-
 .../apache/jmeter/save/XMLOutputFactoryDelegate.kt | 110 +++
 .../jmeter/save/XMLStreamWriterSkipHeader.kt}      |  31 +-
 src/dist-check/build.gradle.kts                    |   6 +
 .../org/apache/jmeter/save/TestSaveService.java    | 246 +++---
 src/dist/src/dist/expected_release_jars.csv        |   5 +-
 .../kotlin/org/apache/jorphan/util/EnumUtils.kt    |  72 ++
 src/protocol/http/build.gradle.kts                 |   1 +
 49 files changed, 4092 insertions(+), 3984 deletions(-)
 copy bin/testfiles/{SavedGenTest210.jmx => GenTest210.expected.jmx} (77%)
 copy bin/testfiles/{GenTest25.jmx => GenTest25.expected.jmx} (75%)
 copy bin/testfiles/{GenTest251.jmx => GenTest251.expected.jmx} (75%)
 copy bin/testfiles/{GenTest26.jmx => GenTest26.expected.jmx} (75%)
 copy bin/testfiles/{SavedGenTest27.jmx => GenTest27.expected.jmx} (77%)
 copy bin/testfiles/{SavedGenTest27.jmx => GenTest27_original.expected.jmx} 
(77%)
 copy bin/testfiles/{SavedGenTest2_13.jmx => GenTest2_13.expected.jmx} (77%)
 copy bin/testfiles/{SavedGenTest3_0.jmx => GenTest3_0.expected.jmx} (76%)
 copy bin/testfiles/{SavedGuiTest.jmx => GuiTest.expected.jmx} (88%)
 copy bin/testfiles/{SavedGuiTest231.jmx => GuiTest231.expected.jmx} (94%)
 copy bin/testfiles/{GuiTest231_original.jmx => 
GuiTest231_original.expected.jmx} (92%)
 copy bin/testfiles/{ProxyServerTestPlan.jmx => 
ProxyServerTestPlan.expected.jmx} (89%)
 copy 
src/{protocol/http/src/main/kotlin/org/apache/jmeter/protocol/http/control/HeaderSchema.kt
 => 
components/src/main/kotlin/org/apache/jmeter/timers/ConstantThroughputTimerSchema.kt}
 (60%)
 copy build-logic-commons/settings.gradle.kts => 
src/core/src/main/kotlin/org/apache/jmeter/save/JMeterStaxDriver.kt (65%)
 create mode 100644 
src/core/src/main/kotlin/org/apache/jmeter/save/XMLOutputFactoryDelegate.kt
 copy 
src/core/src/main/{java/org/apache/jmeter/report/processor/ApdexThresholdsInfo.java
 => kotlin/org/apache/jmeter/save/XMLStreamWriterSkipHeader.kt} (54%)
 create mode 100644 
src/jorphan/src/main/kotlin/org/apache/jorphan/util/EnumUtils.kt

Reply via email to