Open
Description
Describe the bug
While editing XML files with Spring Tool Suite 4 installed with the Spring XML Namespace Support plugin, an error pops up with "error loading referenced grammars" using Java 11.
To Reproduce
- Use any supported JDK.
- Open any XML file with STS4 installed.
- Try to edit the file.
Log
Eclipse logs the following:
java.lang.ClassNotFoundException: org.eclipse.jdt.core.IElementChangedListener cannot be found by org.springframework.ide.eclipse.xml.namespaces_4.11.0.202106180910
I suspect it is a Java Module System issue.