diff --git a/CHANGELOG.md b/CHANGELOG.md index 90d0b39..3e3a1c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Eclipse GLSP Eclipse Integration Changelog +## v2.8.0 - active + +### Changes + +### Potentially Breaking Changes + +## v2.8.0 - active + +### Changes + +### Potentially Breaking Changes + +## v2.8.0 - active + +### Changes + +### Potentially Breaking Changes + ## [v2.7.0 - 02/06/2026](https://github.com/eclipse-glsp/glsp-eclipse-integration/releases/tag/v2.7.0) ### Changes diff --git a/client/examples/workflow-webapp/package.json b/client/examples/workflow-webapp/package.json index 54468b7..8b15ca0 100644 --- a/client/examples/workflow-webapp/package.json +++ b/client/examples/workflow-webapp/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp-examples/workflow-webapp", - "version": "2.7.0", + "version": "2.8.0-next", "private": true, "description": "GLSP-based webapp for the Workflow example", "scripts": { @@ -14,8 +14,8 @@ "watch:tsc": "tsc -w" }, "dependencies": { - "@eclipse-glsp-examples/workflow-glsp": "2.7.0", - "@eclipse-glsp/ide": "2.7.0" + "@eclipse-glsp-examples/workflow-glsp": "next", + "@eclipse-glsp/ide": "2.8.0-next" }, "devDependencies": { "@vscode/codicons": "^0.0.25", diff --git a/client/lerna.json b/client/lerna.json index 4cf9efb..22ddc00 100644 --- a/client/lerna.json +++ b/client/lerna.json @@ -1,5 +1,5 @@ { - "version": "2.7.0", + "version": "2.8.0-next", "npmClient": "yarn", "command": { "run": { diff --git a/client/package.json b/client/package.json index c816072..74295f3 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "parent", - "version": "2.7.0", + "version": "2.8.0-next", "private": true, "workspaces": [ "packages/*", @@ -29,7 +29,7 @@ "watch": "concurrently --kill-others -n tsc,webapp -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s app watch\"" }, "devDependencies": { - "@eclipse-glsp/dev": "2.7.0", + "@eclipse-glsp/dev": "next", "@types/node": "22.x", "copyfiles": "^2.4.1", "lerna": "^9.0.0", diff --git a/client/packages/ide/package.json b/client/packages/ide/package.json index dbf4754..5d12656 100644 --- a/client/packages/ide/package.json +++ b/client/packages/ide/package.json @@ -1,6 +1,6 @@ { "name": "@eclipse-glsp/ide", - "version": "2.7.0", + "version": "2.8.0-next", "description": "Glue code to integrate GLSP clients into Eclipse via a webapp", "homepage": "https://www.eclipse.org/glsp/", "bugs": "https://github.com/eclipse-glsp/glsp/issues", @@ -33,7 +33,7 @@ "watch": "tsc -w" }, "dependencies": { - "@eclipse-glsp/client": "2.7.0" + "@eclipse-glsp/client": "next" }, "engines": { "yarn": "1.0.x || >=1.2.1" diff --git a/client/yarn.lock b/client/yarn.lock index 5f53466..d421385 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -205,37 +205,37 @@ resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70" integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw== -"@eclipse-glsp-examples/workflow-glsp@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-2.7.0.tgz#a547d056a0a1c1cf1fe90a65f01179bca70666df" - integrity sha512-worUOwus35o2xSOWyIRegVm8Rlo4MHy3E9037cGOEfzq4qoyqEPQtrCzth/v1EPvrMfr9HNY+8+ObCHYqrgLKw== +"@eclipse-glsp-examples/workflow-glsp@next": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp-examples/workflow-glsp/-/workflow-glsp-2.8.0-next.0.tgz#94d520ca66ced0ff4993d444a5068f90dd6b3c7c" + integrity sha512-6sC8IrO9UHe1ms3ta/e9vzFSkBzz/N61z8zS1OznFEs+00RY+gJeFVUBA8f0iRaHa5MC/1cJl3KCRKNDr0miQw== dependencies: - "@eclipse-glsp/client" "2.7.0" + "@eclipse-glsp/client" "2.8.0-next.0+edfadd9" balloon-css "^0.5.0" -"@eclipse-glsp/cli@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.7.0.tgz#790d798b443b931cd7ea13fc35a245f0736dea30" - integrity sha512-FR2W6nTR+jP3oVW6vug2HE4ldTM3RMcYNoKM841QJ3TZpuNpbMHCEYuoERTnr7F4VxkXwPGfSfwLLq5wni+b5g== +"@eclipse-glsp/cli@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/cli/-/cli-2.8.0-next.0.tgz#455f23a890b0019dab21044905566a6fabcda15b" + integrity sha512-EIFkq0vtsKdtZCnixSX8pNF6GraBXCXO42Xm+FyZ90+L9GOwVamR5aXaLpf2IobyLvPMh4IGxIdxaMhd2qEO3Q== -"@eclipse-glsp/client@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.7.0.tgz#21c3c3c697308e7941b08ae31383dd73bf98d5bc" - integrity sha512-Jkk9jDrUOCQ54myJtYyyYq+HShDgeeyB0zxHU6jaCAFLzFubz0svnW+0efplImpnYFlDdZCF54GbSIbJYRoyIw== +"@eclipse-glsp/client@2.8.0-next.0+edfadd9", "@eclipse-glsp/client@next": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.8.0-next.0.tgz#69bedacf121bc1eca7f34f8f40ffebbe78b4d54f" + integrity sha512-/RoEsL8R9LLqnohOMOdunwMCPLmp/+9H+eo2HgriExkvyRFexomKodYMyyPuMbXG+khT4plR4Hhv2ZheBzKVeQ== dependencies: - "@eclipse-glsp/sprotty" "2.7.0" + "@eclipse-glsp/sprotty" "2.8.0-next.0+edfadd9" autocompleter "^9.1.2" file-saver "^2.0.5" snabbdom "~3.5.1" vscode-jsonrpc "8.2.0" -"@eclipse-glsp/config-test@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.7.0.tgz#3378bd0d65bf0cfe178ae7b7827af77f63a27fcf" - integrity sha512-0VKnpkwaBArXuDxSMJ5/5TD3XH2gjt2uOWS6Ct5l6yJ1W18SMWR8NMgY8Gzy7UkGqBuRtC3PodLLUJbSrJZwnw== +"@eclipse-glsp/config-test@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/config-test/-/config-test-2.8.0-next.0.tgz#50869d5f8ec6cdc964d04ce6a373205dc60cc671" + integrity sha512-H6iSBadrln+k1ZxDBvrYS/j3jaRrMAJUCBcVlu3q5BtWFkdnebQwuL7PkTu7HwoleEkf3INE5dMVEPhl9efOVQ== dependencies: - "@eclipse-glsp/mocha-config" "2.7.0" - "@eclipse-glsp/nyc-config" "2.7.0" + "@eclipse-glsp/mocha-config" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/nyc-config" "2.8.0-next.0+f26bdf4" "@istanbuljs/nyc-config-typescript" "^1.0.2" "@types/chai" "^4.3.7" "@types/mocha" "^10.0.2" @@ -248,14 +248,14 @@ sinon "^15.1.0" ts-node "^10.9.1" -"@eclipse-glsp/config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.7.0.tgz#af9f08852cc393a3336f0b1fd7929b46dd35d523" - integrity sha512-r8ueL74sULxShM8cYFIa4sKklQ2auElf/+K4Zmt8UgtD1I3YMzWtDLpCtCWCO+r+Yfe3MgF5yMZzblpHL7jDjg== +"@eclipse-glsp/config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.8.0-next.0.tgz#6cd38032e6b0430f0f42bcb4bb6e970f29d25b2c" + integrity sha512-WLfVEUl92cz7XtWzDmm6wu4OTYhqFgpCMTFtYwZZWkCwAknOQiKAKmW+kP7BDxDV462Z7SqK94/O/h21ucwGfA== dependencies: - "@eclipse-glsp/eslint-config" "2.7.0" - "@eclipse-glsp/prettier-config" "2.7.0" - "@eclipse-glsp/ts-config" "2.7.0" + "@eclipse-glsp/eslint-config" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/prettier-config" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/ts-config" "2.8.0-next.0+f26bdf4" "@eslint/js" "^9.0.0" "@stylistic/eslint-plugin" "^2.0.0" "@tony.ganchev/eslint-plugin-header" "^3.1.1" @@ -271,62 +271,62 @@ rimraf "^5.0.5" typescript-eslint "^8.0.0" -"@eclipse-glsp/dev@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.7.0.tgz#abbc7b0bf9f131e6d55dedd9abc21010db773efa" - integrity sha512-yv3XQMmtTpAqswy+ZO05+BbppnWk0QMD5DzWJiKwyZsDvwQcPR6juQouWMP8X1p7QFQBLoeplW7C0jj/PQjUUg== +"@eclipse-glsp/dev@next": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/dev/-/dev-2.8.0-next.0.tgz#f3f0cae98502a858b403b1a8ffbb8e037082e078" + integrity sha512-QYrBGoa39xh5OQSDk3YR5Qt6YLc3mS3Jv2A1of/It9I1DeDw0cRI68XbeTQu6VVLEXJIeaVxb4+/N0kiDR0H6Q== dependencies: - "@eclipse-glsp/cli" "2.7.0" - "@eclipse-glsp/config" "2.7.0" - "@eclipse-glsp/config-test" "2.7.0" + "@eclipse-glsp/cli" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/config" "2.8.0-next.0+f26bdf4" + "@eclipse-glsp/config-test" "2.8.0-next.0+f26bdf4" -"@eclipse-glsp/eslint-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.7.0.tgz#6e47e8ca7a4b2b1257e7e0b5fb9b024cd3568693" - integrity sha512-IyeeV81mp13b5iNKwyQ3PcCk5BoNP9QHYw+cSc9kU2o11bLWlx72l/+mDzDEwh/N7Aa1sIJkSAZQwqfuttMuig== +"@eclipse-glsp/eslint-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.8.0-next.0.tgz#627ab92ff9e8afd6afb20faf6c73c81ea6c18252" + integrity sha512-2ee6soApaB9NGsZhehbwa9Qs/WRh+5nl1cIszAaTi01Oadlg4TOxilfL1ahiuKuA+OyUJQLrlevC/Z7mho2GOw== -"@eclipse-glsp/mocha-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.7.0.tgz#32cb801398592fcbd341865e32a7117730d578d4" - integrity sha512-GTEVPmRBLN71mVrLa4tSjVGFzBMFfd+RGHzCctIS5OTGepFQKhAYs0dlR9RW5y4M7lEXONwrH+PijNgbkrwzrA== +"@eclipse-glsp/mocha-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/mocha-config/-/mocha-config-2.8.0-next.0.tgz#a4ecdd5321f519937bb25e6e0e864d774ef0a246" + integrity sha512-jQf1L+fcXAISUFwZ6vxoso1acebQNwkyWA/uAmyUwmVOcdv8L5gMHSRoVcRFtSKi2oumPL3WSv3StEy4RFRQLA== -"@eclipse-glsp/nyc-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.7.0.tgz#4ea463fe7701f4e4f42a1a7e5a78c0a0b7617f31" - integrity sha512-O61shSSwRGhwjr0rw0fQv1M0uDcoyyu676qmT6OFSRTcOFkJjZ3G1QTdUrNJIvgX3HmM/X4xe677iWT3c8+XKw== +"@eclipse-glsp/nyc-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/nyc-config/-/nyc-config-2.8.0-next.0.tgz#67e2189a2625a36334e2727ff54f55f418ef8646" + integrity sha512-xJPefu/KG8p7ALjUaHzQr9O7Y5V7GRHTHSjF5JqOLtsSzwr69rHs3TEmikBU+uDBbmua73zpYzGTo649UwLgtQ== -"@eclipse-glsp/prettier-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.7.0.tgz#0afeac7a6e1bf89865743b0216d466018a627792" - integrity sha512-15dw7ulpOqTTSKPCQ/H3i/wXzQ4+kF19zdhPa05LyOOmkOANQtIZPjAAAamT5bAb/T2cHNvMiT+T5vzCraYXuA== +"@eclipse-glsp/prettier-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.8.0-next.0.tgz#bb87f6bc9bfae20e9d361b0b519cc5365f732709" + integrity sha512-lSqXdA7wuCiEudKmXnyULTTVnGGy2I9uTcxBoI4tYQgwrk/eBU91ltE5IoRxKXpyzNTMR2kbAl9hSPU/8i1O/Q== dependencies: prettier-plugin-packagejson "~2.4.6" -"@eclipse-glsp/protocol@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.7.0.tgz#8e253dbd8365c207f7962b09d8a9b6638b5142a2" - integrity sha512-jHJxGU/jcj8n3dsHIeo3qseJQ/wNlhaWQ90+fSPHOT0pwg5DAvtWqs0ktVcSB5Xwjv4VCv1UqYOCR8K9uUrH4g== +"@eclipse-glsp/protocol@2.8.0-next.0+edfadd9": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.8.0-next.0.tgz#e273d1879bfbc9773558e8d4e82dc5e3cfabae88" + integrity sha512-RbC/OwCki1QkaJSuIKW0yI3ij9210B3MToF1EHUnbYPpM2DJwl3oO9DCey9TrhoZRjpYme44olHDWTRRAQuxdA== dependencies: sprotty-protocol "1.4.0" uuid "~14.0.0" vscode-jsonrpc "8.2.0" -"@eclipse-glsp/sprotty@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.7.0.tgz#7f4f0f97d89b0f86461fbf45337b229e8fbd1f2a" - integrity sha512-pRkU0+M5ScLRXZduuqbRuTDJqoUo9Pq2t08KN9bZyjbTJaHcHFVsiCOCm2QQ0VGSyUmutXaq95YaSVVwbZ/IPA== +"@eclipse-glsp/sprotty@2.8.0-next.0+edfadd9": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.8.0-next.0.tgz#bd588c5a0d060f3a428318403055fde33dabdb69" + integrity sha512-o1hCVbOCKH+eFicGK55DYwEQY1T7FUoYcghNcQ3G8G5cEFQt1gu3qSVG4Sln3P2TH7Na7IugF5Y4SjDnf6vp2A== dependencies: - "@eclipse-glsp/protocol" "2.7.0" + "@eclipse-glsp/protocol" "2.8.0-next.0+edfadd9" autocompleter "^9.1.0" snabbdom "~3.5.1" sprotty "1.4.0" sprotty-protocol "1.4.0" vscode-jsonrpc "8.2.0" -"@eclipse-glsp/ts-config@2.7.0": - version "2.7.0" - resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.7.0.tgz#bd251b938ea190986b8030214a0ba003faf07b81" - integrity sha512-uFJAyLOX7vqHmmkPxEQhyqh7StcUMAEORvpOvsT6ta3D17L1UmXdxU3ayjHA7adBhyUwnq6Dvdii6LBcHgHGGw== +"@eclipse-glsp/ts-config@2.8.0-next.0+f26bdf4": + version "2.8.0-next.0" + resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.8.0-next.0.tgz#dae32fa51ade0c5b026c2466b5574ddbe1fdbf75" + integrity sha512-lysPrSKrtq5KHSA/m5F5CebTdNPi7xZ5ZJMDcAH5+VrJ2hx9PnGESxbfPOKHNkT2N/ya7e6is1AIVRuxhAs38w== "@emnapi/core@^1.1.0": version "1.6.0" diff --git a/server/example/org.eclipse.glsp.ide.workflow.editor/META-INF/MANIFEST.MF b/server/example/org.eclipse.glsp.ide.workflow.editor/META-INF/MANIFEST.MF index 1d47b51..b0aae19 100644 --- a/server/example/org.eclipse.glsp.ide.workflow.editor/META-INF/MANIFEST.MF +++ b/server/example/org.eclipse.glsp.ide.workflow.editor/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Workflow Editor Bundle-SymbolicName: org.eclipse.glsp.ide.workflow.editor;singleton:=true -Bundle-Version: 2.7.0 +Bundle-Version: 2.8.0.qualifier Bundle-ClassPath: . Bundle-Activator: org.eclipse.glsp.ide.workflow.editor.Activator Bundle-Vendor: Eclipse GLSP diff --git a/server/example/org.eclipse.glsp.ide.workflow.editor/pom.xml b/server/example/org.eclipse.glsp.ide.workflow.editor/pom.xml index 62fb08c..a681798 100644 --- a/server/example/org.eclipse.glsp.ide.workflow.editor/pom.xml +++ b/server/example/org.eclipse.glsp.ide.workflow.editor/pom.xml @@ -8,7 +8,7 @@ org.eclipse.glsp.ide org.eclipse.glsp.ide.parent - 2.7.0 + 2.8.0-SNAPSHOT ../../pom.xml diff --git a/server/plugins/org.eclipse.glsp.ide.editor/META-INF/MANIFEST.MF b/server/plugins/org.eclipse.glsp.ide.editor/META-INF/MANIFEST.MF index 52f4b08..f6a3694 100644 --- a/server/plugins/org.eclipse.glsp.ide.editor/META-INF/MANIFEST.MF +++ b/server/plugins/org.eclipse.glsp.ide.editor/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: GLSP Editor Integration Bundle-SymbolicName: org.eclipse.glsp.ide.editor;singleton:=true Bundle-Activator: org.eclipse.glsp.ide.editor.ui.GLSPIdeEditorPlugin Bundle-ActivationPolicy: lazy -Bundle-Version: 2.7.0 +Bundle-Version: 2.8.0.qualifier Bundle-Vendor: Eclipse GLSP Automatic-Module-Name: com.eclipsesource.glsp.editor Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/server/plugins/org.eclipse.glsp.ide.editor/pom.xml b/server/plugins/org.eclipse.glsp.ide.editor/pom.xml index 23bcc6f..33dc62c 100644 --- a/server/plugins/org.eclipse.glsp.ide.editor/pom.xml +++ b/server/plugins/org.eclipse.glsp.ide.editor/pom.xml @@ -8,7 +8,7 @@ org.eclipse.glsp.ide org.eclipse.glsp.ide.parent - 2.7.0 + 2.8.0-SNAPSHOT ../../pom.xml diff --git a/server/pom.xml b/server/pom.xml index 3e41ce2..5f0e1f0 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -6,7 +6,7 @@ org.eclipse.glsp.ide org.eclipse.glsp.ide.parent GLSP Eclipse IDE Integration Parent pom - 2.7.0 + 2.8.0-SNAPSHOT pom GLSP Eclipse IDE Integration Parent diff --git a/server/releng/org.eclipse.glsp.ide.feature/feature.xml b/server/releng/org.eclipse.glsp.ide.feature/feature.xml index 245f7de..7be0541 100644 --- a/server/releng/org.eclipse.glsp.ide.feature/feature.xml +++ b/server/releng/org.eclipse.glsp.ide.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/server/releng/org.eclipse.glsp.ide.feature/pom.xml b/server/releng/org.eclipse.glsp.ide.feature/pom.xml index 65ac157..e8452bd 100644 --- a/server/releng/org.eclipse.glsp.ide.feature/pom.xml +++ b/server/releng/org.eclipse.glsp.ide.feature/pom.xml @@ -4,7 +4,7 @@ org.eclipse.glsp.ide org.eclipse.glsp.ide.releng - 2.7.0 + 2.8.0-SNAPSHOT ../ eclipse-feature diff --git a/server/releng/org.eclipse.glsp.ide.releng.target/r2023-12.target b/server/releng/org.eclipse.glsp.ide.releng.target/r2023-12.target index 94a1547..02021b4 100644 --- a/server/releng/org.eclipse.glsp.ide.releng.target/r2023-12.target +++ b/server/releng/org.eclipse.glsp.ide.releng.target/r2023-12.target @@ -30,7 +30,7 @@ - + diff --git a/server/releng/org.eclipse.glsp.ide.releng.target/r2023-12.tpd b/server/releng/org.eclipse.glsp.ide.releng.target/r2023-12.tpd index 0c0b6ac..5a225f8 100644 --- a/server/releng/org.eclipse.glsp.ide.releng.target/r2023-12.tpd +++ b/server/releng/org.eclipse.glsp.ide.releng.target/r2023-12.tpd @@ -21,7 +21,7 @@ location "https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024 jakarta.servlet-api [6.1.0,7.0.0) } -location "https://download.eclipse.org/glsp/server/p2/releases/2.7.0"{ +location "https://download.eclipse.org/glsp/server/p2/nightly/2.8/"{ org.eclipse.glsp.feature.feature.group lazy org.eclipse.glsp.feature.source.feature.group lazy org.eclipse.glsp.server.websocket lazy diff --git a/server/releng/org.eclipse.glsp.ide.releng.target/r2025-12.target b/server/releng/org.eclipse.glsp.ide.releng.target/r2025-12.target index f22ec31..0e2695e 100644 --- a/server/releng/org.eclipse.glsp.ide.releng.target/r2025-12.target +++ b/server/releng/org.eclipse.glsp.ide.releng.target/r2025-12.target @@ -29,7 +29,7 @@ - + diff --git a/server/releng/org.eclipse.glsp.ide.releng.target/r2025-12.tpd b/server/releng/org.eclipse.glsp.ide.releng.target/r2025-12.tpd index 297b3d3..1b4afc6 100644 --- a/server/releng/org.eclipse.glsp.ide.releng.target/r2025-12.tpd +++ b/server/releng/org.eclipse.glsp.ide.releng.target/r2025-12.tpd @@ -20,7 +20,7 @@ location "https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025 jakarta.servlet-api [6.1.0,7.0.0) } -location "https://download.eclipse.org/glsp/server/p2/releases/2.7.0"{ +location "https://download.eclipse.org/glsp/server/p2/nightly/2.8/"{ org.eclipse.glsp.feature.feature.group lazy org.eclipse.glsp.feature.source.feature.group lazy org.eclipse.glsp.server.websocket lazy diff --git a/server/releng/org.eclipse.glsp.ide.repository/category.xml b/server/releng/org.eclipse.glsp.ide.repository/category.xml index 991d4e4..52c93c0 100644 --- a/server/releng/org.eclipse.glsp.ide.repository/category.xml +++ b/server/releng/org.eclipse.glsp.ide.repository/category.xml @@ -13,6 +13,6 @@ - + diff --git a/server/releng/org.eclipse.glsp.ide.repository/pom.xml b/server/releng/org.eclipse.glsp.ide.repository/pom.xml index 112a4e7..8c75145 100644 --- a/server/releng/org.eclipse.glsp.ide.repository/pom.xml +++ b/server/releng/org.eclipse.glsp.ide.repository/pom.xml @@ -5,7 +5,7 @@ org.eclipse.glsp.ide org.eclipse.glsp.ide.releng - 2.7.0 + 2.8.0-SNAPSHOT ../ org.eclipse.glsp.ide.repository diff --git a/server/releng/pom.xml b/server/releng/pom.xml index bc1f4f7..608db5d 100644 --- a/server/releng/pom.xml +++ b/server/releng/pom.xml @@ -11,7 +11,7 @@ org.eclipse.glsp.ide org.eclipse.glsp.ide.parent - 2.7.0 + 2.8.0-SNAPSHOT ../pom.xml