File tree Expand file tree Collapse file tree 9 files changed +16
-8
lines changed
org.eclipse.lsp4mp.jdt.core
org.eclipse.lsp4mp.jdt.site
org.eclipse.lsp4mp.jdt.test
org.eclipse.lsp4mp.jdt.tp
microprofile.ls/org.eclipse.lsp4mp.ls Expand file tree Collapse file tree 9 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11# MicroProfile Language Server Changelog
22
3+ ## [ 0.16.0] ( https://github.com/eclipse-lsp4mp/lsp4mp/milestone/17?closed=1 ) (16 December, 2025)
4+
5+ ### Enhancements
6+ * Add inlay hints for property type and property value converter used to properties files, and add inlay hint for default value in Java files. See [ #529 ] ( https://github.com/eclipse-lsp4mp/lsp4mp/issues/529 ) .
7+
8+ ### Bug Fixes
9+ * Fix validating property values using user-provided custom converters. See [ #532 ] ( https://github.com/eclipse-lsp4mp/lsp4mp/issues/532 ) .
10+
311## [ 0.15.0] ( https://github.com/eclipse-lsp4mp/lsp4mp/milestone/16?closed=1 ) (5 December, 2025)
412
513### Enhancements
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Bundle-Name: %pluginName
44Bundle-Vendor : %providerName
55Bundle-Localization : plugin
66Bundle-SymbolicName : org.eclipse.lsp4mp.jdt.core;singleton:=true
7- Bundle-Version : 0.15.1 .qualifier
7+ Bundle-Version : 0.16.0 .qualifier
88Bundle-Activator : org.eclipse.lsp4mp.jdt.core.MicroProfileCorePlugin
99Require-Bundle : org.eclipse.core.runtime,
1010 org.eclipse.jdt.core,
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >parent</artifactId >
77 <groupId >org.eclipse.lsp4mp</groupId >
8- <version >0.15.1 -SNAPSHOT</version >
8+ <version >0.16.0 -SNAPSHOT</version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111 <artifactId >org.eclipse.lsp4mp.jdt.core</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >parent</artifactId >
88 <groupId >org.eclipse.lsp4mp</groupId >
9- <version >0.15.1 -SNAPSHOT</version >
9+ <version >0.16.0 -SNAPSHOT</version >
1010 </parent >
1111 <artifactId >org.eclipse.lsp4mp.jdt.site</artifactId >
1212 <packaging >eclipse-repository</packaging >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : quarkus.jdt.ls Test Plugin
44Bundle-SymbolicName : org.eclipse.lsp4mp.jdt.test;singleton:=true
5- Bundle-Version : 0.15.1 .qualifier
5+ Bundle-Version : 0.16.0 .qualifier
66Bundle-RequiredExecutionEnvironment : JavaSE-17
77Require-Bundle : org.junit,
88 org.apache.commons.commons-io,
Original file line number Diff line number Diff line change 66 <parent >
77 <artifactId >parent</artifactId >
88 <groupId >org.eclipse.lsp4mp</groupId >
9- <version >0.15.1 -SNAPSHOT</version >
9+ <version >0.16.0 -SNAPSHOT</version >
1010 </parent >
1111 <artifactId >org.eclipse.lsp4mp.jdt.test</artifactId >
1212 <packaging >eclipse-test-plugin</packaging >
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >org.eclipse.lsp4mp</groupId >
55 <artifactId >parent</artifactId >
6- <version >0.15.1 -SNAPSHOT</version >
6+ <version >0.16.0 -SNAPSHOT</version >
77 </parent >
88 <artifactId >org.eclipse.lsp4mp.jdt.tp</artifactId >
99 <name >lsp4mp :: Target Platform</name >
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.eclipse.lsp4mp</groupId >
55 <artifactId >parent</artifactId >
6- <version >0.15.1 -SNAPSHOT</version >
6+ <version >0.16.0 -SNAPSHOT</version >
77 <packaging >pom</packaging >
88 <name >microprofile.jdt.ls :: parent</name >
99 <description >microprofile.jdt.ls parent</description >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >org.eclipse.lsp4mp</groupId >
66 <artifactId >org.eclipse.lsp4mp.ls</artifactId >
7- <version >0.15.1 -SNAPSHOT</version >
7+ <version >0.16.0 -SNAPSHOT</version >
88
99 <name >MicroProfile Language Server</name >
1010 <description >MicroProfile Language Server</description >
You can’t perform that action at this time.
0 commit comments