Commit Graph

2726 Commits

Author SHA1 Message Date
aboyko
a6927038d1 Adopt latest rewrite-spring 2023-07-29 20:35:37 +02:00
aboyko
ad0ca00f38 Check for classpath change is back
Back to complete the revert of including tracking output folder contents
into classpath changed event
2023-07-29 20:35:37 +02:00
aboyko
d9134c407c Adopt latest rewrite-spring 2023-07-28 14:43:26 -04:00
aboyko
e21343ac83 Check for classpath change is back
Back to complete the revert of including tracking output folder contents
into classpath changed event
2023-07-28 14:23:30 -04:00
Martin Lippert
c68a5b8303 GH-1068: added initial unit test for new validation engine, using the first validation here 2023-07-27 16:52:05 +02:00
Martin Lippert
d55ba1f897 GH-1068: removed recipe repository from dependencies, not necessary at the moment 2023-07-27 16:50:11 +02:00
Martin Lippert
3677985b54 replace temporary label with real one for bean method validation 2023-07-27 08:51:43 +02:00
Martin Lippert
035feb5969 GH-1068: added range for individual method quick fix + removed check for recipe existence to avoid lazy loadind race conditions 2023-07-26 13:57:00 +02:00
Martin Lippert
4d14dc061a improve method naming 2023-07-26 13:55:55 +02:00
Martin Lippert
82d8f49a7a formatting 2023-07-26 13:55:08 +02:00
Martin Lippert
575cd22b68 GH-1068: added quick fix information to diagnostics for the first simple validation - caching probably does not work for that yet 2023-07-25 17:36:02 +02:00
Martin Lippert
7fcb9af8f2 GH-1068: disable old reconciling of java sources + add simple validation for jdt reconciler for testing purposes 2023-07-25 13:20:30 +02:00
Martin Lippert
91f7feb9d7 remove entries from internal memory store when deleting outdated cache files from disc 2023-07-25 12:15:09 +02:00
Martin Lippert
d186706676 remove entries from internal memory store when deleting outdated cache files from disc 2023-07-24 11:16:00 +02:00
Martin Lippert
d82d28fb40 Merge branch 'main' into jdt-diagnostics-via-symbols 2023-07-24 10:42:05 +02:00
Martin Lippert
ab131934e3 GH-1079: do not include output folders in cache key computation anymore to avoid confusion caused by random output folders timestamp changes 2023-07-24 10:39:37 +02:00
Martin Lippert
b55f9000e2 GH-1068: initial version of running a single validation as part of the indexing machinery 2023-07-20 20:57:45 +02:00
Martin Lippert
72f0da117a GH-1068: added progress reporting to indexing infrastructure 2023-07-20 20:57:45 +02:00
Martin Lippert
cc15b8ead8 GH-1068: added missing null check 2023-07-20 20:57:45 +02:00
Martin Lippert
151ad12d25 GH-1068: foundation to generate and cache diagnostics in symbol machinery 2023-07-20 20:57:45 +02:00
aboyko
8545ca16e1 Remove deprecated API in the ProgressService 2023-07-18 17:47:41 -04:00
Martin Lippert
1cec4a77f5 refactored IndexCacheKey to deal with separate key components separatly, allows the cache to delete outdated files from previous releases for cleaup 2023-07-17 17:04:54 +02:00
Martin Lippert
b3af8580ff fixed NPE when there are no symbols for a project (in case something went wrong) 2023-07-14 13:01:46 +02:00
aboyko
1d0c488cf8 Account for modulith dependency to be a local project 2023-07-12 20:52:01 -04:00
aboyko
2d8cd9d849 [boot-properties] Resource value hint includes 'optional:' 2023-07-12 11:05:16 -04:00
Martin Lippert
f7f8ba586c cleanup 2023-07-12 14:16:33 +02:00
Martin Lippert
97cf3b32f4 refactored symbol cache to enable reuse for various types of cache items and separated symbol cache from beans index cache 2023-07-12 14:13:28 +02:00
aboyko
0be66eb6ae Use non-deprecated snakeyaml FlowStyle API 2023-07-11 23:54:00 -04:00
aboyko
6496537e61 Modulith integration improved with manual refresh 2023-07-11 19:49:35 -04:00
Martin Lippert
7dfbad709f reorganize names and package locations around symbol and index caches 2023-07-11 12:27:58 +02:00
aboyko
9bf67c9f4e Modulith integration generates metadata to a file 2023-07-10 12:59:31 -04:00
aboyko
6fd123eea7 Disable randomly failing test and correct workflow syntax 2023-07-07 15:11:44 -04:00
aboyko
310c231b4b Update maven wrappers to the latest. Comment out tools.jar extra classpath entry 2023-07-05 17:20:26 -04:00
aboyko
8fee5505b7 Missing Tycho plugin version 4.0.0 2023-07-05 16:38:51 -04:00
aboyko
e04e243659 http -> https 2023-07-05 13:30:17 -04:00
aboyko
3a85b6383b Modulith support cleanup 2023-07-05 11:22:58 -04:00
aboyko
9c76086c6c ModulithService unit test 2023-07-05 10:49:05 -04:00
aboyko
3d8d2e58f9 Modulith support (continued) 2023-07-04 19:43:43 -04:00
aboyko
31a8600fee Modulith support 2023-07-04 13:54:38 -04:00
aboyko
cd8e75561b Adopt latest rewrite changes 2023-06-29 18:38:45 -04:00
aboyko
4447a2e16c Upgrade LS to Boot 3.1 2023-06-26 13:16:47 -04:00
aboyko
8718cff979 Upgrade rewrite gradle-tooling-model version 2023-06-22 13:43:42 -04:00
aboyko
4181d56c89 Target folder .class files updates tracking rather than classpath update 2023-06-16 20:50:11 -04:00
aboyko
d15433e1c3 More robust rewrite recipe ids for code actions 2023-06-16 11:05:20 -04:00
Martin Lippert
b981c63817 update eclipse language server plugins to version 1.48.0 2023-06-16 09:43:54 +02:00
Martin Lippert
041bbcee1e updated version to 4.19.1 2023-06-16 09:42:10 +02:00
Kris De Volder
5634db4e42 Bump version to 1.48.0 2023-06-16 07:39:37 +00:00
aboyko
52b4faad4a Cleanup jar and exe signing 2023-06-14 13:55:54 -04:00
aboyko
8c9692fa18 Use rewrite release versions. Workaround for xml-bind. 2023-06-14 13:23:48 -04:00
Martin Lippert
77dbde6d59 add new signing to jdt extension bundles 2023-06-14 10:49:42 +02:00