update spring index storage generation for upcoming release

This commit is contained in:
Martin Lippert
2023-06-08 16:16:31 +02:00
parent f430552dca
commit 356536e71b

View File

@@ -76,7 +76,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-2";
private static final String GENERATION = "GEN-3";
private final SymbolHandler symbolHandler;
private final AnnotationHierarchyAwareLookup<SymbolProvider> symbolProviders;