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 da5fb83 DNS Cache Manager - custom DNS resolver does not use system
resolver by default
new 2d217c9 Sort properties and variables in a human expected order for
DebugPostProcessor and DebugSampler
new 6e7b370 Sorting in View Results in Table is not correct
The 2 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:
.../jmeter/extractor/DebugPostProcessor.java | 8 +-
.../org/apache/jmeter/sampler/DebugSampler.java | 7 +-
.../apache/jmeter/visualizers/TableVisualizer.java | 11 ++-
.../jorphan/util/AlphaNumericComparator.java | 101 +++++++++++++++++++++
.../jorphan/util/AlphaNumericKeyComparator.java | 43 +++++++++
.../util/TestAlphaNumericKeyComparator.java | 78 ++++++++++++++++
xdocs/changes.xml | 2 +
7 files changed, 237 insertions(+), 13 deletions(-)
create mode 100644
src/jorphan/src/main/java/org/apache/jorphan/util/AlphaNumericComparator.java
create mode 100644
src/jorphan/src/main/java/org/apache/jorphan/util/AlphaNumericKeyComparator.java
create mode 100644
src/jorphan/src/test/java/org/apache/jorphan/util/TestAlphaNumericKeyComparator.java