Rob Oxspring

Results 29 comments of Rob Oxspring

Totally agree that there is an implied order to the severities. The point here is to allow people to choose whether lower level violations should trigger a non-zero exit code...

Added a simple server side controller serving api_guidelines_base_url from `GET /configuration`. Don't have the expertise to address the UI changes right now though.

Yes and no: Yes, I think there's something meaningful to be done here as my company is happy having individual rules link over to the specific Zalando Guidelines but not...

Any idea what needs to be done to fix this? Failing the PetClinic Gradle build because Docker isn't available seems really odd - I didn't think Docker was a hard...

> It may not be easy to build bookkeeping to keep track of this. Such bookkeeping also needs to handle scenarios like nested sub-subcommands and repeatable subcommands. Looking at repeatable...

Opened #2126 demonstrating the problem in a unit test. Any thoughts on the best route forwards? Options that I see: 1. `HelpCommand.commands` parameter somehow gets marked as "greedy" so that...

Added a potential fix to https://github.com/remkop/picocli/pull/2126 using a custom `IParameterPreprocessor` to implement the greedy approach (1). Feedback welcome!

Looks like the plugin was split in two a couple of years back (https://github.com/hierynomus/license-gradle-plugin/commit/6ca08d50a2f797a7d29ef3518fc05c116f8a2832) albeit within the same repository, and therefore with the same plugin id. This means you can...

7.2 appears to have some OIDC support built-in (not that I've got it working yet). Does that imply the end of the road for this plugin or is it likely...