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 9E4941070F for ; Wed, 15 Oct 2014 14:29:34 +0000 (UTC) Received: (qmail 27401 invoked by uid 500); 15 Oct 2014 14:29:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 27339 invoked by uid 500); 15 Oct 2014 14:29:34 -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 27083 invoked by uid 99); 15 Oct 2014 14:29:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Oct 2014 14:29:34 +0000 Date: Wed, 15 Oct 2014 14:29:34 +0000 (UTC) From: "pascal oliva (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (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.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] pascal oliva updated HBASE-11542: --------------------------------- Status: Patch Available (was: Open) new patch HBASE-11542-6.patch added by using test key files stored into hb= ase-server/src/test/resources/ this patch contains binary file i used to create the patch : git diff --no-prefix --cached --binary master = > ../PATCHES/HBASE-11542-6.patch=20 and to apply the patch > git apply --binary -p0 HBASE-11542-6.patch > 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-4.patch, HBASE-11542-5.patch, HBASE_1154= 2-1.patch, KeyStoreTestUtil.java.new1, client_crt, client_pkcs8, hbase11542= -0.99-v3.patch, hbase11542-0.99-v3.patch, hbase11542-0.99-v3.patch, hbase_1= 1542-v2.patch, server_crt, server_pkcs8, sslkeystore.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 > =20 -- This message was sent by Atlassian JIRA (v6.3.4#6332)