GH-1072: update storage generation of spring java indexer

This commit is contained in:
Martin Lippert
2023-08-01 10:19:45 +02:00
parent 3b82f4bb2f
commit 492aa252cd

View File

@@ -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";