Commit Graph

3989 Commits

Author SHA1 Message Date
Kris De Volder
d4d04bec98 Disable xml-ls-extension again
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-11-20 17:38:22 -08:00
Kris De Volder
a81aaed509 Fix failing test 2020-11-20 12:49:24 -08:00
Kris De Volder
72e8ea7536 http -> https 2020-11-20 10:29:47 -08:00
Kris De Volder
9b18ca36db http -> https 2020-11-20 10:26:44 -08:00
Kris De Volder
bf5bd273b1 Enable xml-language-server extension
- use wildwebdeveloper snapshot site
2020-11-20 10:11:30 -08:00
Martin Lippert
2e7a53c6b8 remove outdated log4j lib from dependencies in test project to avoid security scanning to hit this 2020-11-17 13:40:26 +01:00
Martin Lippert
63bd4631c7 updated version to 4.9.0 since we skip the 4.8.2 release 2020-11-17 13:26:35 +01:00
Martin Lippert
bf1fb42a71 fixed missed updates to 4.8.2 version 2020-11-17 13:26:35 +01:00
Kris De Volder
d1c83aa30f theia docker image now under springci/... 2020-11-16 16:08:00 -08:00
Kris De Volder
0c2a894e27 Rename sts build image and add credentials
- needed to get around github pull rate limits
2020-11-16 15:29:48 -08:00
Kris De Volder
be1d0ea9c9 Add a more complex test case for #483
... and fix problem it triggers.
2020-11-16 14:39:51 -08:00
Kris De Volder
0411e6990d Some log output for xml resolver extension 2020-11-16 13:27:17 -08:00
Martin Lippert
17482b6316 fix issue with special characters in docURIs and converting those to path objects 2020-11-16 13:09:34 +01:00
Martin Lippert
ad7a2a2e39 update java parser language level 2020-11-16 13:09:00 +01:00
Martin Lippert
7391c3e49c moved xterm source feature into developer resources category of p2 repo 2020-11-16 11:56:31 +01:00
Kris De Volder
2af90d4fd4 Cleanup debug logging
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-11-13 16:40:41 -08:00
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