update indexer generations for upcoming release

This commit is contained in:
Martin Lippert
2025-04-17 10:16:45 +02:00
parent 39cdee4509
commit 9c95da9c58
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ public class SpringFactoriesIndexer 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-13";
private static final String GENERATION = "GEN-14";
private static final String SYMBOL_KEY = "symbols";
private static final String BEANS_KEY = "beans";

View File

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

View File

@@ -56,7 +56,7 @@ public class SpringIndexerXML 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-11";
private static final String GENERATION = "GEN-12";
private static final String SYMBOL_KEY = "symbols";
private static final String BEANS_KEY = "beans";