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/12/07 12:48:14 UTC

[jmeter] branch master updated: Bug 64961 - Darklaf: On Windows 7, NPE in BasicEditorPaneUI.cleanDisplayProperties with Darklaf Intellij

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 d438649  Bug 64961 - Darklaf: On Windows 7, NPE in BasicEditorPaneUI.cleanDisplayProperties with Darklaf Intellij
d438649 is described below

commit d438649f7702e5909bb3c147a9fff6d59b23d0f8
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Mon Dec 7 13:47:57 2020 +0100

    Bug 64961 - Darklaf: On Windows 7, NPE in BasicEditorPaneUI.cleanDisplayProperties with Darklaf Intellij
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 8042913..81fe0fa 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -74,7 +74,7 @@ commons-math3.version=3.6.1
 commons-net.version=3.7
 commons-pool2.version=2.9.0
 commons-text.version=1.9
-darklaf.version=2.4.10
+darklaf.version=2.5.3
 darklaf.extensions.version=0.3.4
 dec.version=0.1.2
 dnsjava.version=2.1.9
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 59d103c..fe96cc0 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -162,6 +162,7 @@ Summary
 <h3>General</h3>
 <ul>
   <li><bug>64957</bug>When importing example test plan JMeter displays an NullPointerException</li>
+  <li><bug>64961</bug>Darklaf: On Windows 7, NPE in BasicEditorPaneUI.cleanDisplayProperties with Darklaf Intellij</li>
 </ul>
 
  <!--  =================== Thanks =================== -->