Commit Graph

4111 Commits

Author SHA1 Message Date
Martin Lippert
bf24b5896a updated p2 repo location of m2e-chromatic feature 2021-05-03 21:30:57 +02:00
BoykoAlex
c73b817426 ChoseOneSection support for choices live expression 2021-05-03 11:37:41 -04:00
Martin Lippert
0de6a9cea9 updated version of github-api library to avoid http references to some jenkins-ci repo urls 2021-04-28 12:41:20 +02:00
Martin Lippert
59f28e1729 added Eclipse 2021-06-based builds to nightly download page doc 2021-04-28 10:10:18 +02:00
Martin Lippert
07459c6f5e fixed typo 2021-04-28 10:09:53 +02:00
Martin Lippert
da16b399f3 change versio back to next major release 1.26.0 2021-04-09 10:06:29 +02:00
Kris De Volder
3620e55c3f Re-enable tests in spring-boot-ls builds 2021-04-08 17:14:36 -07:00
Kris De Volder
b6c23f4885 More fiddly bits related to branch rename 2021-04-08 16:57:41 -07:00
Kris De Volder
c9e87096fd Bump version to 1.25.1 2021-03-26 20:37:28 +00:00
BoykoAlex
9616b66de4 Wrong JDK error message in VSCode 2021-03-25 17:33:14 -04:00
BoykoAlex
a4513b87ae Minimum Java 11 for all spring LS. Upgrade vscode dependencies. 2021-03-19 12:21:10 -04:00
Martin Lippert
436510acaf added build target for Eclipse 2021-06 2021-03-18 11:52:25 +01:00
Martin Lippert
bab4f95ab6 added missing version update in bundle manifests 2021-03-18 09:45:43 +01:00
Martin Lippert
f4db72157d update language server versions to 1.26.0 2021-03-17 12:35:58 +01:00
Martin Lippert
a597af6cad updated version to 4.10.1 2021-03-17 12:35:22 +01:00
Martin Lippert
22b2547f12 updated changelogs for the upcoming 4.10.0 release 2021-03-12 15:18:22 +01:00
Martin Lippert
82ce4b3eb5 disable release repo for 2021-03 based release build to make sure we grab only the latest from staging 2021-03-11 11:15:20 +01:00
BoykoAlex
fdfa994d81 Workaround CodeMining issue with Big Sur 2021-03-09 18:26:24 -05:00
Martin Lippert
609fc2d988 introduced single thread update executor to prevent race conditions among update operations 2021-03-09 11:37:48 +01:00
Martin Lippert
ac48e42213 added e4.17 target back to nightly download page 2021-03-07 18:48:14 +01:00
Martin Lippert
6879685aa3 Revert "add e4.17 target definition back for the community"
This reverts commit 566e8b7ae1.
2021-03-07 15:32:21 +01:00
Martin Lippert
a37469a86d fix http URLs 2021-03-07 13:50:59 +01:00
Martin Lippert
c2bf4421a0 update orbit repo for Eclipse 2021-03 release 2021-03-07 13:49:24 +01:00
Martin Lippert
566e8b7ae1 add e4.17 target definition back for the community 2021-03-07 13:49:24 +01:00
Kris De Volder
bd0ad527f0 Merge pull request #607 from jghiloni/add-display-support
Add display property to pipeline schema
2021-03-05 08:24:16 -08:00
Josh Ghiloni
6e51ca93c3 Remove unused imports 2021-03-04 13:48:52 -07:00
Josh Ghiloni
6be4e4c014 Add display property to pipeline schema
In Concourse 6.6, a feature was introduced to allow pipeline developers
to set custom background images to their pipelines. This commit adds
support for that field to the language server.
2021-03-04 13:38:54 -07:00
Martin Lippert
a33dc1eb73 added workaround for package conflicts around javax.xml.bind by making sure that com.sun.xml.bind is on the product in both versions 2021-03-04 12:04:08 +01:00
Martin Lippert
7b31a3d7f7 updated version to 4.10.0 2021-03-02 15:20:25 +01:00
Martin Lippert
f0981b52f0 added basic timing output to logs for hover and completion computation 2021-03-02 12:15:36 +01:00
Martin Lippert
aaf16eabb2 added timeout for hover computation inside of language server 2021-03-02 12:14:58 +01:00
Martin Lippert
28cb5f0761 updated internally used java language version to Java-SE 11 2021-03-01 17:04:51 +01:00
Martin Lippert
89ee243a5c switched completion handling to use CompletableFuture instead of reactor Mono and added cancel handling 2021-02-28 17:18:40 +01:00
Martin Lippert
ad505668c1 updated boot extension pack version to be able to re-publish it on the open-vsx marketplace from a different person 2021-02-26 16:48:42 +01:00
Martin Lippert
7875ccc69f added cancel handling to highlight requests 2021-02-26 12:32:38 +01:00
Martin Lippert
1a138d4009 added cancel handling to code lens requests 2021-02-26 12:28:21 +01:00
Martin Lippert
0a4e1d2898 added cancel handling to references requests 2021-02-26 12:23:27 +01:00
Martin Lippert
607781779e added cancel handling to definition requests 2021-02-26 12:16:33 +01:00
Martin Lippert
28aea97b71 updated java parsing to JLS 15 2021-02-26 12:06:15 +01:00
Martin Lippert
4a3650c0b1 added cancel handling to hover requests 2021-02-26 12:03:48 +01:00
Martin Lippert
7864692cb0 updated nightly download page for updated target definitions around e4.19 builds 2021-02-24 09:27:29 +01:00
Martin Lippert
58a85bffce updated e4.19 target definitions for newer orbit and staging repos 2021-02-23 21:22:33 +01:00
Martin Lippert
17d8ecf02e make langauge server symbol cache directory configurable 2021-02-22 12:48:44 +01:00
Martin Lippert
12bd777a47 added shortcut to prevent expensive type hierarchy request when it is not necessary 2021-02-17 11:52:10 +01:00
Martin Lippert
84f9ea75d0 changed AST cache to NOT guard submitted work items against each other with synchronization, instead added synchronization to the AnnotationHierarchy class to focus synchronization on the code that hit some thread-safety bugs in the AST implementation 2021-02-17 11:47:47 +01:00
Martin Lippert
14efbf0e47 format fixes 2021-02-17 11:45:39 +01:00
Martin Lippert
a7b574c5b0 updated jdt.core to 3.24.0, which is the latest from Eclipse 2020-12 release 2021-02-17 11:45:14 +01:00
Martin Lippert
a80361231a alllow project finder to be null - for test case setups 2021-02-10 12:10:21 +01:00
Martin Lippert
8238c1dc90 initial re-work of async behavior of language server, looking at the text document service first 2021-02-10 10:51:26 +01:00
Martin Lippert
6e0bb81cbe updated splash screen for 2021 2021-02-01 11:30:05 +01:00