Skip to content

Commit

Permalink
Update Apache HttpCore5 to 5.3.3 and Apache HttpClient5 to 5.4.2 (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
reta authored Feb 3, 2025
1 parent 3d4d21e commit b39a7bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@
<cxf.httpcomponents.client.version>4.5.14</cxf.httpcomponents.client.version>
<cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
<cxf.httpcomponents.core.version>4.4.16</cxf.httpcomponents.core.version>
<cxf.httpcomponents.client5.version>5.4.1</cxf.httpcomponents.client5.version>
<cxf.httpcomponents.core5.version>5.3.2</cxf.httpcomponents.core5.version>
<cxf.httpcomponents.client5.version>5.4.2</cxf.httpcomponents.client5.version>
<cxf.httpcomponents.core5.version>5.3.3</cxf.httpcomponents.core5.version>
<cxf.jackson.version>2.18.2</cxf.jackson.version>
<cxf.jackson.databind.version>2.18.2</cxf.jackson.databind.version>
<cxf.jacorb.version>3.9</cxf.jacorb.version>
Expand Down
4 changes: 0 additions & 4 deletions systests/transport-hc5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
<configuration>
<systemPropertyVariables>
<org.apache.cxf.transport.http.forceURLConnection>true</org.apache.cxf.transport.http.forceURLConnection>
<!-- See please https://issues.apache.org/jira/browse/HTTPCORE-775 -->
<jsse.SSLEngine.acceptLargeFragments>true</jsse.SSLEngine.acceptLargeFragments>
</systemPropertyVariables>
</configuration>
</execution>
Expand All @@ -92,8 +90,6 @@
<configuration>
<systemPropertyVariables>
<org.apache.cxf.transport.http.forceURLConnection>false</org.apache.cxf.transport.http.forceURLConnection>
<!-- See please https://issues.apache.org/jira/browse/HTTPCORE-775 -->
<jsse.SSLEngine.acceptLargeFragments>true</jsse.SSLEngine.acceptLargeFragments>
</systemPropertyVariables>
</configuration>
</execution>
Expand Down

0 comments on commit b39a7bd

Please sign in to comment.