This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new b39a7bd570 Update Apache HttpCore5 to 5.3.3 and Apache HttpClient5 to 
5.4.2 (#2252)
b39a7bd570 is described below

commit b39a7bd570f32b1b5298636bad48d925c33f1e35
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Feb 3 14:03:44 2025 -0500

    Update Apache HttpCore5 to 5.3.3 and Apache HttpClient5 to 5.4.2 (#2252)
---
 parent/pom.xml                 | 4 ++--
 systests/transport-hc5/pom.xml | 4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 8dbf68cd03..2f5f648d49 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -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>
diff --git a/systests/transport-hc5/pom.xml b/systests/transport-hc5/pom.xml
index cf55be3975..065ffea457 100644
--- a/systests/transport-hc5/pom.xml
+++ b/systests/transport-hc5/pom.xml
@@ -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>
@@ -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>

Reply via email to