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 3047711F3C for ; Mon, 21 Jul 2014 01:35:39 +0000 (UTC) Received: (qmail 93034 invoked by uid 500); 21 Jul 2014 01:35:39 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92988 invoked by uid 500); 21 Jul 2014 01:35:39 -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 92977 invoked by uid 99); 21 Jul 2014 01:35:38 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2014 01:35:38 +0000 Date: Mon, 21 Jul 2014 01:35:38 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11542) Unit Test KeyStoreTestUtil.java compilation failure in IBM JDK MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-11542?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D140= 68098#comment-14068098 ]=20 Ted Yu commented on HBASE-11542: -------------------------------- What changes were made to hbase-server/pom.xml ? The whole file seems to be= changed. > Unit Test KeyStoreTestUtil.java compilation failure in IBM JDK=20 > ---------------------------------------------------------------- > > Key: HBASE-11542 > URL: https://issues.apache.org/jira/browse/HBASE-11542 > Project: HBase > Issue Type: Improvement > Components: build, test > Affects Versions: 0.99.0 > Environment: RHEL 6.3 ,IBM JDK 6 > Reporter: LinseyPang > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE_11542-1.patch, hbase_11542-v2.patch > > > In trunk, jira HBase-10336 added a utility test KeyStoreTestUtil.java, w= hich leverages the following sun classes: > =C2=A0=C2=A0 import sun.security.x509.AlgorithmId; > =C2=A0=C2=A0 import sun.security.x509.CertificateAlgorithmId; > =C2=A0 .... > this cause hbase compiler failure if using IBM JDK, =20 > There are similar classes like below in IBM jdk:=20 > import com.ibm.security.x509.AlgorithmId; > import com.ibm.security.x509.CertificateAlgorithmId;=20 > This jira is to add handling of the x509 references.=20 -- This message was sent by Atlassian JIRA (v6.2#6252)