Mike Cumings

Results 9 issues of Mike Cumings

Proposed fix for #3395 - Capturing the stack frames for both the reader+writer or the writer+writer, depending upon the scenario. This results in a thrown exception which looks similar to...

## Current Behavior (1.6.3) The `TestMainDispatcher` is wrapped as a delegate within `NonConcurrentlyModifiable` which tests for concurrent writes while the dispatcher is being read or written. If concurrent writes are...

test

The current application suffers from a lot of artificial complexity resulting from not having a well defined architecture. Additionally, there are some bad practices which have become prevalent and are...

This required creation of new interfaces in order to break the static coupling. This also allowed for the removal of some plumbing of dependencies of these implementations since they are...

### Current Behavior Enabling build cache and attempting to use an alternate `--build-file` causes the build to break with an `IllegalStateException` indicating that the `Build cache controller already set`. ###...

a:bug
to-triage

### Expected Behavior It would be nice if projects could define rules for artifact publishing such that if a consuming project requests an artifact and no matching artifact is found...

in:publishing-plugins
a:feature
in:dependency-resolution
:wave: team-triage

Fixes #258. Adds a new configuration option to allow the consumer to provision of a `Predicate` instance to customize what `Configuration` instances should be considered when building the dependency graph....

In our project, some Configuration instances represent references to the top of the project and are applied by convention plugin to all project modules. When building the dependency graph, the...

👋 . It's been a while! 😄 Just wanted to add a note to indicate that the files are being generated with Kotlin 2.1 which is producing class files which...