-
Notifications
You must be signed in to change notification settings - Fork 431
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to JLine3 3.16.0 #1175
Comments
…iler errors * remove @OverRide for methods execute and commandDescription(String), which were removed from the org.jline.console.CommandRegistry interface
I started to migrate to JLine 3.16, but it must have some backwards-incompatible changes, because the Example in picocli-shell-jline3/src/test no longer compiles... I went ahead added a section to the README on compatible versions; I think it is important to start tracking this. @mattirn, could I ask you to help migrating the Example to the new JLine 3.16 API? |
@remkop I've got it compiling and working - although I haven't updated the docs - I'll send a PR for what I have. There is porting information for moving to 3.16.0 in jline/jline3#551 |
Great, thank you! I will update the docs in a bit. |
I was having problems configuring a widget in my App which I had configured according to the picocli example. After some discussions on jline/jline3#571 it would seem that if picocli updated to 3.16.0 then this would resolve it.
Thanks!
The text was updated successfully, but these errors were encountered: