Releases: zed-extensions/java
Releases · zed-extensions/java
v6.8.3
v6.8.2
What's Changed
- fix(windows): quote paths in JDTLS and Lombok arguments by @UrielCuriel in #151
New Contributors
- @UrielCuriel made their first contribution in #151
Full Changelog: v6.8.1...v6.8.2
v6.8.1
What's Changed
- Update to latest extension workflows by @MrSubidubi in #144
- ci: Remove
extensions::run_testsworkflow by @MrSubidubi in #149 - Fix panic in label for completion by @maxbrunsfeld in #152
Full Changelog: v6.8.0...v6.8.1
v6.8.0
What's Changed
- Add configuration options for update checks and custom component paths by @himicoswilson in #132
- Allow Java files to be run without requiring a build tool by @acardonna in #134
- Improve the outline by @acardonna in #136
- fix(lsp): ensure child process terminates when parent exits by @tartarughina in #137
- Add CI workflow for pull requests to main by @tartarughina in #142
- fix(util): improve remove_all_files_except function by @tartarughina in #141
New Contributors
- @himicoswilson made their first contribution in #132
Full Changelog: v6.7.1...v6.8.0
v6.7.1
What's Changed
- 129 fix debugger path by @playdohface in #130
- Expand usage of secure create_dir function by @tartarughina in #131
Full Changelog: v6.7.0...v6.7.1
v6.7.0
What's Changed
- chore: bump patch versions of dependencies to latest, and this crate to 6.6.0 by @playdohface in #119
- Java auto download by @tartarughina in #117
- Move Java struct initialization out of language_server_binary_path by @tartarughina in #123
- chore: version retrieval from tags by @tartarughina in #118
- Recreate the debugger path before downloading the debugger.jar by @playdohface in #126
Full Changelog: v6.6.0...v6.7.0
v6.6.0
v6.5.0
What's Changed
- #93 builtin tasks now work on mac & linux regardless of the user's default shell
- #95 the extension no longer requires an internet connection as long as the assets for jdtls, lombok-support and debug-adapter have been downloaded, i.e. the extension has been run with an internet connection before
- #97 we no longer depend on python3 being available on the system to run jdtls
- #98 the debugger now works 🎉
- #106 an issue with spaces in filenames under Windows has been fixed
- #111 we now have textobjects for navigating inside/around classes, methods, comments etc. in vim-mode
There are two upstream changes merged and awaiting release as well:
- eclipse-jdtls/eclipse.jdt.ls#3580 will make signature-help work for all methods
- zed-industries/zed#41187 will make method-completions insert brackets and arguments with tab-support
New contributors
v6.4.0
What's Changed
- Add overrides and update config accordingly by @MrSubidubi in #76
- Allow extension work even if maven is down by @DeityLamb in #75
New Contributors
- @MrSubidubi made their first contribution in #76
Full Changelog: v6.3.0...v6.4.0
v6.3.0
What's Changed
- Add support for debugger by @DeityLamb in #71
New Contributors
- @DeityLamb made their first contribution in #71
Full Changelog: v6.2.0...v6.3.0