You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2020/08/06 20:19:30 UTC

[jmeter] branch master updated: Update Darklaf from 2.4.1 to 2.4.2 to fix bugs 64640, 64641, 64453, 64625

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 08d22fb  Update Darklaf from 2.4.1 to 2.4.2 to fix bugs 64640, 64641, 64453, 64625
08d22fb is described below

commit 08d22fbf175ecbc8c3ecb0fc839bd92a9dd5cdc2
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Thu Aug 6 22:19:12 2020 +0200

    Update Darklaf from 2.4.1 to 2.4.2 to fix bugs 64640, 64641, 64453, 64625
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 3742573..39a5394 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -67,7 +67,7 @@ commons-math3.version=3.6.1
 commons-net.version=3.6
 commons-pool2.version=2.8.0
 commons-text.version=1.8
-darklaf.version=2.4.1
+darklaf.version=2.4.2
 #darklaf.version=latest.integration
 dec.version=0.1.2
 dnsjava.version=2.1.9
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 6d13466..c8adf33 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -121,7 +121,7 @@ Summary
     <li><bug>64454</bug>More precise error message, when no datasource value can be found in JDBC sampler</li>
     <li><bug>64440</bug>Log exeptions reported via <code>JMeterUtils#reportToUser</code> even when in GUI mode</li>
     <li><pr>591</pr>Remove deprecated sudo flag from travis file. Deng Liming (liming.d.pro at gmail.com)</li>
-    <li>Updated Darklaf to 2.4.1 (from 2.1.1)</li>
+    <li>Updated Darklaf to 2.4.2 (from 2.1.1)</li>
     <li>Updated Groovy to 3.0.5 (from 3.0.3)</li>
     <li><pr>596</pr>Use neutral words in documentation</li>
     <li><bug>63809</bug><pr>557</pr>Updated commons-collections to 4.4 (from 3.2.2) while keeping the jars for the old commons-collections 3.x for compatibility</li>
@@ -182,6 +182,10 @@ Summary
     <li><bug>64475</bug>Menu Generate HTML Report: When report generation fails due to timeout, error message is not explicit. Contributed by Ubik Load Pack (https://ubikloadpack.com)</li>
     <li><bug>64627</bug>Programmatic manipulation of the control flow via API methods of JMeterContext is not working as it used to before 5.0. Contributed by Till Neunast</li>
     <li><bug>64647</bug>groovy-dateutil is missing in distribution</li>
+    <li><bug>64640</bug>Darklaf: NPE at com.github.weisj.darklaf.ui.DarkPopupFactory.getPopupType(DarkPopupFactory.java:96)</li>
+    <li><bug>64641</bug>Darklaf: NPE at com.github.weisj.darklaf.ui.tree.DarkTreeUI.isChildOfSelectionPath(DarkTreeUI.java:603) ~[darklaf-core-2.4.2-SNAPSHOT.jar:2.4.2-SNAPSHOT]</li>
+    <li><bug>64453</bug>Darklaf: Save Test Plan as New Folder failure</li>
+    <li><bug>64625</bug>Darklaf: trying to select a folder in Browse leads to an error popup and stacktrace</li>
 </ul>
 
  <!--  =================== Thanks =================== -->