Commit Graph

6351 Commits

Author SHA1 Message Date
aboyko
8d2ba77fd0 Fix language id computation for JDT URIs 2024-12-10 15:36:49 -05:00
Martin Lippert
783bb4b32d do not index package-info.java files
Fixes GH-1426
2024-12-10 08:21:17 +01:00
Martin Lippert
25c21479b2 fixed deprecated warning 2024-12-10 08:19:57 +01:00
Martin Lippert
689235bf3f add local file timestamp map to quickly check if new delta-based index cache is outdated or not 2024-12-09 16:57:57 +01:00
Martin Lippert
9f42dcc8de initial implementation of delta-based index cache 2024-12-09 16:57:56 +01:00
Martin Lippert
48dbf77fb7 GH-1434: wrapped all remaining calls to getLiteralValue via ASTUtils to avoid threading issues
Fixes GH-1434
2024-12-09 15:36:53 +01:00
aboyko
c4af955878 [GHA]: Adopt eclipse 4.35 distro 2024-12-09 09:31:29 -05:00
Martin Lippert
7b83098124 filed and added corresponding JDT parser issues for disabled test cases around code completion difficulties 2024-12-09 13:47:55 +01:00
Martin Lippert
4e7dccb36c updated eclipse build targets, removed 4.32 and added 4.35 targets 2024-12-09 12:01:19 +01:00
Martin Lippert
ea185e199e update jdt.core to 3.40 2024-12-09 08:50:55 +01:00
aboyko
fd7379bcff [GHA]: Integrate LS build on different platforms into snapshot build 2024-12-08 16:52:01 -05:00
Alex Boyko
18c23e3d4d Build with tests running on Windows
* Fix test-projects content for testing on Win

* Majority of tests fixes on Win

* Maven wrapper to maven 3.9.9

* Doc URI changes for Win to revisit. All tests pass

* Disable a few tests on Win until JDT Core 3.41

* Wrap up questionable changes
2024-12-08 16:02:42 -05:00
aboyko
824e48cf54 [GHA]: PR check build 2024-12-08 15:10:14 -05:00
aboyko
2f891f1f0a [GHA]: adjust multiplatform build workflow 2024-12-07 23:51:57 -05:00
aboyko
1af6c6de98 [GHA]: adjust multiplatform build workflow 2024-12-07 23:48:38 -05:00
aboyko
034359785d [GHA]: adjust windows build 2024-12-07 23:45:15 -05:00
aboyko
3c6fed51ac [GHA]: multiplatform build 2024-12-07 23:35:29 -05:00
BoykoAlex
3e44b798ef PostgreSQL grammar allow placeholders 2024-12-06 18:32:50 -05:00
aboyko
7dd3592d9d Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2024-12-06 14:18:30 -05:00
aboyko
f6098c38d4 Simple unit tests for some JavaUtils methods 2024-12-06 14:18:06 -05:00
Martin Lippert
f767e693ff additional tests to prepare for improved content-assist for annotations as soon as a new JDT parser version is around 2024-12-06 11:25:42 +01:00
aboyko
f53f1d70d2 MySQL parser allow from/to keywords to be identifiers 2024-12-05 19:21:53 -05:00
aboyko
c583cbcb88 AnnotationHierarchies switch to binding key from FQN 2024-12-05 14:52:17 -05:00
aboyko
78dc6f3103 Allow caching in AnnotationHierarchies. Performance. 2024-12-05 11:06:31 -05:00
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