jdtls-launcher icon indicating copy to clipboard operation
jdtls-launcher copied to clipboard

List of Breaking Changes

Open eruizc-dev opened this issue 3 years ago • 1 comments

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 --update more than once or if you just installed the language server with jdtls --install

eruizc-dev avatar Jun 30 '22 17:06 eruizc-dev

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

eruizc-dev avatar Jun 30 '22 17:06 eruizc-dev