Updated to httpcore/httpcore-nio 4.12 (from 4.11)

This commit is contained in:
pmouawad 2019-09-29 22:07:46 +02:00
parent de97a94a7c
commit fddfe85adb
3 changed files with 5 additions and 4 deletions

View File

@ -64,8 +64,8 @@ hamcrest-date.version=2.0.4
hsqldb.version=2.4.1
httpasyncclient.version=4.1.4
httpclient.version=4.5.8
httpcore-nio.version=4.4.11
httpcore.version=4.4.11
httpcore-nio.version=4.4.12
httpcore.version=4.4.12
httpmime.version=4.5.8
jackson.version=2.9.10
jackson-databind.version=2.9.10

View File

@ -213,10 +213,10 @@ junit 4.12
- unit tests, JUnit sampler
HttpComponents
- HttpComponents Core 4.4.10
- HttpComponents Core 4.4.12
- HttpComponents Client 4.5.8
- HttpComponents AsyncClient 4.1.4
- HttpComponents Core NIO 4.4.11
- HttpComponents Core NIO 4.4.12
-----------
http://hc.apache.org/
- httpclient 4 implementation for HTTP sampler

View File

@ -141,6 +141,7 @@ to view the last release notes of version 5.1.1.
<li>Updated to commons-pool 2.7 (from 2.6)</li>
<li>Updated to commons-text 1.8 (from 1.6)</li>
<li>Updated to freemarker 2.3.29 (from 2.3.28)</li>
<li>Updated to httpcore/httpcore-nio 4.12 (from 4.11)</li>
<li><bug>63396</bug>JSR223 Test Elements: Description of Parameters is misleading, same for Script</li>
<li><bug>63480</bug>XPathAssertion and XPathAssertion2: Improve test coverage for input coming from variable. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
<li><bug>63452</bug>Tools / Import from cURL: Complete coverage of all command line options that are valid in JMeter use case. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>