Commit Graph

1272 Commits

Author SHA1 Message Date
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
BoykoAlex
3e44b798ef PostgreSQL grammar allow placeholders 2024-12-06 18:32:50 -05:00
aboyko
f6098c38d4 Simple unit tests for some JavaUtils methods 2024-12-06 14:18:06 -05:00
aboyko
f53f1d70d2 MySQL parser allow from/to keywords to be identifiers 2024-12-05 19:21:53 -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
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
93d8989d7d Avoid exception from StringLiteral.getLiteralValue() 2024-11-26 21:10:38 -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
a73b78e325 optimization: avoid duplicate empty string array creations for every fix descriptor 2024-11-19 15:49:42 +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
aboyko
8de092ba4f Bump Rewrite versions and add workaround for Gradle parser 2024-11-13 13:07:51 -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
ea033714b4 Embedded code accounts for concatenated strings and escape chars 2024-11-05 19:37:29 -05:00
Martin Lippert
3957aac98e code style polish 2024-11-04 17:54:09 +01:00
aboyko
342f9f7fe2 Fix https urls 2024-11-01 15:08:37 -04:00
aboyko
b31e63468f Replace PostgreSQL grammar to support COLLATE 2024-11-01 11:20:42 -04:00
aboyko
9675489c9d Bump to 1.59.0 2024-10-17 17:44:39 -04:00
aboyko
94f7e82b48 Fix unit test 2024-10-15 14:07:52 -04:00
aboyko
ec8b9ea019 [PostgreSQL] Over clause support 2024-10-09 22:27:35 -04:00
aboyko
d2608475f6 [PostgreSQL] parser fixes 2024-10-09 16:11:52 -04:00
aboyko
899389ee33 [HQL] expand identification variable definition function 2024-10-09 13:12:53 -04:00
Martin Lippert
39fb0b4ecd fix test to deal correctly with null values coming back from document highlight requests 2024-10-09 13:17:14 +02:00
Martin Lippert
16f4d0c014 GH-1380: return null instead of empty list when there are no document hightlights found to avoid confusion on the client side 2024-10-09 12:47:39 +02:00
aboyko
9b1052bf0a Changes to properties in yaml format from AI response 2024-10-08 21:04:11 -04:00
aboyko
084d3a9ad7 Apply edit via LSP. Fix maven changes 2024-10-07 16:35:27 -04:00
Alex Boyko
19e3b38804 Slight refactorings and remove maven-model dependency (#1365) (#1366)
* trying to allow manual trigger for publishing vscode pre-releases

* remove usage of proposed chat variable resolver api for now

* remove maven-model dependency and clean up code

---------

Co-authored-by: Udayani Vaka <79973862+vudayani@users.noreply.github.com>
Co-authored-by: Martin Lippert <martin.lippert@broadcom.com>
2024-10-03 08:36:38 -04:00
vudayani
f9949d6480 move Spring Cli commands implementation to language server 2024-10-02 10:04:00 +02:00
vudayani
3d18619e98 copilot spring boot agent implementation 2024-10-02 10:04:00 +02:00
aboyko
ab2aad55c6 Merge branch 'main' of https://github.com/spring-projects/sts4 into main 2024-09-29 11:17:07 -04:00
aboyko
88d357f45e Fix NPE in inlay hints 2024-09-29 11:16:45 -04:00
vudayani
46778a7d8a GH-1323, GH-1324: Cron Expressions completion proposals and inlay hints 2024-09-26 09:25:25 +02:00
aboyko
3dd95fa0e0 JDT semantic tokens provider for non-eclipse clients only 2024-09-25 23:10:20 -04:00
aboyko
1e63408be0 Upgrade Gradle Tooling API to 8.9 for commons-rewrite 2024-09-23 15:39:18 -04:00
aboyko
342e7466ad Bump up OR dependencies 2024-09-17 12:39:43 -04:00
aboyko
9fdc1117bd Use gradle wrapper if available otherwise gradle 8.5 by default. 2024-09-12 10:30:38 -04:00
aboyko
fca3fc0566 Property place holder support inside SPEL 2024-09-11 22:33:24 -04: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
50ebd80b37 Upgrade Rewrite to 2.18 BOM 2024-09-06 20:54:59 -04:00
Martin Lippert
4bb6698926 GH-1317: allow individual context assist processors to devide whether the list is incomplete or not + refined the way class and package proposals show up in XML config files 2024-08-30 15:00:26 +02:00
aboyko
00636085ca Data query parameter go to definition, doc highlights and inlay hints 2024-08-27 19:12:37 -04:00
aboyko
42eca4fed9 Bump up to the latest OR and Boot 2024-08-22 15:52:46 -04:00
aboyko
790d50f910 CRON parser. Syntax highlighting and validation inside java code. 2024-08-20 12:22:53 -04:00
aboyko
ece638010f Input parameters for SPEL grammar 2024-08-14 11:51:55 -04:00
aboyko
2b7ac1a3c2 [PostgreSQL] Support more spots for parameters with the ANTLR parser 2024-07-30 16:48:31 -04:00
aboyko
32c8a86d86 Account for !--- doc splitter for properties validation 2024-07-26 17:41:56 -04:00
aboyko
2b91b4cd53 PostgreSQL allow for ';' at the end of the first statement 2024-07-24 18:11:27 -04:00
aboyko
f98b3ab626 Version 1.56 for bosh/concourse/cf with parent pom 1.57 2024-07-23 15:01:54 -04:00