Skip to content

Commit a8b6d84

Browse files
committed
Update 2.3.0
1 parent e55606e commit a8b6d84

File tree

63 files changed

+2673
-1598
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+2673
-1598
lines changed

project-templates/java-emf-eclipse/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ The most important entry points are:
3939

4040
The following libraries/frameworks need to be installed on your system:
4141

42-
- [Node.js](https://nodejs.org/en/) `>=16.11.0`
43-
- [Yarn](https://classic.yarnpkg.com/en/docs/install#debian-stable) `>=1.7.0 < 2.x.x`
42+
- [Node.js](https://nodejs.org/en/) `>=18`
43+
- [Yarn](https://classic.yarnpkg.com/en/docs/install#debian-stable) `>=1.7.0 < 2`
4444
- [Java](https://adoptium.net/temurin/releases) `>=17`
4545
- [Maven](https://maven.apache.org/) `>=3.6.0`
4646

project-templates/java-emf-eclipse/glsp-client/lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.1",
2+
"version": "2.3.0",
33
"npmClient": "yarn",
44
"command": {
55
"run": {

project-templates/java-emf-eclipse/glsp-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parent",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"private": true,
55
"homepage": "https://www.eclipse.org/glsp/",
66
"bugs": "https://github.com/eclipse-glsp/glsp/issues",
@@ -36,7 +36,7 @@
3636
"watch": "concurrently --kill-others -n tsc,app -c red,yellow \"tsc -b -w --preserveWatchOutput\" \"yarn -s eclipse watch:bundle\""
3737
},
3838
"devDependencies": {
39-
"@eclipse-glsp/config": "2.2.1",
39+
"@eclipse-glsp/config": "2.3.0",
4040
"concurrently": "^8.2.2",
4141
"copyfiles": "^2.4.1",
4242
"lerna": "8.1.7",

project-templates/java-emf-eclipse/glsp-client/tasklist-eclipse/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasklist-eclipse",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"private": "true",
55
"description": "GLSP-frontend code for the EMF model TaskList Eclipse integration",
66
"keywords": [
@@ -40,8 +40,8 @@
4040
"watch:bundle": "webpack --watch"
4141
},
4242
"dependencies": {
43-
"@eclipse-glsp/ide": "2.2.1",
44-
"tasklist-glsp": "2.2.1"
43+
"@eclipse-glsp/ide": "2.3.0",
44+
"tasklist-glsp": "2.3.0"
4545
},
4646
"devDependencies": {
4747
"@vscode/codicons": "^0.0.25",

project-templates/java-emf-eclipse/glsp-client/tasklist-glsp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tasklist-glsp",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"private": "true",
55
"description": "GLSP sprotty diagrams for the EMF model TaskList DSL",
66
"keywords": [
@@ -39,6 +39,6 @@
3939
"watch": "tsc -w"
4040
},
4141
"dependencies": {
42-
"@eclipse-glsp/client": "2.2.1"
42+
"@eclipse-glsp/client": "2.3.0"
4343
}
4444
}

project-templates/java-emf-eclipse/glsp-client/yarn.lock

+76-55
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@
3737
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
3838
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
3939

40-
"@eclipse-glsp/client@2.2.1":
41-
version "2.2.1"
42-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.2.1.tgz#b719e687488f14ff9ac4509706362a7eef7c0366"
43-
integrity sha512-TsWSOCc/tcANwuOcgP3lPlsBL4eyFB2z74nvefslRdk3iZd+CqQjWXns6Ge3AAw6Kj3vqyhXYunJx6domSJHDQ==
40+
"@eclipse-glsp/client@2.3.0":
41+
version "2.3.0"
42+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/client/-/client-2.3.0.tgz#97e1a75dd63f4d0c4131b6e269e1948ab456f506"
43+
integrity sha512-YIHN5ySSu14S4g/vUOuCKexk/0OdB1Y3lyN7KrRLyppPnSjwX7n9VnkWfImzBfgWrUBAST97m1uTIA3e4yT2og==
4444
dependencies:
45-
"@eclipse-glsp/sprotty" "2.2.1"
45+
"@eclipse-glsp/sprotty" "^2.3.0"
4646
autocompleter "^9.1.2"
4747
file-saver "^2.0.5"
4848
lodash "4.17.21"
4949
snabbdom "~3.5.1"
5050
vscode-jsonrpc "8.2.0"
5151

52-
"@eclipse-glsp/config@2.2.1":
53-
version "2.2.1"
54-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.2.1.tgz#6db57305366a671ffb37100a3c716a9ae2006f6e"
55-
integrity sha512-nwLbyj3cExt+HxcwTTAnoRD52hYO0MpvbRMYvN+eud8XnySQ4uplm11ynnBDhmLiMrEBNLGy5tt1gbRD34wtwg==
52+
"@eclipse-glsp/config@2.3.0":
53+
version "2.3.0"
54+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/config/-/config-2.3.0.tgz#075ba32546920996a43807f817383bf294ce846c"
55+
integrity sha512-LkE+1UNpt1ZjPZhXAQLpqbEz3NPeZObLphgzmf3hMJ8z1gzUBZYsbfArTI4sZxXyEkfmr6YJ4b91nsTLWMaWlw==
5656
dependencies:
57-
"@eclipse-glsp/eslint-config" "2.2.1"
58-
"@eclipse-glsp/prettier-config" "2.2.1"
59-
"@eclipse-glsp/ts-config" "2.2.1"
57+
"@eclipse-glsp/eslint-config" "2.3.0"
58+
"@eclipse-glsp/prettier-config" "2.3.0"
59+
"@eclipse-glsp/ts-config" "2.3.0"
6060
"@typescript-eslint/eslint-plugin" "^6.7.5"
6161
"@typescript-eslint/parser" "^6.7.5"
6262
eslint "^8.51.0"
@@ -70,50 +70,50 @@
7070
reflect-metadata "^0.1.13"
7171
rimraf "^5.0.5"
7272

73-
"@eclipse-glsp/eslint-config@2.2.1":
74-
version "2.2.1"
75-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.2.1.tgz#6686b88a3c46efbf51a5008aede34a94bc1e9762"
76-
integrity sha512-gfFaE/kqi6EouYF3TO71YWzxJdUPLtXAoYkXM356SFBCHghUYYs0mqqik5stZgvrH65NcKnbtkCd11XXblNvWw==
73+
"@eclipse-glsp/eslint-config@2.3.0":
74+
version "2.3.0"
75+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/eslint-config/-/eslint-config-2.3.0.tgz#e88dcbdef9319fad55de817db3dcf0943b14eada"
76+
integrity sha512-ks8icAt35BPZY/F5ucALrbqW4lhpslrQJABUxAM+/WxLNNbggLMTa5jJc4HJITIM3DPpVSKnIzx9jHv6Ywp6Wg==
7777

78-
"@eclipse-glsp/ide@2.2.1":
79-
version "2.2.1"
80-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ide/-/ide-2.2.1.tgz#e9eeb12597a7437dd740f0282d82c54d85b9a0eb"
81-
integrity sha512-Oq1v48Oho3SthZ3E9XjUmpcsS/whyWRZJ5kBcBsVJqNssClN6VcwS03YsgLfsesfdIEKlmLGHWBxRaTs4H4W6g==
78+
"@eclipse-glsp/ide@2.3.0":
79+
version "2.3.0"
80+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ide/-/ide-2.3.0.tgz#86988fe80e92e40f19024661d677f107c62bed12"
81+
integrity sha512-Izzvm1s79LpCZ0VM+HPnVkjO7XCq1C5lbJubi6zyGd2qcr6LmBIHZy3UyQVXmeXbjIbjIt5qdy8H++SY3Rulng==
8282
dependencies:
83-
"@eclipse-glsp/client" "2.2.1"
83+
"@eclipse-glsp/client" "2.3.0"
8484

85-
"@eclipse-glsp/prettier-config@2.2.1":
86-
version "2.2.1"
87-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.2.1.tgz#ed36f17b4a37a12c9c0e46fa0015a04569eb7cf3"
88-
integrity sha512-mf7Zh+0ZKbga7rq5bYyucTPV0YX9O+6hqgQlAZnYhlIVs/G9PtM9YfTo4PdaFeEfiFxse0o9OEd5OOgoc7Y4sw==
85+
"@eclipse-glsp/prettier-config@2.3.0":
86+
version "2.3.0"
87+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/prettier-config/-/prettier-config-2.3.0.tgz#2fef36d466b54e7fa08a40fbcb4b06134a37639d"
88+
integrity sha512-ZeemPmMrU0vMcE/wVH0QiJvlWtXUFwYHFCc2VjbXFs8/3+PTbi2ROk7ZvLdohPpGkZfD/1WzfHlolatl89r4MQ==
8989
dependencies:
9090
prettier-plugin-packagejson "~2.4.6"
9191

92-
"@eclipse-glsp/protocol@2.2.1":
93-
version "2.2.1"
94-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.2.1.tgz#60fe2936aec71f5b52876ded8108ce06a08d1c61"
95-
integrity sha512-v0u9Izx5zn50beC9qJXSNlkoYDLaZ8z4+IT0c4jll6U4PG+unZbGWVWhC+mED7rY+BaA0oT683bxIB8yRhfIJA==
92+
"@eclipse-glsp/protocol@^2.3.0":
93+
version "2.3.0"
94+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/protocol/-/protocol-2.3.0.tgz#87db53ffb81090abfe900e6ab7a5bb383a8cf2a3"
95+
integrity sha512-y9gKtDYjvwLaWXi9ULhU21W4uEwNy94B2NjnNoxhAcZXwFxG14G4B2tBULnLJPCSeH+R717a7NRk3ECNX7lkcQ==
9696
dependencies:
97-
sprotty-protocol "1.2.0"
97+
sprotty-protocol "1.4.0"
9898
uuid "~10.0.0"
9999
vscode-jsonrpc "8.2.0"
100100

101-
"@eclipse-glsp/sprotty@2.2.1":
102-
version "2.2.1"
103-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.2.1.tgz#384f6006d8bb172ef575b72e5124b0a3e06b9a85"
104-
integrity sha512-k6DbqblORD5WUQMuotSJ9MpuyIccUsKpEUeNkgG7wUJUX94TSjROYEWY3pI3dvF/ipzFplITZvXbL77z7Z+Uwg==
101+
"@eclipse-glsp/sprotty@^2.3.0":
102+
version "2.3.0"
103+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/sprotty/-/sprotty-2.3.0.tgz#6cbb1d299625315fbee22445343c3569b71c2bf7"
104+
integrity sha512-bsyrpJyH05ksQnLnpJg7hPVZX8yt16gke387VYnkQoiryB24XM/Korbukb3q/OQSka30rECt6OC3NgazKP59DQ==
105105
dependencies:
106-
"@eclipse-glsp/protocol" "2.2.1"
106+
"@eclipse-glsp/protocol" "^2.3.0"
107107
autocompleter "^9.1.0"
108108
snabbdom "~3.5.1"
109-
sprotty "1.2.0"
110-
sprotty-protocol "1.2.0"
109+
sprotty "1.4.0"
110+
sprotty-protocol "1.4.0"
111111
vscode-jsonrpc "8.2.0"
112112

113-
"@eclipse-glsp/ts-config@2.2.1":
114-
version "2.2.1"
115-
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.2.1.tgz#c695dddebb3e00b530346bfbd12622aa90d1ce9f"
116-
integrity sha512-oSzFLcmMAJ3p/BAlxmTxn+aX43NZVk04sWvTbV0FXzwGazfADz+7iMYO2oAV53yJvWLJaPca8xWm++sEzOMrig==
113+
"@eclipse-glsp/ts-config@2.3.0":
114+
version "2.3.0"
115+
resolved "https://registry.yarnpkg.com/@eclipse-glsp/ts-config/-/ts-config-2.3.0.tgz#9b4c91b1a8341f1ab6cf5894d51484ceb5054bc1"
116+
integrity sha512-mQukxKKx6l/seowiCfOI0+/PiMM2kDduPN4GE51aLOI9dMSd5jmiFq61mt1eBAn1hLo3/V4s2dhjjhBO7S/36A==
117117

118118
"@emnapi/core@^1.1.0":
119119
version "1.2.0"
@@ -193,6 +193,24 @@
193193
resolved "https://registry.yarnpkg.com/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz#98c23c950a3d9b6c8f0daed06da6c3af06981340"
194194
integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
195195

196+
"@inversifyjs/[email protected]":
197+
version "1.4.0"
198+
resolved "https://registry.yarnpkg.com/@inversifyjs/common/-/common-1.4.0.tgz#4df42e8cb012a1630ebf2f3c65bb76ac5b0f3e4c"
199+
integrity sha512-qfRJ/3iOlCL/VfJq8+4o5X4oA14cZSBbpAmHsYj8EsIit1xDndoOl0xKOyglKtQD4u4gdNVxMHx4RWARk/I4QA==
200+
201+
"@inversifyjs/[email protected]":
202+
version "1.3.5"
203+
resolved "https://registry.yarnpkg.com/@inversifyjs/core/-/core-1.3.5.tgz#c02ee3ed036aae40189302794f16a9f4e0ed4557"
204+
integrity sha512-B4MFXabhNTAmrfgB+yeD6wd/GIvmvWC6IQ8Rh/j2C3Ix69kmqwz9pr8Jt3E+Nho9aEHOQCZaGmrALgtqRd+oEQ==
205+
dependencies:
206+
"@inversifyjs/common" "1.4.0"
207+
"@inversifyjs/reflect-metadata-utils" "0.2.4"
208+
209+
"@inversifyjs/[email protected]":
210+
version "0.2.4"
211+
resolved "https://registry.yarnpkg.com/@inversifyjs/reflect-metadata-utils/-/reflect-metadata-utils-0.2.4.tgz#c65172283db9516c4a27e8d673ca7a31a07d528b"
212+
integrity sha512-u95rV3lKfG+NT2Uy/5vNzoDujos8vN8O18SSA5UyhxsGYd4GLQn/eUsGXfOsfa7m34eKrDelTKRUX1m/BcNX5w==
213+
196214
"@isaacs/cliui@^8.0.2":
197215
version "8.0.2"
198216
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
@@ -3137,10 +3155,13 @@ interpret@^3.1.1:
31373155
resolved "https://registry.yarnpkg.com/interpret/-/interpret-3.1.1.tgz#5be0ceed67ca79c6c4bc5cf0d7ee843dcea110c4"
31383156
integrity sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==
31393157

3140-
inversify@~6.0.2:
3141-
version "6.0.2"
3142-
resolved "https://registry.yarnpkg.com/inversify/-/inversify-6.0.2.tgz#dc7fa0348213d789d35ffb719dea9685570989c7"
3143-
integrity sha512-i9m8j/7YIv4mDuYXUAcrpKPSaju/CIly9AHK5jvCBeoiM/2KEsuCQTTP+rzSWWpLYWRukdXFSl6ZTk2/uumbiA==
3158+
inversify@^6.1.3:
3159+
version "6.2.1"
3160+
resolved "https://registry.yarnpkg.com/inversify/-/inversify-6.2.1.tgz#cceafa8d2c648a20713cca64ee8d8f38c9a29d6b"
3161+
integrity sha512-W6Xi0icXIiC48RWdT681+GlZVgAKmCrNTiP7hj4IVPFbcxHz+Jj8Gxz5qr/Az2cgcZMYdB8tKIr2e68LUi1LYQ==
3162+
dependencies:
3163+
"@inversifyjs/common" "1.4.0"
3164+
"@inversifyjs/core" "1.3.5"
31443165

31453166
ip-address@^9.0.5:
31463167
version "9.0.5"
@@ -5328,21 +5349,21 @@ sprintf-js@~1.0.2:
53285349
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
53295350
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
53305351

5331-
sprotty-protocol@1.2.0, sprotty-protocol@^1.2.0:
5332-
version "1.2.0"
5333-
resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-1.2.0.tgz#cfd6d637f2670a3d641997bb5add27cb1bddb57a"
5334-
integrity sha512-SHu61Qiw7bAD2nyRqdOASSihVNbeEuKI7cQx+o9EeyLpbmXKX6NTcGSVpxmWztHUIP0I6gZhKnkhF/BWo46mUQ==
5352+
sprotty-protocol@1.4.0, sprotty-protocol@^1.4.0:
5353+
version "1.4.0"
5354+
resolved "https://registry.yarnpkg.com/sprotty-protocol/-/sprotty-protocol-1.4.0.tgz#817d1fa4e6cc9300eda8ebfc29fa8976cb08aa0e"
5355+
integrity sha512-+AAskW3Mzcq5UhMnummp4wwJ1dYdgT7/utmWoHtjfrK7JTJq9G/VWWlHnTnQGzHHyma03Loy2AozToXoArQuAQ==
53355356

5336-
sprotty@1.2.0:
5337-
version "1.2.0"
5338-
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-1.2.0.tgz#6c377b36fc6d410bcb65aff0d3893076f84bc8d8"
5339-
integrity sha512-/YL1+S+pLhV+hF0Z9C4vQGuaVv9NVsDgEqRnF+vevvdbeio1w8lfGxOMKjzY7DHcVDBQoKe0kbKJXvMr3f/RsA==
5357+
sprotty@1.4.0:
5358+
version "1.4.0"
5359+
resolved "https://registry.yarnpkg.com/sprotty/-/sprotty-1.4.0.tgz#c71b19808649ea9e2480c1bd7da1caaa532b1308"
5360+
integrity sha512-QGZZQAM2pOa1QxJUG05Ox76RJOKuvKloT1nCkvs6SD5w/HfkcL0mjq1Om1+fb5NAalDzurrJL6agKUReST3TFw==
53405361
dependencies:
53415362
autocompleter "^9.1.2"
53425363
file-saver "^2.0.5"
5343-
inversify "~6.0.2"
5364+
inversify "^6.1.3"
53445365
snabbdom "~3.5.1"
5345-
sprotty-protocol "^1.2.0"
5366+
sprotty-protocol "^1.4.0"
53465367
tinyqueue "^2.0.3"
53475368

53485369
ssri@^10.0.0, ssri@^10.0.6:

project-templates/java-emf-eclipse/glsp-server/org.eclipse.glsp.example.javaemf.editor/META-INF/MANIFEST.MF

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GLSP TaskList Example Editor
44
Bundle-SymbolicName: org.eclipse.glsp.example.javaemf.editor;singleton:=true
5-
Bundle-Version: 2.2.1
5+
Bundle-Version: 2.3.0
66
Automatic-Module-Name: org.eclipse.glsp.example.javaemf.editor
77
Bundle-RequiredExecutionEnvironment: JavaSE-17
88
Require-Bundle: org.eclipse.elk.alg.common;bundle-version="0.5.0",
@@ -16,21 +16,20 @@ Require-Bundle: org.eclipse.elk.alg.common;bundle-version="0.5.0",
1616
org.eclipse.ui;bundle-version="3.117.0",
1717
org.eclipse.elk.core;bundle-version="0.6.0",
1818
org.eclipse.elk.graph;bundle-version="0.6.0",
19-
org.eclipse.lsp4j.websocket;bundle-version="0.9.0",
2019
org.eclipse.e4.core.contexts;bundle-version="1.8.400",
2120
org.eclipse.glsp.example.javaemf.server;bundle-version="[2.0.0,3.0.0)",
2221
org.eclipse.glsp.server.emf;bundle-version="[2.0.0,3.0.0)",
2322
com.google.inject,
2423
org.eclipse.glsp.ide.editor;bundle-version="[2.0.0,3.0.0)",
2524
org.eclipse.ui.ide,
2625
org.eclipse.core.resources,
27-
org.eclipse.jetty.server;bundle-version="[10.0.0,11.0.0)"
26+
org.eclipse.jetty.server;bundle-version="12.0.12"
2827
Bundle-ClassPath: .
2928
Eclipse-BundleShape: dir
3029
Bundle-ActivationPolicy: lazy
3130
Bundle-Activator: org.eclipse.glsp.example.javaemf.editor.Activator
3231
Bundle-Vendor: Eclipse GLSP
33-
Import-Package: javax.servlet;version="4.0.0",
34-
javax.websocket;version="1.1.0",
32+
Import-Package: jakarta.annotation;version="[2.1.0,3.0.0)",
33+
jakarta.websocket;version="[2.2.0,3.0.0)",
3534
org.apache.logging.log4j;version="2.19.0"
3635
Export-Package: org.eclipse.glsp.example.javaemf.editor

project-templates/java-emf-eclipse/glsp-server/org.eclipse.glsp.example.javaemf.editor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.glsp.example</groupId>
1010
<artifactId>org.eclipse.glsp.example.javaemf.parent</artifactId>
11-
<version>2.2.1</version>
11+
<version>2.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

project-templates/java-emf-eclipse/glsp-server/org.eclipse.glsp.example.javaemf.editor/src/org/eclipse/glsp/example/javaemf/editor/TaskListServerManager.java

-12
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,11 @@
1616
********************************************************************************/
1717
package org.eclipse.glsp.example.javaemf.editor;
1818

19-
import java.io.IOException;
20-
import java.net.URISyntaxException;
2119
import java.net.URL;
2220

23-
import javax.servlet.ServletException;
24-
import javax.websocket.DeploymentException;
25-
2621
import org.eclipse.glsp.ide.editor.GLSPServerManager;
2722
import org.eclipse.glsp.ide.editor.di.IdeServerModule;
2823
import org.eclipse.glsp.server.di.ServerModule;
29-
import org.eclipse.jetty.server.Server;
3024

3125
public class TaskListServerManager extends GLSPServerManager {
3226

@@ -40,12 +34,6 @@ public ServerModule configureServerModule() {
4034
@Override
4135
public URL getResourceURL() { return Activator.getDefault().getBundle().getResource("diagram"); }
4236

43-
@Override
44-
protected void configure(final Server server)
45-
throws URISyntaxException, IOException, ServletException, DeploymentException {
46-
super.configure(server);
47-
}
48-
4937
@Override
5038
public String getGlspId() { return "tasklist"; }
5139
}

project-templates/java-emf-eclipse/glsp-server/org.eclipse.glsp.example.javaemf.server/.classpath

+5
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,10 @@
1212
</classpathentry>
1313
<classpathentry kind="src" path="src-gen/"/>
1414
<classpathentry kind="src" path="src/"/>
15+
<classpathentry kind="src" path=".apt_generated">
16+
<attributes>
17+
<attribute name="optional" value="true"/>
18+
</attributes>
19+
</classpathentry>
1520
<classpathentry kind="output" path="target/classes"/>
1621
</classpath>

project-templates/java-emf-eclipse/glsp-server/org.eclipse.glsp.example.javaemf.server/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: GLSP Tasklist Example Server
44
Bundle-SymbolicName: org.eclipse.glsp.example.javaemf.server
5-
Bundle-Version: 2.2.1
5+
Bundle-Version: 2.3.0
66
Bundle-RequiredExecutionEnvironment: JavaSE-17
77
Automatic-Module-Name: org.eclipse.glsp.example.javaemf.server
88
Export-Package: org.eclipse.glsp.example.javaemf.server,

project-templates/java-emf-eclipse/glsp-server/org.eclipse.glsp.example.javaemf.server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eclipse.glsp.example</groupId>
1010
<artifactId>org.eclipse.glsp.example.javaemf.parent</artifactId>
11-
<version>2.2.1</version>
11+
<version>2.3.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

0 commit comments

Comments
 (0)