You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by st...@apache.org on 2022/06/21 19:17:23 UTC

[hadoop] branch branch-3.3 updated: HADOOP-18159. Bump cos_api-bundle to 5.6.69 to update public-suffix-list.txt (#4444)

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

stevel pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 49342cffdb0 HADOOP-18159. Bump cos_api-bundle to 5.6.69 to update public-suffix-list.txt (#4444)
49342cffdb0 is described below

commit 49342cffdb0fbfcef2b26012faca8ef4e7fd7ac1
Author: André Fonseca <10...@users.noreply.github.com>
AuthorDate: Wed Jun 15 21:03:26 2022 +0200

    HADOOP-18159. Bump cos_api-bundle to 5.6.69 to update public-suffix-list.txt (#4444)
    
    
    Bump cos_api-bundle to 5.6.69
    
    All copies of httpclient, including shaded ones in libraries used
    by the s3a, gs and cos cloud connectors, turn out to load their
    TLD list from the same resource mozilla/public-suffix-list.txt
    
    Updating the hadoop-cos dependency ensures that its version
    of public-suffix-list.txt is up to date -and so the s3a connector
    able to talk to s3 resources if the cos-api-bundle JAR is where
    the resource is loaded from.
    
    Contributed by André Fonseca
---
 hadoop-cloud-storage-project/hadoop-cos/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hadoop-cloud-storage-project/hadoop-cos/pom.xml b/hadoop-cloud-storage-project/hadoop-cos/pom.xml
index e3dcdd63f40..74f209b53b3 100644
--- a/hadoop-cloud-storage-project/hadoop-cos/pom.xml
+++ b/hadoop-cloud-storage-project/hadoop-cos/pom.xml
@@ -109,7 +109,7 @@
     <dependency>
       <groupId>com.qcloud</groupId>
       <artifactId>cos_api-bundle</artifactId>
-      <version>5.6.19</version>
+      <version>5.6.69</version>
       <scope>compile</scope>
     </dependency>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org