This is an automated email from the ASF dual-hosted git repository. stevel pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git
The following commit(s) were added to refs/heads/trunk by this push: new 13850ee HADOOP-19090. Follow-up: docs and license (#35) 13850ee is described below commit 13850eeb29a2944c29306927dea5a496ec026d3c Author: Steve Loughran <ste...@cloudera.com> AuthorDate: Wed Feb 28 14:40:32 2024 +0000 HADOOP-19090. Follow-up: docs and license (#35) Update LICENSE-binary and site index.md.vm with protobuf update details Also: * reviewed src/site/site.xml; updated links and moved to https URLs * README.md contains a bit more of the site summary Contributed by Steve Loughran --- LICENSE-binary | 2 +- README.md | 5 +++++ src/site/markdown/index.md.vm | 4 ++-- src/site/site.xml | 16 ++++++++-------- 4 files changed, 16 insertions(+), 11 deletions(-) diff --git a/LICENSE-binary b/LICENSE-binary index 33ca175..1510d48 100644 --- a/LICENSE-binary +++ b/LICENSE-binary @@ -218,7 +218,7 @@ See licenses-binary/ for text of these licenses. BSD 3-Clause ------------ -com.google.protobuf:protobuf-java:3.21.12 +com.google.protobuf:protobuf-java:3.23.4 MIT License diff --git a/README.md b/README.md index b65b60a..422a1fb 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,9 @@ # Apache Hadoop Thirdparty +Apache Hadoop Thirdparty packages relocated third-party libraries used by +Apache Hadoop. +**DISCLAIMER : This project is for Apache Hadoop internal use. Included libs +and/or their versions are subject to change at the dictate of hadoop without +regard to the concern of others!** diff --git a/src/site/markdown/index.md.vm b/src/site/markdown/index.md.vm index 4257130..11710d2 100644 --- a/src/site/markdown/index.md.vm +++ b/src/site/markdown/index.md.vm @@ -42,9 +42,9 @@ This page provides an overview of the major changes. Protobuf-java ------------- -Google Protobuf's 3.21.12 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_21* artifact. +Google Protobuf's 3.23.4 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_23* artifact. -Following are relocations under *hadoop-shaded-protobuf_3_21* artifact: +Following are relocations under *hadoop-shaded-protobuf_3_23* artifact: |Original package | Shaded package | |---|---| diff --git a/src/site/site.xml b/src/site/site.xml index aa6c2cb..9477a32 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -18,12 +18,12 @@ <project name="Hadoop"> <bannerLeft> <name>Hadoop</name> - <src>http://hadoop.apache.org/images/hadoop-logo.jpg</src> - <href>http://hadoop.apache.org/</href> + <src>https://hadoop.apache.org/images/hadoop-logo.jpg</src> + <href>https://hadoop.apache.org/</href> </bannerLeft> <bannerRight> - <src>http://www.apache.org/images/asf_logo_wide.png</src> - <href>http://www.apache.org/</href> + <src>https://www.apache.org/images/asf_logo_wide.png</src> + <href>https://www.apache.org/</href> </bannerRight> <publishDate position="right"/> @@ -37,13 +37,13 @@ <body> <links position="left"> - <item name="Wiki" href="http://wiki.apache.org/hadoop" /> - <item name="git" href="https://gitbox.apache.org/repos/asf/hadoop-thirdparty.git" /> + <item name="Wiki" href="https://cwiki.apache.org/confluence/display/HADOOP2" /> + <item name="git" href="https://github.com/apache/hadoop-thirdparty" /> </links> <breadcrumbs position="left"> - <item name="Apache" href="http://www.apache.org/" /> - <item name="Hadoop" href="http://hadoop.apache.org/"/> + <item name="Apache" href="https://www.apache.org/" /> + <item name="Hadoop" href="https://hadoop.apache.org/"/> </breadcrumbs> <menu name="General" inherit="top"> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org