1295 Commits

Author SHA1 Message Date
Nieraj Singh
ddeff8882e Update Boot Version validation
Re-implemented boot version validation support using spring.io
Generations
2022-11-07 07:42:31 -08:00
Martin Lippert
c3f71e5db2 update gradle tooling version to something that is compatible with java 17 2022-11-07 12:45:13 +01:00
aboyko
de524da138 Upgrade Rewrite dependencies to 7.32.1, 4.29 and 1.13 2022-11-03 16:34:36 -04:00
V Udayani
c6f905bd0f fetch memory metrics for process 2022-10-26 12:36:27 -04:00
Martin Lippert
cf228adf04 update versions of language server plugins to 1.41.0 2022-10-26 08:35:39 +02:00
Kris De Volder
1c97878ebe Bump version to 1.41.0 2022-10-26 06:22:23 +00:00
Martin Lippert
4e8e5b4a7f update to latest lsp4j version 0.17.0 2022-10-23 18:49:50 +02:00
aboyko
6c9543c174 Ignored problem marker + quick fix becomes CodeAction. 2022-10-21 17:31:16 -04:00
aboyko
0fb7e7daca Minimal Spring Factories support in Boot LS 2022-10-20 20:22:46 -04:00
aboyko
4618a07968 Show symbols in file for spring XML config files 2022-10-20 12:32:18 -04:00
aboyko
2d841f78fc Use SafeConstructor in Snakeyaml YAML constructors 2022-10-18 16:37:42 -04:00
aboyko
b91aec9de4 Treat DeclarativeRecipe specially when loading recipe from descriptor 2022-10-14 13:13:55 -04:00
aboyko
2db435f47e Proper recipe class lookup mechanism for plugged in recipes 2022-10-14 13:01:37 -04:00
aboyko
f44c773be2 Add some beans to index from spring factories 2022-10-13 11:53:29 -04:00
aboyko
b2fc3ebacc Adjust unit test 2022-10-11 10:59:15 -04:00
aboyko
b3b03bfb47 Clean log from parse and parsing interrupted error messages 2022-10-07 17:19:02 -04:00
aboyko
0130203c8f Mark types not supported as of Boot 3 2022-10-07 13:38:44 -04:00
aboyko
d3ef3c92e4 Define bean in configuration class quickfix 2022-10-07 11:25:34 -04:00
aboyko
c5da49443d Fix Dependency Bot warnings. Managed jackson version for Rewrite 2022-10-05 11:36:27 -04:00
aboyko
f8393859dd CodeAction, Problem and Fix descriptors API reworked. Reload action fix 2022-10-05 11:06:51 -04:00
aboyko
4db1297ac8 Mark not registered bean for AOT 2022-10-05 11:06:51 -04:00
aboyko
311c276217 [boot-3] BeanPostProcessor ignored in AOT setup problem and quick fix 2022-09-29 20:31:48 -04:00
aboyko
7d4c7df7ef Apply quick fix to project fixed 2022-09-27 14:08:27 -04:00
Martin Lippert
bb9729b7b1 update version to the same as the other headless components and language servers 2022-09-27 10:46:16 +02:00
aboyko
0b1462a661 Dumb Notebook doc service. PreciseBeanType recipe from OR. 2022-09-23 10:55:11 -04:00
aboyko
88e1965369 Upgrade lsp4j 2022-09-23 09:58:09 -04:00
aboyko
6416432fee Rewrite upgrade 2022-09-23 09:40:01 -04:00
aboyko
1a708a44e8 Runtime load recipes yml/jar. Offscreen doc quick fix. 2022-09-22 17:45:08 -04:00
Kris De Volder
2f83aa884c Bump version to 1.40.0 2022-09-16 07:34:59 +00:00
aboyko
d7af4b03b2 Disable non-opened documents reconciling 2022-09-09 16:51:44 -04:00
aboyko
b4ed5bc68d [gh-833] Handle legacy SPEL validation setting 2022-09-09 15:25:51 -04:00
Martin Lippert
e6438ca02c update spring boot parent version and prepare for JDK 17 compatibility 2022-09-06 12:38:47 +02:00
aboyko
1860406651 Reconcile all java sources in a project 2022-09-02 18:43:27 -04:00
aboyko
b50db98ce0 Categorize boot problems. Boot 3 reconciling. 2022-08-23 20:19:32 -04:00
aboyko
a8af7945c4 Handlers stubs for setTrace and cancelProgress messages 2022-08-23 20:18:22 -04:00
Kris De Volder
cfa1aa790c Allow 'never' as a value for resource.check_every (concourse editor) 2022-08-23 11:42:45 -07:00
aboyko
afd6b9eac0 LSP4J 0.14.0. SymbolInformation -> WorkspaceSymbol where possible 2022-08-22 14:38:12 -04:00
Kris De Volder
2cd08b0988 Bump version to 1.39.0 2022-08-12 09:29:08 +00:00
Kris De Volder
45a3c7f702 One more try to fix deadlock
Suspect that `Mono.empty().subscribeOn` is just not working
properly. So just avoid using it.
2022-08-10 16:45:22 -07:00
Kris De Volder
1515345659 One more try to fix deadlock in concourse test cases 2022-08-10 16:15:36 -07:00
aboyko
cf19355903 Another attempt at fixing busyReconcile flag 2022-08-10 17:11:13 -04:00
aboyko
4a2a13527b Attempt at fixing busyReconcile flag 2022-08-10 16:21:35 -04:00
aboyko
f263414d8b Corrected check 2022-08-09 10:34:53 -04:00
aboyko
2ae5240d8e Regex version matching fix revisited 2022-08-09 10:32:53 -04:00
aboyko
3a0b66b50d Adjust tests for project version validation 2022-08-08 23:16:25 -04:00
aboyko
7e434c81fd Correct regex matching boot project versions 2022-08-08 19:01:18 -04:00
BoykoAlex
7e43e28509 Ensure Rewrite java parser is cached where possible 2022-08-04 14:56:37 -04:00
Martin Lippert
1c3229f874 GH-807: fix copyright of copied code to the original copyright notice 2022-08-04 13:35:14 +02:00
Kris De Volder
69900860cc Bump version to 1.38.0 2022-08-04 09:09:09 +00:00
Kris De Volder
392d953bd9 Docker App in bootdash without actuator -> no automatic live hover
See: https://github.com/spring-projects/sts4/issues/716
2022-07-26 15:52:02 -07:00