Skip to content

Commit 1381d0f

Browse files
committed
Update all URLs for new LSP4J GitHub org
xref: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2805
1 parent 86dab84 commit 1381d0f

File tree

11 files changed

+77
-77
lines changed

11 files changed

+77
-77
lines changed

CHANGELOG.md

+47-47
Original file line numberDiff line numberDiff line change
@@ -2,88 +2,88 @@
22

33
### v0.21.0 (TBD)
44

5-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/28?closed=1>
5+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/28?closed=1>
66

77
Breaking API changes:
88

99
* LSP4J now requires Java 11 to build and run. This can be observed in the japicmp
1010
report which says class file format version changed from 52.0 to 55.0.
11-
<https://github.com/eclipse/lsp4j/issues/547>.
11+
<https://github.com/eclipse-lsp4j/lsp4j/issues/547>.
1212

1313
Nightly japicmp report: <https://download.eclipse.org/lsp4j/builds/main/japicmp-report/>
1414

15-
### [v0.20.1 (February 2023)](https://github.com/eclipse/lsp4j/releases/tag/v0.20.1)
15+
### [v0.20.1 (February 2023)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.20.1)
1616

17-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/29?closed=1>
17+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/29?closed=1>
1818

1919
Breaking API changes:
2020

2121
japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.20.1/japicmp-report/>
2222

23-
### [v0.20.0 (February 2023)](https://github.com/eclipse/lsp4j/releases/tag/v0.20.0)
23+
### [v0.20.0 (February 2023)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.20.0)
2424

25-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/27?closed=1>
25+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/27?closed=1>
2626

2727
Breaking API changes:
2828

2929
japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.20.0/japicmp-report/>
3030

31-
### [v0.19.0 (November 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.19.0)
31+
### [v0.19.0 (November 2022)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.19.0)
3232

33-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/26?closed=1>
33+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/26?closed=1>
3434

3535
Breaking API changes:
3636

3737
* Removed `WorkspaceDocumentDiagnosticReportTypeAdapter`, which was
3838
effectively replaced with `WorkspaceDocumentDiagnosticReportListAdapter`
39-
as part of fixing issue <https://github.com/eclipse/lsp4j/issues/682>.
39+
as part of fixing issue <https://github.com/eclipse-lsp4j/lsp4j/issues/682>.
4040

4141
japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.19.0/japicmp-report/>
4242

43-
### [v0.18.0 (November 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.18.0)
43+
### [v0.18.0 (November 2022)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.18.0)
4444

4545
* Fixed issues related to reflection errors so that `--add-opens java.base/java.util.concurrent=ALL-UNNAMED` is no longer needed on Java 17.
4646

47-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/25?closed=1>
47+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/25?closed=1>
4848

4949
Breaking API changes:
5050

5151
* None.
5252

5353
japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.18.0/japicmp-report/>
5454

55-
### [v0.17.0 (October 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.17.0)
55+
### [v0.17.0 (October 2022)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.17.0)
5656

5757
* Update org.eclipse.xtend.lib dependency to 2.28.0 to address CVE-2020-8908 #672
5858

59-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/24?closed=1>
59+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/24?closed=1>
6060

6161
Breaking API changes:
6262

6363
* None.
6464

6565
japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.17.0/japicmp-report/>
6666

67-
### [v0.16.0 (October 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.16.0)
67+
### [v0.16.0 (October 2022)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.16.0)
6868

6969
* Implemented DAP version 1.58.0
7070

71-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/23?closed=1>
71+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/23?closed=1>
7272

7373
Breaking API changes:
7474

7575
* None.
7676

7777
japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.16.0/japicmp-report/>
7878

79-
### [v0.15.0 (August 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.15.0)
79+
### [v0.15.0 (August 2022)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.15.0)
8080

8181
* Added Notebook support
8282
* Added `WorkspaceSymbol.data`
8383
* Added support for client default behavior on renames
8484
* Implemented DAP version 1.56.0
8585

86-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/22?closed=1>
86+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/22?closed=1>
8787

8888
Breaking API changes:
8989

@@ -97,21 +97,21 @@ Breaking API changes:
9797

9898
japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.15.0/japicmp-report/>
9999

100-
### [v0.14.0 (May 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.14.0)
100+
### [v0.14.0 (May 2022)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.14.0)
101101

