GH-1261: update cache generation to deal with changed bean index (now includes annotation metadata)

This commit is contained in:
Martin Lippert
2024-06-20 12:24:01 +02:00
parent bc5ddc9201
commit db83524515

View File

@@ -89,7 +89,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-5";
private static final String GENERATION = "GEN-6";
private static final String INDEX_FILES_TASK_ID = "index-java-source-files-task-";
private static final String SYMBOL_KEY = "symbols";