Commit Graph

597 Commits

Author SHA1 Message Date
Jan Hentschel 9da034e24f
HBASE-24301 Updated Apache POM to version 23
Signed-off-by: stack <stack@apache.org>
Signed-off-by: Duo Zhang <zhangduo@apache.org>
2020-05-02 15:07:55 +02:00
Andrew Purtell ee8da704c9
HBASE-24148 Upgrade Thrift to 0.13.0: 0.12.0 has outstanding CVEs. (#1533)
Backport for branch-1

Signed-off-by: Michael Stack <stack@apache.org>
2020-04-17 12:10:31 -07:00
Nick Dimiduk 61e17d78d1 HBASE-23980 Use enforcer plugin to print JVM info in maven output
Does what it says on the tin. Bound to `initialize` phase so that it
runs early in lifecycle. Uses `<inherited>false</inherited>` so that
the plugin will run only for the base pom's reactor stage and not for
any children.

Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2020-03-24 09:22:36 -07:00
Andrew Purtell b9c676cdc0
Set version on branch-1 to 1.7.0-SNAPSHOT 2020-02-14 11:31:32 -08:00
Andrew Purtell 5ec5a5b115
Update POMs and CHANGES.txt for 1.6.0RC0 2020-02-14 11:30:22 -08:00
Josh Elser 0f440b4402 HBASE-23774 Add the user-zh mailing list 2020-01-31 19:34:44 -05:00
Nick Dimiduk 33f69f116a
HBASE-23707 Add IntelliJ check style plugin configuration (#1064) (#1093)
Signed-off-by: Jan Hentschel <janh@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
Signed-off-by: Bharath Vissapragada <bharathv@apache.org>
2020-01-27 10:53:55 -08:00
Bharath Vissapragada 99a328f64c HBASE-23698 Switch central repo to https (#1053)
Signed-off-by: Peter Somogyi <psomogyi@apache.org>
2020-01-16 10:16:50 +01:00
Peter Somogyi 907184dfa0
HBASE-23675 Move to Apache parent POM version 22 (#1023)
Signed-off-by: Viraj Jasani <vjasani@apache.org>
Signed-off-by: Sean Busbey <busbey@apache.org>
2020-01-15 10:10:23 +01:00
Nick Dimiduk b5d0da7e61
Revert "HBASE-23664 Upgrade JUnit to 4.13 (#1010)" (#1031)
This reverts commit 248d80b0fe.
2020-01-13 12:15:51 -08:00
Nick Dimiduk 248d80b0fe
HBASE-23664 Upgrade JUnit to 4.13 (#1010)
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 13:23:57 -08:00
Sean Busbey af2ac03e3a 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 23:03:16 -08:00
Sean Busbey 4bcc397f3e
HBASE-23229 Update branch-1 to 1.6.0-SNAPSHOT (#772)
Signed-off-by: Wellington Chevreuil <wchevreuil@apache.org>
2019-10-30 09:22:39 -05:00
Wei-Chiu Chuang 54e46d2e1b HBASE-23227 Upgrade jackson-databind to 2.9.10.1
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-10-29 08:31:35 -05:00
Sean Busbey 924e0f765e HBASE-19663 javadoc creation needs jsr305.
Some javadoc invocations require that annotations we reference can have any
classes they reference resolved. This includes annotations _they_ have,
even though annotations are normally optional.

In some cases this showed up as javax.annotation.meta.TypeQualifierNickname
not found, because some findbugs annotations use it. Other times it was
javax.annotation.concurrent.Immutable not found, because some old guava
versions use it.

Signed-off-by: Peter Somogyi <psomogyi@apache.org>
Signed-off-by: Michael Stack <stack@apache.org>
2019-10-17 21:43:05 -05:00
Andrew Purtell 12d45f8973 HBASE-23174 Upgrade jackson and jackson-databind to 2.9.10 (branch-1) (#724) 2019-10-14 21:29:40 -05:00
Andrew Purtell 214d33e0f4
Renumber branch to 1.5.1-SNAPSHOT 2019-10-12 13:21:18 -07:00
Andrew Purtell 3966d0fee6
Update POMs and CHANGES.txt for 1.5.0 RC4 2019-10-07 11:46:53 -07:00
Toshihiro Suzuki dd9eadb00f
HBASE-22988 Backport HBASE-11062 "hbtop" to branch-1
Fixes #647

Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-10-01 16:48:16 -07:00
Viraj Jasani f77c14d181 HBASE-23015 : Moving from Jackson2 to shaded Gson (#616)
* Backport HBASE-20587
* moving to shaded gson with jdk7 compatibility
* Include jackson-mapper-asl for testing-util because of Hadoop
* Update shaded jar check to allow hbase-thirdparty libs

Signed-off-by: Sean Busbey <busbey@apache.org>
Co-authored-by: Duo Zhang <zhangduo@apache.org>
2019-09-25 21:49:48 -05:00
Peter Somogyi d832786304
HBASE-21996 Set locale for javadoc
Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
2019-08-23 23:37:47 +02:00
Viraj Jasani eba383d2b4
HBASE-22866 Multiple slf4j-log4j provider versions included in binary package (branch-1)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-08-23 11:06:11 -07:00
Viraj Jasani 4b34d24f7a
HBASE-22728 Jackson dependency cleanup and moving to Jackson2
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-08-15 18:32:36 -07:00
Viraj Jasani 96ff5f2998 HBASE-22838 : assembly plugin should use posix
Signed-off-by: huzheng <openinx@gmail.com>
2019-08-13 14:59:41 +08:00
Peter Somogyi 47f84376ad
HBASE-22654 apache-rat complains on branch-1
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-07-04 10:00:04 +02:00
Peter Somogyi 0bdbea856a HBASE-22554 Upgrade to surefire 2.22.2 2019-06-09 14:28:08 +02:00
Andrew Purtell adc7c8de42
HBASE-22519 New Hadoop 2.8 dependencies fail shaded invariants check (#282)
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-06-03 11:37:22 -07:00
zhangduo 8ef2fff2c1 HBASE-22506 Backport HBASE-22500 'Modify pom and jenkins jobs for hadoop versions' to branch-1
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-06-03 10:09:28 +08:00
Andrew Purtell 98dc440462
HBASE-22449 https everywhere in Maven metadata (#247) 2019-05-21 12:44:02 -07:00
Duo Zhang 4ab2e1c094 HBASE-22413 Backport 'HBASE-22399 Change default hadoop-two.version to 2.8.x and remove the 2.7.x hadoop checks' to branch-1
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-05-21 07:58:02 +08:00
Andrew Purtell e2d48f41c5
Set version on branch back to 1.5.0-SNAPSHOT 2019-05-20 13:02:40 -07:00
Andrew Purtell 49fab7df80
Backport HBASE-19049 to branch-1 to prevent DIRKRB-613 (Yu Li)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-04-12 10:45:37 -07:00
Andrew Purtell 6da696c0a0
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:31 -07:00
Nihal Jain 6f932ce01f 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-09 00:53:01 -06:00
Andrew Purtell ce6a6014da
Update POMs and CHANGES.txt for 1.5.0 RC0 2019-02-01 12:36:10 -08:00
Andrew Purtell dd9e7a1ce0
HBASE-21791 Upgrade thrift dependency to 0.12.0 2019-01-29 11:04:59 -08:00
Peter Somogyi cf87877fcf HBASE-21711 Remove references to git.apache.org/hbase.git 2019-01-16 10:05:15 +01:00
Peter Somogyi 936ff59b76 HBASE-21685 Change repository urls to Gitbox
Signed-off-by: Sean Busbey <busbey@apache.org>
2019-01-15 10:44:45 +01:00
Sean Busbey 6b87541de8
HBASE-21687 Update Findbugs Maven Plugin to 3.0.4 to work with Maven 3.6.0+
Signed-off-by: Andrew Purtell <apurtell@apache.org>
2019-01-08 10:50:02 -08:00
Duo Zhang daaa06e6bd HBASE-21417 Pre commit build is broken due to surefire plugin crashes 2018-11-01 15:15:18 +08:00
tedyu 8b26882fb4 HBASE-21207 Add client side sorting functionality in master web UI for table and region server details - addendum fixes RAT complaint 2018-09-30 11:00:57 -07:00
Archana Katiyar c5cf80dc87
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:35:52 -07:00
Sakthi 19721046ac HBASE-20189 Fixed typo in Required Java Version error message while building HBase
Signed-off-by: Umesh Agashe <uagashe@cloudera.com>
2018-03-14 11:50:38 +01:00
Peter Somogyi b65231d04d Revert "Fixed typo in Required Java Version error message while building HBase" - missing jira number
This reverts commit 6817a7b131.
2018-03-14 11:50:20 +01:00
Sakthi 6817a7b131 Fixed typo in Required Java Version error message while building HBase
Signed-off-by: Umesh Agashe <uagashe@cloudera.com>
2018-03-14 08:25:33 +01:00
tedyu 13cc7f9f50 HBASE-19932 TestSecureIPC in branch-1 fails with NoSuchMethodError against hadoop 3 2018-02-05 04:46:32 -08:00
Lars Hofhansl 6f253c55d8 HBASE-19631 Allow building HBase 1.5.x against Hadoop 3.0.0. 2018-01-25 09:50:14 -08:00
Mohammad Arshad 011c945f49 HBASE-17079 HBase build fails on windows, hbase-archetype-builder is reason for failure
Signed-off-by: Andrew Purtell <apurtell@apache.org>

Conflicts:
	hbase-archetypes/hbase-archetype-builder/pom.xml
	pom.xml
2018-01-24 16:35:45 -08:00
Mike Drob cf73199d06 HBASE-19422 Provide clear error message on use of wrong hadoop-profile property
Signed-off-by: Apekshit Sharma <appy@apache.org>
2017-12-05 11:06:08 -08:00
Andrew Purtell ba5bd0ae5b HBASE-19429 Release build fails in checkstyle phase of site target (branch-1) 2017-12-04 18:40:49 -08:00