Vladimir Sitnikov
Vladimir Sitnikov
> One option could be to shade AssertJ That includes "shading CVEs" 😱 > Possibly moving it out to an optional module could be an alternative, Then not having it...
@guenhter , frankly speaking, I have no idea. I started using G-L-R for apache/jmeter, and my immediate thought was "those pom licenses, imported licenses, manifest licenses are overlapping". However, it...
It might make sense to use Gradle's https://docs.gradle.org/current/javadoc/org/gradle/api/model/ObjectFactory.html API for task properties.
PS. Thanks for the plugin, I've implemented license management for JMeter with that. See https://github.com/apache/jmeter/pull/448 (https://github.com/apache/jmeter/pull/448/commits/b4e2deebc8e1eb9d7debb8a7a14404e8d4e16d2a#diff-c23d70f13f973a92ceba1d72bcdd71c3R31 , however the commit id might vary over time) However small bits like the...
>A couple of use cases wouldn't hurt as well. 1) Use license names/lists from there. There's a canonic list of licenses and license ids. 2) There's a tool that compares...
Could you add tests to cover the change? What is the reason?
Will review shortly
You might try something like https://github.com/vlsi/ksar/pull/190/files
I know some colors (all of them?) are hard-coded in https://github.com/vlsi/ksar/blob/master/src/main/resources/Config.xml I know there's http://colorbrewer2.org/ @06nenglish , do you think it is relevant?
@Pitterling , `%guest` is likely too light (it is hard to distinguish from white). Is there a logic for `sys`, `soft`, `steal` being "red" and `usr, nice, iowait` being "blue"?...