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
b8311bd8
Commit
b8311bd8
authored
Mar 20, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #16270 from Spring Operator
* gh-16270: Use HTTPS for external links in XML files
parents
c8460ee8
00ab3036
Changes
37
Show whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
46 additions
and
45 deletions
+46
-45
.settings-template.xml
.settings-template.xml
+1
-1
non-annotated.xml
...re/src/test/resources/META-INF/mappings/non-annotated.xml
+1
-1
persistence.xml
...autoconfigure/src/test/resources/META-INF/persistence.xml
+1
-1
db.changelog-override.xml
...src/test/resources/db/changelog/db.changelog-override.xml
+2
-2
early-init-test.xml
...boot-autoconfigure/src/test/resources/early-init-test.xml
+1
-1
ehcache3.xml
...spring-boot-autoconfigure/src/test/resources/ehcache3.xml
+2
-2
factorybean.xml
...ingframework/boot/autoconfigure/condition/factorybean.xml
+1
-1
foo.xml
.../org/springframework/boot/autoconfigure/condition/foo.xml
+1
-1
runner.xml
spring-boot-project/spring-boot-cli/samples/runner.xml
+1
-1
jar-with-dependencies.xml
...ring-boot-cli/src/main/assembly/jar-with-dependencies.xml
+1
-1
settings.xml
...oject/spring-boot-cli/src/test/resources/.m2/settings.xml
+2
-2
settings.xml
...ven-settings/active-profile-repositories/.m2/settings.xml
+1
-1
settings.xml
.../src/test/resources/maven-settings/basic/.m2/settings.xml
+2
-2
settings.xml
.../test/resources/maven-settings/encrypted/.m2/settings.xml
+1
-1
settings.xml
...es/maven-settings/property-interpolation/.m2/settings.xml
+1
-1
starter-poms-assembly.xml
...boot-starters/src/main/assembly/starter-poms-assembly.xml
+1
-1
SpringApplicationConfigurationXmlConventionConfigurationTests-context.xml
...nConfigurationXmlConventionConfigurationTests-context.xml
+2
-2
SpringBootTestXmlConventionConfigurationTests-context.xml
...SpringBootTestXmlConventionConfigurationTests-context.xml
+2
-2
pom.xml
.../spring-boot-tools/spring-boot-configuration-docs/pom.xml
+1
-1
jar-with-dependencies.xml
...xecutable-jar/src/main/assembly/jar-with-dependencies.xml
+1
-1
app.xml
...der/src/it/executable-props-lib/src/main/assembly/app.xml
+1
-1
dependencies.xml
...t/executable-props-lib/src/main/assembly/dependencies.xml
+1
-1
jar-with-dependencies.xml
...cutable-props/src/main/assembly/jar-with-dependencies.xml
+1
-1
application.xml
...r/src/test/resources/root/META-INF/spring/application.xml
+1
-1
site.xml
...ing-boot-tools/spring-boot-maven-plugin/src/site/site.xml
+1
-1
empty-web.xml
...pringframework/boot/context/embedded/tomcat/empty-web.xml
+1
-1
testProperties.xml
...pringframework/boot/context/properties/testProperties.xml
+1
-1
consumer.xml
...framework/boot/diagnostics/analyzer/nounique/consumer.xml
+1
-1
producer.xml
...framework/boot/diagnostics/analyzer/nounique/producer.xml
+1
-1
test-xml.xml
.../test/resources/org/springframework/boot/env/test-xml.xml
+1
-1
sample-beans.xml
.../test/resources/org/springframework/boot/sample-beans.xml
+2
-2
exampleEmbeddedWebApplicationConfiguration.xml
...et/context/exampleEmbeddedWebApplicationConfiguration.xml
+1
-1
ehcache3.xml
.../spring-boot-sample-cache/src/main/resources/ehcache3.xml
+2
-2
web.xml
...g-boot-sample-traditional/src/main/webapp/WEB-INF/web.xml
+1
-1
application-context.xml
...e-xml/src/main/resources/META-INF/application-context.xml
+2
-2
pom-template.xml
...ing-boot-server-tests/src/test/resources/pom-template.xml
+1
-1
checkstyle-suppressions.xml
src/checkstyle/checkstyle-suppressions.xml
+1
-0
No files found.
.settings-template.xml
View file @
b8311bd8
<settings
xmlns=
"http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/SETTINGS/1.0.0 http
s
://maven.apache.org/xsd/settings-1.0.0.xsd"
>
<profiles>
<profile>
<id>
snapshot
</id>
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/resources/META-INF/mappings/non-annotated.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8" ?>
<entity-mappings
xmlns=
"http://xmlns.jcp.org/xml/ns/persistence/orm"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://xmlns.jcp.org/xml/ns/persistence/orm http
://xmlns.jcp.org
/xml/ns/persistence/orm_2_1.xsd"
xsi:schemaLocation=
"http://xmlns.jcp.org/xml/ns/persistence/orm http
s://www.oracle.com/webfolder/technetwork/jsc
/xml/ns/persistence/orm_2_1.xsd"
version=
"2.1"
>
<entity
class=
"org.springframework.boot.autoconfigure.orm.jpa.mapping.NonAnnotatedEntity"
>
<table
name=
"NON_ANNOTATED"
/>
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/resources/META-INF/persistence.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<persistence
version=
"2.0"
xmlns=
"http://java.sun.com/xml/ns/persistence"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
>
<persistence
version=
"2.0"
xmlns=
"http://java.sun.com/xml/ns/persistence"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://java.sun.com/xml/ns/persistence http
s
://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"
>
<persistence-unit
name=
"manually-configured"
>
<class>
org.springframework.boot.autoconfigure.orm.jpa.test.City
</class>
<exclude-unlisted-classes>
true
</exclude-unlisted-classes>
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/resources/db/changelog/db.changelog-override.xml
View file @
b8311bd8
...
...
@@ -3,8 +3,8 @@
xmlns=
"http://www.liquibase.org/xml/ns/dbchangelog"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ext=
"http://www.liquibase.org/xml/ns/dbchangelog-ext"
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd
http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd"
>
xsi:schemaLocation=
"http://www.liquibase.org/xml/ns/dbchangelog http
s
://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd
http://www.liquibase.org/xml/ns/dbchangelog-ext http
s
://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd"
>
<changeSet
id=
"1"
author=
"marceloverdijk"
>
<createTable
tableName=
"customer"
>
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/resources/early-init-test.xml
View file @
b8311bd8
...
...
@@ -2,7 +2,7 @@
<beans
xmlns=
"http://www.springframework.org/schema/beans"
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
id=
"earlyInit"
class=
"org.springframework.boot.autoconfigure.EarlyInitFactoryBean"
>
<property
name=
"propertyFromConfig"
value=
"${foo}"
/>
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/resources/ehcache3.xml
View file @
b8311bd8
...
...
@@ -3,8 +3,8 @@
xmlns=
'http://www.ehcache.org/v3'
xmlns:jsr107=
'http://www.ehcache.org/v3/jsr107'
xsi:schemaLocation=
"
http://www.ehcache.org/v3 http://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 http
s
://www.ehcache.org/schema/ehcache-core-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"
>
<heap
unit=
"entries"
>
200
</heap>
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/factorybean.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
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
id=
"example"
class=
"org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBeanTests.ExampleFactoryBean"
>
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/foo.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
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
id=
"foo"
class=
"java.lang.String"
>
<constructor-arg
value=
"foo"
/>
...
...
spring-boot-project/spring-boot-cli/samples/runner.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
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
id=
"runner"
class=
"org.test.Runner"
/>
...
...
spring-boot-project/spring-boot-cli/src/main/assembly/jar-with-dependencies.xml
View file @
b8311bd8
...
...
@@ -2,7 +2,7 @@
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http
s
://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
<id>
full
</id>
<formats>
<format>
jar
</format>
...
...
spring-boot-project/spring-boot-cli/src/test/resources/.m2/settings.xml
View file @
b8311bd8
<settings
xmlns=
"http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd"
>
http
s
://maven.apache.org/xsd/settings-1.0.0.xsd"
>
<mirrors>
<mirror>
<id>
central-mirror
</id>
<url>
http://central-mirror.example.com/maven2
</url>
<url>
http
s
://central-mirror.example.com/maven2
</url>
<mirrorOf>
central
</mirrorOf>
</mirror>
</mirrors>
...
...
spring-boot-project/spring-boot-cli/src/test/resources/maven-settings/active-profile-repositories/.m2/settings.xml
View file @
b8311bd8
...
...
@@ -3,7 +3,7 @@
<mirrors>
<mirror>
<id>
my-mirror
</id>
<url>
http://maven.example.com/mirror
</url>
<url>
http
s
://maven.example.com/mirror
</url>
<mirrorOf>
my-server
</mirrorOf>
</mirror>
</mirrors>
...
...
spring-boot-project/spring-boot-cli/src/test/resources/maven-settings/basic/.m2/settings.xml
View file @
b8311bd8
...
...
@@ -3,7 +3,7 @@
<mirrors>
<mirror>
<id>
my-mirror
</id>
<url>
http://maven.example.com/mirror
</url>
<url>
http
s
://maven.example.com/mirror
</url>
<mirrorOf>
my-server
</mirrorOf>
</mirror>
</mirrors>
...
...
@@ -39,7 +39,7 @@
<repositories>
<repository>
<id>
example-repository
</id>
<url>
http://repo.example.com
</url>
<url>
http
s
://repo.example.com
</url>
</repository>
</repositories>
</profile>
...
...
spring-boot-project/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings.xml
View file @
b8311bd8
...
...
@@ -3,7 +3,7 @@
<mirrors>
<mirror>
<id>
my-mirror
</id>
<url>
http://maven.example.com/mirror
</url>
<url>
http
s
://maven.example.com/mirror
</url>
<mirrorOf>
my-server
</mirrorOf>
</mirror>
</mirrors>
...
...
spring-boot-project/spring-boot-cli/src/test/resources/maven-settings/property-interpolation/.m2/settings.xml
View file @
b8311bd8
<settings
xmlns=
"http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd"
>
http
s
://maven.apache.org/xsd/settings-1.0.0.xsd"
>
<localRepository>
${foo}/repository
</localRepository>
...
...
spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml
View file @
b8311bd8
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
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>
<formats>
<format>
zip
</format>
...
...
spring-boot-project/spring-boot-test/src/test/resources/org/springframework/boot/test/SpringApplicationConfigurationXmlConventionConfigurationTests-context.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<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"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.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
s
://www.springframework.org/schema/context/spring-context.xsd"
>
<bean
id=
"foo"
class=
"java.lang.String"
>
<constructor-arg>
...
...
spring-boot-project/spring-boot-test/src/test/resources/org/springframework/boot/test/context/SpringBootTestXmlConventionConfigurationTests-context.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<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"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.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
s
://www.springframework.org/schema/context/spring-context.xsd"
>
<bean
id=
"foo"
class=
"java.lang.String"
>
<constructor-arg>
...
...
spring-boot-project/spring-boot-tools/spring-boot-configuration-docs/pom.xml
View file @
b8311bd8
<?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"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<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
s
://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.springframework.boot
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-jar/src/main/assembly/jar-with-dependencies.xml
View file @
b8311bd8
...
...
@@ -2,7 +2,7 @@
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http
s
://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
<id>
full
</id>
<formats>
<format>
jar
</format>
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props-lib/src/main/assembly/app.xml
View file @
b8311bd8
...
...
@@ -2,7 +2,7 @@
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http
s
://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
<id>
app
</id>
<formats>
<format>
jar
</format>
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props-lib/src/main/assembly/dependencies.xml
View file @
b8311bd8
...
...
@@ -2,7 +2,7 @@
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http
s
://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
<id>
dependencies
</id>
<formats>
<format>
jar
</format>
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props/src/main/assembly/jar-with-dependencies.xml
View file @
b8311bd8
...
...
@@ -2,7 +2,7 @@
<assembly
xmlns=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http
s
://maven.apache.org/xsd/assembly-1.1.2.xsd"
>
<id>
full
</id>
<formats>
<format>
jar
</format>
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/test/resources/root/META-INF/spring/application.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
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"
>
</beans>
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/site/site.xml
View file @
b8311bd8
<project
xmlns=
"http://maven.apache.org/DECORATION/1.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd"
>
xsi:schemaLocation=
"http://maven.apache.org/DECORATION/1.0.0 http
s
://maven.apache.org/xsd/decoration-1.0.0.xsd"
>
<body>
<menu
name=
"Overview"
>
<item
name=
"Introduction"
href=
"index.html"
/>
...
...
spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/context/embedded/tomcat/empty-web.xml
View file @
b8311bd8
...
...
@@ -2,5 +2,5 @@
<web-app
version=
"3.0"
xmlns=
"http://java.sun.com/xml/ns/javaee"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
>
http
s
://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
>
</web-app>
spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/context/properties/testProperties.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
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
id=
"org.springframework.boot.context.properties.ConfigurationPropertiesTests$BasicProperties"
...
...
spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/diagnostics/analyzer/nounique/consumer.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
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"
/>
...
...
spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/diagnostics/analyzer/nounique/producer.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
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"
/>
...
...
spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/env/test-xml.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
<!DOCTYPE properties SYSTEM "http
s
://java.sun.com/dtd/properties.dtd">
<properties>
<entry
key=
"test"
>
xml
</entry>
</properties>
spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/sample-beans.xml
View file @
b8311bd8
...
...
@@ -2,8 +2,8 @@
<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"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.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
s
://www.springframework.org/schema/context/spring-context.xsd"
>
<bean
id=
"myXmlComponent"
class=
"org.springframework.boot.sampleconfig.MyComponent"
/>
</beans>
spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/web/servlet/context/exampleEmbeddedWebApplicationConfiguration.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<beans
xmlns=
"http://www.springframework.org/schema/beans"
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
name=
"servletContainerFactory"
class=
"org.springframework.boot.web.servlet.server.MockServletWebServerFactory"
/>
...
...
spring-boot-samples/spring-boot-sample-cache/src/main/resources/ehcache3.xml
View file @
b8311bd8
<config
xmlns=
'http://www.ehcache.org/v3'
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
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
http://www.ehcache.org/v3/jsr107 http://www.ehcache.org/schema/ehcache-107-ext-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
s
://www.ehcache.org/schema/ehcache-107-ext-3.0.xsd"
>
<cache
alias=
"countries"
>
<expiry>
<ttl
unit=
"seconds"
>
600
</ttl>
...
...
spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/web.xml
View file @
b8311bd8
<?xml version="1.0" encoding="UTF-8"?>
<web-app
version=
"2.5"
xmlns=
"http://java.sun.com/xml/ns/javaee"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
>
xsi:schemaLocation=
"http://java.sun.com/xml/ns/javaee http
s
://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
>
<servlet>
<servlet-name>
appServlet
</servlet-name>
...
...
spring-boot-samples/spring-boot-sample-xml/src/main/resources/META-INF/application-context.xml
View file @
b8311bd8
...
...
@@ -2,8 +2,8 @@
<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"
xsi:schemaLocation=
"http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.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
s
://www.springframework.org/schema/context/spring-context.xsd"
>
<context:annotation-config/>
<context:property-placeholder/>
...
...
spring-boot-tests/spring-boot-integration-tests/spring-boot-server-tests/src/test/resources/pom-template.xml
View file @
b8311bd8
<?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"
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>
<parent>
<groupId>
org.springframework.boot
</groupId>
...
...
src/checkstyle/checkstyle-suppressions.xml
View file @
b8311bd8
<?xml version="1.0"?>
<!DOCTYPE suppressions PUBLIC
<<<<<<< HEAD
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
...
...
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