Danny Thomas
Danny Thomas
`appenderList` is now never null: https://github.com/qos-ch/reload4j/commit/63ff036d11b14767365197a79606cb6df6102c3a#diff-e36ce72be14b72b7656aa689c45e327e1c84bedccd4191fc54e959322b494519R35 Which means that code that used `getAllAppenders() == null` to decide if appenders were not configured now doesn't work ( we have programmatic configuration...
If version-less symlinks are present on the system (required for scripts with `#!/usr/bin/env python` for instance) assuming that `python` is Python 2 will fail. This prefers `python3` before falling back...
The readme for this project appears to be mistaken - 8u251 does _not_ backport the ALPN APIs, instead it's broken by the removal of `SSLSessionImpl.nullSession`: ``` Caused by: java.lang.NoSuchFieldError: nullSession...
This report gets pretty expensive to compute and store on complex projects.
We ran into heap utilization issues when packaging an application with ~100K files. Heap dump analysis with YourKit indicates several problems. First, and seemingly the worst offender, JDeb generates the...
Warning mode has had a `fail` option since Gradle 5.6. This switches to the property, allows the warning mode to be configured and removes our implementation that's always liable to...
If you add `--info` to troubleshoot: java.lang.NullPointerException: Cannot get property 'outcome' on null object at com.netflix.lint.rule.TestKitSpecification.runTasksSuccessfully_closure2(TestKitSpecification.groovy:45) at groovy.lang.Closure.call(Closure.java:414) at groovy.lang.Closure.call(Closure.java:430) at com.netflix.lint.rule.TestKitSpecification.runTasksSuccessfully(TestKitSpecification.groovy:43) at com.netflix.lint.rule.dependency.ThirdPartyBomReplacementRuleSpec.multiproject bom replacement(ThirdPartyBomReplacementRuleSpec.groovy:364)
However, the version to be released is known `0.1.0-rc.64`, and version walking shouldn't be necessary: `git clone --depth=200 --branch=v0.1.0-rc.64 https://github.com/Netflix/titus-control-plane.git Netflix/titus-control-plane` ``` org.gradle.api.GradleScriptException: A problem occurred evaluating root project 'titus'....
Provide the same flexibility that align rules have to the other rule types that can apply to more than one module.