mirror of https://github.com/apache/jmeter.git
Updated to httpcore 4.4.6 (from 4.4.5)
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1778836 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: 2e04384ec6
This commit is contained in:
parent
c5c89d8987
commit
c22e6217c7
2
LICENSE
2
LICENSE
|
|
@ -226,7 +226,7 @@ The following software is provided under the Apache License V 2.0 (as above):
|
|||
* excalibur-logger-1.1.jar
|
||||
* groovy-all-2.4.8.jar
|
||||
* httpclient-4.5.2.jar
|
||||
* httpcore-4.4.5.jar
|
||||
* httpcore-4.4.6.jar
|
||||
* jakarta-oro-2.0.8.jar
|
||||
* jms-1.1.1.jar
|
||||
* logkit-2.0.jar
|
||||
|
|
|
|||
|
|
@ -194,10 +194,10 @@ httpmime.loc = ${maven2.repo}/org/apache/httpcomponents/httpmime/
|
|||
httpmime.md5 = 336fa980f7527be719fa997f5df8046f
|
||||
|
||||
# Required for HttpClient
|
||||
httpcore.version = 4.4.5
|
||||
httpcore.version = 4.4.6
|
||||
httpcore.jar = httpcore-${httpcore.version}.jar
|
||||
httpcore.loc = ${maven2.repo}/org/apache/httpcomponents/httpcore/${httpcore.version}
|
||||
httpcore.md5 = 77e3c6477ecd4112078869b023d93ae5
|
||||
httpcore.md5 = a9fbd503e0802507efeeaffb56bbdf52
|
||||
|
||||
jakarta-oro.version = 2.0.8
|
||||
jakarta-oro.jar = oro-${jakarta-oro.version}.jar
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
<classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/geronimo-jms_1.1_spec-1.1.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/httpclient-4.5.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/httpcore-4.4.5.jar"/>
|
||||
<classpathentry kind="lib" path="lib/httpcore-4.4.6.jar"/>
|
||||
<classpathentry kind="lib" path="lib/httpmime-4.5.2.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jcharts-0.7.5.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jodd-core-3.7.1.jar"/>
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ junit 4.12
|
|||
-----------
|
||||
- unit tests, JUnit sampler
|
||||
|
||||
HttpComponents (HttpComponents Core 4.4.x and HttpComponents Client 4.5.x)
|
||||
HttpComponents (HttpComponents Core 4.4.6 and HttpComponents Client 4.5.2)
|
||||
-----------
|
||||
http://hc.apache.org/
|
||||
- httpclient 4 implementation for HTTP sampler
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ excalibur-logger-1.1.jar
|
|||
geronimo-jms_1.1_spec-1.1.1.jar
|
||||
groovy-all-2.4.8.jar
|
||||
httpclient-4.5.2.jar
|
||||
httpcore-4.4.5.jar
|
||||
httpcore-4.4.6.jar
|
||||
httpmime-4.5.2.jar
|
||||
jorphan.jar (part of JMeter)
|
||||
logkit-2.0.jar
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ under the License.
|
|||
<groovy-all.version>2.4.8</groovy-all.version>
|
||||
<hamcrest-core.version>1.3</hamcrest-core.version>
|
||||
<httpclient.version>4.5.2</httpclient.version>
|
||||
<httpcore.version>4.4.5</httpcore.version>
|
||||
<httpcore.version>4.4.6</httpcore.version>
|
||||
<jakarta-oro.version>2.0.8</jakarta-oro.version>
|
||||
<jcharts.version>0.7.5</jcharts.version>
|
||||
<jodd-core.version>3.7.1</jodd-core.version>
|
||||
|
|
|
|||
|
|
@ -157,6 +157,7 @@ Fill in some detail.
|
|||
<li><bug>60415</bug>Drop support for Java 7.</li>
|
||||
<li>Updated to dnsjava-2.1.8.jar (from 2.1.7)</li>
|
||||
<li>Updated to groovy 2.4.8 (from 2.4.7)</li>
|
||||
<li>Updated to httpcore 4.4.6 (from 4.4.5)</li>
|
||||
</ul>
|
||||
|
||||
<!-- =================== Bug fixes =================== -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue