Remko Popma
Remko Popma
An alternative may be to fork the picocli project from the beginning, and do a pull request from your branch. Since this will be an additional module (or modules), we...
I’m not planning to introduce breaking changes with picocli 4.0, so even if the new starter would pull in picocli 4.0 by default, it very likely will still work with...
FYI, when I was contributing [picocli support](https://docs.micronaut.io/latest/guide/index.html#picocli) to Micronaut, I improved picocli's support for dependency injection. All main entry points now accept a [factory](https://picocli.info/#_custom_factory) that is used every time picocli...
Not sure if this is relevant, but [this blog post](https://spring.io/blog/2018/12/12/how-fast-is-spring) about Spring performance may contain some useful tips on how to keep our starter performant.
I merged my initial changes for 4.0 to master. Bit later than expected, sorry about that.
@kakawait, how are things? I am interested in improving the Spring Boot support in picocli 4.0. The current [Spring Boot integration example](https://picocli.info/#_spring_boot_example) in the picocli manual works okay for top-level...
@kakawait Hi! Quick update from my side: I've made good progress on the picocli [annotation processor](https://github.com/remkop/picocli/issues/500) for Graal [integration](https://github.com/remkop/picocli/issues/699). I'm hoping to release picocli-4.0-beta-1 next week. The remaining big ticket...
Sorry I dropped the ball on this... I just created a test without Quarkus, that seems to work fine. This seems to be a Quarkus issue. Have you asked the...
@abelsromero Thank you for raising this. I will take a look.
@abelsromero I am looking at this now. I think I see the cause of the issue. Would you be able to provide a failing test? That would be very helpful.