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 <[email protected]>
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 [email protected] or file a JIRA ticket
with INFRA.
---