Releases: zed-extensions/java
v6.0.2
What's Changed
- Use standard library path structure instead of plain string manipulation by @simuleite in #47
- Fix configuration settings (#43, #42) by @igorechek06 in #52
New Contributors
- @simuleite made their first contribution in #47
- @igorechek06 made their first contribution in #52
Full Changelog: v6.0.1...v6.0.2
v6.0.1
What's Changed
- Correct
lombokSupportin example initialization options inREADME.mdby @peanut996 in #36 - Fix
initialization_optionshaving no effect by @valentinegb in 642da98
New Contributors
- @peanut996 made their first contribution in #36
Full Changelog: v6.0.0...v6.0.1
v6.0.0
Warning
Breaking change: the classpath setting has been removed, but it never worked anyway. (So is this really a breaking change? :P) See #35 (comment) for solutions.
What's Changed
- Remove
classpathsetting by @valentinegb in 9eb6f11
Full Changelog: v5.0.2...v6.0.0
v5.0.2
What's Changed
- Find available JDTLS versions on downloads page by @valentinegb in #34
Full Changelog: v5.0.1...v5.0.2
v5.0.1
v5.0.0
Warning
Breaking change: the lombok_version setting has been removed. It's recommended to use the latest version of Lombok.
What's Changed
- Auto download Lombok if enabled by @valentinegb in #29
Full Changelog: v4.0.0...v5.0.0
v4.0.0
Warning
Breaking change: the jdtls_version setting has been removed. If you depended on this setting to download a specific older version of JDTLS, please download the version manually and ensure it's in your PATH. The extension will prioritize this version over the latest version.
What's Changed
- Auto download latest version of JDTLS by @valentinegb in #26
Full Changelog: v3.0.1...v4.0.0
v3.0.1
What's Changed
- Launch JDTLS with
$JAVA_HOMEset tojava.homeinitialization option if set by @valentinegb in #25
Full Changelog: v3.0.0...v3.0.1
v3.0.0
Important
This update introduces a breaking change: settings.version was renamed to settings.jdtls_version.
What's Changed
Full Changelog: v2.1.0...v3.0.0