Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/1074#discussion_r52206422
--- Diff: storm-core/pom.xml ---
@@ -42,6 +42,10 @@
This is here as a work around to place it at the beginning of
the classpath
even though maven does not officially support ordering of the
classpath.-->
<dependency>
+ <groupId>uk.org.lidalia</groupId>
+ <artifactId>sysout-over-slf4j</artifactId>
+ </dependency>
--- End diff --
The new dependency seems OK, and it is unlikely that we will encounter some
topology already using this, but could we please shade it anyways?
---
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.
---