Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFDEF10873 for ; Sat, 31 Aug 2013 22:24:52 +0000 (UTC) Received: (qmail 59644 invoked by uid 500); 31 Aug 2013 22:24:52 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 59611 invoked by uid 500); 31 Aug 2013 22:24:52 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 59566 invoked by uid 99); 31 Aug 2013 22:24:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Aug 2013 22:24:52 +0000 Date: Sat, 31 Aug 2013 22:24:52 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-9391) Compilation problem in AccessController with JDK 6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-9391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-9391: ------------------------- Fix Version/s: (was: 0.96.1) Hm... so, yeah, this missed 0.96 and is resolved. I made HBASE-9409 to add it to 0.96 or 0.96.1 if this RC passes. > Compilation problem in AccessController with JDK 6 > -------------------------------------------------- > > Key: HBASE-9391 > URL: https://issues.apache.org/jira/browse/HBASE-9391 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.0, 0.95.2 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 0.98.0 > > Attachments: 9391.patch > > > Seeing this with a fresh checkout of trunk and 0.95, only with JDK 6: > {noformat} > [ERROR] hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[541,56] incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap conforms to java.util.Map> > [ERROR] found : java.util.TreeMap > [ERROR] required: java.util.Map> > [ERROR] hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1072,56] incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap conforms to java.util.Map> > [ERROR] found : java.util.TreeMap > [ERROR] required: java.util.Map> > [ERROR] hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1383,64] incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap conforms to java.util.Map> > [ERROR] found : java.util.TreeMap > [ERROR] required: java.util.Map> > [ERROR] hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessController.java:[1473,63] incompatible types; no instance(s) of type variable(s) K,V exist so that java.util.TreeMap conforms to java.util.Map> > [ERROR] found : java.util.TreeMap > [ERROR] required: java.util.Map> > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira