114 Commits

Author SHA1 Message Date
aboyko
438b4eab7c Bump version to 1.62.0 2025-03-12 11:43:50 -04:00
Martin Lippert
dc29abedba switched to class symbol kind for bean document symbols 2025-03-04 08:19:13 +01:00
Martin Lippert
bb51280782 GH-1431: let bean index elements create document symbols on-demand 2025-02-20 14:47:22 +01:00
Martin Lippert
888669ae92 GH-1431: enable index elements to compute document symbols on-demand 2025-02-20 14:47:22 +01:00
Martin Lippert
8f6b5a619a GH-1473: fixing deserialization of index cache issue with duplicated type name attribute
Fixes GH-1473
2025-02-07 14:33:21 +01:00
Martin Lippert
cbe4fd10c2 GH-1425: refactored indexer mechanics to mostly work on indexer model elements instead of concrete bean objects 2025-02-06 07:30:34 +01:00
Martin Lippert
bdc7086586 GH-1425: groundwork to allow nested beans in internal index structure 2025-02-06 07:30:34 +01:00
aboyko
1e2bc24c6d Bump to 1.61.0 2025-02-05 11:44:28 -05:00
Martin Lippert
21accaebf3 GH-1041: replaced webflux symbol addon information objects with new index child nodes
some additional groundwork for nested structure inside of spring index, in support of GH-1425, GH-1431, GH-1424
2025-01-15 14:27:25 +01:00
Martin Lippert
02e3ede7ed GH-1041: bean now knows whether it is a configuration bean or not 2025-01-08 16:54:08 +01:00
aboyko
87a4807009 Bump to 1.60.0 2024-12-04 16:57:10 -05:00
Martin Lippert
e52ae1890a GH-1400: include more precise location information for annotations and annotation attribute values in spring index 2024-11-12 13:56:33 +01:00
aboyko
9675489c9d Bump to 1.59.0 2024-10-17 17:44:39 -04:00
vudayani
3d18619e98 copilot spring boot agent implementation 2024-10-02 10:04:00 +02:00
aboyko
20b8cb2021 Bump up versions for boot ls and eclipse extensions from 1.57.0 to 1.58.0 2024-09-11 12:55:44 -04:00
aboyko
c7418c350c Bump Spring Boot LS, Eclipse and VSCode extensions version to 1.57.0 2024-07-23 13:59:49 -04:00
Martin Lippert
6f9d1428ef GH-1261: initial steps to include details about used annotations at injection points 2024-06-20 11:01:55 +02:00
Kris De Volder
ec8250d65d Bump version to 1.56.0 2024-06-12 14:27:07 +00:00
aboyko
ba6fc2ac1b Change GAV computation for TestJars 2024-06-03 20:07:44 -04:00
Kris De Volder
b706849f42 Bump version to 1.55.0 2024-05-02 15:00:32 +00:00
Martin Lippert
88ae9318ed GH-1219: another small optimization to avoid converting supertype sets and arrays all the time + reusing common sets instead of creating new set objects all the time 2024-04-04 17:21:12 +02:00
Kris De Volder
80d677ba05 Bump version to 1.54.0 2024-03-13 15:16:40 +00:00
aboyko
52dd4d2ff5 IDE support for TestJars: maven projects in the workspace only 2024-03-01 15:23:12 -05:00
Kris De Volder
70ba27e594 Bump version to 1.53.0 2024-02-08 19:39:12 +00:00
vudayani-vmw
e319e43deb Log Levels View
* fetch and display loglevels

* change log levels for packages

* clean up logs

* address review comments

* switch the CONNECT_TO_LS key

* Avoid caching loggers data

* add copyright headers

---------

Co-authored-by: V Udayani <vudayani@vudayaniSMD6M.vmware.com>
2023-12-20 16:23:32 -05:00
Kris De Volder
7e2162e356 Bump version to 1.52.0 2023-12-06 15:24:25 +00:00
Kris De Volder
b094664b49 Bump version to 1.51.0 2023-11-01 14:23:32 +00:00
aboyko
714e9b7be9 Tiny corrections and cleanups 2023-10-04 16:29:06 -04:00
aboyko
9a109852c0 Cache looked up libs. Simplify SpringProjectUtil. 2023-10-04 15:31:01 -04:00
aboyko
63cf7c51f8 Cache dependency versions 2023-10-04 12:37:42 -04:00
Kris De Volder
65068e5854 Bump version to 1.50.0 2023-09-13 15:05:41 +00:00
Kris De Volder
6171f7ec50 Bump version to 1.49.0 2023-08-04 07:46:19 +00:00
aboyko
1d0c488cf8 Account for modulith dependency to be a local project 2023-07-12 20:52:01 -04:00
aboyko
31a8600fee Modulith support 2023-07-04 13:54:38 -04:00
Kris De Volder
5634db4e42 Bump version to 1.48.0 2023-06-16 07:39:37 +00:00
Martin Lippert
709e215e8c GH-1049: spring index protocol now has new request for find matching beans 2023-05-24 13:12:56 +02:00
Martin Lippert
c9b526f2f6 isCompatibleWith now takes bean type itself into account as well 2023-05-24 13:12:56 +02:00
Martin Lippert
b70779f215 GH-1040: customized gson deserialization of beans in order to invoke constructor instead of gson object creation magic - to benefit from empty injection point optimization code 2023-05-20 21:47:48 +02:00
aboyko
a3a83eb70a SpringModelService minor refactoring and flattening 2023-05-10 11:55:04 -04:00
Martin Lippert
2dfcdd0f29 unified protocol message names around new spring index to spring/index 2023-05-10 14:00:30 +02:00
aboyko
dfe0c51331 Beans model extension API for VSCode 2023-05-08 18:57:45 -04:00
Martin Lippert
1af5f344ec added simple toString method to beans that renders stuff as json 2023-05-08 14:09:55 +02:00
Martin Lippert
1448b88a32 created lsp client and server extension for spring model access 2023-05-08 14:09:55 +02:00
Martin Lippert
3eaac0e293 added missing copyright header 2023-05-08 14:09:54 +02:00
Kris De Volder
3a83bb1fb2 Bump version to 1.47.0 2023-05-05 08:12:26 +00:00
Kris De Volder
c4f4cf92af Bump version to 1.46.0 2023-03-15 08:40:05 +00:00
Kris De Volder
4c9179efd9 Bump version to 1.45.0 2023-02-01 07:37:48 +00:00
aboyko
fa4e01d06d Boot Properties defined in Java Records 2023-01-16 20:38:19 -05:00
Kris De Volder
c79cc62c9d Bump version to 1.44.0 2023-01-03 20:07:24 +00:00
Kris De Volder
3989f2563c Bump version to 1.43.0 2022-12-13 00:28:05 +00:00