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 91e1c7f [Bug 64647] New: groovy-dateutil is missing in distribution
91e1c7f is described below
commit 91e1c7ff6df91aee09190c19309838dfeefd1fd8
Author: pmouawad <p.mouawad@ubik-ingenierie.com>
AuthorDate: Wed Aug 5 21:52:45 2020 +0200
[Bug 64647] New: groovy-dateutil is missing in distribution
---
src/core/build.gradle.kts | 2 +-
xdocs/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/core/build.gradle.kts b/src/core/build.gradle.kts
index f253785..35b6e3a 100644
--- a/src/core/build.gradle.kts
+++ b/src/core/build.gradle.kts
@@ -60,7 +60,7 @@ dependencies {
runtimeOnly("org.codehaus.groovy:groovy") {
because("Groovy is a default JSR232 engine")
}
- arrayOf("datetime", "jmx", "json", "jsr223", "sql", "templates").forEach {
+ arrayOf("dateutil", "datetime", "jmx", "json", "jsr223", "sql", "templates").forEach
{
runtimeOnly("org.codehaus.groovy:groovy-$it") {
because("Groovy is a default JSR232 engine")
}
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index e06248c..d51c0aa 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -180,6 +180,7 @@ Summary
<li><bug>64594</bug>Unable to enter variable values instead of numeric
values in components using PowerTableModel (Impacts 3rd party plugins like Throughput Shaping
Timer)</li>
<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>
</ul>
<!-- =================== Thanks =================== -->
|