Nick Dimiduk
2bc67dfda0
HBASE-23700 Upgrade checkstyle and plugin versions ( #1056 ) ( #1063 )
...
Bump checkstyle version to 8.28, maven-checkstyle-plugin to 3.1.0.
As per HBASE-23242 and the updated checkstyle docs[1], the LineLength
check should be placed under an instance of Checker.
[1] https://checkstyle.sourceforge.io/config_sizes.html#LineLength
Co-authored-by: Bharath Vissapragada <bharathv@apache.org>
Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-01-17 17:09:16 -08:00
Nick Dimiduk
74bfe023e5
HBASE-23653 Expose content of meta table in web ui ( #1021 )
...
Adds a display of the content of 'hbase:meta' to the Master's
table.jsp, when that table is selected. Supports basic pagination,
filtering, &c.
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
2020-01-16 08:47:00 -08:00
Peter Somogyi
c9fa98a4d6
HBASE-23675 Move to Apache parent POM version 22
2020-01-11 11:19:24 +01:00
Nick Dimiduk
fdc9dd63c5
HBASE-23664 Upgrade JUnit to 4.13 ( #1009 )
...
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Viraj Jasani <vjasani@apache.org>
2020-01-10 07:21:17 -08:00
ravowlga123
7a4623f4fa
HBASE-23320 Upgrade surefire plugin to 3.0.0-M4
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-12-23 14:55:45 +01:00
Sean Busbey
0770b0768f
HBASE-23337 Release scripts should rely on maven for deploy. ( #887 )
...
- switch to nexus-staging-maven-plugin for asf-release
- cleaned up some tabs in the root pom
(differs from master because there are no release scripts here.)
Signed-off-by: stack <stack@apache.org>
(cherry picked from commit 97e0107000
)
2019-12-03 15:19:46 -08:00
Wei-Chiu Chuang
d9180ab6d7
HBASE-23227 Upgrade jackson-databind to 2.9.10.1
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-10-29 21:08:02 -05:00
Michael Stack
d8ad2a0bb5
HBASE-23129 Move core to use hbase-thirdparty-3.1.1 ( #695 )
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-10-11 14:32:19 +02:00
SteNicholas
f99a9a8b64
HBASE-23075 Upgrade jackson version ( #660 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-09-26 10:24:05 +08:00
Balazs Meszaros
c5a5bf7f48
HBASE-23032 Upgrade to Curator 4.2.0
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-09-23 12:00:33 +02:00
ravowlga123
37d49aaaf6
HBASE-22927 Upgrade Mockito version for jdk11 ( #593 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-09-18 21:51:10 +08:00
Peter Somogyi
8c436ba9fd
HBASE-23043 Use 'advanced' Netty leak detection ( #636 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-09-18 20:38:36 +08:00
Duo Zhang
1568e05507
HBASE-22963 Netty ByteBuf leak in rpc client implementation ( #577 )
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-09-08 22:10:18 +08:00
Toshihiro Suzuki
345455a3db
HBASE-11062 hbtop ( #476 )
...
Signed-off-by: Stack <stack@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Josh Elser <elserj@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-09-07 14:17:59 +09:00
Peter Somogyi
2bd4aa2d0b
HBASE-21996 Set locale for javadoc
...
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-08-23 22:34:09 +02:00
Viraj Jasani
e28a7c29c5
HBASE-22863 Cleanup transitive Jackson1 vulnerable dependencies(forward-port HBASE-22728) ( #505 )
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Reid Chan <reidchan@apache.org>
2019-08-21 22:16:52 +08:00
syedmurtazahassan
c5b29265a3
HBASE-22725 Remove all remaining Javadoc warnings
...
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-08-11 22:02:53 +02:00
Balazs Meszaros
14634411da
HBASE-15666 shaded dependencies for hbase-testing-util
...
Added new artifact hbase-shaded-testing-util. It wraps a whole hbase-server
with its testing dependencies. Users should use only the following dependency
in pom:
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-shaded-testing-util</artifactId>
<version>${hbase.version}</version>
<scope>test</scope>
</dependency>
Added hbase-shaded-testing-util-tester maven module which ensures
that hbase-shaded-testing-util works with a shaded client.
Signed-off-by: Josh Elser <elserj@apache.org>
2019-08-07 07:43:44 -07:00
nyl3532016
df0b0144f3
HBASE-22778 Upgrade jasckson databind to 2.9.9.2 ( #454 )
...
Signed-off-by: Reid Chan <reidchan@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2019-08-05 20:36:33 +08:00
Duo Zhang
99ac6e497c
HBASE-22722 Upgrade jackson databind dependencies to 2.9.9.1 ( #402 )
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-07-24 10:03:35 +08:00
Viraj Jasani
1d656e8411
HBASE-22597 Upgrading commons-long to 3.9
...
Closes #317
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 5a9d877565
)
2019-06-20 09:35:14 -05:00
Sakthi
c248e12bc4
HBASE-22588 Upgrade jaxws-ri dependency to 2.3.2
...
Signed-off-by: Duo Zhang <zhangduo@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 92ee197647
)
2019-06-19 15:55:14 -05:00
Sakthi
38f051b750
HBASE-22264 Separate out jars related to JDK 11 into a folder in /lib
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 0fead7ff1c
)
2019-06-14 09:22:48 -05:00
Josh Elser
e38aa2624f
HBASE-22560 Upgrade jackson (2.9.9) and jetty (9.3.27) minor versions
...
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
2019-06-11 14:11:13 -04:00
Peter Somogyi
9a5de434e1
HBASE-22554 Upgrade to surefire 2.22.2
2019-06-09 14:34:57 +02:00
zhangduo
51180cb7ef
HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom
2019-05-31 21:53:58 +08:00
Duo Zhang
59973d2024
HBASE-22500 Modify pom and jenkins jobs for hadoop versions
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-05-30 22:31:47 +08:00
Andrew Purtell
2c55bd9344
HBASE-22449 https everywhere in Maven metadata ( #247 )
2019-05-21 12:38:42 -07:00
Duo Zhang
6bd6a953a7
HBASE-22399 Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks
2019-05-14 16:45:32 +08:00
Jan Hentschel
08f6ed3eab
HBASE-20494 Updated the version of metrics-core to 3.2.6
2019-05-10 09:48:26 +02:00
Sakthi
1e69d56dfb
HBASE-22345 REST Server must have specific version of javax.annotations available at runtime
...
Rest Server throws NoClassDefFoundError : javax/annotation/Priority after buiding with JDK8 and running on JDK8
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 68f14c19ff
)
2019-05-03 11:08:02 -05:00
Sean Busbey
4862a596ef
HBASE-22083 move eclipse settings into a profile.
...
Signed-off-by: stack <stack@apache.org>
Conflicts:
hbase-backup/pom.xml
hbase-hadoop-compat/pom.xml
hbase-protocol/pom.xml
2019-04-25 14:38:38 -05:00
Peter Somogyi
c9b283ec2e
HBASE-19222 update jruby to 9.1.17.0
...
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 2067b23c8c
)
2019-04-22 11:11:01 -05:00
zhangduo
3b0310c14c
HBASE-22222 Site build fails after hbase-thirdparty upgrade
...
(with addendum)
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 1e821aa9ce
)
2019-04-18 22:42:17 -05:00
Ben Manes
cadf321d53
HBASE-15560 W-TinyLFU based BlockCache
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-17 11:10:55 -07:00
Sakthi
86ce519849
HBASE-22249 Rest Server throws NoClassDefFoundError with Java 11 (run-time)
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-17 10:42:12 -07:00
stack
c7e92bbc0d
HBASE-22155 Move 2.2.0 on to hbase-thirdparty-2.2.0
2019-04-09 09:39:31 -07:00
zhangduo
359cd73e25
HBASE-22099 Backport HBASE-21895 "Error prone upgrade" to branch-2
...
Signed-off-by: Michael Stack <stack@apache.org>
2019-03-30 14:28:15 +08:00
Andrew Purtell
13663e284d
Amend HBASE-21135 Build fails on windows as it fails to parse windows path during license check
...
Fix Maven warning introduced by this change
2019-03-28 10:13:37 -07:00
stack
939a29b41e
HBASE-22052 pom cleaning; filter out jersey-core in hadoop2 to match hadoop3 and remove redunant version specifications
...
This is a reapply of a reverted commit. This commit includes
HBASE-22059 amendment and subsequent ammendments to HBASE-22052.
See HBASE-22052 for full story.
jersey-core is problematic. It was transitively included from hadoop
and polluting our CLASSPATH with an implementation of a 1.x version
of the javax.ws.rs.core.Response Interface from jsr311-api when we
want the javax.ws.rs-api 2.x version.
M hbase-endpoint/pom.xml
M hbase-http/pom.xml
M hbase-mapreduce/pom.xml
M hbase-rest/pom.xml
M hbase-server/pom.xml
M hbase-zookeeper/pom.xml
Remove redundant version specification (and the odd property define
done already up in parent pom).
M hbase-it/pom.xml
M hbase-rest/pom.xml
Exclude jersey-core explicitly.
M hbase-procedure/pom.xml
Remove redundant version and classifier.
M pom.xml
Add jersey-core exclusions to all dependencies that pull it in
except hadoop-minicluster. mr tests fail w/o the jersey-core
so let it in for minicluster and then in modules, exclude it
where it causes damage as in hbase-it.
2019-03-25 09:28:39 -04:00
stack
0eb9223c3c
HBASE-22025 RAT check fails in nightlies; fails on (old) test data files.
2019-03-11 06:02:26 -07:00
Nihal Jain
1ad2175ded
HBASE-21135 Build fails on windows as it fails to parse windows path during license check
...
Signed-off-by: Mike Drob <mdrob@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
(cherry picked from commit 691f1a4c71
)
2019-03-08 22:27:31 -06:00
Kevin Su
ec2a1defce
HBASE-21057 upgrade to latest spotbugs
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-25 18:00:51 +08:00
Peter Somogyi
3592a57fea
HBASE-21667 Move to latest ASF Parent POM
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-02-22 12:21:15 +01:00
Sakthi
50a0e4f83e
HBASE-19889: Revert Workaround: Purge User API building from branch-2 so can make a beta-1
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-02-14 13:26:17 +01:00
Sean Busbey
e8767ea495
HBASE-21808 Ensure we can build with JDK11 targetting JDK8
...
Signed-off-by: Josh Elser <elserj@apache.org>
(cherry picked from commit 5784a09fff
)
2019-02-01 16:28:39 -06:00
Guanghao Zhang
16665b6e93
HBASE-21799 Update branch-2 version to 2.3.0-SNAPSHOT
2019-01-29 21:53:21 +08:00
zhangduo
cf6ab32f39
HBASE-21791 Upgrade thrift dependency to 0.12.0
2019-01-29 20:06:48 +08:00
Peter Somogyi
5f9316e781
HBASE-21711 Remove references to git.apache.org/hbase.git
2019-01-16 10:03:50 +01:00
Peter Somogyi
1200733cd9
HBASE-21685 Change repository urls to Gitbox
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-01-15 10:28:18 +01:00