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 2022/03/05 11:18:06 UTC

[jmeter] branch master updated (19fdf6a -> 1564774)

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 19fdf6a  Add checksum of key for xbean
     new 75d5ad6  Updated Caffeine to 2.9.3
     new 1228254  Updated commons-pool2 to 2.11.1
     new 1c325d6  Updates equalsverifier to 3.9
     new 1d164f7  Updated ftplet and ftpserver to 1.1.3
     new ee6d4f0  Updated hamcrest-date to 2.0.8
     new b4c9e67  Updated hsqldb to 2.6.1
     new 0d04f13  Bytebuddy used by Caffeine
     new bcf2c29  Updated Apache HttpCore to 4.4.15
     new 1564774  Update JMESPath to 0.5.1

The 9 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:
 checksum.xml      |  1 +
 gradle.properties | 24 ++++++++++++------------
 xdocs/changes.xml |  9 +++++----
 3 files changed, 18 insertions(+), 16 deletions(-)

[jmeter] 08/09: Updated Apache HttpCore to 4.4.15

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 bcf2c29225abfd05ef7b8b0b43e5966ec7a90f9f
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 11:36:18 2022 +0100

    Updated Apache HttpCore to 4.4.15
---
 gradle.properties | 6 +++---
 xdocs/changes.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 4b92e98..c30380c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -93,10 +93,10 @@ groovy.version=3.0.9
 hamcrest.version=2.2
 hamcrest-date.version=2.0.8
 hsqldb.version=2.6.1
-httpasyncclient.version=4.1.4
+httpasyncclient.version=4.1.5
 httpclient.version=4.5.13
-httpcore-nio.version=4.4.14
-httpcore.version=4.4.14
+httpcore-nio.version=4.4.15
+httpcore.version=4.4.15
 httpmime.version=4.5.13
 jackson.version=2.13.1
 jackson-databind.version=2.13.1
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 6bebedb..f17be2e 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -171,7 +171,7 @@ however, the profile can't be updated while the test is running.
   <li>Updated Apache Freemarker to 2.3.31 (from 2.3.30).</li>
   <li>Updated hsqldb to 2.6.0 (from 2.5.0).</li>
   <li>Updated Apache HttpClient to 4.5.13 (from 4.5.12).</li>
-  <li>Updated Apache HttpCore to 4.4.14 (from 4.4.13).</li>
+  <li>Updated Apache HttpCore to 4.4.15 (from 4.4.13).</li>
   <li>Updated jacoco to 0.8.7 (from 0.8.5).</li>
   <li>Updated json-path to 2.6.0 (from 2.4.0).</li>
   <li>Updated jsoup to 1.14.3 (from 1.13.1).</li>

[jmeter] 06/09: Updated hsqldb to 2.6.1

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 b4c9e671550ae792ff62b13b0a910af67e7e20f0
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 11:27:09 2022 +0100

    Updated hsqldb to 2.6.1
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index 1003153..4b92e98 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -92,7 +92,7 @@ geronimo-jms_1.1_spec.version=1.1.1
 groovy.version=3.0.9
 hamcrest.version=2.2
 hamcrest-date.version=2.0.8
-hsqldb.version=2.5.2
+hsqldb.version=2.6.1
 httpasyncclient.version=4.1.4
 httpclient.version=4.5.13
 httpcore-nio.version=4.4.14

[jmeter] 01/09: Updated Caffeine to 2.9.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 75d5ad688fabd35dcac8b9538b8604e145bbf802
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 11:08:10 2022 +0100

    Updated Caffeine to 2.9.3
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index f111edf..72c4d9a 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -64,7 +64,7 @@ asm.version=9.2
 bouncycastle.version=1.69
 bsf.version=2.4.0
 bsh.version=2.0b6