102102
* Added changes to the LSP 3.17 specification that were added after specification was published as done.
103-
* See [#630](https://github.com/eclipse/lsp4j/pull/630) for all changes.
103+
* See [#630](https://github.com/eclipse-lsp4j/lsp4j/pull/630) for all changes.
104104

105-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/21?closed=1>
105+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/21?closed=1>
106106

107107
japicmp report: <https://download.eclipse.org/lsp4j/updates/releases/0.14.0/japicmp-report/>
108108

109-
### [v0.13.0 (May 2022)](https://github.com/eclipse/lsp4j/releases/tag/v0.13.0)
109+
### [v0.13.0 (May 2022)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.13.0)
110110

111111
* Implemented LSP version 3.17.0 (except Notebook support)
112112
* Implemented DAP versions 1.45.0 - 1.55.0
113113

114-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/20?closed=1>
114+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/20?closed=1>
115115

116116
Breaking API changes:
117117

@@ -142,12 +142,12 @@ Deprecated API changes:
142142
* `SymbolInformation` is deprecated in favor of `DocumentSymbol` or `WorkspaceSymbol`
143143
* `ResponseErrorCode.serverNotInitialized` deprecated in favor of `ResponseErrorCode.ServerNotInitialized`
144144

145-
### [v0.12.0 (Apr. 2021)](https://github.com/eclipse/lsp4j/releases/tag/v0.12.0)
145+
### [v0.12.0 (Apr. 2021)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.12.0)
146146

147147
* Restored `org.eclipse.lsp4j.websocket` which will be included along with `org.eclipse.lsp4j.websocket.jakarta`. This will allow use of LSP4J
148-
over Jakarta websockets and pre-Jakarta websockets. See <https://github.com/eclipse/lsp4j/issues/536> for more details.
148+
over Jakarta websockets and pre-Jakarta websockets. See <https://github.com/eclipse-lsp4j/lsp4j/issues/536> for more details.
149149

150-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/19?closed=1>
150+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/19?closed=1>
151151

152152
Breaking API changes:
153153

@@ -161,15 +161,15 @@ Breaking changes in behavior:
161161
`SemanticTokensClientCapabilitiesRequests.range` and `SemanticTokensWithRegistrationOptions.range`;
162162
their right-hand side, declared as `Object`, will be parsed into a `JsonElement` now.
163163

164-
### [v0.11.0 (Mar. 2021)](https://github.com/eclipse/lsp4j/releases/tag/v0.11.0)
164+
### [v0.11.0 (Mar. 2021)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.11.0)
165165

166166
* Implemented LSP version 3.16.0 (to finalized specification)
167167
* Implemented LSP version 3.15.0's Progress specification
168168
* Implemented DAP version 1.43.0
169169
* Implemented DAP version 1.44.0
170170
* Replaced `org.eclipse.lsp4j.websocket` by `org.eclipse.lsp4j.websocket.jakarta` for using LSP4J over Jakarta websockets
171171

172-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/18?closed=1>
172+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/18?closed=1>
173173

174174
Breaking API changes:
175175

@@ -197,7 +197,7 @@ Deprecated API changes:
197197
* In DAP, `VariablePresentationHintKind.DATA_BREAKPOINT` has been marked @Deprecated to match its deprecation in the protocol in 1.44.
198198
* In DAP, `SetBreakpointsArguments.lines` has been marked @Deprecated to match its deprecation in protocol many versions ago.
199199

200-
### [v0.10.0 (Nov. 2020)](https://github.com/eclipse/lsp4j/releases/tag/v0.10.0)
200+
### [v0.10.0 (Nov. 2020)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.10.0)
201201

202202
* Implemented LSP version 3.16.0 (specification is not finalized yet)
203203
* Implemented DAP version 1.37.0's CancelRequest
@@ -207,7 +207,7 @@ Deprecated API changes:
207207
* Implemented DAP version 1.41.0
208208
* Implemented DAP version 1.42.0
209209

210-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/17?closed=1>
210+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/17?closed=1>
211211

212212
Breaking API changes:
213213

@@ -229,14 +229,14 @@ Deprecated API changes:
229229

230230
* Semantic Highlighting is deprecated in favor of Semantic Tokens
231231

232-
### [v0.9.0 (Feb. 2020)](https://github.com/eclipse/lsp4j/releases/tag/v0.9.0)
232+
### [v0.9.0 (Feb. 2020)](https://github.com/eclipse-lsp4j/lsp4j/releases/tag/v0.9.0)
233233

234234
* Implemented DAP version 1.36.0
235235
* Implemented DAP version 1.37.0 (except CancelRequest)
236236
* Implemented LSP version 3.15.0 (except Progress)
237-
* Improved compatibility with prior versions of `vscode-languageclient` (<https://github.com/eclipse/lsp4j/issues/407>)
237+
* Improved compatibility with prior versions of `vscode-languageclient` (<https://github.com/eclipse-lsp4j/lsp4j/issues/407>)
238238

239-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/15?closed=1>
239+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/15?closed=1>
240240

241241
Breaking API changes:
242242

@@ -272,14 +272,14 @@ Breaking API changes:
272272

273273
### v0.8.1 (Sep. 2019)
274274

275-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/16?closed=1>
275+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/16?closed=1>
276276

277277
### v0.8.0 (Aug. 2019)
278278

279279
* Implemented DAP version 1.35.0
280280
* Added new module `org.eclipse.lsp4j.websocket` for using LSP4J over websockets
281281

282-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/12?closed=1>
282+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/12?closed=1>
283283

284284
-----
285285

@@ -288,18 +288,18 @@ Fixed issues: <https://github.com/eclipse/lsp4j/milestone/12?closed=1>
288288
* Updated `textDocument/callHierarchy` according to latest proposal (note: changes
289289
to classes and methods marked with `@Beta` are _not_ regarded as API-breaking).
290290

291-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/14?closed=1>
291+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/14?closed=1>
292292

293293
### v0.7.1 (Apr. 2019)
294294

295-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/13?closed=1>
295+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/13?closed=1>
296296

297297
### v0.7.0 (Feb. 2019)
298298

299299
* Implemented LSP version 3.14.0
300300
* Support tuple of two types with the `Tuple.Two` class
301301

302-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/11?closed=1>
302+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/11?closed=1>
303303

304304
Breaking API changes:
305305

@@ -317,7 +317,7 @@ Breaking API changes:
317317

318318
* Implemented LSP version 3.13.0
319319

320-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/10?closed=1>
320+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/10?closed=1>
321321

322322
Breaking API changes:
323323

@@ -332,7 +332,7 @@ Breaking API changes:
332332
* Implemented LSP version 3.10.0
333333
* Implemented DAP version 1.31.0
334334

335-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/3?closed=1>
335+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/3?closed=1>
336336

337337
Breaking API changes:
338338

@@ -345,7 +345,7 @@ Breaking API changes:
345345

346346
### v0.4.1 (May 2018)
347347

348-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/4?closed=1>
348+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/4?closed=1>
349349

350350
Breaking API changes:
351351

@@ -360,7 +360,7 @@ Breaking API changes:
360360
* Support multiple local and remote services
361361
* Improved error handling
362362

363-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/2?closed=1>
363+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/2?closed=1>
364364

365365
Breaking API changes:
366366

@@ -383,19 +383,19 @@ Breaking API changes:
383383

384384
### v0.3.1 (Apr. 2018)
385385

386-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/9?closed=1>
386+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/9?closed=1>
387387

388388
### v0.3.0 (Sep. 2017)
389389

390390
* Support union of three types with the `Either3` class
391391

392-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/1?closed=1>
392+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/1?closed=1>
393393

394394
-----
395395

396396
### v0.2.1 (Jul. 2017)
397397

398-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/8?closed=1>
398+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/8?closed=1>
399399

400400
### v0.2.0 (May 2017)
401401

@@ -404,7 +404,7 @@ Fixed issues: <https://github.com/eclipse/lsp4j/milestone/8?closed=1>
404404
* Support multiple parameters in protocol methods
405405
* Support custom error codes
406406

407-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/7?closed=1>
407+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/7?closed=1>
408408

409409
Breaking API changes:
410410

@@ -416,8 +416,8 @@ Breaking API changes:
416416

417417
### v0.1.2 (Mar. 2017)
418418

419-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/6?closed=1>
419+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/6?closed=1>
420420

421421
### v0.1.1 (Jan. 2017)
422422

423-
Fixed issues: <https://github.com/eclipse/lsp4j/milestone/5?closed=1>
423+
Fixed issues: <https://github.com/eclipse-lsp4j/lsp4j/milestone/5?closed=1>

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ All Pull Requests must be by authors who have signed the ECA. The "ip-validation
1919

2020
## GitHub Actions
2121

22-
GitHub Actions are used to validate PRs. See the GitHub [workflows](https://github.com/eclipse/lsp4j/tree/main/.github/workflows) directory and standard [GitHub Actions documentation](https://github.com/features/actions) for more details..
22+
GitHub Actions are used to validate PRs. See the GitHub [workflows](https://github.com/eclipse-lsp4j/lsp4j/tree/main/.github/workflows) directory and standard [GitHub Actions documentation](https://github.com/features/actions) for more details..
2323

2424
# Eclipse
2525

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
2727

2828
The project maintains the following source code repositories:
2929

30-
* https://github.com/eclipse/lsp4j
30+
* https://github.com/eclipse-lsp4j/lsp4j
3131

3232
## Third-party Content
3333

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The Maven Repositories, p2 Update Sites, and the Snapshots contain _signed jars_
7878

7979
### Building and Contributing
8080

81-
To build and contribute to LSP4J please consult the [Contribution Guide](https://github.com/eclipse/lsp4j/blob/main/CONTRIBUTING.md).
81+
To build and contribute to LSP4J please consult the [Contribution Guide](https://github.com/eclipse-lsp4j/lsp4j/blob/main/CONTRIBUTING.md).
8282

8383
### Licenses
8484

0 commit comments

Comments
 (0)