Adam Lesiak
Adam Lesiak
## Description of the problem, including code/CLI snippet Newly created cross-project merge request holds reference to its source project in the fields responsible for selecting the endpoint. Subsequent requests with...
Mock created with `Mockito.withSettings().strictness(Strictness.STRICT_STUBS)` does not behave in the same way as `@Mock(strictness = Mock.Strictness.STRICT_STUBS)` FooRepository.java ``` public interface FooRepository { boolean isFooPresent(int fooId); } ``` FooService.java ``` public class...
In Prometheus client 1.X, an equivalent for `simpleclient_logback` is missing. `simpleclient_logback` contained only one class `InstrumentedAppender`. It is easy to come up with an equivalent for 1.X (code below) but...