Skip to content

Commit 8259025

Browse files
committed
update spring java indexer to invalidate the caches in the light of the new indexing features
1 parent 0a43c67 commit 8259025

File tree

1 file changed

+1
-1
lines changed
  • headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils

1 file changed

+1
-1
lines changed

headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringIndexerJava.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class SpringIndexerJava implements SpringIndexer {
9090

9191
// whenever the implementation of the indexer changes in a way that the stored data in the cache is no longer valid,
9292
// we need to change the generation - this will result in a re-indexing due to no up-to-date cache data being found
93-
private static final String GENERATION = "GEN-16";
93+
private static final String GENERATION = "GEN-17";
9494
private static final String INDEX_FILES_TASK_ID = "index-java-source-files-task-";
9595

9696
private static final String SYMBOL_KEY = "symbols";

0 commit comments

Comments
 (0)