Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
4e2739ec
Commit
4e2739ec
authored
Mar 26, 2019
by
Spring Operator
Committed by
Andy Wilkinson
Mar 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use HTTPS for external links from XML files where possible
See gh-16312
parent
46d6fb0e
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
10 additions
and
10 deletions
+10
-10
ehcache3.xml
spring-boot-autoconfigure/src/test/resources/ehcache3.xml
+2
-2
pom-template.xml
...ded-servlet-container/src/test/resources/pom-template.xml
+1
-1
ehcache3.xml
.../spring-boot-sample-cache/src/main/resources/ehcache3.xml
+2
-2
starter-poms-assembly.xml
...boot-starters/src/main/assembly/starter-poms-assembly.xml
+1
-1
SpringBootTestXmlConventionConfigurationTests-context.xml
...SpringBootTestXmlConventionConfigurationTests-context.xml
+2
-2
consumer.xml
...framework/boot/diagnostics/analyzer/nounique/consumer.xml
+1
-1
producer.xml
...framework/boot/diagnostics/analyzer/nounique/producer.xml
+1
-1
No files found.
spring-boot-autoconfigure/src/test/resources/ehcache3.xml
View file @
4e2739ec
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
xmlns=
'http://www.ehcache.org/v3'
xmlns=
'http://www.ehcache.org/v3'
xmlns:jsr107=
'http://www.ehcache.org/v3/jsr107'
xmlns:jsr107=
'http://www.ehcache.org/v3/jsr107'
xsi:schemaLocation=
"
xsi:schemaLocation=
"
http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.1.xsd
http://www.ehcache.org/v3 http
s
://www.ehcache.org/schema/ehcache-core-3.1.xsd
http://www.ehcache.org/v3/jsr107 http://www.ehcache.org/schema/ehcache-107-ext-3.1.xsd"
>
http://www.ehcache.org/v3/jsr107 http
s
://www.ehcache.org/schema/ehcache-107-ext-3.1.xsd"
>
<cache-template
name=
"example"
>
<cache-template
name=
"example"
>
<heap
unit=
"entries"
>
200
</heap>
<heap
unit=
"entries"
>
200
</heap>
...
...
spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/src/test/resources/pom-template.xml
View file @
4e2739ec
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache3.xml
View file @
4e2739ec
<config
xmlns=
'http://www.ehcache.org/v3'
<config
xmlns=
'http://www.ehcache.org/v3'
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:jsr107=
"http://www.ehcache.org/v3/jsr107"
xmlns:jsr107=
"http://www.ehcache.org/v3/jsr107"
xsi:schemaLocation=
"http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.0.xsd
xsi:schemaLocation=
"http://www.ehcache.org/v3 http
s
://www.ehcache.org/schema/ehcache-core-3.0.xsd
http://www.ehcache.org/v3/jsr107 http://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd"
>
http://www.ehcache.org/v3/jsr107 http
s
://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd"
>
<cache
alias=
"countries"
>
<cache
alias=
"countries"
>
<expiry>
<expiry>
<ttl
unit=
"seconds"
>
600
</ttl>
<ttl
unit=
"seconds"
>
600
</ttl>
...
...
spring-boot-starters/src/main/assembly/starter-poms-assembly.xml
View file @
4e2739ec
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http
s
://maven.apache.org/xsd/assembly-1.1.3.xsd"
>
<id>
starter-poms
</id>
<id>
starter-poms
</id>
<formats>
<formats>
<format>
zip
</format>
<format>
zip
</format>
...
...
spring-boot-test/src/test/resources/org/springframework/boot/test/context/SpringBootTestXmlConventionConfigurationTests-context.xml
View file @
4e2739ec
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
<beans
xmlns=
"http://www.springframework.org/schema/beans"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:context=
"http://www.springframework.org/schema/context"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:context=
"http://www.springframework.org/schema/context"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http
s
://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd"
>
http://www.springframework.org/schema/context http
s
://www.springframework.org/schema/context/spring-context.xsd"
>
<bean
id=
"foo"
class=
"java.lang.String"
>
<bean
id=
"foo"
class=
"java.lang.String"
>
<constructor-arg>
<constructor-arg>
...
...
spring-boot/src/test/resources/org/springframework/boot/diagnostics/analyzer/nounique/consumer.xml
View file @
4e2739ec
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
<beans
xmlns=
"http://www.springframework.org/schema/beans"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
>
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http
s
://www.springframework.org/schema/beans/spring-beans.xsd"
>
<bean
class=
"org.springframework.boot.diagnostics.analyzer.nounique.TestBeanConsumer"
/>
<bean
class=
"org.springframework.boot.diagnostics.analyzer.nounique.TestBeanConsumer"
/>
...
...
spring-boot/src/test/resources/org/springframework/boot/diagnostics/analyzer/nounique/producer.xml
View file @
4e2739ec
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
<beans
xmlns=
"http://www.springframework.org/schema/beans"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"
>
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http
s
://www.springframework.org/schema/beans/spring-beans.xsd"
>
<bean
class=
"org.springframework.boot.diagnostics.analyzer.nounique.TestBean"
name=
"xmlTestBean"
/>
<bean
class=
"org.springframework.boot.diagnostics.analyzer.nounique.TestBean"
name=
"xmlTestBean"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment