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 7CB98200CEC for ; Tue, 1 Aug 2017 02:35:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7A7B2165EF3; Tue, 1 Aug 2017 00:35:58 +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 E5466165EE9 for ; Tue, 1 Aug 2017 02:35:57 +0200 (CEST) Received: (qmail 28766 invoked by uid 500); 1 Aug 2017 00:35:56 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 28755 invoked by uid 99); 1 Aug 2017 00:35:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Aug 2017 00:35:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5B402E02F3; Tue, 1 Aug 2017 00:35:56 +0000 (UTC) From: guozhangwang To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request #3603: KAFKA-5671 Followup: Remove reflections in unit te... Content-Type: text/plain Date: Tue, 1 Aug 2017 00:35:56 +0000 (UTC) archived-at: Tue, 01 Aug 2017 00:35:58 -0000 GitHub user guozhangwang opened a pull request: https://github.com/apache/kafka/pull/3603 KAFKA-5671 Followup: Remove reflections in unit test classes 1. Remove rest deprecation warnings in streams:jar. 2. Consolidate all unit test classes' reflections to access internal topology builder from packages other than `o.a.k.streams`. We need to refactor the hierarchies of StreamTask, StreamThread and KafkaStreams to remove these hacky reflections. 3. Minor fixes such as reference path, etc You can merge this pull request into a Git repository by running: $ git pull https://github.com/guozhangwang/kafka K5671-followup-comments Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3603.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #3603 ---- commit 86e1c22a223c12180ff192befe76c91f9618435c Author: Guozhang Wang Date: 2017-08-01T00:31:58Z Remove reflections in unit test classes ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---