You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2021/06/07 18:39:25 UTC

[jmeter] branch master updated (ec1d462 -> 51e7a76)

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 ec1d462  Add a note to the dashboard docs about the new property
     new 4689b54  update x-stream to 1.4.17 (from 1.4.16)
     new 51e7a76  update json-smart to 2.4.7 (from 2.4.1) and accessors-smart to 2.4.7 (from 1.3)

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:
 gradle.properties                           | 8 ++++----
 src/dist/src/dist/expected_release_jars.csv | 8 ++++----
 xdocs/changes.xml                           | 4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)

[jmeter] 02/02: update json-smart to 2.4.7 (from 2.4.1) and accessors-smart to 2.4.7 (from 1.3)

Posted by fs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 51e7a76c07d51cd5a26ab97fd0dcb5638d5dd065
Author: Stefan Seide <ac...@seide.st>
AuthorDate: Mon Jun 7 11:05:10 2021 +0200

    update json-smart to 2.4.7 (from 2.4.1) and accessors-smart to 2.4.7 (from 1.3)
---
 gradle.properties                           | 6 +++---
 src/dist/src/dist/expected_release_jars.csv | 6 +++---
 xdocs/changes.xml                           | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index d2a9455..d452046 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -51,11 +51,11 @@ org.nosphere.apache.rat.version=0.7.0
 org.sonarqube.version=3.0
 
 # Dependencies
-accessors-smart.version=1.3
+accessors-smart.version=2.4.7
 activemq.version=5.16.0
 apache-rat.version=0.13
 apiguardian-api.version=1.1.0
-asm.version=9.0
+asm.version=9.1
 bouncycastle.version=1.67
 bsf.version=2.4.0
 bsh.version=2.0b6
@@ -102,7 +102,7 @@ jmespath-core.version=0.5.0
 jmespath-jackson.version=0.5.0
 jodd.version=5.0.13
 json-path.version=2.4.0
-json-smart.version=2.4.1
+json-smart.version=2.4.7
 jsoup.version=1.13.1
 jtidy.version=r938
 junit4.version=4.13.1
diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv
index 2b08761..852eea3 100644
--- a/src/dist/src/dist/expected_release_jars.csv
+++ b/src/dist/src/dist/expected_release_jars.csv
@@ -1,6 +1,6 @@
-29863,accessors-smart-1.3.jar
+29489,accessors-smart-2.4.7.jar
 2387,apiguardian-api-1.1.0.jar
-121783,asm-9.0.jar
+121790,asm-9.1.jar
 113369,bsf-2.4.0.jar
 389033,bsh-2.0b6.jar
 921827,caffeine-2.8.8.jar
@@ -63,7 +63,7 @@
 19858,jodd-log-5.0.13.jar
 26047,jodd-props-5.0.13.jar
 223186,json-path-2.4.0.jar
-119759,json-smart-2.4.1.jar
+119227,json-smart-2.4.7.jar
 393851,jsoup-1.13.1.jar
 249924,jtidy-r938.jar
 382708,junit-4.13.1.jar
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 3428ddf..76e4440 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -133,7 +133,7 @@ Summary
   <li><bug>65128</bug><pr>643</pr>Add missing documentation about <code>Same user on each iteration</code> for Thread Groups. Contributed by njkuzas.</li>
   <li><pr>648</pr>Updated xmlgraphics-commons to 2.6 (from 2.3). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
   <li><pr>655</pr><pr>667</pr>Updated x-stream to 1.4.17 (from 1.4.15). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
-  <li><pr>656</pr>Updated json-smart to 2.4.1 (from 2.3) and accessors-smart to 1.3 (from 1.2). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
+  <li><pr>656</pr><pr>668</pr>Updated json-smart to 2.4.7 (from 2.3), accessors-smart to 2.4.7 (from 1.2) and asm 9.1 (from 9.0). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
   <li><bug>64831</bug>Log truststore entries in debug level for logger <code>org.apache.jmeter.util.keystore.JmeterKeyStore</code></li>
   <li><bug>65232</bug>Hide splash screen when an error is displayed because the test plan could not be parsed.</li>
   <li>Updated Groovy to 3.0.8 (from 3.0.7).</li>

[jmeter] 01/02: update x-stream to 1.4.17 (from 1.4.16)

Posted by fs...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4689b54981ebb4f76febca5c7732e58417abeca0
Author: Stefan Seide <ac...@seide.st>
AuthorDate: Mon Jun 7 13:17:26 2021 +0200

    update x-stream to 1.4.17 (from 1.4.16)
---
 gradle.properties                           | 2 +-
 src/dist/src/dist/expected_release_jars.csv | 2 +-
 xdocs/changes.xml                           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index fb93c7b..d2a9455 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -131,5 +131,5 @@ xml-apis.version=1.4.01
 xmlgraphics-commons.version=2.6
 xmlpull.version=1.1.3.1
 xpp3_min.version=1.1.4c
-xstream.version=1.4.16
+xstream.version=1.4.17
 wiremock-jre8.version=2.24.1
diff --git a/src/dist/src/dist/expected_release_jars.csv b/src/dist/src/dist/expected_release_jars.csv
index 6182217..2b08761 100644
--- a/src/dist/src/dist/expected_release_jars.csv
+++ b/src/dist/src/dist/expected_release_jars.csv
@@ -95,4 +95,4 @@
 220536,xml-apis-1.4.01.jar
 674607,xmlgraphics-commons-2.6.jar
 7188,xmlpull-1.1.3.1.jar
-629686,xstream-1.4.16.jar
+629806,xstream-1.4.17.jar
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index aa03e32..3428ddf 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -132,7 +132,7 @@ Summary
 <ul>
   <li><bug>65128</bug><pr>643</pr>Add missing documentation about <code>Same user on each iteration</code> for Thread Groups. Contributed by njkuzas.</li>
   <li><pr>648</pr>Updated xmlgraphics-commons to 2.6 (from 2.3). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
-  <li><pr>655</pr>Updated x-stream to 1.4.16 (from 1.4.15). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
+  <li><pr>655</pr><pr>667</pr>Updated x-stream to 1.4.17 (from 1.4.15). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
   <li><pr>656</pr>Updated json-smart to 2.4.1 (from 2.3) and accessors-smart to 1.3 (from 1.2). Contributed by Stefan Seide (stefan @ trilobyte.se.de)</li>
   <li><bug>64831</bug>Log truststore entries in debug level for logger <code>org.apache.jmeter.util.keystore.JmeterKeyStore</code></li>
   <li><bug>65232</bug>Hide splash screen when an error is displayed because the test plan could not be parsed.</li>