From 46604984a51cb4f2c2511bffca97930de6df893c Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Mon, 4 Aug 2014 18:21:11 -0500 Subject: [PATCH] HBASE-11666 Tell maven and developers that we expect Java 7. --- pom.xml | 2 +- src/main/docbkx/developer.xml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 11fd559..e06300e 100644 --- a/pom.xml +++ b/pom.xml @@ -920,7 +920,7 @@ yyyy-MM-dd'T'HH:mm ${maven.build.timestamp} - 1.6 + 1.7 2.4.0 1.2 diff --git a/src/main/docbkx/developer.xml b/src/main/docbkx/developer.xml index 93d8a61..ec11929 100644 --- a/src/main/docbkx/developer.xml +++ b/src/main/docbkx/developer.xml @@ -146,6 +146,13 @@ mvn clean package -DskipTests With Eclipse set up as explained above in , you can also simply use the build command in Eclipse. To create the full installable HBase package takes a little bit more work, so read on. + + JDK Version Requirements + + Starting with HBase 1.0 you must use Java 7 or later to build from source code. See for more complete + information about supported JDK versions. + +
Build Protobuf You may need to change the protobuf definitions that reside in the hbase-protocol module or other modules. -- 2.0.3