picocli-spring-boot-starter icon indicating copy to clipboard operation
picocli-spring-boot-starter copied to clipboard

Upgrade to Picocli 3.0.0

Open kakawait opened this issue 8 years ago • 3 comments

  • [ ] Rework version and help display https://github.com/remkop/picocli/issues/162 https://github.com/remkop/picocli/issues/145
  • [ ] Consider https://github.com/remkop/picocli/issues/157 could be useful
  • [x] Support subcommand https://github.com/remkop/picocli/issues/152 (see #12)

kakawait avatar Aug 13 '17 13:08 kakawait

Any chance of upgrading to 3.0.0?

bobtiernay-okta avatar Apr 22 '18 16:04 bobtiernay-okta

If released yes i will directly upgrade to latest.

kakawait avatar Apr 22 '18 16:04 kakawait

@bobtiernay-okta I just created a new branch picocli-3.0.0 where I upgrade picocli dep to 3.0.0-beta-1 (latest version in maven central, I will upgrade to beta-2 as soon as is will be available on maven central)

In addition I pushed the artifact with version

<dependency>
    <groupId>com.kakawait</groupId>
    <artifactId>picocli-spring-boot-starter</artifactId>
    <version>1.0.0-alpha-1</version>
</dependency>

Be careful I just pushed can take some time before available on maven central

Why alpha?

For two main reasons:

  1. Not heavily tested
  2. Not specific integration (in order to take advantage of new things/features), just upgraded deps and fix compilation/runtime issues

Please if you have any issue (if you have time to test) report it.

Currently I'm working on other of my open sourced starter to get Spring boot 2 support, then I will focus on that starter

kakawait avatar Apr 22 '18 17:04 kakawait