Merge branch 'main' of https://github.com/spring-projects/sts4 into main
This commit is contained in:
@@ -82,7 +82,8 @@ public class InProjectSymbolsProvider implements SymbolsProvider {
|
||||
IProject project = this.project.get();
|
||||
|
||||
if (project != null) {
|
||||
dumpBeansModel(project.getName());
|
||||
|
||||
// dumpBeansModel(project.getName()); // for debug purposes
|
||||
|
||||
String projectLocationPrefix = LSPEclipseUtils.toUri(project).toASCIIString();
|
||||
query = "locationPrefix:" + projectLocationPrefix + "?" + query;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user