From 492aa252cd156a39e561b2367b5ebc3b2e8c7626 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 1 Aug 2023 10:19:45 +0200 Subject: [PATCH] GH-1072: update storage generation of spring java indexer --- .../ide/vscode/boot/java/utils/SpringIndexerJava.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringIndexerJava.java b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringIndexerJava.java index 59e8badc3..372206b99 100644 --- a/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringIndexerJava.java +++ b/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/utils/SpringIndexerJava.java @@ -80,7 +80,7 @@ public class SpringIndexerJava implements SpringIndexer { // whenever the implementation of the indexer changes in a way that the stored data in the cache is no longer valid, // we need to change the generation - this will result in a re-indexing due to no up-to-date cache data being found - private static final String GENERATION = "GEN-3"; + private static final String GENERATION = "GEN-4"; private static final String SYMBOL_KEY = "symbols"; private static final String BEANS_KEY = "beans";