switch to https variant of XML schema locations

This commit is contained in:
Martin Lippert
2024-01-10 15:21:10 +01:00
parent 03e54cc57b
commit bd027b3e9d

View File

@@ -199,7 +199,7 @@ public class SpringXMLCompletionEngine implements ICompletionEngine, LanguageSpe
+ "<beans xmlns=\"http://www.springframework.org/schema/beans\"\n"
+ " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
+ " xsi:schemaLocation=\"\n"
+ " http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd\">\n"
+ " http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd\">\n"
+ "\n"
+ " <!-- bean definitions here -->\n"
+ " $0\n"
@@ -210,7 +210,7 @@ public class SpringXMLCompletionEngine implements ICompletionEngine, LanguageSpe
+ "<beans xmlns=\"http://www.springframework.org/schema/beans\"\n"
+ " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n"
+ " xsi:schemaLocation=\"\n"
+ " http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd\">\n"
+ " http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd\">\n"
+ "\n"
+ " <!-- bean definitions here -->\n"
+ " \n"