dependabot[bot]
|
692efe752e
|
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)
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-01-28 23:36:41 +00:00 |
|
Kris De Volder
|
0562afa121
|
Support of 'classpath:' prefix in spring.config.imports property
See: https://github.com/spring-projects/sts4/issues/536
|
2022-01-28 15:35:31 -08:00 |
|
BoykoAlex
|
f36671814c
|
Use LSP progress instead of our own LSP extension
|
2022-01-14 19:23:38 -05:00 |
|
BoykoAlex
|
b0960b012a
|
Platform specific newline for multiline yaml completion
|
2022-01-11 17:33:54 -05:00 |
|
BoykoAlex
|
4447021b79
|
Switch LS to std in/out from socket with port
|
2021-08-12 08:48:02 -04:00 |
|
BoykoAlex
|
4f007de1bd
|
Wait for document symbols in sync fashion
|
2021-05-12 23:21:55 -04:00 |
|
Kris De Volder
|
193ada2917
|
Fix and test for https://github.com/spring-projects/sts4/issues/615
|
2021-05-04 11:03:01 -07:00 |
|
Martin Lippert
|
07459c6f5e
|
fixed typo
|
2021-04-28 10:09:53 +02:00 |
|
Martin Lippert
|
8238c1dc90
|
initial re-work of async behavior of language server, looking at the text document service first
|
2021-02-10 10:51:26 +01:00 |
|
Nieraj Singh
|
9384f71223
|
PT 173730396 - Further changes for project version validation
|
2021-01-26 00:29:15 -08:00 |
|
Nieraj Singh
|
909b8f4b8f
|
PT 173730396 - Various changes to spring project validation
Pushed various changes that had remained uncommitted
|
2021-01-22 16:21:49 -08:00 |
|
Martin Lippert
|
03b41e4e83
|
removed debug output and cyclic interface hierarchy test, seems to be the root cause of the issues and it not really needed anymore
|
2020-12-27 14:13:47 +01:00 |
|
Martin Lippert
|
e78318032b
|
trying more modifications to investigate failing tests on CI system
|
2020-12-26 17:32:25 +01:00 |
|
Martin Lippert
|
6a218747c5
|
Revert "added additional debug output for parser issue"
This reverts commit 08b76ff6f9.
|
2020-12-26 17:24:30 +01:00 |
|
Martin Lippert
|
08b76ff6f9
|
added additional debug output for parser issue
|
2020-12-25 20:00:13 +01:00 |
|
Martin Lippert
|
1632d4a63b
|
cleanup
|
2020-12-23 08:35:15 +01:00 |
|
Martin Lippert
|
43e51891ac
|
seems like that maven javadoc config was needed on the build machine
|
2020-12-22 16:45:29 +01:00 |
|
Martin Lippert
|
d6c0dbf090
|
removed unused setting from javadoc maven plugin
|
2020-12-22 16:25:38 +01:00 |
|
Martin Lippert
|
a0bd810ee5
|
updated test to take locale specific formatting into account
|
2020-12-22 16:24:48 +01:00 |
|
Martin Lippert
|
30a57e4807
|
updated more tests projects to work with JDK >= 11
|
2020-12-21 18:03:08 +01:00 |
|
Martin Lippert
|
e5a99975c9
|
updated more tests projects to work with JDK >= 11
|
2020-12-21 17:35:53 +01:00 |
|
Martin Lippert
|
3e4188c520
|
updated more tests projects to work with JDK >= 11
|
2020-12-21 17:07:05 +01:00 |
|
Martin Lippert
|
6a89a1bb90
|
updated more tests projects to work with JDK >= 11
|
2020-12-21 15:24:24 +01:00 |
|
BoykoAlex
|
1bc145b42b
|
Unit tests for startup metrics hover and codelens
|
2020-11-24 15:03:36 -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 |
|
BoykoAlex
|
d6323cf6fb
|
Finalize metrics for Hovers and CodeLenses. Add tests
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Kris De Volder
|
d2d6de5123
|
Preference page for boot-ls Java problem severities
|
2020-10-05 11:18:33 -07:00 |
|
Kris De Volder
|
dbe9520f3d
|
Preference pages for props and yaml ls editor
Allows configuring problem severities.
The ui works but is not yet wired to transmit
these setting to the language server.
|
2020-10-02 17:47:09 -07:00 |
|
Kris De Volder
|
4f5f690675
|
Auto escape logger names with . in them
They are used as map keys and will produce a warning otherwise.
|
2020-09-30 16:26:44 -07:00 |
|
Kris De Volder
|
06bb6e677a
|
Fix test failure
|
2020-09-30 16:26:11 -07:00 |
|
Kris De Volder
|
08e356f9da
|
Add a warning for 'escapable' yaml map keys
See: https://www.pivotaltracker.com/n/projects/1346850/stories/174872660
|
2020-09-30 15:51:55 -07:00 |
|
Kris De Volder
|
fbdbc7cb83
|
Somewhat better handling of escaped '[...]' keys in yaml
|
2020-09-30 14:01:10 -07:00 |
|
Kris De Volder
|
0f3f3dfce7
|
Key "handle-as" support in application.yml editor
See: https://www.pivotaltracker.com/story/show/174954118
|
2020-09-29 14:45:40 -07:00 |
|
Kris De Volder
|
0787fe50fb
|
Try to fix failing test case
Suspected cause: old test project depends on a old
snapshot dependency.
Fix: replace with equivalent release dependency.
|
2020-09-25 10:06:31 -07:00 |
|