Skip to content

Commit dca1889

Browse files
committed
readme changes
1 parent 269dbf1 commit dca1889

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,10 @@ Version Cybersource-sdk-java 6.2.11 (JUNE,2020)
251251
_______________________________
252252
1)Exception handling improvement.
253253
2)Upgrading Apache's basic http client functionality.
254-
3)ReadMe changes for meta key support.
255-
4)Http request retry is added in case of HttpPoolingClient when 'javax.net.ssl.SSLException:Connection reset' exception is thrown(specific to jdk8u261 & + version refer this https://bugs.openjdk.java.net/browse/JDK-8214339)
256-
4)Separate out connection and socket timeout prop. Right now both are set via timeout property in case of jdk HttpUrlConnectiona and Apache basic http client.
254+
3)Upgrading org.apache.httpcomponents:httpclient:4.5.11 to org.apache.httpcomponents:httpclient:4.5.13 because of CVE-2020-13956 vulnerability.
255+
4)ReadMe changes for meta key support.
256+
5)Http request retry is added in case of HttpPoolingClient when 'javax.net.ssl.SSLException:Connection reset' exception is thrown(specific to jdk8u261 & + version refer this https://bugs.openjdk.java.net/browse/JDK-8214339)
257+
6)Separate out connection and socket timeout prop. Right now both are set via timeout property in case of jdk HttpUrlConnectiona and Apache basic http client.
257258
_______________________________
258259
Version Cybersource-sdk-java 6.2.10 (MAY,2020)
259260
_______________________________

zip/README

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,12 @@ Provides low level HTTP transport components that can be used to build custom cl
278278
Version Cybersource-sdk-java 6.2.11 (JUNE,2020)
279279
_______________________________
280280

281-
1)Exception handing improvement.
282-
2)Upgrading Apache's basic http client functionality.
283-
3)Separate out connection and socket timeout prop. Right now both are set via timeout property in case of jdk HttpUrlConnectiona and Apache basic http client.
284-
281+
1)Exception handling improvement.
282+
2)Upgrading Apache's basic http client functionality.
283+
3)Upgrading org.apache.httpcomponents:httpclient:4.5.11 to org.apache.httpcomponents:httpclient:4.5.13 because of CVE-2020-13956 vulnerability.
284+
4)ReadMe changes for meta key support.
285+
5)Http request retry is added in case of HttpPoolingClient when 'javax.net.ssl.SSLException:Connection reset' exception is thrown(specific to jdk8u261 & + version refer this https://bugs.openjdk.java.net/browse/JDK-8214339)
286+
6)Separate out connection and socket timeout prop. Right now both are set via timeout property in case of jdk HttpUrlConnectiona and Apache basic http client.
285287
_______________________________
286288
Version Cybersource-sdk-java 6.2.10 (MAY,2020)
287289
_______________________________

0 commit comments

Comments
 (0)