Commit Graph

6327 Commits

Author SHA1 Message Date
aboyko
f7de35664f Validate non-saved docs on close 2024-12-04 18:56:33 -05:00
aboyko
380dcbb15a [GHA] Correct gchat notification message content 2024-12-04 18:34:30 -05:00
aboyko
dfefb7df69 Bump to 4.28.0 2024-12-04 17:05:55 -05:00
aboyko
87a4807009 Bump to 1.60.0 2024-12-04 16:57:10 -05:00
aboyko
a0cb489d5d Simple upgrade to Spring Boot 3.4 2024-11-28 09:41:12 -05:00
aboyko
c4147e3294 [GHA] Try macos-15 GH runner to get around notarytool bus error 2024-11-27 14:36:30 -05:00
aboyko
752535ced5 Update changelog for vscode-spring-boot extension 1.59.0 2024-11-27 14:23:59 -05:00
aboyko
93d8989d7d Avoid exception from StringLiteral.getLiteralValue() 2024-11-26 21:10:38 -05:00
aboyko
ec2cae875d Fix typo in the package name 2024-11-26 17:02:39 -05:00
aboyko
2d78997a6b Lazy load documents from files for the Symbols View in Eclipse 2024-11-26 16:35:54 -05:00
aboyko
55bf699c4f Fix symbols view in Eclipse for "File" mode 2024-11-26 15:18:04 -05:00
aboyko
01c4cf9844 Fix unit test 2024-11-25 19:07:02 -05:00
aboyko
23a993f3e5 Prepare for Rewrite Boot 3.4 upgrade 2024-11-25 15:08:50 -05:00
aboyko
54beb6afc4 Escape parenthesis for links in Markdown format 2024-11-25 14:06:23 -05:00
Martin Lippert
0f854a97ee adjusted handling of named annotation to not take beans without named annotatin into account 2024-11-20 10:19:35 +01:00
Martin Lippert
e1b831ec08 added test for non-existing reference to qualifier 2024-11-20 10:18:10 +01:00
aboyko
c81c52be7c [GHA] JDK 21 for VSCode, Eclipse LS extensions 2024-11-19 13:52:27 -05:00
Martin Lippert
a73b78e325 optimization: avoid duplicate empty string array creations for every fix descriptor 2024-11-19 15:49:42 +01:00
Martin Lippert
195443360c added missing copyright note 2024-11-18 15:02:32 +01:00
Martin Lippert
15b86c8153 GH-1411: put marker on the annotation attribute that is obsolete, not the entire annotation
Fixes gh-1411
2024-11-18 14:57:56 +01:00
Martin Lippert
e285e3abb7 GH-1345: use diagnostics tags from lsp protocol to mark unnecessary and deprecated things accordingly 2024-11-18 13:06:59 +01:00
Martin Lippert
b4292f63c9 GH-1410: adopt new jmx method from boot 3 apps to fetch the condition report and deal correctly with conditions embedded in app node 2024-11-17 18:53:29 +01:00
Martin Lippert
48fc472f67 added additional test case 2024-11-15 19:14:51 +01:00
Martin Lippert
0b90be19a4 GH-1409: do not compute completion proposals when cursor is on attribute name instead of value 2024-11-15 19:14:35 +01:00
Martin Lippert
d43f16a757 adapt remaining test cases to changed test data 2024-11-15 13:41:30 +01:00
Martin Lippert
5cded42633 resolve constants for expressions when extracting annotation attribute values 2024-11-15 13:13:03 +01:00
aboyko
1e9e893994 Tycho 4.0.10 2024-11-14 10:50:23 -05:00
Martin Lippert
7e565a9b16 do not include method level annotations in injection point metadata for bean methods 2024-11-14 08:21:00 +01:00
Martin Lippert
67335fc2d7 cleanup 2024-11-14 08:21:00 +01:00
Martin Lippert
dc88e1fa89 adjust failing tests to changed test data 2024-11-14 08:21:00 +01:00
aboyko
ec1a8844c7 Fix failing rewrite tests 2024-11-13 13:45:26 -05:00
aboyko
8de092ba4f Bump Rewrite versions and add workaround for Gradle parser 2024-11-13 13:07:51 -05:00
Martin Lippert
899b7372e4 GH-1405: take setter injection into account while indexing injection points 2024-11-13 15:48:12 +01:00
Martin Lippert
b5fff4e5f1 GH-1404: do not try to find property files inside non-existing source folders 2024-11-12 18:26:50 +01:00
Martin Lippert
dbaea71610 GH-1400: use more precise location information in order to provide much more precise results when looking for references 2024-11-12 13:56:33 +01: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
8de5ea4229 [GHA] Node version 22 for vscode extensions build 2024-11-11 23:33:29 -05:00
Martin Lippert
39cef548c2 GH-1397: fix test failures that were caused by the recent change here in the test project 2024-11-08 16:25:00 +01:00
Martin Lippert
ad0cb29968 GH-1397: find references to property keys from inside of annotations 2024-11-08 15:51:21 +01:00
Martin Lippert
23ea2b2af9 identify property when cursor is on prefix 2024-11-08 13:46:35 +01:00
Martin Lippert
b51523c2ba log exception instead of printing out the stack trace 2024-11-08 13:46:35 +01:00
aboyko
8dc883ceac [GHA] fix broken wait. Sign multiple win exes in parallel 2024-11-07 09:43:51 -05:00
aboyko
b36fd3e931 [GHA] less logging while waiting for signed exe 2024-11-07 08:06:05 -05:00
Alex Boyko
365d87a649 Tpe win sign (#1399)
* [GHA] TPE signing service adoption

* [GHA] yaml syntax error

* [GHA] corrections

* [GHA] corrections

* [GHA] correct wait times

* [GHA] correct aws s3 command

* [GHA] wrap up

* [GHA] polish up
2024-11-07 00:57:53 -05:00
aboyko
c8248723b4 Re-enable boot version validation test 2024-11-06 13:13:42 -05:00
Martin Lippert
1b2dcc67fd temporarily disable test to avoid failures due to issues with api.spring.io 2024-11-06 15:54:14 +01:00
Martin Lippert
42586126a8 GH-1305: find all references for property keys now supported on ConditionalOnProperty annotation 2024-11-06 15:29:13 +01:00
Martin Lippert
790629e114 code polish, improve readability 2024-11-06 15:29:13 +01:00
Martin Lippert
2d1a03d87d GH-1305: renamed test class to mark it as a completion processor test 2024-11-06 15:29:13 +01:00
aboyko
ea033714b4 Embedded code accounts for concatenated strings and escape chars 2024-11-05 19:37:29 -05:00