-
Notifications
You must be signed in to change notification settings - Fork 18
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
jline3 history files are not compatible with previous versions; causing exceptions on startup #24
Comments
I found that my history file contained this:
Once I emptied it .. the stacktrace goes away. So maybe the issue only affects beta testers so to speak ;-) |
yup, its something I need to add to some release notes. jline3 history persistence is not compatible with previous version; removing the file should fix; but perhaps I can do something smarter. |
If you have control over reading the file in, you could just purge everything that does not start with a bunch of numbers.. or something like that. Probably fine to just lose that history. |
DefaultHistory impl is not terribly useful for doing stuff like that, so I may need to work with @gnodet to improve it a bit. Its also logging that as INFO which is also not ideal. But for now you can either rm the history file; ignore the error and I think next UPDATE |
I just rm'ed the file. Feel free to close the issue or leave it open as a reminder. |
Using mvnsh-assembly-1.2.0-20170425.065527-18-bin.zip I get this at startup:
The text was updated successfully, but these errors were encountered: