Robin Jonsson
Robin Jonsson
> > I can't get the development environment to work locally with gradle for some reason > > What's the error you're getting? We're looking for ways to help external...
> Hi, is it already resolved? Because with 4.8.5.0 (maven-spotbugs) I still got this spotbug for: The fix will be included in 4.8.6 by the looks of it 👍
Hi, this would be great to get merged and released! Any chance you can take a look at the requested changes @mdouaihy ?
`BC_UNCONFIRMED_CAST_OF_RETURN_VALUE` is also apparent when you use the new pattern matching switch in java 21, (also together with generics) eg: ```java SomeInterface myObject = ... var result = switch(myObject) {...
> @robinjhector Would you be interested in submitting a PR for this? Sure thing! I'll give it a go :)
I made a PR: #3345
Question: I seem to have forgot about the picocli console runner. Should I add new picocli options for selecting a config resource file? (`--config-resource` perhaps?) in `TestDiscoveryOptionsMixin.RuntimeConfigurationOptions`
> Yes, that sounds like a good idea. > > Though maybe `--config-resources` which accepts a comma-separated list of resource paths. Or just make `--config-resource` repeatable, like the existing `--config`cli...
Ping @sbrannen, do you have time to check my fixes to your requested changes?
Hey @sbrannen ! Thanks for getting back to me, I have rebased and adjusted the code + documentation after your review. Sorry about the delay!