switch xml bean hyperlink provider to new spring index

This commit is contained in:
Martin Lippert
2024-12-21 20:37:05 +01:00
parent d81feb0bc1
commit 24492fe231
6 changed files with 45 additions and 79 deletions

View File

@@ -24,7 +24,6 @@ import org.eclipse.lsp4j.Position;
import org.eclipse.lsp4j.Range;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
@@ -172,7 +171,7 @@ public class XMLBeansHyperlinkTest {
}
@Test
@Disabled
// @Disabled
void testBeanRefHyperlink() throws Exception {
log.debug("------------------ testBeanRefHyperlink ----------------------");
Path xmlFilePath = Paths.get(project.getLocationUri()).resolve("beans.xml");