Commit Graph

46 Commits

Author SHA1 Message Date
Viraj Jasani d96ce9c23a
HADOOP-17968 Migrate checkstyle module illegalimport to maven enforcer banned-illegal-imports (#3584)
Reviewed-by: Ahmed Hussein <ahussein@apache.org>
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
2021-10-28 15:57:15 +09:00
Masatake Iwasaki e183ec8998
HADOOP-17897. Allow nested blocks in switch case in checkstyle settings. (#3394) 2021-09-08 13:55:48 +09:00
Viraj Jasani 98412ce2e1 HADOOP-17813. Checkstyle - Allow line length: 100
Signed-off-by: Sean Busbey <busbey@apache.org>
2021-07-22 13:45:49 -05:00
Ahmed Hussein eac7aefaaf
HADOOP-17109. add guava BaseEncoding to illegalClasses (#2703)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2021-02-17 10:15:41 +09:00
Ahmed Hussein 65857ea7c0
HADOOP-17513. Checkstyle IllegalImport does not catch guava imports (#2678)
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2021-02-05 16:45:21 +09:00
Akira Ajisaka 6ea2731c2b
HADOOP-17319. Update the checkstyle config to ban some guava functions. (#2400) 2020-10-23 04:28:17 +09:00
Akira Ajisaka 7b4359657f
HADOOP-17315. Use shaded guava in ClientCache.java (#2398)
Added checkstyle rules to warn guava imports
2020-10-20 23:25:24 +09:00
Ayush Saxena 6bcb24d269 HADOOP-17100. Replace Guava Supplier with Java8+ Supplier in Hadoop. Contributed by Ahmed Hussein. 2020-07-18 14:33:43 +05:30
Ahmed Hussein 1f71c4ae71 HADOOP-17099. Replace Guava Predicate with Java8+ Predicate
Signed-off-by: Jonathan Eagles <jeagles@gmail.com>
2020-07-15 11:39:06 -05:00
Ahmed Hussein 98fcffe93f HADOOP-17101. Replace Guava Function with Java8+ Function
Signed-off-by: Jonathan Eagles <jeagles@gmail.com>
2020-07-15 09:53:18 -05:00
Akira Ajisaka 639acb6d89
HADOOP-17111. Replace Guava Optional with Java8+ Optional. Contributed by Ahmed Hussein. 2020-07-06 16:08:36 +09:00
Brahma Reddy Battula 8914cf9167 Preparing for 3.4.0 development 2020-03-29 23:24:25 +05:30
Akira Ajisaka f777cd398f
HADOOP-16771. Update checkstyle to 8.26 and maven-checkstyle-plugin to 3.1.0. Contributed by Andras Bokor. 2019-12-20 13:10:26 +09:00
Akira Ajisaka afd844059c HADOOP-16331. Fix ASF License check in pom.xml
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
2019-05-29 17:25:13 +09:00
Akira Ajisaka 9f933e6446
HADOOP-16323. https everywhere in Maven settings. 2019-05-27 15:24:59 +09:00
Akira Ajisaka 8b6deebb1d
HADOOP-16232. Fix errors in the checkstyle configration xmls. Contributed by Wanqiang Ji. 2019-04-03 19:35:02 +09:00
Sunil G 58fa96b697 Changed version in trunk to 3.3.0-SNAPSHOT. 2018-10-02 22:41:41 +05:30
Anu Engineer c918d88a9b Revert "HDDS-119:Skip Apache license header check for some ozone doc scripts. Contributed by Ajay Kumar"
This reverts commit c4bbcd5634.
2018-08-15 10:06:17 -07:00
Bharat Viswanadham c4bbcd5634 HDDS-119:Skip Apache license header check for some ozone doc scripts. Contributed by Ajay Kumar 2018-06-07 12:47:58 -07:00
Andras Bokor 90d2bdcb75
HADOOP-15252. Checkstyle version is not compatible with IDEA's checkstyle plugin
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
2018-03-02 17:08:55 -08:00
Wangda Tan 60f9e60b3b Preparing for 3.2.0 development
Change-Id: I6d0e01f3d665d26573ef2b957add1cf0cddf7938
2018-02-11 11:17:38 +08:00
Wangda Tan e490602e9b YARN-7039. Fix javac and javadoc errors in YARN-3926 branch. (Sunil G via wangda)
Change-Id: I442bf6d838b3aba83f1f6779cf9dcf8596a2102d
2017-09-12 09:19:12 -07:00
Wangda Tan 1bbab7c157 YARN-4081. Add support for multiple resource types in the Resource class. (Varun Vasudev via wangda) 2017-09-12 09:19:09 -07:00
Andrew Wang 0d419c984f Preparing for 3.1.0 development 2017-09-01 11:53:48 -07:00
Andrew Wang af2773f609 Updating version for 3.0.0-beta1 development 2017-06-29 17:57:40 -07:00
Andrew Wang 16ad896d5c Update maven version for 3.0.0-alpha4 development 2017-05-26 14:09:44 -07:00
Chris Douglas 009b9f3ebc HADOOP-11869. Suppress ParameterNumber checkstyle violations for overridden methods. Contributed by Jonathan Eagles 2017-05-18 21:27:46 -07:00
Akira Ajisaka f378621546
HADOOP-13901. Fix ASF License warnings. 2017-05-01 15:32:20 +09:00
Akira Ajisaka 1e11080b78 HADOOP-13942. Update checkstyle and checkstyle plugin version to handle indentation of JDK8 Lambdas. 2017-02-15 16:35:08 +09:00
Andrew Wang 5d8b80ea9b Preparing for 3.0.0-alpha3 development 2017-01-19 15:50:07 -08:00
Akira Ajisaka 9e173d2bac HADOOP-13816. Ambiguous plugin version warning from maven build. Contributed by Kai Sasaki. 2016-11-28 13:10:31 +09:00
Akira Ajisaka 5b577f43a2 HADOOP-13603. Ignore package line length checkstyle rule. Contributed by Shane Kumpf. 2016-11-01 20:58:13 +09:00
Wei-Chiu Chuang cd099a63d5 HADOOP-13412. Move dev-support/checkstyle/suppressions.xml to hadoop-build-tools. Contributed by John Zhuge. 2016-09-16 14:26:42 -07:00
Wei-Chiu Chuang 0e68e14d55 HADOOP-13411. Checkstyle suppression by annotation or comment. Contributed by John Zhuge. 2016-09-16 14:16:25 -07:00
Andrew Wang da456ffd62 Preparing for 3.0.0-alpha2 development 2016-07-15 19:04:17 -07:00
Tsuyoshi Ozawa ea9f43781e HADOOP-13298. Fix the leftover L&N files in hadoop-build-tools/src/main/resources/META-INF/. (ozawa) 2016-07-16 08:01:16 +09:00
Akira Ajisaka 098ae11e35 HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Andrew Wang, and Akira Ajisaka. 2016-06-15 13:30:14 +09:00
Akira Ajisaka ee55b74fb9 Revert "HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Akira Ajisaka, and Andrew Wang."
This reverts commit e383b732c5.
2016-06-14 14:26:52 +09:00
Andrew Wang e383b732c5 HADOOP-12893. Verify LICENSE.txt and NOTICE.txt. Contributed by Xiao Chen, Akira Ajisaka, and Andrew Wang. 2016-06-09 13:54:14 -07:00
Andrew Wang 3c5c57af28 HADOOP-13142. Change project version from 3.0.0 to 3.0.0-alpha1. 2016-05-12 18:27:28 -07:00
Andrew Wang ca5613af91 Revert "Update project version to 3.0.0-alpha1-SNAPSHOT."
This reverts commit 6b53802cba.
2016-05-12 15:32:45 -07:00
Andrew Wang 6b53802cba Update project version to 3.0.0-alpha1-SNAPSHOT. 2016-05-12 11:05:05 -07:00
Andrew Wang 480302b4ba HADOOP-12859. Disable hiding field style checks in class setters. Contributed by Kai Zheng. 2016-03-02 09:40:30 -08:00
Andrew Wang 5d5a22a878 HADOOP-12713. Disable spurious checkstyle checks. 2016-01-15 11:58:56 -08:00
Gera Shegalov 3ddb260e30 HADOOP-11900. Add failIfNoTests=false to hadoop-build-tools pom. (gera) 2015-05-01 18:18:55 -07:00
Jonathan Eagles 2d7363b273 HADOOP-11889. Make checkstyle runnable from root project (Gera Shegalov via jeagles) 2015-05-01 13:11:50 -05:00