From commits-return-10661-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Fri Jul 17 16:24:19 2020 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by minotaur.apache.org (Postfix) with SMTP id E84DA1922F for ; Fri, 17 Jul 2020 16:24:18 +0000 (UTC) Received: (qmail 26324 invoked by uid 500); 17 Jul 2020 16:24:18 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 26305 invoked by uid 500); 17 Jul 2020 16:24:18 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 26296 invoked by uid 99); 17 Jul 2020 16:24:18 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jul 2020 16:24:18 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 084BF811C0; Fri, 17 Jul 2020 16:24:18 +0000 (UTC) Date: Fri, 17 Jul 2020 16:24:17 +0000 To: "commits@jmeter.apache.org" Subject: [jmeter] branch master updated: Upgrade darklaf to 2.4.1 to fix Bug 64594Unable to enter variable values instead of numeric values in components using PowerTableModel (Impacts 3rd party plugins like Throughput Shaping Timer) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <159500305792.7532.2771458249375989527@gitbox.apache.org> From: pmouawad@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: jmeter X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3dc38149479ba0de9853a6e0f97e3f81e3353faf X-Git-Newrev: 105a1eba63d0b0fc680d1f21a95dda2c7f5dc7fe X-Git-Rev: 105a1eba63d0b0fc680d1f21a95dda2c7f5dc7fe X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 105a1eb Upgrade darklaf to 2.4.1 to fix Bug 64594Unable to enter variable values instead of numeric values in components using PowerTableModel (Impacts 3rd party plugins like Throughput Shaping Timer) 105a1eb is described below commit 105a1eba63d0b0fc680d1f21a95dda2c7f5dc7fe Author: pmouawad AuthorDate: Fri Jul 17 18:23:58 2020 +0200 Upgrade darklaf to 2.4.1 to fix Bug 64594Unable to enter variable values instead of numeric values in components using PowerTableModel (Impacts 3rd party plugins like Throughput Shaping Timer) --- gradle.properties | 2 +- xdocs/changes.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8a2c541..2be785c 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.0 +darklaf.version=2.4.1 dec.version=0.1.2 dnsjava.version=2.1.9 equalsverifier.version=3.1.13 diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 999558b..022d540 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -121,7 +121,7 @@ Summary
  • 64454More precise error message, when no datasource value can be found in JDBC sampler
  • 64440Log exeptions reported via JMeterUtils#reportToUser even when in GUI mode
  • 591Remove deprecated sudo flag from travis file. Deng Liming (liming.d.pro at gmail.com)
  • -
  • Updated Darklaf to 2.4.0 (from 2.1.1)
  • +
  • Updated Darklaf to 2.4.1 (from 2.1.1)
  • 596Use neutral words in documentation
  • 63809557Updated commons-collections to 4.4 (from 3.2.2) while keeping the jars for the old commons-collections 3.x for compatibility
  • 598Add another option for creating diffs to the building page. Contributed by jmetertea (github.com/jmetertea)
  • @@ -175,6 +175,7 @@ Summary
  • 64499Exiting JMeter when jmeterengine.stopfail.system.exit=true takes too much time if threads are not stopped
  • 64510Darklaf- IntelliJ Theme throws NPE in DarkTreeUI on MacOS
  • 64543On MacOSX, Darklaf- IntelliJ Theme throws NPE in javax.swing.ToolTipManager.initiateToolTip
  • +
  • 64594Unable to enter variable values instead of numeric values in components using PowerTableModel (Impacts 3rd party plugins like Throughput Shaping Timer)