File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
spring-boot-autoconfigure/src/test/resources
spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/src/test/resources
spring-boot-samples/spring-boot-sample-cache/src/main/resources
spring-boot-starters/src/main/assembly
spring-boot-test/src/test/resources/org/springframework/boot/test/context
spring-boot/src/test/resources/org/springframework/boot/diagnostics/analyzer/nounique Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
xmlns=' http://www.ehcache.org/v3'
4
4
xmlns:jsr107=' http://www.ehcache.org/v3/jsr107'
5
5
xsi:schemaLocation="
6
- http://www.ehcache.org/v3 http ://www.ehcache.org/schema/ehcache-core-3.1.xsd
7
- http://www.ehcache.org/v3/jsr107 http ://www.ehcache.org/schema/ehcache-107-ext-3.1.xsd" >
6
+ http://www.ehcache.org/v3 https ://www.ehcache.org/schema/ehcache-core-3.1.xsd
7
+ http://www.ehcache.org/v3/jsr107 https ://www.ehcache.org/schema/ehcache-107-ext-3.1.xsd" >
8
8
9
9
<cache-template name =" example" >
10
10
<heap unit =" entries" >200</heap >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
Original file line number Diff line number Diff line change 1
1
<config xmlns =' http://www.ehcache.org/v3'
2
2
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
3
xmlns:jsr107=" http://www.ehcache.org/v3/jsr107"
4
- xsi:schemaLocation=" http://www.ehcache.org/v3 http ://www.ehcache.org/schema/ehcache-core-3.0.xsd
5
- http://www.ehcache.org/v3/jsr107 http ://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd" >
4
+ xsi:schemaLocation=" http://www.ehcache.org/v3 https ://www.ehcache.org/schema/ehcache-core-3.0.xsd
5
+ http://www.ehcache.org/v3/jsr107 https ://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd" >
6
6
<cache alias =" countries" >
7
7
<expiry >
8
8
<ttl unit =" seconds" >600</ttl >
Original file line number Diff line number Diff line change 1
1
<assembly xmlns =" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
2
2
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http ://maven.apache.org/xsd/assembly-1.1.3.xsd" >
3
+ xsi:schemaLocation=" http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 https ://maven.apache.org/xsd/assembly-1.1.3.xsd" >
4
4
<id >starter-poms</id >
5
5
<formats >
6
6
<format >zip</format >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" xmlns : context =" http://www.springframework.org/schema/context"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd
5
- http://www.springframework.org/schema/context http ://www.springframework.org/schema/context/spring-context.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd
5
+ http://www.springframework.org/schema/context https ://www.springframework.org/schema/context/spring-context.xsd" >
6
6
7
7
<bean id =" foo" class =" java.lang.String" >
8
8
<constructor-arg >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean class =" org.springframework.boot.diagnostics.analyzer.nounique.TestBeanConsumer" />
7
7
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<beans xmlns =" http://www.springframework.org/schema/beans"
3
3
xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi:schemaLocation=" http://www.springframework.org/schema/beans http ://www.springframework.org/schema/beans/spring-beans.xsd" >
4
+ xsi:schemaLocation=" http://www.springframework.org/schema/beans https ://www.springframework.org/schema/beans/spring-beans.xsd" >
5
5
6
6
<bean class =" org.springframework.boot.diagnostics.analyzer.nounique.TestBean" name =" xmlTestBean" />
7
7
You can’t perform that action at this time.
0 commit comments