Re: "fat" JARs plus custom plugins?

2019-08-21 Thread Gregg Donovan
out > of the box by shading tools. > > Ralph > > > On Aug 21, 2019, at 9:20 AM, Gregg Donovan wrote: > > > > Hello! > > > > I'm working on getting Etsy's custom StackdriverJsonLayout Log4J plugin > to > > work with our Bazel-based build

"fat" JARs plus custom plugins?

2019-08-21 Thread Gregg Donovan
Hello! I'm working on getting Etsy's custom StackdriverJsonLayout Log4J plugin to work with our Bazel-based build system and wanted to run a few ideas by you. The first problem I ran into was stdout messages breaking the PluginProcessor annotation processor when run by Bazel. My PR here[1] fixed