Antony Stubbs

Results 135 issues of Antony Stubbs

so we can track the status of this

For example, specifically, ConcurrentQueueSpec is marked as deprecated, but there's no information what's been deprecated in favour of, or why. The source commit (https://github.com/JCTools/JCTools/commit/614a6f0f6a748ec8223d166be138806e3b0aa6eb) also gives no information. ```java @Deprecated//(since...

PR wanted
doc

From a purely JUnit5 perspective, am I missing something? I made this wrapper around the core Expect function: ``` public class ThingyThing { public static void softly(final SoftAssertions softly) throws...

type=addition
P3

As per the original PR for fail fast, dynamic reason support was included. It was removed in the final merge. IMO it's extremely useful. See: - https://github.com/awaitility/awaitility/pull/193#issuecomment-873116199 Use case: System...

I've been looking but can't see it - what's the reason for not reflecting and using a discovered constructor that is not the default? Is there some design reason why...

Just burnt quite a bit of time trying to grok the lib and find out why my objects were ending up with null fields. Turns out my recursive structure's depth...

I have a use case where i present many amounts all of the same currency on one table. I want to remove the currency code from the toString which is...

formatting

From a jenkins job with spaces in it's title... [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 10.182s [INFO] Finished at: Thu Jun 13 21:00:23 UTC 2013 [INFO] Final Memory:...

good first issue

- [ ] Documentation (if applicable) - [ ] Changelog - [ ] Review

Check: - [ ] BrokerPoller can't access state - when performing commit, must request or be sent commit offset data by state owner (#419 ) Implements: - #200 - Removes...