Skip to content

Commit f5ff354

Browse files
committed
CHANGELOG for 0.15.0
Signed-off-by: David Thompson <[email protected]>
1 parent 01a86d5 commit f5ff354

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Tools for MicroProfile Changelog
22

3+
## [0.15.0](https://github.com/redhat-developer/vscode-microprofile/milestone/16?closed=1) (December 8, 2025)
4+
5+
### Enhancements
6+
* Validate config property values using the microprofile-config runtime used by the project. See [eclipse-lsp4mp/lsp4mp#511](https://github.com/eclipse-lsp4mp/lsp4mp/issues/511), [#518](https://github.com/eclipse-lsp4mp/lsp4mp/pull/518), [#517](https://github.com/eclipse-lsp4mp/lsp4mp/pull/517).
7+
* Improve validation of @ConfigProperty/defaultValue for lists and arrays. See [eclipse-lsp4mp/lsp4mp#409](https://github.com/eclipse-lsp4mp/lsp4mp/issues/409).
8+
* Add "microprofile.tools.execution.mode" setting to control how properties are validated. See [#546](https://github.com/redhat-developer/vscode-microprofile/pull/546).
9+
10+
### Bug Fixes
11+
* Recognise some mapped properties that weren't recognised before. See [eclipse-lsp4mp/lsp4mp#513](https://github.com/eclipse-lsp4mp/lsp4mp/pull/513).
12+
* Address `IllegalArgumentException` thrown in JavaCursorContextKind. See [eclipse-lsp4mp/lsp4mp#502](https://github.com/eclipse-lsp4mp/lsp4mp/pull/502).
13+
* Properly validate property values for properties of type `jakarta.inject.Provider`. See [eclipse-lsp4mp/lsp4mp#459](https://github.com/eclipse-lsp4mp/lsp4mp/issues/459).
14+
* Do not define title in package.json schema as it is shown in tooltip for all package.json files. See [#547](https://github.com/redhat-developer/vscode-microprofile/issues/547).
15+
316
## [0.14.0](https://github.com/redhat-developer/vscode-microprofile/milestone/15?closed=1) (April 22, 2025)
417

518
### Performance

0 commit comments

Comments
 (0)