Commit Graph

3042 Commits

Author SHA1 Message Date
Kris De Volder
cd9bda2a42 Small cleanups
Some minor warnings / deprecation fixes.
2019-04-01 14:06:07 -07:00
Kris De Volder
db5d5b7b2f Merge branch 'master' of github.com:spring-projects/sts4 2019-04-01 12:00:28 -07:00
Kris De Volder
5789909036 No longer using local credentials file
We rely on credhub instead.
2019-04-01 11:59:54 -07:00
BoykoAlex
21d3bb1ad3 PT #165027309: Change README to set version for theia pkgs 2019-04-01 14:38:34 -04:00
Kris De Volder
dc5b47d9ed Revert "add symbol disc cache back to running tests"
This reverts commit 2321ce4128.
2019-04-01 09:44:40 -07:00
Kris De Volder
1321f59e53 Disable expensive logging of number of source attachements 2019-04-01 09:11:12 -07:00
Kris De Volder
63499354ef More eclipse metadata 2019-04-01 09:10:58 -07:00
Kris De Volder
daf2fe5ad3 Eclipse metadata 2019-04-01 09:09:14 -07:00
Martin Lippert
06ee2d03a1 now feeding parser with source path from classpath data 2019-04-01 10:33:05 +02:00
Martin Lippert
96191a48ca added debug output to project classpath entries in symbol indexer 2019-03-31 17:51:09 +02:00
Martin Lippert
940b726db4 added debug output to webflux code lens provider 2019-03-31 17:13:26 +02:00
Martin Lippert
2321ce4128 add symbol disc cache back to running tests 2019-03-31 17:13:05 +02:00
Martin Lippert
22e58cfe2b fix another NPE in webflux routing analysis 2019-03-31 11:21:58 +02:00
Martin Lippert
35c0898281 fix another NPE in webflux routing analysis 2019-03-31 08:44:25 +02:00
Martin Lippert
3e38642c0d fix another NPE in webflux routing analysis 2019-03-31 08:34:03 +02:00
Martin Lippert
19db26aca2 fix another NPE in webflux routing analysis 2019-03-30 17:55:14 +01:00
Martin Lippert
840a05c9a1 fix NPE in webflux routing analysis 2019-03-30 17:45:17 +01:00
Martin Lippert
6397d8171c first cut for two-pass symbol indexing to avoid method body parsing for everything 2019-03-30 17:05:08 +01:00
Kris De Volder
3f70e16f37 Turn RunningAppProvider into a bean 2019-03-29 13:42:09 -07:00
Kris De Volder
68c26e29de Update ls version to 1.6.0, eclipse bits 2019-03-29 09:55:39 -07:00
Kris De Volder
256e0c86a3 Bump version to 1.6.0 2019-03-29 16:08:45 +00:00
Martin Lippert
3ed765e8ec switch back to use the latest nightly builds of commons and spring-ide components 2019-03-29 10:08:12 +01:00
Martin Lippert
e934d40858 updated to 4.2.1 2019-03-29 09:50:06 +01:00
BoykoAlex
c9c30eb062 [Theia] Support application.yaml file 2019-03-28 19:34:52 -04:00
Kris De Volder
279850bd75 Cleanup debug output 2019-03-28 16:06:54 -07:00
BoykoAlex
6b514c0831 PT #164971098: Fix Inro URL constants. Properly create Location instance 2019-03-28 17:27:17 -04:00
Martin Lippert
46a936b324 forgot to enable dmg creation again after local testing 2019-03-28 10:05:08 +01:00
Martin Lippert
f516aee56e fixed broken tests by adding urlScheme test data to mock 2019-03-28 09:03:22 +01:00
Martin Lippert
7f52947f37 moved repository generation into the product artifact to allow real product updates via p2, otherwisep product metadata is missing from the p2 repo 2019-03-28 08:32:26 +01:00
Kris De Volder
b07f3b0124 Allow configuring urlScheme and port for remote apps 2019-03-27 16:03:51 -07:00
BoykoAlex
043920cdca Remote boot app default port is 443 2019-03-27 14:06:34 -04:00
Kris De Volder
7684f59796 Convert SpringSymbolIndexer to a @Component 2019-03-26 16:23:07 -07:00
Kris De Volder
da1f00ec5b Turn BootJavaConfig into a Bean 2019-03-26 13:52:30 -07:00
Martin Lippert
28f9f859c2 updated p2 repos for common components to 3.9.8 release version 2019-03-26 10:17:33 +01:00
BoykoAlex
3e20e7e8d4 Caching JDT types. Invalidate on project change 2019-03-25 19:23:59 -04:00
Kris De Volder
436909a344 Boot property to enable disk-based cache
Also switch the default so disk-based cache is enabled
by default.
2019-03-25 14:31:38 -07:00
Kris De Volder
3d08365fce Make SymbolCache into a bean
The main application bean is defined 2ith @ConditionalOn
in such a way that it is not enabled during testing.
That way, tests can supply their own implementation.
2019-03-25 13:23:55 -07:00
Kris De Volder
47935c96bf Fix for https://www.pivotaltracker.com/n/projects/1346850/stories/164862665
Do not use 'https' for local request mappings.
2019-03-25 12:11:37 -07:00
BoykoAlex
fcb97ab13e [IDEA] Gradle wrapper 2019-03-25 14:31:26 -04:00
Kris De Volder
fb3f610c19 Attempt to fix 'trigger characters' issue.
- modify textmate grammars so that interesting contexts count
  as 'identifiers'.
- disable trigger chars on vscode

The effect of this is that vscode auto-triggers completions even
without trigger characters.
2019-03-25 10:21:47 -07:00
Alex Boyko
aa45fdc79c Merge pull request #262 from gayanper/fix_inlays_version
Add support for InLays generic API
2019-03-25 11:47:44 -04:00
gayanper
74505e647a Add support for InLays generic API
Improved the version handling of the gradle files for IDEA SDK

Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-25 21:14:09 +05:30
Martin Lippert
a08e4ef4fd updated version of jdt-ls-extension plugin 2019-03-25 13:31:33 +01:00
Alex Boyko
e5fd15e66b Merge pull request #261 from gayanper/inlays
Implement Inlays and improve logging
2019-03-24 22:26:24 -04:00
Alex Boyko
9a26ceec77 Merge pull request #260 from gayanper/server-loading
gradlize and add support for better language server loading
2019-03-24 22:26:08 -04:00
Martin Lippert
46e9e985b0 about file updates 2019-03-24 19:30:07 +01:00
Martin Lippert
5082f4ef82 nightly download page updated 2019-03-24 19:28:39 +01:00
gayanper
4b3f3917ad Add support to starting lang server on windows
Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-24 12:10:33 +05:30
gayanper
10bfe98293 Fix for windows java.exe issue in executable path.
Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-24 00:29:21 +05:30
gayanper
6d5f997f96 Add support for loading server outside plugin jar and gradleize
When the server jar is inside classpath the final packaged plugin cause
the server jar to be packaged inside the plugin jar which cause it to
fail. Now the server jar is packed outside with the support of gradle.

Signed-off-by: gayanper <gayanper@gmail.com>
2019-03-23 14:39:45 +05:30