esword
esword
## What happened? The maven ASMDependencyAnalyzer will return any string literal as a possible class file. So if you have a literal for a class loaded by reflection with a...
## What happened? GradleDaemon locks up and thrashes on GC after I am running the targets together on various individual sub-projects/modules in the codebase, not the whole thing. The number...
This should address #140.
Checking the state/result of a task can return an incorrect value if the same task also ran in a sub-project. This method can incorrectly return the result from the sub-project...
I have seen a couple different ways that statsd-to-X bridges enabled support for tagging. [This](https://github.com/danslimmon/statsd-opentsdb-backend) project does it by looking for tags embedded as part of the metric name. It...
The short error looks like this: ``` A problem occurred configuring root project 'my-project. > Could not resolve all dependencies for configuration ':unifiedClasspath'. > Failed to calculate the value of...
## Before this PR ## After this PR ==COMMIT_MSG== Add deprecated forRemoval attribute to server-side code ==COMMIT_MSG== ## Possible downsides?
## What happened? ``` private static MyThing mapToTerminalStatus(MyThing thing) { return switch (thing) { // This comment is indented too far case IN_PROGRESS -> MyThing.SUCCEEDED; case SUCCEEDED, FAILED -> thing;...
## Before this PR TODO ## After this PR ==COMMIT_MSG== ==COMMIT_MSG== ## Possible downsides?
## Before this PR the setFileMode of copy task is deprecated for gradle9. Using it causes gradle deprecation warnings which cause any nebula integration tests to fail. Note that this...