1765 Commits

Author SHA1 Message Date
BoykoAlex
cb4056d8c2 Platform specific newline for multiline yaml completion 2022-01-11 17:29:43 -05:00
BoykoAlex
57e37c0ff4 XML LS integration adjustments 2020-12-08 17:56:05 -05:00
Martin Lippert
a990b60912 switch xml-ls-extension build to lemminx 0.14.1 release 2020-12-07 14:01:23 +01:00
Kris De Volder
93b6a704d5 Re-enable and fix failing concourse editor tests
Signed-off-by: Kris De Volder <kdevolder@pivotal.io>
2020-12-02 15:10:41 -08:00
Martin Lippert
4132302a6b ignore two failing test cases in the Concourse editor test for now to allow build to pass 2020-11-26 12:54:54 +01:00
BoykoAlex
5288c31a58 Request Mapping hover metrics section optics 2020-11-24 18:25:04 -05:00
BoykoAlex
1bc145b42b Unit tests for startup metrics hover and codelens 2020-11-24 15:03:36 -05:00
BoykoAlex
5b687dce81 Upgrade to Boot 2.3.6 2020-11-24 11:58:31 -05:00
BoykoAlex
824832b2d9 Startup time for beans in CodeLenses 2020-11-24 11:28:07 -05:00
BoykoAlex
6704262899 Unit test for startup metrics parsing, refactoring. 2020-11-23 13:36:44 -05:00
BoykoAlex
ed68dcd47c Startup metrics initial work (before unit test) 2020-11-23 13:36:44 -05: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
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
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
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
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
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
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
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
Nieraj Singh
49aef18f06 Added junits to test Spring project list of libs and version 2020-10-16 13:57:32 -07:00
Nieraj Singh
a437c3298a Added more methods to fetch list of libs and version for a Java project 2020-10-16 13:56:29 -07:00
BoykoAlex
787aa0fc0b XML LS extension for namespace resolution 2020-10-14 18:26:54 -04:00
dependabot[bot]
e9f2ea352f Bump junit
Bumps [junit](https://github.com/junit-team/junit4) from 4.7 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.7...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 23:54:32 +00:00
dependabot[bot]
62be3c342f Bump junit from 4.12 to 4.13.1 in /headless-services/commons
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-10-13 06:48:42 +00:00
Nieraj Singh
f90de4c84b PT 173730396 - Initial implementation of generations validation
Includes parsing of spring boot projects from spring.io/api, as well as
spring boot project generations from sample code, and relevant junits.
2020-10-08 15:48:10 -07:00
Nieraj Singh
c3ebdef322 Add spring-web to use RestTemplate for spring.io/api access 2020-10-08 15:48:10 -07:00
Kris De Volder
9759551064 Fixup some javadoc explaining problem type metadata generation 2020-10-05 17:08:02 -07:00
Kris De Volder
211bf53123 Make easier to update spring-boot package.json
... with configuration keys for problem severity.
2020-10-05 15:32:52 -07:00