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 3ABF118075 for ; Thu, 25 Jun 2015 04:57:05 +0000 (UTC) Received: (qmail 5594 invoked by uid 500); 25 Jun 2015 04:57:05 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 5548 invoked by uid 500); 25 Jun 2015 04:57:05 -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 5529 invoked by uid 99); 25 Jun 2015 04:57:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Jun 2015 04:57:05 +0000 Date: Thu, 25 Jun 2015 04:57:04 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-13963) avoid leaking jdk.tools 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-13963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated HBASE-13963: -------------------------------- Summary: avoid leaking jdk.tools (was: use jdk appropriate version of jdk.tools and avoid leaking it) > avoid leaking jdk.tools > ----------------------- > > Key: HBASE-13963 > URL: https://issues.apache.org/jira/browse/HBASE-13963 > Project: HBase > Issue Type: Sub-task > Components: build, documentation > Reporter: Sean Busbey > Assignee: Gabor Liptak > Priority: Critical > Fix For: 2.0.0, 1.2.0, 1.3.0 > > Attachments: HBASE-13963.1.patch > > > Right now hbase-annotations uses jdk7 jdk.tools and exposes that to downstream via hbase-client. We need it for building and using our custom doclet, but can improve a couple of things: > 1) We should be using a jdk.tools version based on our java version (use jdk activated profiles to set it) > 2) We should not be including any jdk.tools version in our hbase-client transitive dependencies (or other downstream-facing artifacts). Unfortunately, system dependencies are included in transitive resolution, so we'll need to exclude it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)