From dev-return-83680-archive-asf-public=cust-asf.ponee.io@hbase.apache.org Wed Jun 23 11:27:03 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 09D41180636 for ; Wed, 23 Jun 2021 13:27:03 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 33EAB41CA6 for ; Wed, 23 Jun 2021 11:27:02 +0000 (UTC) Received: (qmail 43736 invoked by uid 500); 23 Jun 2021 11:27:01 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 43711 invoked by uid 99); 23 Jun 2021 11:27:01 -0000 Received: from ec2-52-204-25-47.compute-1.amazonaws.com (HELO mailrelay1-ec2-va.apache.org) (52.204.25.47) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jun 2021 11:27:01 +0000 Received: from jira2-he-de.apache.org (jira2-he-de.apache.org [168.119.33.54]) by mailrelay1-ec2-va.apache.org (ASF Mail Server at mailrelay1-ec2-va.apache.org) with ESMTPS id 112763E96A for ; Wed, 23 Jun 2021 11:27:01 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 442E7C801AD for ; Wed, 23 Jun 2021 11:27:00 +0000 (UTC) Date: Wed, 23 Jun 2021 11:27:00 +0000 (UTC) From: "Peter Somogyi (Jira)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-26019) Remove reflections used in HBaseConfiguration.getPassword() 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-26019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Somogyi resolved HBASE-26019. ----------------------------------- Resolution: Fixed > Remove reflections used in HBaseConfiguration.getPassword() > ----------------------------------------------------------- > > Key: HBASE-26019 > URL: https://issues.apache.org/jira/browse/HBASE-26019 > Project: HBase > Issue Type: Improvement > Reporter: Wei-Chiu Chuang > Assignee: Wei-Chiu Chuang > Priority: Major > Fix For: 3.0.0-alpha-1, 2.5.0 > > > HBaseConfiguration.getPassword() uses Hadoop API Configuration.getPassword(). The API was added in Hadoop 2.6.0. Reflection was used to access the API. It's time to remove the reflection and invoke the API directly. (HBase 3.0 as well as 2.x too) -- This message was sent by Atlassian Jira (v8.3.4#803005)