Commit Graph

3973 Commits

Author SHA1 Message Date
Kris De Volder
2a02e28d85 Deal better with anchors and references in outline
See: https://github.com/spring-projects/sts4/issues/483

Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-11-13 16:28:26 -08:00
Kris De Volder
4e8e3e59a6 Improve error message for https://www.pivotaltracker.com/story/show/175715622
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-11-13 13:30:17 -08:00
BoykoAlex
0b28354004 Remove rogue closing bracket 2020-11-13 14:55:14 -05:00
BoykoAlex
d6323cf6fb Finalize metrics for Hovers and CodeLenses. Add tests 2020-11-13 14:37:32 -05:00
Nieraj Singh
0992fffdf2 More changes to metrics in code lens 2020-11-13 14:37:32 -05:00
Nieraj Singh
7fab9eb9cd Fixed issue with metrics not appearing in code lens
Need to get the path from the URI for code lens in order to fetch
metrics from actuator
2020-11-13 14:37:32 -05:00
Nieraj Singh
80d6ade0dc Fixed NPE in metrics parsing and bug in setting code lens content 2020-11-13 14:37:32 -05:00
Nieraj Singh
6265174250 Minor API correction 2020-11-13 14:37:32 -05:00
BoykoAlex
2e598dbd62 Metrics in CodeLenses (start) 2020-11-13 14:37:32 -05:00
BoykoAlex
28e97a6db4 Unit test for RM metrics section 2020-11-13 14:37:32 -05:00
Nieraj Singh
e919823112 Further implementation of metrics in live hovers
Live hovers now show basic metrics
2020-11-13 14:37:32 -05:00
BoykoAlex
ca72948de8 Initial POC 2020-11-13 14:37:32 -05:00
Martin Lippert
f185db5882 added completion proposal provider for constructur arg names in Spring XML config files 2020-11-13 11:56:38 +01:00
Kris De Volder
84ca8b4571 Adopt locally build docker client
- supports connection pool config

See: https://github.com/docker-java/docker-java/pull/1474
2020-10-29 12:50:48 -07:00
Kris De Volder
833950648b Mimimal support for building image with Dockerfile 2020-10-29 12:18:51 -07:00
Martin Lippert
9557cacd88 Merge pull request #550 from spring-projects/dependabot/maven/headless-services/spring-boot-language-server/src/test/resources/test-projects/test-xml-validations/junit-junit-4.13.1
Bump junit from 4.7 to 4.13.1 in /headless-services/spring-boot-language-server/src/test/resources/test-projects/test-xml-validations
2020-10-29 16:34:21 +01:00
Martin Lippert
b08de5e653 Merge pull request #547 from spring-projects/dependabot/maven/headless-services/commons/junit-junit-4.13.1
Bump junit from 4.12 to 4.13.1 in /headless-services/commons
2020-10-29 16:33:43 +01:00
Martin Lippert
0a510a3d10 update jdt.core and lemminx versions to latest releases 2020-10-28 10:43:39 +01:00
Kris De Volder
b8fff7afec Bump ls version 1.24, Eclipse bits 2020-10-27 09:50:36 -07:00
Kris De Volder
bfa69a0af6 Bump version to 1.24.0 2020-10-27 16:21:21 +00:00
Martin Lippert
70fd84f060 updated version to 4.8.2 2020-10-27 16:46:30 +01:00
Kris De Volder
a6a7616559 Allow building 'org.json' bundle from Java 11 2020-10-26 12:53:13 -07:00
Kris De Volder
32c4ceddce Expose ProblemSeverityPreferencesUtil field to subclasses...
Allows subclasses of AbstractProblemSeverityPreferencePage to refer
to it from STS3.
2020-10-26 12:53:13 -07:00
BoykoAlex
dee2b0dcef Do not contribute XML LS extension for VSCode and Eclipse yet 2020-10-22 18:54:18 -04:00
Martin Lippert
f4c842ff58 fix version replacements for about dialog by adding a proper release tag again to the branding bundle 2020-10-22 12:43:16 +02:00
Martin Lippert
594e879bc8 fix local build script 2020-10-21 17:40:46 +02:00
Martin Lippert
7ea72b709e updated changelogs for vscode extensions 2020-10-21 14:10:14 +02:00
Martin Lippert
f962f74321 use the same version number scheme for distribution builds than for language server builds 2020-10-21 10:56:46 +02:00
Martin Lippert
4c5f238d65 fix parent pom for moved editor support bundle 2020-10-21 10:56:21 +02:00
Kris De Volder
94dbe08121 Add boot-dev-pack ovsx-publish to pipeline.tml 2020-10-20 12:44:09 -07:00
Kris De Volder
ac41eae0eb Fix boot-dev-pack-ovsx publish 2020-10-20 12:35:05 -07:00
Kris De Volder
890d23d476 Fix boot-dev-pack-ovsx publish script 2020-10-20 12:31:15 -07:00
Kris De Volder
22511567a8 Add task yml and script to pubish boot-dev-pack to ovsx 2020-10-20 12:26:34 -07:00
Kris De Volder
517cd8f8f9 pom / feature / repository updates...
related to moving editor.support bundle
2020-10-20 10:33:39 -07:00
Kris De Volder
ccaf34b787 Move editor.support eclipse-extensions to eclipse-language-servers 2020-10-20 10:32:22 -07:00
Martin Lippert
c450535529 switch embedded jre to include latest java 15 build with included src.zips 2020-10-20 17:19:45 +02:00
BoykoAlex
8b5eefbe21 Remove unnecessary dependency on boot 2020-10-20 09:56:39 -04:00
Martin Lippert
2a2d02df8d added xterm feature source and chromium + node runtimes to update site content and removed chromium runtime from product install 2020-10-20 09:45:40 +02:00
Nieraj Singh
809ffc07e7 Minor junit change 2020-10-19 16:36:14 -07:00
Nieraj Singh
a64ea76ef2 PT 173730396 - Further support for version validation
Added further support to generate warning messages for a java project
from spring project metadata.
2020-10-19 15:46:58 -07:00
BoykoAlex
7f51ce27b4 Xterm fragments packaged as folders 2020-10-19 17:55:14 -04:00
Kris De Volder
d92572bc52 Attempt to fix race condition boot ls tests
See: https://www.pivotaltracker.com/story/show/175339205
2020-10-19 14:28:46 -07:00
BoykoAlex
e42e544f16 Add Xterm to sts4 update site 2020-10-19 14:40:51 -04:00
Kris De Volder
3180b5daf0 Tolerate redundant '.' before '[' in properties file
See: https://www.pivotaltracker.com/story/show/175147973
2020-10-19 10:56:55 -07:00
Kris De Volder
089591266b Some tweaks to docker output
- reduce verbosity
- make all 'fake commands' print in the same way
2020-10-19 10:25:31 -07:00
Kris De Volder
52755d6ba1 Print 'fake' docker run command
See: https://www.pivotaltracker.com/story/show/175202648
2020-10-19 09:48:00 -07:00
Kris De Volder
2cc42fd085 Print detailed information about docker build command
See: https://www.pivotaltracker.com/story/show/175202648
2020-10-19 09:48:00 -07:00
BoykoAlex
e39a50074c Attempt to fix distro build 2020-10-19 12:14:25 -04:00
Martin Lippert
eadc56854b replaced http with https in new resources 2020-10-19 13:01:39 +02:00
BoykoAlex
e33a921641 Xterm view for OS terminal in Eclipse 2020-10-16 18:38:14 -04:00