Akira Ajisaka
b838647b16
HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data. ( #3264 )
...
* HADOOP-16768. SnappyCompressor test cases wrongly assume that the compressed data is always smaller than the input data. (#2003 )
(cherry picked from commit 328eae9a14
)
* Add assertj-core dependency to hadoop-common for test
* Bump assertj-core version to 3.12.2 to use assertThat.hasSizeGreaterThan
2021-08-04 15:46:00 +09:00
Ahmed Hussein
e0ec1849d7
HADOOP-17769. Upgrade JUnit to 4.13.2. fixes TestBlockRecovery ( #3130 ). Contributed by Ahmed Hussein. ( #3139 )
...
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
(cherry picked from commit 581f43dce1
)
2021-06-25 22:50:04 +05:30
Takanobu Asanuma
1eef5c2861
Revert "HADOOP-17563. Update Bouncy Castle to 1.68. ( #2740 )" ( #3055 )
...
This reverts commit 0774116756
.
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit 53ff2dfed3
)
2021-05-27 13:20:08 +09:00
Wei-Chiu Chuang
650bcaf694
HADOOP-17661. mvn versions:set fails to parse pom.xml. ( #2956 )
...
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Change-Id: I7de255cb9a167e3a5e25ae339b050e82cb4b7c30
(cherry picked from commit 64264d726d
)
2021-04-27 11:11:46 +09:00
Wei-Chiu Chuang
ef197db8b9
Revert "HADOOP-17661. mvn versions:set fails to parse pom.xml. ( #2952 )"
...
This reverts commit dc30b34079
.
2021-04-26 16:43:00 +08:00
Wei-Chiu Chuang
dc30b34079
HADOOP-17661. mvn versions:set fails to parse pom.xml. ( #2952 )
...
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
Reviewed-by: Hui Fei <ferhui@apache.org>
(cherry picked from commit 66dda86fec
)
(cherry picked from commit 41da92def46f84e99e2d8cab604b8f1e290f1c15)
2021-04-26 14:06:59 +08:00
Akira Ajisaka
5db7880783
HADOOP-17655. Upgrade Jetty to 9.4.40. ( #2947 )
...
Reviewed-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 0b04c9694d
)
2021-04-23 19:54:01 +09:00
Wei-Chiu Chuang
8ff61f9b07
HADOOP-17627. Backport to branch-3.2 HADOOP-17371, HADOOP-17621, HADOOP-17625 to update Jetty to 9.4.39. ( #2879 )
...
* HADOOP-17371. Bump Jetty to the latest version 9.4.34. Contributed by Wei-Chiu Chuang. (#2453 )
(cherry picked from commit 66ee0a6df0
)
(cherry picked from commit 6340ac857b
)
Conflicts:
hadoop-client-modules/hadoop-client-minicluster/pom.xml
Change-Id: I673ac136922740cb1d426cb9593aa1bd3e9acd32
* HADOOP-17621. hadoop-auth to remove jetty-server dependency. (#2865 )
Reviewed-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit dac60b8282
)
(cherry picked from commit 1110b03752
)
* HADOOP-17625. Update to Jetty 9.4.39. (#2870 )
Reviewed-by: cxorm <lianp964@gmail.com>
(cherry picked from commit 6040e86e99
)
(cherry picked from commit 7f7535534d
)
2021-04-19 20:12:27 -07:00
Viraj Jasani
9208218704
HADOOP-17633. Bump json-smart to 2.4.2 and nimbus-jose-jwt to 9.8 due to CVEs ( #2895 ). Contributed by Viraj Jasani.
...
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Conflicts:
LICENSE-binary
2021-04-16 12:45:13 +05:30
Wei-Chiu Chuang
df6aa293ea
HADOOP-17614. Bump netty to the latest 4.1.61 ( #2864 )
2021-04-05 22:44:47 -07:00
Akira Ajisaka
819239f971
HADOOP-17602. Upgrade JUnit to 4.13.1. Contributed by Ahmed Hussein.
...
(cherry picked from commit c5929c00a3
)
Conflicts:
hadoop-cloud-storage-project/hadoop-huaweicloud/pom.xml
(cherry picked from commit 80d4636067
)
Conflicts:
hadoop-project/pom.xml
2021-03-25 20:22:49 +09:00
Mingliang Liu
001e09753c
YARN-10706. Upgrade com.github.eirslett:frontend-maven-plugin to 1.11.2 ( #2791 )
...
Contributed by Mingliang Liu.
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2021-03-21 21:29:22 -07:00
Ayush Saxena
0c12475431
HADOOP-17586. Upgrade org.codehaus.woodstox:stax2-api to 4.2.1. ( #2769 ). Contributed by Ayush Saxena.
...
Signed-off-by: Mingliang Liu <liuml07@apache.org>
Conflicts:
LICENSE-binary
2021-03-13 15:17:28 +05:30
Viraj Jasani
2d245c97e9
HADOOP-17571 : Bump up woodstox-core to 5.3.0 due to security concerns ( #2757 )
...
Contributed by Viraj Jasani.
Signed-off-by: Mingliang Liu <liuml07@apache.org>
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2021-03-11 12:14:50 -08:00
Akira Ajisaka
0b278502e2
HADOOP-16870. Use spotbugs-maven-plugin instead of findbugs-maven-plugin ( #2753 )
...
Removed findbugs from the hadoop build images and added spotbugs instead.
Upgraded SpotBugs to 4.2.2 and spotbugs-maven-plugin to 4.2.0.
Reviewed-by: Masatake Iwasaki <iwasakims@apache.org>
(cherry picked from commit 23b343aed1
)
Conflicts:
dev-support/docker/Dockerfile
hadoop-project/pom.xml
(cherry picked from commit de2904f123
)
Conflicts:
dev-support/docker/Dockerfile_aarch64
hadoop-cloud-storage-project/hadoop-cos/pom.xml
hadoop-common-project/hadoop-registry/pom.xml
hadoop-project/pom.xml
2021-03-11 15:37:56 +09:00
Takanobu Asanuma
7a8542b833
HADOOP-17563. Update Bouncy Castle to 1.68. ( #2740 )
...
(cherry picked from commit 0774116756
)
2021-03-05 23:01:49 +09:00
Masatake Iwasaki
165eaafaba
HADOOP-17538. Add kms-default.xml and httpfs-default.xml to site index. ( #2716 )
...
(cherry picked from commit e9a3c2950e
)
2021-02-23 22:56:35 +00:00
Akira Ajisaka
d465fa8fcd
HADOOP-17516. Upgrade ant to 1.10.9. ( #2683 )
...
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
(cherry picked from commit 933fbeffee
)
2021-02-11 08:23:43 +09:00
Akira Ajisaka
a5647b99da
HDFS-15731. Reduce threadCount for unit tests to reduce the memory usage ( #2556 )
...
Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
(cherry picked from commit 9cf408d6ba
)
2021-01-24 22:53:20 +09:00
He Xiaoqiao
6b0f0c33c3
HADOOP-17445. Update the year to 2021. Contributed by He Xiaoqiao.
2020-12-24 20:48:09 +08:00
Takanobu Asanuma
3f14715215
HADOOP-15775. [JDK9] Add missing javax.activation-api dependency. Contributed by Akira Ajisaka.
2020-12-04 22:28:19 +08:00
Steve Loughran
3efd993a8d
HADOOP-17343. Upgrade AWS SDK to 1.11.901 ( #2468 )
...
Contributed by Steve Loughran.
Change-Id: I8ea1e248f9b145471118ea729a6a67e40acea6ff
2020-12-03 17:10:42 +00:00
Akira Ajisaka
f8b19c9f21
HADOOP-17309. Javadoc warnings and errors are ignored in the precommit jobs. ( #2391 )
...
(cherry picked from commit 3a0922fb42
)
2020-10-19 10:49:57 +09:00
He Xiaoqiao
4a1f1bf5de
Preparing for 3.2.3 development - Addendum for hadoop-project/pom.xml.
2020-10-17 18:14:50 +08:00
He Xiaoqiao
3274fd139d
Preparing for 3.2.3 development
2020-10-16 14:52:41 +08:00
Pranav Bheda
e009afbae8
HADOOP-17223 update org.apache.httpcomponents:httpclient to 4.5.13 and httpcore to 4.4.13 ( #2242 )
...
* update org.apache.httpcomponents:httpclient from 4.5.6 to 4.5.13
* update org.apache.httpcomponents:httpcore from 4.4.10 to 4.4.13
(cherry picked from commit be3edd0532
)
2020-10-13 17:57:03 +09:00
Doroszlai, Attila
61563885f8
HADOOP-16990. Update Mockserver. Contributed by Attila Doroszlai.
...
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 8675a0d283bcf1f6a0c1e5953d28f7497c63ba66)
2020-10-08 23:44:33 -07:00
Uma Maheswara Rao G
e7cead1143
HDFS-15330. Document the ViewFSOverloadScheme details in ViewFS guide. Contributed by Uma Maheswara Rao G.
...
(cherry picked from commit 76fa0222f0
)
(cherry picked from commit 418580446b
)
2020-06-27 15:52:18 -07:00
Siyao Meng
9aef65cdb2
HADOOP-17014. Upgrade jackson-databind to 2.9.10.4 ( #1981 )
2020-04-27 13:34:33 -07:00
Steve Loughran
204d54005a
HADOOP-16117. Update AWS SDK to 1.11.563.
...
Contributed by Steve Loughran.
Change-Id: I7c46ed2a6378e1370f567acf4cdcfeb93e43fa13
2020-04-24 10:46:24 +01:00
Masatake Iwasaki
9d66a0e28e
HADOOP-16982. Update Netty to 4.1.48.Final. Contributed by Lisheng Sun.
2020-04-16 11:08:20 +09:00
Akira Ajisaka
2a2c3a4094
HADOOP-14836. Upgrade maven-clean-plugin to 3.1.0 ( #1933 )
...
(cherry picked from commit e53d472bb0
)
2020-04-09 01:49:28 +09:00
Brahma Reddy Battula
74fa55afc3
HADOOP-16871. Upgrade Netty version to 4.1.45.Final to handle CVE-2019-20444,CVE-2019-16869
...
(cherry picked from commit c6b8a30386
)
2020-03-09 17:59:55 -07:00
Wei-Chiu Chuang
307abb7ce8
HADOOP-16643. Update netty4 to the latest 4.1.42. Contributed by Lisheng Sun.
...
(cherry picked from commit 85af77c757
)
Conflicts:
hadoop-project/pom.xml
2020-03-09 17:59:14 -07:00
John Zhuge
2c3005824d
HADOOP-14206. TestSFTPFileSystem#testFileExists failure: Invalid encoding for signature. Contributed by Jim Brennan.
...
(cherry picked from commit 999096d82e
)
2020-03-08 00:00:50 -08:00
Siyao Meng
8a55178f49
HADOOP-16891. Upgrade jackson-databind to 2.9.10.3 ( #1865 )
...
(cherry picked from commit e36b272608
)
2020-02-28 17:03:29 -08:00
Akira Ajisaka
b52f201285
HADOOP-16869. Upgrade findbugs-maven-plugin to 3.0.5 to fix mvn findbugs:findbugs failure ( #1855 )
...
(cherry picked from commit 7f35676f90
)
Conflicts:
hadoop-project/pom.xml
2020-02-21 12:24:03 +09:00
Masatake Iwasaki
1f464e2396
HADOOP-16803. Upgrade jackson-databind to 2.9.10.2. ( #1805 )
...
(cherry picked from commit 7f3510048d
)
2020-01-15 19:51:38 +09:00
Tamás Pénzes
250cd9f575
HADOOP-16772. Extract version numbers to head of pom.xml (addendum) ( #1774 ). Contributed by Tamas Penzes.
...
Follow up task of HADOOP-16729, extract even more version numbers for branch-3.2.
Change-Id: I0546fc8ec8f68baa4bcfa9db0df4d8293b078913
2020-01-06 14:12:28 +01:00
Ayush Saxena
3a624cad37
HADOOP-16784. Update the year to 2020. Contributed by Ayush Saxena.
2020-01-02 21:38:49 +05:30
dependabot[bot]
26367b6cc7
Bump nimbus-jose-jwt from 4.41.1 to 7.9 ( #1682 )
...
Bumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt ) from 4.41.1 to 7.9.
- [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt )
- [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/7.9..4.41.1 )
Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit c1d393a156
)
2019-12-09 10:19:13 +09:00
Tamás Pénzes
dcb0454bb9
HADOOP-16729. Extract version numbers to head of pom.xml ( #1732 ). Contributed by Tamas Penzes.
2019-12-04 10:35:21 +01: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
Akira Ajisaka
3aa161a114
HDFS-14590. [SBN Read] Add the document link to the top page. Contributed by Takanobu Asanuma.
...
(cherry picked from commit 48d7f00da8
)
2019-11-07 22:29:01 +09:00
Duo Zhang
a37a4bc62f
HADOOP-16598. Backport "HADOOP-16558 [COMMON+HDFS] use protobuf-maven-plugin to generate protobuf classes" to all active branches
...
Signed-off-by: stack <stack@apache.org>
2019-10-30 20:26:54 -07:00
Wei-Chiu Chuang
d25211af30
HADOOP-16675. Upgrade jackson-databind to 2.9.10.1. Contributed by Lisheng Sun.
...
(cherry picked from commit 012756a0d9
)
2019-10-29 13:37:42 -07:00
Siyao Meng
793df595f2
HADOOP-16619. Upgrade jackson and jackson-databind to 2.9.10 ( #1554 ). Contributed by Siyao Meng.
...
(cherry picked from commit d947ded053
)
2019-10-10 15:41:19 +09:00
Akira Ajisaka
510b898c24
HADOOP-16533. Upgrade jackson-databind to 2.9.9.3. ( #1354 ). Contributed by Akira Ajisaka.
...
Reviewed-by: Siyao Meng <smeng@cloudera.com>
(cherry picked from commit d85d68f6ff
)
2019-10-10 15:41:09 +09:00
Siyao Meng
320337d737
HADOOP-16487. Update jackson-databind to 2.9.9.2. Contributed by Siyao Meng.
...
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 9680a8b237
)
2019-10-10 15:40:57 +09:00
Siyao Meng
146908cf3d
HADOOP-16451. Update jackson-databind to 2.9.9.1. Contributed by Siyao Meng.
...
Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
(cherry picked from commit 9b8b3acb0a
)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/pom.xml
2019-10-10 15:40:28 +09:00