You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# MicroProfile Language Server Changelog
2
2
3
+
## [0.17.0](https://github.com/eclipse-lsp4mp/lsp4mp/milestone/18?closed=1) (22 April, 2026)
4
+
5
+
### Enhancements
6
+
* Show default value in completion item. See [#538](https://github.com/eclipse-lsp4mp/lsp4mp/pull/538).
7
+
8
+
### Bug Fixes
9
+
* Feature request: extend "microprofile(unknown)" to detect references from property files. See [#543](https://github.com/eclipse-lsp4mp/lsp4mp/pull/543).
10
+
* No properties suggestions when there is a profile in the property name. See [#539](https://github.com/eclipse-lsp4mp/lsp4mp/pull/539).
11
+
12
+
### Performance
13
+
* Send 'microprofile/propertiesChanged' notification with debounce mode. See [#541](https://github.com/eclipse-lsp4mp/lsp4mp/pull/541).
14
+
* Don't re-trigger twice Java validation when a Java file is saved. See [#546](https://github.com/eclipse-lsp4mp/lsp4mp/pull/546).
15
+
16
+
### Build
17
+
* Update Eclipse to 4.40-I-Builds. See [#544](https://github.com/eclipse-lsp4mp/lsp4mp/pull/544).
0 commit comments