aboyko
45bedb959e
Merge branch 'main' of https://github.com/spring-projects/sts4 into main
2022-11-16 17:05:36 -05:00
aboyko
09c62da414
Upgrade to latest patch. CodeAction list rather than single and more
...
1. CodeAction array rather than single code action expected
2. Support upgrade to the latest patch version
3. Boot version validation async from java sources validation
4. Labels for boot version quick fixes
2022-11-16 17:05:07 -05:00
Nieraj Singh
6165074189
Fixed bug with IGNORE preference for validation
2022-11-16 07:40:46 -08:00
aboyko
ed4eef0e0a
Project build data via classpath listener from JDT
2022-11-15 18:52:32 -05:00
Nieraj Singh
6bcaef95eb
GH-884: Added preferences for version validation
...
Adopted existing preferences used for Boot 2, Boot 3, etc..
2022-11-15 07:54:27 -08:00
Nieraj Singh
d4d374952d
Merge branch 'main' of github.com:spring-projects/sts4
2022-11-15 00:40:36 -08:00
Nieraj Singh
53466ced30
GH-887 Fix appearing/disappearing validation marker
2022-11-15 00:40:11 -08:00
aboyko
2474dcff9c
Test for spring boot upgrade recipe assembly
2022-11-14 19:11:24 -05:00
aboyko
455feb3f11
Draft Spring Boot Upgrade command for version quick fix
2022-11-14 18:19:19 -05:00
Nieraj Singh
84e3f58b94
Initial support for reading from preferences
2022-11-13 15:18:38 -08:00
Nieraj Singh
83d61f1a8f
Various changes to version validation
...
Refactored version validation into separate validators that can each
compute its own severity, enablement and version to upgrade.
This facilitates reading of preferences.
Cleaned up other API.
Finished implementing releases support.
2022-11-13 13:17:35 -08:00
Nieraj Singh
422b14a763
Simplified handling of embedded
2022-11-12 05:10:34 -08:00
Nieraj Singh
db472bf04e
Partial implementation of Spring Boot Releases
2022-11-12 03:56:54 -08:00
Nieraj Singh
1a262f2a3f
Remove unnecessary spring projects wrapper
2022-11-12 03:01:26 -08:00
aboyko
35f0dd2fd7
Merge branch 'main' of https://github.com/spring-projects/sts4 into main
2022-11-11 17:11:12 -05:00
aboyko
5b5ac912ad
Start Boot LS properly when invoking Rewrite Refactorings command
2022-11-11 17:10:32 -05:00
Nieraj Singh
19f02170d4
Merge gradle support for boot version validation
2022-11-11 13:32:09 -08:00
Nieraj Singh
e4ce54e97d
Support gradle for boot version validation
...
Also add check to see if the file exists in the project.
2022-11-11 13:31:50 -08:00
V Udayani
97286246d5
fix metric name
2022-11-10 11:27:27 -05:00
aboyko
4864c95a86
fetch heap & nonHeap memory metrics together
2022-11-09 14:45:00 -05:00
aboyko
a411663833
Fix bugs with actuator data over HTTP
2022-11-09 13:47:33 -05:00
aboyko
1725d7f5a1
Save project before applying recipe. Try to use content from docs cache
2022-11-07 19:45:55 -05:00
Nieraj Singh
f4cef6c993
Update boot version validation
2022-11-07 07:43:32 -08:00
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
e9c813279f
added missing copyright header
2022-11-07 13:26:31 +01:00
aboyko
cb7813109e
Separate Spring AOT validations into a dedicated category
2022-11-04 15:15:00 -04: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
d70425d71e
Added implementation for connector over http
2022-10-26 12:36:27 -04:00
V Udayani
103e225f7b
Fetch metrics with tags
2022-10-26 12:36:27 -04:00
V Udayani
c6f905bd0f
fetch memory metrics for process
2022-10-26 12:36:27 -04:00
Kris De Volder
1c97878ebe
Bump version to 1.41.0
2022-10-26 06:22:23 +00: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
2db435f47e
Proper recipe class lookup mechanism for plugged in recipes
2022-10-14 13:01:37 -04:00
aboyko
f36090ddc3
Preference setting for white-listing recipes
2022-10-13 17:18:16 -04:00
aboyko
f44c773be2
Add some beans to index from spring factories
2022-10-13 11:53:29 -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
674551b4b0
update jdt to latest 2022-09-based release
2022-09-23 20:56:12 +02:00
aboyko
0b1462a661
Dumb Notebook doc service. PreciseBeanType recipe from OR.
2022-09-23 10:55:11 -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