Commit Graph

2949 Commits

Author SHA1 Message Date
BoykoAlex
c36b33ea65 PT #164169543: Correct theia file upload regex 2019-03-14 14:58:16 -04:00
BoykoAlex
cd229be953 Send file change notifications to LS from Eclipse asynchronously 2019-03-14 14:07:21 -04:00
Martin Lippert
096f127e8c try to workaround signing issues 2019-03-14 17:31:18 +01:00
BoykoAlex
25fef503e0 Ignore failing unit tests 2019-03-14 11:04:15 -04:00
BoykoAlex
ec5ef28511 PT #162599228: properly use version resource 2019-03-13 19:20:12 -04:00
BoykoAlex
9c8c6b2628 PT #164169543: Add Theia RC jobs 2019-03-13 17:10:48 -04:00
Martin Lippert
b12e10e6c6 switched back to photon for jdt ls extensions 2019-03-12 17:44:49 +01:00
Martin Lippert
78862f8805 more polish for build files 2019-03-12 17:39:44 +01:00
Martin Lippert
a003564d6c polish 2019-03-12 15:59:49 +01:00
Martin Lippert
72754db435 added license file generation to e410-based distro builds, too 2019-03-12 12:07:46 +01:00
Martin Lippert
49fcb912d9 generate open-source license file for distribution at build time 2019-03-12 11:36:21 +01:00
Martin Lippert
b222802eef added symbol caching for symbols from xml files 2019-03-12 10:12:24 +01:00
Martin Lippert
c928b61c31 avoid NPE in case of document being null 2019-03-12 10:11:02 +01:00
Martin Lippert
f4ca5c4dd3 added option to ignore method bodies while parsing java 2019-03-11 11:02:24 +01:00
Martin Lippert
708f998916 unified system property options 2019-03-11 11:02:00 +01:00
Martin Lippert
ad29ce3445 fix NPE when parsing custom args 2019-03-11 10:43:03 +01:00
Martin Lippert
65aa2ef69f test symbol infrastructure without caching enabled 2019-03-11 09:48:59 +01:00
Martin Lippert
35c110e18c missed to add symbols in case of non-cached symbols 2019-03-11 09:47:34 +01:00
Martin Lippert
caa0839d74 cache for symbol index 2019-03-10 17:57:38 +01:00
Martin Lippert
4c884b5b03 added generated license files to gitignore 2019-03-09 13:32:06 +01:00
Martin Lippert
4692d1ed18 added additional performance logging for initial project symbol scanning 2019-03-09 13:31:49 +01:00
Martin Lippert
972cdd9a5e add option to pass custom vm args to boot language server 2019-03-09 13:17:58 +01:00
Martin Lippert
76a99dbdc7 use staging again for 2019-03 since release p2 repo seems to be broken 2019-03-09 09:13:22 +01:00
Kris De Volder
d86becebe7 http -> https 2019-03-08 15:48:38 -08:00
BoykoAlex
91d9838fff PT #164474609: Light TypeDescriptorData and caching super, sub-types 2019-03-08 12:09:50 -05:00
Martin Lippert
ee67cf914d updated 2019-03 p2 repos 2019-03-07 13:00:43 +01:00
Martin Lippert
39d759d184 switch to new sha256 timestamp server 2019-03-07 11:25:45 +01:00
BoykoAlex
f43851aaa4 Update reactor bundles p2 repo URL 2019-03-06 23:05:38 -05:00
BoykoAlex
dc1e2708f9 PT #164216122: JDT LS search performance improvement 2 2019-03-06 19:57:47 -05:00
Martin Lippert
a72fd15878 housekeeping 2019-03-06 16:08:28 +01:00
Martin Lippert
a2e370086d housekeeping 2019-03-06 16:08:28 +01:00
Martin Lippert
fc5c2d3c50 Merge pull request #210 from spring-operator/polish-urls-build-master
URL Cleanup
2019-03-06 09:32:07 +01:00
Spring Operator
4d43e68820 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://sha256timestamp.ws.symantec.com/sha256/timestamp (400) migrated to:
  http://sha256timestamp.ws.symantec.com/sha256/timestamp ([https](https://sha256timestamp.ws.symantec.com/sha256/timestamp) result ConnectTimeoutException).
* http://s3-test.spring.io/sts4/vscode-extensions/ (403) migrated to:
  http://s3-test.spring.io/sts4/vscode-extensions/ ([https](https://s3-test.spring.io/sts4/vscode-extensions/) result SSLHandshakeException).

# Fixed URLs

## Fixed Success
These URLs were fixed successfully.

* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-06 00:05:19 -06:00
BoykoAlex
d994d2abcd PT #164216122: JDT LS search performance improvement 1 2019-03-05 20:31:03 -05:00
Martin Lippert
b865a0d0a5 fixed build properties 2019-03-01 16:57:54 +01:00
Martin Lippert
b164666df2 integrate generated license information into the eclipse-specific langauge server extensions 2019-03-01 16:44:13 +01:00
Martin Lippert
664691a11a polish for third-party license file generation 2019-03-01 15:25:18 +01:00
Martin Lippert
2cb7408f8a nightly download page housekeeping 2019-02-28 09:38:20 +01:00
Martin Lippert
7ff8dba909 more housekeeping 2019-02-27 11:59:05 +01:00
Martin Lippert
a261770210 housekeeping 2019-02-27 11:38:40 +01:00
Kris De Volder
7040cc8427 Fix theia similar to vscode for commons-ls-extensions build 2019-02-25 12:24:42 -08:00
Kris De Volder
b65b521c67 Try to fix vscode-spring-boot ci build 2019-02-25 12:14:31 -08:00
Kris De Volder
29228edc93 Some improvements to jdt-ls-extensions building 2019-02-25 12:04:31 -08:00
Kris De Volder
a7d8fa3996 Eclipse metadata 2019-02-25 10:23:40 -08:00
Kris De Volder
81a05af0ca Try to fix issue building mvn cache in conourse pipeline 2019-02-25 10:22:21 -08:00
Kris De Volder
21123883f9 Revert "Remove workaround for https://github.com/spring-projects/sts4/issues/193"
This reverts commit 3faacd88ff.
2019-02-25 09:18:08 -08:00
Kris De Volder
dc3bc88458 Merge branch 'master' of github.com:spring-projects/sts4 2019-02-25 09:16:56 -08:00
Kris De Volder
5216fb054c Use managed version of maven surfire and resources plugins 2019-02-25 09:15:49 -08:00
Martin Lippert
7aa33716ca cleaned up bosh language server classpath setting 2019-02-24 12:30:00 +01:00
BoykoAlex
529e91e82c Missing changes from JDT Index adoption 2019-02-23 00:52:35 -05:00