Commit Graph

  • 3620e55c3f Re-enable tests in spring-boot-ls builds Kris De Volder 2021-04-08 17:14:36 -07:00
  • b6c23f4885 More fiddly bits related to branch rename Kris De Volder 2021-04-08 16:57:41 -07:00
  • c9e87096fd Bump version to 1.25.1 Kris De Volder 2021-03-26 20:37:28 +00:00
  • 9616b66de4 Wrong JDK error message in VSCode BoykoAlex 2021-03-25 17:33:14 -04:00
  • a4513b87ae Minimum Java 11 for all spring LS. Upgrade vscode dependencies. BoykoAlex 2021-03-19 12:21:10 -04:00
  • 436510acaf added build target for Eclipse 2021-06 Martin Lippert 2021-03-18 11:52:25 +01:00
  • bab4f95ab6 added missing version update in bundle manifests Martin Lippert 2021-03-18 09:45:43 +01:00
  • f4db72157d update language server versions to 1.26.0 Martin Lippert 2021-03-17 12:35:58 +01:00
  • a597af6cad updated version to 4.10.1 Martin Lippert 2021-03-17 12:35:22 +01:00
  • 22b2547f12 updated changelogs for the upcoming 4.10.0 release Martin Lippert 2021-03-12 15:18:22 +01:00
  • 82ce4b3eb5 disable release repo for 2021-03 based release build to make sure we grab only the latest from staging Martin Lippert 2021-03-11 11:15:20 +01:00
  • 11bb60f088 Next hack paint-big-sur BoykoAlex 2021-03-10 16:23:12 -05:00
  • adcb04c5af Attempt at fixing Big Sur CMs rendering BoykoAlex 2021-03-10 13:02:27 -05:00
  • fdfa994d81 Workaround CodeMining issue with Big Sur BoykoAlex 2021-03-09 18:26:24 -05:00
  • 609fc2d988 introduced single thread update executor to prevent race conditions among update operations Martin Lippert 2021-03-09 11:37:48 +01:00
  • ac48e42213 added e4.17 target back to nightly download page Martin Lippert 2021-03-07 18:48:14 +01:00
  • 6879685aa3 Revert "add e4.17 target definition back for the community" Martin Lippert 2021-03-07 15:32:21 +01:00
  • a37469a86d fix http URLs Martin Lippert 2021-03-07 13:50:59 +01:00
  • c2bf4421a0 update orbit repo for Eclipse 2021-03 release Martin Lippert 2021-03-07 13:46:12 +01:00
  • 566e8b7ae1 add e4.17 target definition back for the community Martin Lippert 2021-03-07 13:43:58 +01:00
  • bd0ad527f0 Merge pull request #607 from jghiloni/add-display-support Kris De Volder 2021-03-05 08:24:16 -08:00
  • 6e51ca93c3 Remove unused imports Josh Ghiloni 2021-03-04 13:48:52 -07:00
  • 6be4e4c014 Add display property to pipeline schema Josh Ghiloni 2021-03-04 13:38:43 -07:00
  • 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 Martin Lippert 2021-03-04 12:04:08 +01:00
  • 7b31a3d7f7 updated version to 4.10.0 Martin Lippert 2021-03-02 15:20:25 +01:00
  • f0981b52f0 added basic timing output to logs for hover and completion computation Martin Lippert 2021-03-02 12:15:36 +01:00
  • aaf16eabb2 added timeout for hover computation inside of language server Martin Lippert 2021-03-02 12:14:58 +01:00
  • 28cb5f0761 updated internally used java language version to Java-SE 11 Martin Lippert 2021-03-01 17:04:51 +01:00
  • 89ee243a5c switched completion handling to use CompletableFuture instead of reactor Mono and added cancel handling Martin Lippert 2021-02-28 17:18:40 +01:00
  • ad505668c1 updated boot extension pack version to be able to re-publish it on the open-vsx marketplace from a different person Martin Lippert 2021-02-26 16:48:42 +01:00
  • 7875ccc69f added cancel handling to highlight requests Martin Lippert 2021-02-26 12:32:38 +01:00
  • 1a138d4009 added cancel handling to code lens requests Martin Lippert 2021-02-26 12:28:21 +01:00
  • 0a4e1d2898 added cancel handling to references requests Martin Lippert 2021-02-26 12:23:27 +01:00
  • 607781779e added cancel handling to definition requests Martin Lippert 2021-02-26 12:16:33 +01:00
  • 28aea97b71 updated java parsing to JLS 15 Martin Lippert 2021-02-26 12:06:15 +01:00
  • 4a3650c0b1 added cancel handling to hover requests Martin Lippert 2021-02-26 12:03:48 +01:00
  • 7864692cb0 updated nightly download page for updated target definitions around e4.19 builds Martin Lippert 2021-02-24 09:27:29 +01:00
  • 58a85bffce updated e4.19 target definitions for newer orbit and staging repos Martin Lippert 2021-02-23 21:22:33 +01:00
  • 17d8ecf02e make langauge server symbol cache directory configurable Martin Lippert 2021-02-22 12:48:44 +01:00
  • 12bd777a47 added shortcut to prevent expensive type hierarchy request when it is not necessary Martin Lippert 2021-02-17 11:52:10 +01:00
  • 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 Martin Lippert 2021-02-17 11:47:47 +01:00
  • 14efbf0e47 format fixes Martin Lippert 2021-02-17 11:45:39 +01:00
  • a7b574c5b0 updated jdt.core to 3.24.0, which is the latest from Eclipse 2020-12 release Martin Lippert 2021-02-17 11:45:14 +01:00
  • a80361231a alllow project finder to be null - for test case setups Martin Lippert 2021-02-10 12:10:21 +01:00
  • 8238c1dc90 initial re-work of async behavior of language server, looking at the text document service first Martin Lippert 2021-02-06 08:49:05 +01:00
  • 57ba0459e4 initial re-work of async behavior of language server, looking at the text document service first async-ls-rework Martin Lippert 2021-02-06 08:49:05 +01:00
  • 6e0bb81cbe updated splash screen for 2021 Martin Lippert 2021-02-01 11:29:58 +01:00
  • fe8001b7b0 updated CI download page for updated list of supported Eclipse releases Martin Lippert 2021-01-20 14:44:56 +01:00
  • 9384f71223 PT 173730396 - Further changes for project version validation Nieraj Singh 2021-01-26 00:29:15 -08:00
  • 909b8f4b8f PT 173730396 - Various changes to spring project validation Nieraj Singh 2021-01-22 16:20:12 -08:00
  • d807d2e54a updated CI download page for updated list of supported Eclipse releases Martin Lippert 2021-01-20 14:44:56 +01:00
  • de9b2c3241 removed jaxrs and jsf wtp feature from additional product distributions Martin Lippert 2021-01-11 20:42:50 +01:00
  • 2f23350a85 removed jaxrs wtp feature from product distribution Martin Lippert 2021-01-11 20:37:00 +01:00
  • c2a628fb5e removed jsf wtp feature from product distribution Martin Lippert 2021-01-11 20:08:47 +01:00
  • 47af5c5392 configure github issue templates Martin Lippert 2021-01-08 14:09:54 +01:00
  • bc2e1180d9 Update README.md Martin Lippert 2021-01-08 13:58:47 +01:00
  • aa5c5b27b4 Update README.md Martin Lippert 2021-01-08 13:57:18 +01:00
  • 781e8cdc96 replaced with spring-projects global code-of-conduct reference Martin Lippert 2021-01-08 13:54:33 +01:00
  • 960c5e20cb Update CONTRIBUTING.adoc Martin Lippert 2021-01-08 13:53:40 +01:00
  • 6b0fb7a255 Update README.md Martin Lippert 2021-01-08 13:52:56 +01:00
  • 30c3d7e9fc Update README.md Martin Lippert 2021-01-08 13:52:26 +01:00
  • 97d7a9fa1d Update README.md Martin Lippert 2021-01-08 13:36:03 +01:00
  • ffd9c8a899 Update README.md Martin Lippert 2021-01-08 13:23:55 +01:00
  • c80f016873 Update README.md Martin Lippert 2021-01-08 13:23:04 +01:00
  • e4be23806c Update README.md Martin Lippert 2021-01-08 13:22:45 +01:00
  • 8526862a80 updated product copyrights and vendor information to 2021 and VMware Martin Lippert 2021-01-05 11:56:59 +01:00
  • 0b8bcf54ea OpenJDK11 in sts4-build-env docker image Kris De Volder 2021-01-04 10:41:47 -08:00
  • 72e5fc42df temporarily disable test project for jdt ls extensions to avoid jdk11 requirement Martin Lippert 2020-12-28 10:37:27 +01:00
  • 12ff6b1d4d temporarily disable test project for jdt ls extensions to avoid jdk11 requirement Martin Lippert 2020-12-28 10:27:15 +01:00
  • 03b41e4e83 removed debug output and cyclic interface hierarchy test, seems to be the root cause of the issues and it not really needed anymore Martin Lippert 2020-12-27 14:13:47 +01:00
  • e78318032b trying more modifications to investigate failing tests on CI system Martin Lippert 2020-12-26 17:32:25 +01:00
  • 6a218747c5 Revert "added additional debug output for parser issue" Martin Lippert 2020-12-26 17:24:30 +01:00
  • 08b76ff6f9 added additional debug output for parser issue Martin Lippert 2020-12-25 20:00:13 +01:00
  • 8fd3ee854f try to extract more exact data about exception while parsing the code Martin Lippert 2020-12-23 16:31:06 +01:00
  • 39cc9b6ced more debug output to identify JDK 11 test failures on ci builds Martin Lippert 2020-12-23 12:43:41 +01:00
  • b9ca4bafd0 more debug output to identify JDK 11 test failures on ci builds Martin Lippert 2020-12-23 10:28:08 +01:00
  • 72506ee2ea more debug output to identify JDK 11 test failures on ci builds Martin Lippert 2020-12-23 09:37:45 +01:00
  • 1add836a38 more debug output to identify JDK 11 test failures on ci builds Martin Lippert 2020-12-23 08:35:47 +01:00
  • 1632d4a63b cleanup Martin Lippert 2020-12-23 08:35:15 +01:00
  • 8181da8970 update nightly download page for updated Eclipse targets Martin Lippert 2020-12-23 08:35:01 +01:00
  • a2d8c0de8f add additional debug output to investigate JDK11-related issues on CI builds Martin Lippert 2020-12-23 08:01:27 +01:00
  • 43e51891ac seems like that maven javadoc config was needed on the build machine Martin Lippert 2020-12-22 16:45:29 +01:00
  • d6c0dbf090 removed unused setting from javadoc maven plugin Martin Lippert 2020-12-22 16:25:38 +01:00
  • a39c74f04b updated javadoc html parsing, but without much success Martin Lippert 2020-12-22 16:25:09 +01:00
  • a0bd810ee5 updated test to take locale specific formatting into account Martin Lippert 2020-12-22 16:24:48 +01:00
  • 30a57e4807 updated more tests projects to work with JDK >= 11 Martin Lippert 2020-12-21 18:03:08 +01:00
  • e5a99975c9 updated more tests projects to work with JDK >= 11 Martin Lippert 2020-12-21 17:35:53 +01:00
  • 3e4188c520 updated more tests projects to work with JDK >= 11 Martin Lippert 2020-12-21 17:07:05 +01:00
  • 6a89a1bb90 updated more tests projects to work with JDK >= 11 Martin Lippert 2020-12-21 15:24:24 +01:00
  • 6f031972ab updated various gradle versions to allow to operate on JDK >= 11 Martin Lippert 2020-12-21 14:24:33 +01:00
  • fbae32fb0e next try to convince javadoc to work with JDK >= 11 Martin Lippert 2020-12-21 12:21:51 +01:00
  • 83b825a0da configure javadoc maven plugin to look at source from a java8 perspective, in case the build runs on JDK >= 11 Martin Lippert 2020-12-21 11:52:51 +01:00
  • 770137b6d3 use try-with-resource to close file handle when reading cf cli config json file Martin Lippert 2020-12-21 11:02:51 +01:00
  • 449ede4eac Language server version to 1.25.0. Eclipse bits. Kris De Volder 2020-12-17 09:33:40 -08:00
  • 8deca2494d Bump version to 1.25.0 Kris De Volder 2020-12-17 17:24:26 +00:00
  • 482eadbfc1 updated version to 4.9.1 Martin Lippert 2020-12-17 09:51:31 +01:00
  • 92cc5bda2e removed e4.16 target def and added one for e4.19 Martin Lippert 2020-12-17 09:49:53 +01:00
  • ed56abed4e Allow more time to establish debug connection Kris De Volder 2020-12-16 12:39:32 -08:00
  • c41db7c716 add default image descriptor to fix missing icon on eclipse 4.18 Martin Lippert 2020-12-13 17:58:17 +01:00
  • a3090ab07f workaround removed filter operation with newer docker versions Martin Lippert 2020-12-13 17:57:48 +01:00