You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/10/20 06:39:53 UTC

[hbase] branch branch-1.4 updated: HBASE-25804 [branch-1] Make hbase-thrift module build with jdk8 (#3193)

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-1.4
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 26efbb6  HBASE-25804 [branch-1] Make hbase-thrift module build with jdk8 (#3193)
26efbb6 is described below

commit 26efbb60ef8427855136e661ccbb8821b4f84e58
Author: Reid Chan <re...@apache.org>
AuthorDate: Thu Apr 29 22:45:49 2021 +0800

    HBASE-25804 [branch-1] Make hbase-thrift module build with jdk8 (#3193)
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c66d520..0127cf8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,6 @@
   <modules>
     <module>hbase-resource-bundle</module>
     <module>hbase-server</module>
-    <module>hbase-thrift</module>
     <module>hbase-rest</module>
     <module>hbase-shell</module>
     <module>hbase-protocol</module>
@@ -2047,6 +2046,9 @@
       <activation>
         <jdk>1.8</jdk>
       </activation>
+      <modules>
+        <module>hbase-thrift</module>
+      </modules>
       <build>
         <pluginManagement>
           <plugins>