Martin Lippert
6f031972ab
updated various gradle versions to allow to operate on JDK >= 11
2020-12-21 14:24:33 +01:00
Martin Lippert
fbae32fb0e
next try to convince javadoc to work with JDK >= 11
2020-12-21 12:21:51 +01:00
Martin Lippert
83b825a0da
configure javadoc maven plugin to look at source from a java8 perspective, in case the build runs on JDK >= 11
2020-12-21 11:52:51 +01:00
Martin Lippert
770137b6d3
use try-with-resource to close file handle when reading cf cli config json file
2020-12-21 11:02:51 +01:00
Kris De Volder
8deca2494d
Bump version to 1.25.0
2020-12-17 17:24:26 +00:00
Kris De Volder
ed56abed4e
Allow more time to establish debug connection
...
See: https://www.pivotaltracker.com/n/projects/1346850/stories/176156373
2020-12-16 12:39:32 -08: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
BoykoAlex
5b687dce81
Upgrade to Boot 2.3.6
2020-11-24 11:58:31 -05: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
Martin Lippert
17482b6316
fix issue with special characters in docURIs and converting those to path objects
2020-11-16 13:09:34 +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
d6323cf6fb
Finalize metrics for Hovers and CodeLenses. Add tests
2020-11-13 14:37:32 -05: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
Kris De Volder
bfa69a0af6
Bump version to 1.24.0
2020-10-27 16:21:21 +00:00
Kris De Volder
a6a7616559
Allow building 'org.json' bundle from Java 11
2020-10-26 12:53:13 -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
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
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
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
d1d31e2a7c
Bootify: remove deprecated CompletionEngine ...
...
from CompositeLanguageServerComponents
2020-10-03 18:04:00 -07:00
Kris De Volder
393a257090
Boofity: Spring yaml and properties completion engine
2020-10-03 11:10:25 -07:00
Kris De Volder
a23cf242f8
Bootfication: convert xml completion engine into bean
2020-10-03 10:06:59 -07:00
Kris De Volder
cd0eebcc15
Boot Language Server obeys configured problem severities
2020-10-02 17:47:09 -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
fbdbc7cb83
Somewhat better handling of escaped '[...]' keys in yaml
2020-09-30 14:01:10 -07:00
Kris De Volder
ed102991d7
Make .properties reconciler aware of document marker
...
See: https://github.com/spring-projects/sts4/issues/533
Signed-off-by: Kris De Volder <kdevolder@pivotal.io >
2020-09-17 11:38:02 -07:00
Kris De Volder
7070489c4d
Bump version to 1.23.0
2020-09-16 19:23:16 +00:00
Kris De Volder
0613fa41ee
Bump version to 1.22.0
2020-09-08 16:44:51 +00:00
Kris De Volder
cb42b49d5a
Bump version to 1.21.0
2020-07-30 13:32:31 +00:00
Martin Lippert
0c996527c2
avoid temp plaintext documents being created and reused, caused those plain docs to be used later on and created BadLocationExceptions
2020-06-29 18:10:43 +02:00
BoykoAlex
51b6406222
Fix NPE in JDT LS data Wrappers
2020-06-25 11:18:15 -04:00
Kris De Volder
74dc0c44b9
Bump version to 1.20.0
2020-06-19 16:06:20 +00:00
Kris De Volder
5bfc59098e
Bump version to 1.19.0
2020-05-28 16:12:11 +00:00
Kris De Volder
42d34a533f
Quick and dirty fix of https://github.com/spring-projects/sts4/issues/190
2020-05-21 15:36:54 -07:00
Kris De Volder
ab829de9a4
Fix some test failures...
...
Caused by lsp4j api changes breaking editor test harness.
2020-05-08 10:40:33 -07:00
Martin Lippert
edf29d2d93
updated lsp4j to 0.9.0 release
2020-05-08 16:50:09 +02:00
Martin Lippert
67c4e44e63
try to auto-connect to processes only if the corresponding project is known and has actuators in the classpath
2020-05-04 16:04:34 +02:00
Kris De Volder
3b65e1f511
Implementation for https://github.com/spring-projects/sts4/issues/427
2020-04-23 15:44:57 -07:00
Kris De Volder
5f25259530
Bump version to 1.18.0
2020-04-22 19:48:34 +00:00
Kris De Volder
d6b6de47c3
Try to fix build issues around snakeyaml version
...
- 1.25 snapshot no longer available
- spring boot 2.2.6 adopted snakeyaml 1.25-release
=> so we should just be able to use boot managed dependency now
and no longer need the dependency override.
2020-04-14 09:42:49 -07:00
Kris De Volder
d95930c857
Fix more issues with 'missing property' in yaml quickfix
...
Also improve regression tests.
2020-04-07 13:26:41 -07:00
Kris De Volder
1caee1c97b
Merge branch 'master' of github.com:spring-projects/sts4
2020-04-06 17:18:51 -07:00
Kris De Volder
3d4c72318c
Quick Fix for unknown properties in application.yml
...
See https://github.com/spring-projects/sts4/issues/442
2020-04-06 17:18:00 -07:00
BoykoAlex
3bddccd57f
PT #171932358 Flag for detailed java type data for sub/super types
2020-04-02 13:35:11 -04:00
Kris De Volder
17af13e448
Add support for "<<" anchor references in application.yml
2020-03-31 16:12:13 -07:00
Kris De Volder
c99d1d0d4f
Bump version to 1.17.0
2020-03-20 13:55:03 +00:00
Kris De Volder
7234e24f42
Bump version to 1.16.0
2020-03-18 19:51:56 +00:00