File tree Expand file tree Collapse file tree 13 files changed +142
-23
lines changed
io.openliberty.tools.eclipse.lsp4e
src/io/openliberty/tools/eclipse/mpls
io.openliberty.tools.eclipse.product/META-INF
io.openliberty.tools.eclipse.ui/META-INF
features/io.openliberty.tools.eclipse.feature
io.openliberty.tools.update Expand file tree Collapse file tree 13 files changed +142
-23
lines changed Original file line number Diff line number Diff line change 1010 fail-fast : false
1111 matrix :
1212 runtime : [ linux, mac, windows ]
13- targetPlatform : [ 3Q2025 ]
13+ targetPlatform : [ 4Q2025 ]
1414 include :
1515 - runtime : linux
1616 os : ubuntu-latest
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
44Bundle-Name : Liberty Tools Support for Language Servers
55Bundle-Vendor : Open Liberty
66Bundle-SymbolicName : io.openliberty.tools.eclipse.lsp4e;singleton:=true
7- Bundle-Version : 25 .0.12 .qualifier
7+ Bundle-Version : 26 .0.2 .qualifier
88Bundle-Activator : io.openliberty.tools.eclipse.ls.plugin.LibertyToolsLSPlugin
99Bundle-ActivationPolicy : lazy
1010Automatic-Module-Name : io.openliberty.tools.eclipse.lsp4e
Original file line number Diff line number Diff line change 2020 <parent >
2121 <groupId >io.openliberty.tools.eclipse</groupId >
2222 <artifactId >parent</artifactId >
23- <version >25 .0.12 -SNAPSHOT</version >
23+ <version >26 .0.2 -SNAPSHOT</version >
2424 <relativePath >../../pom.xml</relativePath >
2525 </parent >
2626
2727 <properties >
2828 <liberty .ls.version>2.4</liberty .ls.version>
2929 <jakarta .ls.version>0.2.5</jakarta .ls.version>
30- <mp .ls.version>0.13.2 </mp .ls.version>
30+ <mp .ls.version>0.16.0 </mp .ls.version>
3131 </properties >
3232
3333 <artifactId >io.openliberty.tools.eclipse.lsp4e</artifactId >
Original file line number Diff line number Diff line change 3131import org .eclipse .lsp4j .CompletionList ;
3232import org .eclipse .lsp4j .Diagnostic ;
3333import org .eclipse .lsp4j .Hover ;
34+ import org .eclipse .lsp4j .InlayHint ;
3435import org .eclipse .lsp4j .Location ;
3536import org .eclipse .lsp4j .PublishDiagnosticsParams ;
3637import org .eclipse .lsp4j .SymbolInformation ;
4748import org .eclipse .lsp4mp .commons .MicroProfileJavaDiagnosticsParams ;
4849import org .eclipse .lsp4mp .commons .MicroProfileJavaFileInfoParams ;
4950import org .eclipse .lsp4mp .commons .MicroProfileJavaHoverParams ;
51+ import org .eclipse .lsp4mp .commons .MicroProfileJavaInlayHintParams ;
5052import org .eclipse .lsp4mp .commons .MicroProfileJavaProjectLabelsParams ;
5153import org .eclipse .lsp4mp .commons .MicroProfileProjectInfo ;
5254import org .eclipse .lsp4mp .commons .MicroProfileProjectInfoParams ;
@@ -275,4 +277,10 @@ public CompletableFuture<List<SymbolInformation>> getJavaWorkspaceSymbols(String
275277 // TODO Auto-generated method stub
276278 return null ;
277279 }
280+
281+ @ Override
282+ public CompletableFuture <List <InlayHint >> getJavaInlayHint (MicroProfileJavaInlayHintParams arg0 ) {
283+ // TODO Auto-generated method stub
284+ return null ;
285+ }
278286}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
44Bundle-Name : Liberty Tools
55Bundle-Vendor : Open Liberty
66Bundle-SymbolicName : io.openliberty.tools.eclipse.product;singleton:=true
7- Bundle-Version : 25 .0.12 .qualifier
7+ Bundle-Version : 26 .0.2 .qualifier
88Bundle-RequiredExecutionEnvironment : JavaSE-21
99Automatic-Module-Name : io.openliberty.tools.eclipse
1010Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Bundle-ManifestVersion: 2
44Bundle-Name : Liberty Tools UI
55Bundle-Vendor : Open Liberty
66Bundle-SymbolicName : io.openliberty.tools.eclipse.ui;singleton:=true
7- Bundle-Version : 25 .0.12 .qualifier
7+ Bundle-Version : 26 .0.2 .qualifier
88Bundle-Activator : io.openliberty.tools.eclipse.LibertyDevPlugin
99Export-Package : io.openliberty.tools.eclipse;x-friends:="io.openliberty.tools.eclipse.tests",
1010 io.openliberty.tools.eclipse.debug;x-friends:="io.openliberty.tools.eclipse.tests",
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ pipeline {
3838 }
3939 }
4040
41- stage('Test on Eclipse 3Q2025 ') {
41+ stage('Test on Eclipse 4Q2025 ') {
4242 steps {
4343 dir('liberty-tools-eclipse') {
4444 script {
@@ -48,16 +48,16 @@ pipeline {
4848 sh '''
4949 MVNPATH="$(dirname $(which mvn))/.."
5050 GRADLEPATH="$(dirname $(which gradle))/.."
51- mvn clean verify -DmvnLogFile -DmvnPath=$MVNPATH -DgradlePath=$GRADLEPATH -Dtycho.disableP2Mirrors=true -Declipse.target=3Q2025 -Dosgi.debug=./tests/resources/ci/debug.opts -DtestAppImportWait=120000 -Dtycho.showEclipseLog -e -X
51+ mvn clean verify -DmvnLogFile -DmvnPath=$MVNPATH -DgradlePath=$GRADLEPATH -Dtycho.disableP2Mirrors=true -Declipse.target=4Q2025 -Dosgi.debug=./tests/resources/ci/debug.opts -DtestAppImportWait=120000 -Dtycho.showEclipseLog -e -X
5252 '''
5353 }
5454 } finally {
5555 sh "find tests -type f -name \"lte-dev-mode-output-*.log\""
5656 sh "mkdir lte-dev-mode-output-logs && find tests -type f -name \"lte-dev-mode-output-*.log\" -exec cp {} lte-dev-mode-output-logs \\;"
5757 sh "zip -r lte-dev-mode-output-logs.zip lte-dev-mode-output-logs"
58- sh "cd tests/target/surefire-reports && zip -r 3Q2025 -test-reports.zip ."
58+ sh "cd tests/target/surefire-reports && zip -r 4Q2025 -test-reports.zip ."
5959
60- archiveArtifacts artifacts: 'tests/target/surefire-reports/3Q2025 -test-reports.zip', fingerprint: true
60+ archiveArtifacts artifacts: 'tests/target/surefire-reports/4Q2025 -test-reports.zip', fingerprint: true
6161 archiveArtifacts artifacts: 'lte-dev-mode-output-logs.zip', fingerprint: true
6262 archiveArtifacts artifacts: 'tests/target/work/data/.metadata/.log', fingerprint: true
6363 }
Original file line number Diff line number Diff line change 1414<feature
1515 id =" io.openliberty.tools.eclipse"
1616 label =" %featureName"
17- version =" 25 .0.12 .qualifier"
17+ version =" 26 .0.2 .qualifier"
1818 plugin =" io.openliberty.tools.eclipse.product"
1919 provider-name =" %providerName" >
2020
2828 id =" io.openliberty.tools.eclipse.ui"
2929 download-size =" 0"
3030 install-size =" 0"
31- version =" 25 .0.12 .qualifier"
31+ version =" 26 .0.2 .qualifier"
3232 unpack =" false" />
3333
3434 <plugin
3535 id =" io.openliberty.tools.eclipse.lsp4e"
3636 download-size =" 0"
3737 install-size =" 0"
38- version =" 25 .0.12 .qualifier"
38+ version =" 26 .0.2 .qualifier"
3939 unpack =" false" />
4040
4141 <plugin
4242 id =" io.openliberty.tools.eclipse.product"
4343 download-size =" 0"
4444 install-size =" 0"
45- version =" 25 .0.12 .qualifier"
45+ version =" 26 .0.2 .qualifier"
4646 unpack =" false" />
4747
4848</feature >
Original file line number Diff line number Diff line change 1515 <modelVersion >4.0.0</modelVersion >
1616 <groupId >io.openliberty.tools.eclipse</groupId >
1717 <artifactId >parent</artifactId >
18- <version >25 .0.12 -SNAPSHOT</version >
18+ <version >26 .0.2 -SNAPSHOT</version >
1919 <packaging >pom</packaging >
2020 <licenses >
2121 <license >
4242
4343 <!-- default version of the eclipse IDE to run tests against -->
4444 <!-- must be one of the target platform files defined in this project under releng -->
45- <eclipse .target>3Q2025 </eclipse .target>
45+ <eclipse .target>4Q2025 </eclipse .target>
4646
4747 </properties >
4848
196196 <artifact >
197197 <groupId >io.openliberty.tools.eclipse</groupId >
198198 <artifactId >target-platform-${eclipse.target}</artifactId >
199- <version >25 .0.12 -SNAPSHOT</version >
199+ <version >26 .0.2 -SNAPSHOT</version >
200200 <file >target-platform-${eclipse.target} </file >
201201 </artifact >
202202 </target >
Original file line number Diff line number Diff line change 1212 IBM Corporation - initial implementation
1313-->
1414<site >
15- <feature url =" features/io.openliberty.tools.eclipse_25 .0.12 .qualifier.liberty.jar" id =" io.openliberty.tools.eclipse" version =" 25 .0.12 .qualifier" >
15+ <feature url =" features/io.openliberty.tools.eclipse_26 .0.2 .qualifier.liberty.jar" id =" io.openliberty.tools.eclipse" version =" 26 .0.2 .qualifier" >
1616 <category name =" io.openliberty.tools.eclipse" />
1717 </feature >
1818
1919 <category-def name =" io.openliberty.tools.eclipse" label =" Liberty Tools" />
2020
21- <repository-reference location =" https://download.eclipse.org/jdtls/milestones/1.52 .0/repository" enabled =" true" />
22- <repository-reference location =" https://download.eclipse.org/lsp4mp/releases/0.13.2 /repository" enabled =" true" />
23- <repository-reference location =" https://download.eclipse.org/lsp4j/updates/releases/0.23.1 " enabled =" true" />
21+ <repository-reference location =" https://download.eclipse.org/jdtls/milestones/1.56 .0/repository" enabled =" true" />
22+ <repository-reference location =" https://download.eclipse.org/lsp4mp/releases/0.16.0 /repository" enabled =" true" />
23+ <repository-reference location =" https://download.eclipse.org/lsp4j/updates/releases/0.24.0 " enabled =" true" />
2424 <repository-reference location =" https://download.eclipse.org/lsp4jakarta/releases/0.2.5/repository" enabled =" true" />
2525</site >
You can’t perform that action at this time.
0 commit comments