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
diff --git a/LICENSE-binary b/LICENSE-binary
index 33ca175..1510d48 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -218,7 +218,7 @@
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 @@
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">