zhangduo
4e98bf119a
HBASE-22500 Addendum set hadoop 3 version to 3.1.2 in pom
2019-05-31 21:52:21 +08:00
Duo Zhang
e4f4ae835f
HBASE-22500 Modify pom and jenkins jobs for hadoop versions
...
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2019-05-30 22:31:32 +08:00
meiyi
96d2aabfad
add meiyi as a developer
2019-05-24 11:59:43 +08:00
Andrew Purtell
a30b186568
HBASE-22449 https everywhere in Maven metadata ( #247 )
2019-05-21 12:34:25 -07:00
Duo Zhang
083605df8f
HBASE-22399 Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks
2019-05-14 16:45:20 +08:00
Jan Hentschel
0e79e70545
HBASE-20494 Updated the version of metrics-core to 3.2.6
2019-05-10 09:45:25 +02:00
Sakthi
68f14c19ff
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>
2019-05-03 11:07:24 -05:00
Sean Busbey
bf140acd20
HBASE-22083 move eclipse settings into a profile.
...
Signed-off-by: stack <stack@apache.org>
2019-04-25 14:17:18 -05:00
Peter Somogyi
2067b23c8c
HBASE-19222 update jruby to 9.1.17.0
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-04-22 11:10:07 -05:00
zhangduo
1e821aa9ce
HBASE-22222 Site build fails after hbase-thirdparty upgrade
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-04-18 21:30:03 -05:00
Ben Manes
8ec93ea193
HBASE-15560 W-TinyLFU based BlockCache
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-17 11:10:36 -07:00
Sakthi
03e1182afd
HBASE-22249 Rest Server throws NoClassDefFoundError with Java 11 (run-time)
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-17 10:47:34 -07:00
stack
387a5da462
HBASE-22155 Move 2.2.0 on to hbase-thirdparty-2.2.0
2019-04-09 09:40:19 -07:00
Andrew Purtell
7d8de55d53
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:41 -07:00
stack
089a639724
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:30:09 -04:00
Kevin Risden
c144c814b0
HBASE-21895 - Error prone upgrade
...
* Upgrades to error prone 2.3.3
* Moves to error prone plugin to support 9+ JDKs
* Removes custom error prone plugin due to no usage
Signed-off-by: zhangduo <zhangduo@apache.org>
2019-03-24 13:13:07 +08:00
stack
648fb72702
HBASE-22025 RAT check fails in nightlies; fails on (old) test data files.
2019-03-11 06:02:50 -07:00
Nihal Jain
691f1a4c71
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>
2019-03-08 11:56:31 -06:00
Kevin Su
18d7114b99
HBASE-21057 upgrade to latest spotbugs
...
Signed-off-by: Guanghao Zhang <zghao@apache.org>
2019-02-25 16:55:51 +08:00
stack
d152e94209
Revert "HBASE-17094 Add a sitemap for hbase.apache.org"
...
Issue with doc generation... failing w/ NPE on sitemap generation.
This reverts commit 02690b429f
.
2019-02-22 08:29:26 -08:00
Peter Somogyi
9af8d58d4a
HBASE-21667 Move to latest ASF Parent POM
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-02-22 12:19:44 +01:00
pingsutw
02690b429f
HBASE-17094 Add a sitemap for hbase.apache.org
2019-02-21 14:04:21 -08:00
Xu Cang
b24f19bb18
Adding xucang as a developer
2019-02-05 14:12:28 -08:00
Surbhi Kochhar
8d75ac80a8
HBASE-21765 Website should point to lists.apache.org
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-02-03 06:41:26 -06:00
Sean Busbey
5784a09fff
HBASE-21808 Ensure we can build with JDK11 targetting JDK8
...
Signed-off-by: Josh Elser <elserj@apache.org>
2019-02-01 16:26:57 -06:00
zhangduo
d82c1a6c2b
HBASE-21791 Upgrade thrift dependency to 0.12.0
2019-01-29 20:06:36 +08:00
Peter Somogyi
400276e3ec
HBASE-21711 Remove references to git.apache.org/hbase.git
2019-01-16 10:02:13 +01:00
Peter Somogyi
9158792265
HBASE-21685 Change repository urls to Gitbox
...
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-01-09 19:01:06 +01:00
zhangduo
97fd647de2
HBASE-21635 Use maven enforcer to ban imports from illegal packages
2018-12-24 11:12:25 +08:00
mi
6e1ba39e30
add Jingyun Tian as a committer to the pom file
2018-11-13 15:09:16 +08:00
maoling
5e84997f2f
HBASE-13468 hbase.zookeeper.quorum supports ipv6 address
...
Signed-off-by: tedyu <yuzhihong@gmail.com>
2018-11-10 06:09:29 -08:00
Michael Stack
0ffeb54ade
HBASE-21443 [hbase-connectors] Purge hbase-* modules from core now they've been moved to hbase-connectors
2018-11-07 08:24:51 -08:00
Duo Zhang
91611cc7e4
HBASE-21417 Pre commit build is broken due to surefire plugin crashes
2018-11-01 15:13:31 +08:00
Artem Ervits
8cb28ce4b9
HBASE-21198 Exclude dependency on net.minidev:json-smart
...
Signed-off-by: Michael Stack <stack@apache.org>
2018-10-17 11:34:50 -07:00
Josh Elser
eec1479f71
HBASE-21282 Upgrade to latest jetty 9.3 versions
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-10-11 11:28:24 -04:00
Josh Elser
8b66dea2ff
HBASE-21281 Upgrade bouncycastle to latest
...
BC 1.47 introduced some incompatible API changes which came in via
a new Maven artifact. We don't use any changed API in HBase. This
also removes some unnecessary dependencies on bcprov in other
modules (presumably, they are vestiges)
Signed-off-by: Mike Drob <mdrob@apache.org>
Signed-off-by: Ted Yu <tedyu@apache.org>
2018-10-11 11:02:32 -04:00
Balazs Meszaros
fe579a1bb3
Add Balazs Meszaros to committers
2018-10-10 10:00:28 +02:00
Archana Katiyar
801fc05e9c
HBASE-21207 Add client side sorting functionality in master web UI for table and region server details
...
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2018-09-28 15:28:20 -07:00
Guangxu Cheng
24f2893059
HBASE-21143 Update findbugs-maven-plugin to 3.0.4
2018-09-07 09:23:44 +08:00
Lars Francke
5089256529
Adding larsfrancke as a committer to the POM file
2018-08-27 23:05:49 +02:00
Josh Elser
a2d3f161fe
HBASE-21005 Remove local maven repo and fluido-skin jar
...
Signed-off-by: Mike Drob <mdrob@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2018-08-13 18:21:19 -04:00
Toshihiro Suzuki
7f3d9f6f9c
Add brfrn169 (Toshihiro Suzuki) as a committer
2018-08-12 01:30:29 +09:00
Mike Drob
613d831429
HBASE-20749 Update to checkstyle 8.11
2018-08-02 14:27:07 -05:00
zhangduo
df256223d6
HBASE-20538 Upgrade our hadoop versions to 2.7.7 and 3.0.3
2018-07-29 20:18:40 +08:00
zhangduo
e8cd3c4b95
Revert "HBASE-20538 Upgrade our hadoop-two.version to 2.7.7 and 3.0.3"
...
This reverts commit 336fd14e26
.
2018-07-29 20:18:23 +08:00
zhangduo
336fd14e26
HBASE-20538 Upgrade our hadoop-two.version to 2.7.7 and 3.0.3
2018-07-29 20:04:57 +08:00
Sakthi
0d33caa39a
HBASE-20617 Removed jetty-jsp module.
...
Signed-off-by: Mike Drob <mdrob@apache.org>
2018-07-11 11:41:55 -05:00
Reid Chan
5bd653fc5e
Add reidchan as committer
2018-06-26 15:36:55 +08:00
Sean Busbey
10cc1da76a
HBASE-20615 emphasize shaded artifacts in client tarball.
2018-06-18 11:31:13 -07:00
Josh Elser
8710825a9a
HBASE-19735 Create a client-tarball assembly
...
Provides an extra client descriptor to build a second
tarball with a reduced set of dependencies. Not of great
impact now, but will build the way for better in the future.
Signed-off-by: Sean Busbey <busbey@apache.org>
Conflicts:
hbase-assembly/pom.xml
2018-06-18 11:31:13 -07:00