Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3AA79200B5A for ; Wed, 20 Jul 2016 09:57:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 395EA160A64; Wed, 20 Jul 2016 07:57:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 8982E160A73 for ; Wed, 20 Jul 2016 09:57:21 +0200 (CEST) Received: (qmail 56108 invoked by uid 500); 20 Jul 2016 07:57:20 -0000 Mailing-List: contact dev-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list dev@flume.apache.org Received: (qmail 56089 invoked by uid 99); 20 Jul 2016 07:57:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2016 07:57:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7502C2C029E for ; Wed, 20 Jul 2016 07:57:20 +0000 (UTC) Date: Wed, 20 Jul 2016 07:57:20 +0000 (UTC) From: "Lior Zeno (JIRA)" To: dev@flume.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLUME-2957) Remove Guava from our public API MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 20 Jul 2016 07:57:22 -0000 Lior Zeno created FLUME-2957: -------------------------------- Summary: Remove Guava from our public API Key: FLUME-2957 URL: https://issues.apache.org/jira/browse/FLUME-2957 Project: Flume Issue Type: Task Affects Versions: v1.8.0 Reporter: Lior Zeno Fix For: v1.8.0 Context.getParameters (flume-ng-configuration module) returns com.google.common.collect.ImmutableMap (Guava). We should clean our API and return either a native java interface or Flume's. In addition to the current state being a bad practice, this also means that we are unable to shade Guava in Flume. Note: Since this breaks our public API, I'll reschedule this issue to 2.0 once we have this version managed in jira. -- This message was sent by Atlassian JIRA (v6.3.4#6332)