Andres Almiray

Results 757 comments of Andres Almiray

One particular disadvantage of this approach is that any changes made to the mojos must be reflected on the HelpMojo, this is why it's preferred to generate the HelpMojo rather...

Then I’d suggest adding the generated sources to a skip list, after all those sources are generated from templates not by a developer. The only caveat would be if generated...

FWIW I'm working on this from my own side (JReleaser). The impl is incompatible with hub4j šŸ˜…

@bitwiseman I mean **my** impl is incompatible because it's based on OpenFeign.

Hi there, I'm the author of JReleaser. The tool can certainly help you craft a changelog based on just commit information. If you're looking for an option to generate the...

Agreed. Work on ClassLoaders can begin at anytime before a fully JPMS compatible version of Groovy becomes available.

I can certainly craft a PR to get the base code in place however @jimbethancourt I'm afraid this will require some knowledge transfer for both Maven and PicoCLI. If it's...

Oh goodie, yes, if you'd like to continue using PicoCLI + Spring then sure, let's go. I was thinking more into the particular setup for Maven modules, crafting a release...

FWIW here's a sample Spring Boot project (no PicoCLI at the moment) that shows the minimum settings for packaging as native executables (with GraalVM Native Image), generate all executables with...

+1 on @vietj's suggestion for `ServiceLoader`. I can suggest [jipsy](https://github.com/aalmiray/jipsy) for keeping those service metafiles up to date. @vietj: as an aside to your first comment, do you manually find...