You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/08/21 14:16:39 UTC

[8/8] hbase git commit: HBASE-21074 JDK7 builds need to be done with TLSv1.2.

HBASE-21074 JDK7 builds need to be done with TLSv1.2.

* for master and branches-2 we skip the jdk7 stuff

Signed-off-by: Michael Stack <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d9252da7
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d9252da7
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d9252da7

Branch: refs/heads/branch-2.0
Commit: d9252da73af397823f1220b6fa44edd236c87586
Parents: efa5401
Author: Sean Busbey <bu...@apache.org>
Authored: Sun Aug 19 22:29:46 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue Aug 21 09:16:07 2018 -0500

----------------------------------------------------------------------
 dev-support/hbase-personality.sh           | 3 +++
 src/main/asciidoc/_chapters/developer.adoc | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d9252da7/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 9e10926..62a589e 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -115,6 +115,9 @@ function personality_modules
   clear_personality_queue
 
   extra="-DHBasePatchProcess"
+  if [[ "${PATCH_BRANCH}" = branch-1* ]]; then
+    extra="${extra} -Dhttps.protocols=TLSv1.2"
+  fi
 
   if [[ -n "${HADOOP_PROFILE}" ]]; then
     extra="${extra} -Dhadoop.profile=${HADOOP_PROFILE}"

http://git-wip-us.apache.org/repos/asf/hbase/blob/d9252da7/src/main/asciidoc/_chapters/developer.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/developer.adoc b/src/main/asciidoc/_chapters/developer.adoc
index 6d0a7d1..935d6e6 100644
--- a/src/main/asciidoc/_chapters/developer.adoc
+++ b/src/main/asciidoc/_chapters/developer.adoc
@@ -482,7 +482,7 @@ mvn -DskipTests package assembly:single deploy
 
 [[build.gotchas]]
 ==== Build Gotchas
-
+===== Maven Site failure
 If you see `Unable to find resource 'VM_global_library.vm'`, ignore it.
 It's not an error.
 It is link:https://issues.apache.org/jira/browse/MSITE-286[officially ugly] though.