Skip to content

Releases: sublimelsp/LSP-jdtls

v2.5.0

21 Aug 15:02
2627751
Compare
Choose a tag to compare

What's Changed

  • Handle missing test classes/methods gracefully by @mataha in #54
  • Bump jdt.ls to 1.37.0 by @mataha in #52

New Contributors

Full Changelog: v2.4.0...v2.5.0

v2.4.0

19 Apr 17:07
2797e78
Compare
Choose a tag to compare

Switch to Python 3.8.

v2.3.0

13 Feb 16:15
b43225f
Compare
Choose a tag to compare

v2.2.0

26 Jan 19:16
2a1d6d0
Compare
Choose a tag to compare
  • Adapt to API changes in LSP 1.28.0 by @rchl in #47

Full Changelog: v2.1.3...v2.2.0

v2.1.3

03 Jan 22:08
303f47b
Compare
Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

v2.1.2

17 Dec 14:40
6d2b08d
Compare
Choose a tag to compare
  • Fix download URL

v2.1.1

16 Oct 07:24
a929eeb
Compare
Choose a tag to compare

What's Changed

  • Make Goto Definition work for jdt:// URIs by @rwols in #43

Full Changelog: v2.1.0...v2.1.1

v2.1.0

21 Mar 18:45
6dc519f
Compare
Choose a tag to compare
  • Bump JDTLS to 1.20.0
  • Internal: Major refactoring

v2.0.0

14 Jan 09:10
5c0a902
Compare
Choose a tag to compare
  • Breaking: JDTLS requires Java 17 from now on.
  • Breaking: jdtls.enableLombok was renamed to java.jdt.ls.lombokSupport.enabled
  • java.home is deprecated, use java.jdt.ls.java.home from now on
  • java.implementationsCodeLens.enabled and java.referencesCodeLens.enabled are false by default

New Features:

  • Added workaround to enable inlay hints
  • Experimental Android Support is enabled
  • Added commands to run JUnit4, JUnit5 and TestNG tests (Requires Debugger)
  • Added command to generate tests
  • Added command to jump to test class
  • Nullable and NonNull annotation support
  • New setting java.progressReports.enabled

v1.4.0

19 Sep 16:39
4f3e7d2
Compare
Choose a tag to compare
  • Ship debug plugin with LSP-jdtls
  • Add LSP-jdtls to LSP settings menu
  • Implement bridge to Debugger