Masatake Iwasaki
|
d7294589ce
|
Preparing for 3.2.4 release
|
2022-07-11 14:51:12 +09:00 |
Igor Dvorzhak
|
399580d302
|
HADOOP-18300. Upgrade Gson dependency to version 2.9.0 (#4454)
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Chris Nauroth <cnauroth@apache.org>
(cherry picked from commit 77d1b194c7 )
(cherry picked from commit d41e0a9cc3 )
|
2022-06-23 00:19:56 +00:00 |
Masatake Iwasaki
|
e13408d9d2
|
HADOOP-18088. Replace log4j 1.x with reload4j. (#4084)
Co-authored-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2022-03-23 12:57:27 +09:00 |
Akira Ajisaka
|
bc6874139f
|
HADOOP-16905. Update jackson-databind to 2.10.3 to relieve us from the endless CVE patches (#3748)
(cherry picked from commit 69faaa1d58 )
Conflicts:
hadoop-project/pom.xml
|
2021-12-10 16:24:06 +09:00 |
Nicholas Marion
|
87869c6c26
|
HADOOP-17971. Exclude IBM Java security classes from being shaded/relocated. (#3567)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 3e1135469e )
|
2021-10-20 14:30:29 +09:00 |
Brahma Reddy Battula
|
3cf2479c04
|
Preparing for 3.2.4 development.
|
2021-08-08 18:35:16 +05:30 |
Takanobu Asanuma
|
3f14715215
|
HADOOP-15775. [JDK9] Add missing javax.activation-api dependency. Contributed by Akira Ajisaka.
|
2020-12-04 22:28:19 +08:00 |
Siyao Meng
|
beb6cf6cc2
|
YARN-10472. Backport YARN-10314. YarnClient throws NoClassDefFoundError for WebSocketException with only shaded client jars (#2412)
|
2020-10-29 16:17:07 -07:00 |
He Xiaoqiao
|
3274fd139d
|
Preparing for 3.2.3 development
|
2020-10-16 14:52:41 +08:00 |
Siyao Meng
|
e0cf1735e1
|
HADOOP-16676. Backport HADOOP-16152 to branch-3.2. Contributed by Siyao Meng.
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
|
2019-11-12 11:38:42 -08:00 |
Rohith Sharma K S
|
7d5bb2ebb7
|
Preparing for 3.2.2-SNAPSHOT development.
|
2019-09-07 08:52:08 +05:30 |
Akira Ajisaka
|
2d8799f4bc
|
HADOOP-15832. Upgrade BouncyCastle to 1.60. Contributed by Robert Kanter.
|
2019-08-27 19:08:39 +00:00 |
Takanobu Asanuma
|
a9a3450560
|
HADOOP-16331. Fix ASF License check in pom.xml. Contributed by Akira Ajisaka.
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
|
2019-05-29 17:34:16 +09:00 |
Akira Ajisaka
|
855dc997d6
|
HADOOP-16323. https everywhere in Maven settings.
|
2019-05-27 15:27:33 +09:00 |
Sunil G
|
bde4fd5ed9
|
Preparing for 3.2.0 release
|
2018-10-18 17:07:45 +05:30 |
Ewan Higgs
|
429a07e08c
|
HADOOP-15764. [JDK10] Migrate from sun.net.dns.ResolverConfiguration to the replacement. Contributed by Akira Ajisaka.
|
2018-09-20 15:13:55 +02:00 |
Tsz-Wo Nicholas Sze
|
ba4d5a52a8
|
HDFS-12986. Ozone: Update ozone to latest ratis snapshot build (0.1.1-alpha-0f7169d-SNAPSHOT). Contributed by Lokesh Jain
|
2018-04-26 05:36:04 -07:00 |
Wangda Tan
|
60f9e60b3b
|
Preparing for 3.2.0 development
Change-Id: I6d0e01f3d665d26573ef2b957add1cf0cddf7938
|
2018-02-11 11:17:38 +08:00 |
Andrew Wang
|
c3f35c422b
|
HADOOP-14089. Automated checking for malformed client. Contributed by Sean Busbey.
|
2017-09-13 16:57:50 -07:00 |
Andrew Wang
|
0d419c984f
|
Preparing for 3.1.0 development
|
2017-09-01 11:53:48 -07:00 |
Lei Xu
|
ce797a1706
|
HDFS-12221. Replace xcerces in XmlEditsVisitor. (Ajay Kumar via lei)
|
2017-08-14 10:27:47 -07:00 |
Andrew Wang
|
af2773f609
|
Updating version for 3.0.0-beta1 development
|
2017-06-29 17:57:40 -07:00 |
Sean Busbey
|
f5517a8200
|
HADOOP-13921. Remove log4j classes from JobConf.
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2017-06-01 13:35:14 +09:00 |
Andrew Wang
|
16ad896d5c
|
Update maven version for 3.0.0-alpha4 development
|
2017-05-26 14:09:44 -07:00 |
Andrew Wang
|
258991dc5a
|
HADOOP-14018. shaded jars of hadoop-client modules are missing hadoop's root LICENSE and NOTICE files. Contributed by Elek, Marton.
|
2017-01-31 11:38:34 -08:00 |
Andrew Wang
|
cd59b9ccab
|
HADOOP-13989. Remove erroneous source jar option from hadoop-client shade configuration. Contributed by Joe Pallas.
|
2017-01-25 15:40:45 -08:00 |
Andrew Wang
|
5d8b80ea9b
|
Preparing for 3.0.0-alpha3 development
|
2017-01-19 15:50:07 -08:00 |
Steve Loughran
|
85e4961f60
|
HADOOP-13999 Add -DskipShade maven profile to disable jar shading to reduce compile time. Contributed by Arun Suresh
|
2017-01-19 11:49:40 +00:00 |
Andrew Wang
|
47dfda7c92
|
Revert "HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas."
This reverts commit 7e81063c13 .
|
2017-01-17 16:23:38 -08:00 |
Akira Ajisaka
|
7e81063c13
|
HADOOP-13989. Fix typo in hadoop-client shade configuration. Contributed by Joe Pallas.
|
2017-01-17 17:23:51 +09:00 |
Andrew Wang
|
70ca1f1e3a
|
HADOOP-11804. Shaded Hadoop client artifacts and minicluster. Contributed by Sean Busbey.
|
2016-12-15 11:44:59 -08:00 |