6647 Commits

Author SHA1 Message Date
Martin Lippert
7e5586b2a0 update build actions to new targets 2025-06-12 08:23:41 +02:00
Martin Lippert
55a316aa59 update build targets for next release, removing e4.34, adding e4.37 2025-06-12 08:16:38 +02:00
BoykoAlex
3097265462 Bump versions to 1.64.0 and 4.32.0 2025-06-11 15:43:48 -07:00
BoykoAlex
9a6a935db5 Update changelog for 4.31.0 2025-06-05 13:03:33 -07:00
BoykoAlex
b5446a1dc2 Don't overwhelm client with duplicate diagnostic messages 2025-06-05 12:34:34 -07:00
Martin Lippert
b4cc3bfe38 set lsp4e versions for upcoming release build 2025-06-05 08:22:40 +02:00
Martin Lippert
67789b730e GH-1572: do not treat functional beans different anymore
Fixes GH-1572
2025-06-03 11:23:42 +02:00
BoykoAlex
28617ed96e Fix NPE in computing java version 2025-06-02 09:16:13 -07:00
hsuk04
4bce9a2342 Refactor createTempDirectory method to use java.nio.file.Files for secure and atomic temporary directory creation (#1559)
Signed-off-by: hsuk04 <hsuhweek@gmail.com>
2025-05-27 09:54:04 -07:00
Alex Boyko
0cbb4ba60f Remove javax.inject usages - unnecessary (#1567)
Signed-off-by: BoykoAlex <alex.boyko@broadcom.com>
2025-05-23 21:23:10 -07:00
BoykoAlex
5bb1cd8fcd Add Boot 3.5 upgrade 2025-05-23 10:52:12 -07:00
Martin Lippert
4e110a1973 update version of jgit to latest 7.2.1 2025-05-23 11:28:31 +02:00
Martin Lippert
be053e3116 GH-1548: added missing test case for code action for mongodb-based aot repository action
GH-1548: fixed an issue around code actions not showing up for mongodb repos
2025-05-23 11:23:36 +02:00
BoykoAlex
6d2707eea2 Fix failing unit tests 2025-05-22 16:04:40 -07:00
aboyko
732d030c5a AOT gen data query codelens preference 2025-05-22 15:32:12 -07:00
aboyko
c7ffd3ee5a Merge branch 'main' of https://github.com/spring-projects/spring-tools into main 2025-05-22 12:09:56 -07:00
aboyko
8ade0b7920 Auto-expand for workspace/doc symbols in Eclipse 2025-05-22 12:09:24 -07:00
Martin Lippert
e04ef5db70 GH-1545: mongodb query information from aot metadata can now be turned into query annotations in source code 2025-05-22 15:01:56 +02:00
aboyko
c860beca75 Merge branch 'main' of https://github.com/spring-projects/spring-tools into main 2025-05-21 17:46:28 -07:00
aboyko
1b4b2b76ff Hierarchical doc symbols in Eclipse by default 2025-05-21 17:45:35 -07:00
Martin Lippert
7576401002 GH-1543: more precise method matching logic implemented when identifing mehods from repository aot metadata
Fixes GH-1543
2025-05-19 13:54:46 +02:00
Martin Lippert
b72e4b3444 replace http with https 2025-05-16 12:38:48 +02:00
Martin Lippert
be4839fd84 GH-1545: use specific prompt for explaining mongodb queries 2025-05-16 12:31:32 +02:00
Martin Lippert
26e9d24f4e GH-1545: query code lens support added for aot-generated mongodb repositories 2025-05-16 12:30:24 +02:00
Martin Lippert
3ae66ce9ce reimplement ProjectElement internals to efficiently store document child elements 2025-05-15 13:49:58 +02:00
Martin Lippert
607f072238 GH-1560: avoid duplicate property keys in completion proposala
Fixes GH-1560
2025-05-14 11:54:16 +02:00
aboyko
a65c4f8ab1 Add LSP Implementation infra. AOT query method impl nav. 2025-05-09 14:48:24 -04:00
aboyko
21b26830eb Adjustments to AOT data query navigation, CodeLens 2025-05-08 19:43:18 -04:00
aboyko
5c50917a96 Navigate to query method implementation 2025-05-05 17:59:36 -04:00
Martin Lippert
ae8cfdf4d7 adjust to changed standard icons in eclipse platform and jdt 2025-05-05 13:21:18 +02:00
Martin Lippert
6920439ba9 GH-1557: enable hierarchical document symbols and workspace symbols from new index by default 2025-05-05 08:52:24 +02:00
aboyko
23ddf88ae0 Separate "Add @Query" CodeLens 2025-04-30 11:35:48 -04:00
aboyko
655b54e8b5 Fix unit test 2025-04-29 22:40:31 -04:00
aboyko
1fa315f5fe Command for Data Query method CodeLens and CodeAction 2025-04-29 20:48:45 -04:00
aboyko
8bebac55a8 Set latest Lemminx version from maven repo 2025-04-28 22:30:02 -04:00
aboyko
1d80d27ae0 Fix URLs 2025-04-25 19:30:19 -04:00
aboyko
78fc95c31b No CodeLens over method with @Query. Unit tests 2025-04-25 18:51:19 -04:00
aboyko
6d926d40f2 Remove rogue Sys out println 2025-04-24 11:16:55 -04:00
Martin Lippert
68cc248ccb initial work on using aot information for spring data repositories 2025-04-23 11:55:17 +02:00
Martin Lippert
ff5bb3d9fe remove i-builds from e4.36 target again, m1 with java 24 support is in staging repo already 2025-04-23 11:12:44 +02:00
Alex Boyko
d886efd66a Index Elements serialization. Structure view initial work
* WIP

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* `SpringIndexElement` serialization. Initial Structure view in VSCode

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Corrections

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Serialization polishing

Signed-off-by: aboyko <alex.boyko@broadcom.com>

* Don't include java.lang.Object in supertypes serialization

Signed-off-by: aboyko <alex.boyko@broadcom.com>

---------

Signed-off-by: aboyko <alex.boyko@broadcom.com>
2025-04-22 13:43:50 -04:00
aboyko
515f27d556 Remove concourse build related files 2025-04-22 11:31:50 -04:00
aboyko
a2f0420de1 Bump up eclipse bundles to 4.31.0 2025-04-22 11:11:50 -04:00
aboyko
6d7050942e Bump up language servers and extensions to 1.63.0/1.57.0 2025-04-22 11:06:57 -04:00
aboyko
91de817e5a Include new orbit for e436 aggregate update site 2025-04-21 13:29:36 -04:00
aboyko
ee1fc74e10 Enable embedded language syntax highlighting in Java editor by default 2025-04-17 22:32:14 -04:00
aboyko
8da0cb8aea Fix LS extensions release build 2025-04-17 16:18:04 -04:00
aboyko
dc437dd1ec 4.30.0.RELEASE changelog updates 2025-04-17 14:47:18 -04:00
aboyko
8e8df212b0 Sign SpringToolSuite4.exe rather than SpringToolsForEclipse.exe 2025-04-17 10:42:41 -04:00
Martin Lippert
9c95da9c58 update indexer generations for upcoming release 2025-04-17 10:16:45 +02:00