jdtls-launcher
jdtls-launcher copied to clipboard
List of Breaking Changes
Compilation of changes to any part of the stack that may break some configurations
Due to many changes happening in multiple parts of the stack and breaking after updates I made this thread to post compilations of changes that broke configs. It's a compilation of my experience + bugs reported in this repository.
Undo last update
You can try jdtls --restore, which will undo the last update and restore whatever jdtls installation you had before
Will not work if you called
jdtls --updatemore than once or if you just installed the language server withjdtls --install
June 7, 2022
Cause
- Java 17 is now a requirement
How to fix
- Set default Java version to 17
Improvements / Fixes to be made
- Search for java 17 installations, even if its not the default
- Allow user to specify path to java runtime