-caffeine.version=2.9.2
+caffeine.version=2.9.3
 cglib-nodep.version=3.2.12
 commons-codec.version=1.15
 commons-collections.version=3.2.2
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 81bd4da..04522e7 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -161,7 +161,7 @@ however, the profile can't be updated while the test is running.
   <li>Updated Apache ActiveMQ to 15.6.4 (from 15.6.0).</li>
   <li>Updated Asm to 9.2 (from 9.1).</li>
   <li>Updated Bouncycastle to 1.69 (from 1.67).</li>
-  <li>Updated Caffeine to 2.9.2 (from 2.8.8).</li>
+  <li>Updated Caffeine to 2.9.3 (from 2.8.8).</li>
   <li>Updated Apache commons-dbcp2 to 2.9.0 (from 2.8.0).</li>
   <li>Updated Apache commons-io to 2.11.0 (from 2.8.0).</li>
   <li>Updated Apache commons-lang3 to 3.12.0 (from 3.11).</li>

[jmeter] 09/09: Update JMESPath to 0.5.1

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 1564774137506e6eb8283f384324bd51306ca1c1
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 12:17:01 2022 +0100

    Update JMESPath to 0.5.1
---
 gradle.properties | 4 ++--
 xdocs/changes.xml | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index c30380c..d08905e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -104,8 +104,8 @@ javax.activation.version=1.2.0
 jcharts.version=0.7.5
 jdom.version=1.1.3
 jetbrains-annotations.version=23.0.0
-jmespath-core.version=0.5.0
-jmespath-jackson.version=0.5.0
+jmespath-core.version=0.5.1
+jmespath-jackson.version=0.5.1
 jodd.version=5.0.13
 json-path.version=2.6.0
 json-smart.version=2.4.8
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index f17be2e..0dd8dfe 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -189,6 +189,7 @@ however, the profile can't be updated while the test is running.
   <li>Updated WireMock-JRE8 to 2.30.0 (from 2.24.1).</li>
   <li>Updated com.github.vlsi.vlsi-release-plugins 1.76 (from 1.74).</li>
   <li>Updated jackson to 2.13.1 (from 2.10.5)</li>
+  <li>Updated jmespath to 0.5.1</li>
   <li><pr>671</pr>Move example definition of property <code>jmeter.reportgenerator.statistic_window</code>
      to <code>user.properties</code>, as it is read from that place.
      Contributed by Rithvik Patibandla (rithvikp98 at gmail.com)</li>

[jmeter] 02/09: Updated commons-pool2 to 2.11.1

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 1228254494a09a0aec93bc83bd51ce712f789cfb
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 11:15:54 2022 +0100

    Updated commons-pool2 to 2.11.1
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 72c4d9a..33b8326 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -78,7 +78,7 @@ commons-lang3.version=3.12.0
 commons-logging.version=1.2
 commons-math3.version=3.6.1
 commons-net.version=3.8.0
-commons-pool2.version=2.11.0
+commons-pool2.version=2.11.1
 commons-text.version=1.9
 darklaf.version=2.7.3
 darklaf.extensions.version=0.3.4
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 04522e7..7cc6a07 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -166,7 +166,7 @@ however, the profile can't be updated while the test is running.
   <li>Updated Apache commons-io to 2.11.0 (from 2.8.0).</li>
   <li>Updated Apache commons-lang3 to 3.12.0 (from 3.11).</li>
   <li>Updated Apache commons-net to 3.8.0 (from 3.7.2).</li>
-  <li>Updated Apache commons-pool2 to 2.11.0 (from 2.9.0).</li>
+  <li>Updated Apache commons-pool2 to 2.11.1 (from 2.9.0).</li>
   <li>Updated equalsverifier to 3.7 (from 3.4.2).</li>
   <li>Updated Apache Freemarker to 2.3.31 (from 2.3.30).</li>
   <li>Updated hsqldb to 2.6.0 (from 2.5.0).</li>

[jmeter] 04/09: Updated ftplet and ftpserver to 1.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 1d164f744cf53b843a8c04eee27d5c6c2ef42fd1
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 11:23:59 2022 +0100

    Updated ftplet and ftpserver to 1.1.3
---
 gradle.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index ba601cb..e915fe4 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -86,8 +86,8 @@ dec.version=0.1.2
 dnsjava.version=2.1.9
 equalsverifier.version=3.9
 freemarker.version=2.3.31
-ftplet-api.version=1.1.1
-ftpserver-core.version=1.1.1
+ftplet-api.version=1.1.3
+ftpserver-core.version=1.1.3
 geronimo-jms_1.1_spec.version=1.1.1
 groovy.version=3.0.9
 hamcrest.version=2.2

[jmeter] 05/09: Updated hamcrest-date to 2.0.8

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 ee6d4f06c92de7e4d18b12d83b965d9a407a8d10
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 11:25:35 2022 +0100

    Updated hamcrest-date to 2.0.8
---
 gradle.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle.properties b/gradle.properties
index e915fe4..1003153 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -91,7 +91,7 @@ ftpserver-core.version=1.1.3
 geronimo-jms_1.1_spec.version=1.1.1
 groovy.version=3.0.9
 hamcrest.version=2.2
-hamcrest-date.version=2.0.7
+hamcrest-date.version=2.0.8
 hsqldb.version=2.5.2
 httpasyncclient.version=4.1.4
 httpclient.version=4.5.13

[jmeter] 03/09: Updates equalsverifier to 3.9

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 1c325d6309bba2f69a36404f973610403a9ab91b
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 11:20:21 2022 +0100

    Updates equalsverifier to 3.9
---
 gradle.properties | 2 +-
 xdocs/changes.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index 33b8326..ba601cb 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -84,7 +84,7 @@ darklaf.version=2.7.3
 darklaf.extensions.version=0.3.4
 dec.version=0.1.2
 dnsjava.version=2.1.9
-equalsverifier.version=3.7
+equalsverifier.version=3.9
 freemarker.version=2.3.31
 ftplet-api.version=1.1.1
 ftpserver-core.version=1.1.1
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 7cc6a07..6bebedb 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -167,7 +167,7 @@ however, the profile can't be updated while the test is running.
   <li>Updated Apache commons-lang3 to 3.12.0 (from 3.11).</li>
   <li>Updated Apache commons-net to 3.8.0 (from 3.7.2).</li>
   <li>Updated Apache commons-pool2 to 2.11.1 (from 2.9.0).</li>
-  <li>Updated equalsverifier to 3.7 (from 3.4.2).</li>
+  <li>Updated equalsverifier to 3.9 (from 3.4.2).</li>
   <li>Updated Apache Freemarker to 2.3.31 (from 2.3.30).</li>
   <li>Updated hsqldb to 2.6.0 (from 2.5.0).</li>
   <li>Updated Apache HttpClient to 4.5.13 (from 4.5.12).</li>

[jmeter] 07/09: Bytebuddy used by Caffeine

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 0d04f1379ed7d7a7ad6999bf69a60d0758030039
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Mar 5 11:32:26 2022 +0100

    Bytebuddy used by Caffeine
---
 checksum.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checksum.xml b/checksum.xml
index 68e7a09..096e3d6 100644
--- a/checksum.xml
+++ b/checksum.xml
@@ -93,6 +93,7 @@
     <trusted-key id='528dc75aa68f0923' group='jcharts' />
     <trusted-key id='85911f425ec61b51' group='junit' />
     <trusted-key id='efe8086f9e93774e' group='junit' />
+    <trusted-key id='7999befba1039e8b' group='net.bytebuddy' />
     <trusted-key id='15c71c0a4e0b8edd' group='net.java.dev.jna' />
     <trusted-key id='75bf031b7c94e183' group='net.java.dev.jna' />
     <trusted-key id='c51e10bd96d06071' group='net.javacrumbs.json-unit' />