diff --git a/.settings-template.xml b/.settings-template.xml index e2fd3968930..3db5339c609 100644 --- a/.settings-template.xml +++ b/.settings-template.xml @@ -1,13 +1,13 @@ + xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd"> snapshot spring-ext - http://repo.spring.io/ext-release-local/ + https://repo.spring.io/ext-release-local/ true @@ -18,7 +18,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/milestone + https://repo.spring.io/milestone false @@ -26,7 +26,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot true @@ -46,7 +46,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/milestone + https://repo.spring.io/milestone false @@ -54,7 +54,7 @@ spring-snapshots Spring Snapshots - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot true @@ -66,7 +66,7 @@ spring-ext - http://repo.spring.io/ext-release-local/ + https://repo.spring.io/ext-release-local/ true @@ -87,7 +87,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/milestone + https://repo.spring.io/milestone false @@ -97,7 +97,7 @@ spring-milestones Spring Milestones - http://repo.spring.io/snapshot + https://repo.spring.io/snapshot false @@ -109,7 +109,7 @@ spring-ext - http://repo.spring.io/ext-release-local/ + https://repo.spring.io/ext-release-local/ true diff --git a/spring-boot-autoconfigure/src/test/resources/META-INF/persistence.xml b/spring-boot-autoconfigure/src/test/resources/META-INF/persistence.xml index 1607abfb578..439d601d8fa 100644 --- a/spring-boot-autoconfigure/src/test/resources/META-INF/persistence.xml +++ b/spring-boot-autoconfigure/src/test/resources/META-INF/persistence.xml @@ -1,5 +1,5 @@ - + org.springframework.boot.autoconfigure.orm.jpa.test.City true diff --git a/spring-boot-autoconfigure/src/test/resources/db/changelog/db.changelog-override.xml b/spring-boot-autoconfigure/src/test/resources/db/changelog/db.changelog-override.xml index 2e418cb347d..52c3ccfe5d9 100644 --- a/spring-boot-autoconfigure/src/test/resources/db/changelog/db.changelog-override.xml +++ b/spring-boot-autoconfigure/src/test/resources/db/changelog/db.changelog-override.xml @@ -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 https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.0.xsd + http://www.liquibase.org/xml/ns/dbchangelog-ext https://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd"> diff --git a/spring-boot-autoconfigure/src/test/resources/early-init-test.xml b/spring-boot-autoconfigure/src/test/resources/early-init-test.xml index 9c28c45026c..2ef5e73d120 100644 --- a/spring-boot-autoconfigure/src/test/resources/early-init-test.xml +++ b/spring-boot-autoconfigure/src/test/resources/early-init-test.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-boot-autoconfigure/src/test/resources/infinispan.xml b/spring-boot-autoconfigure/src/test/resources/infinispan.xml index 88d844365ef..88b28daa6e6 100644 --- a/spring-boot-autoconfigure/src/test/resources/infinispan.xml +++ b/spring-boot-autoconfigure/src/test/resources/infinispan.xml @@ -1,6 +1,6 @@ diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/factorybean.xml b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/factorybean.xml index bac59ef4f03..a7852de0c25 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/factorybean.xml +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/factorybean.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/foo.xml b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/foo.xml index 735b571fc78..80a64071da8 100644 --- a/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/foo.xml +++ b/spring-boot-autoconfigure/src/test/resources/org/springframework/boot/autoconfigure/condition/foo.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-boot-cli/samples/runner.xml b/spring-boot-cli/samples/runner.xml index 2a8f5aad1a4..ac4fb0599e1 100644 --- a/spring-boot-cli/samples/runner.xml +++ b/spring-boot-cli/samples/runner.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-boot-cli/src/main/assembly/jar-with-dependencies.xml b/spring-boot-cli/src/main/assembly/jar-with-dependencies.xml index e58cf8cf218..9e057150f1d 100644 --- a/spring-boot-cli/src/main/assembly/jar-with-dependencies.xml +++ b/spring-boot-cli/src/main/assembly/jar-with-dependencies.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> full jar diff --git a/spring-boot-cli/src/test/resources/.m2/settings.xml b/spring-boot-cli/src/test/resources/.m2/settings.xml index 86a68acfac1..6cc8d41bd2a 100644 --- a/spring-boot-cli/src/test/resources/.m2/settings.xml +++ b/spring-boot-cli/src/test/resources/.m2/settings.xml @@ -1,12 +1,12 @@ + https://maven.apache.org/xsd/settings-1.0.0.xsd"> central-mirror - http://central-mirror.example.com/maven2 + https://central-mirror.example.com/maven2 central diff --git a/spring-boot-cli/src/test/resources/maven-settings/active-profile-repositories/.m2/settings.xml b/spring-boot-cli/src/test/resources/maven-settings/active-profile-repositories/.m2/settings.xml index 8cc312378d8..a4bba4bb570 100644 --- a/spring-boot-cli/src/test/resources/maven-settings/active-profile-repositories/.m2/settings.xml +++ b/spring-boot-cli/src/test/resources/maven-settings/active-profile-repositories/.m2/settings.xml @@ -3,7 +3,7 @@ my-mirror - http://maven.example.com/mirror + https://maven.example.com/mirror my-server diff --git a/spring-boot-cli/src/test/resources/maven-settings/basic/.m2/settings.xml b/spring-boot-cli/src/test/resources/maven-settings/basic/.m2/settings.xml index 5439ce8cfb8..b9e5be086d4 100644 --- a/spring-boot-cli/src/test/resources/maven-settings/basic/.m2/settings.xml +++ b/spring-boot-cli/src/test/resources/maven-settings/basic/.m2/settings.xml @@ -3,7 +3,7 @@ my-mirror - http://maven.example.com/mirror + https://maven.example.com/mirror my-server @@ -39,7 +39,7 @@ example-repository - http://repo.example.com + https://repo.example.com diff --git a/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings.xml b/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings.xml index b8701c783a1..5160df56576 100644 --- a/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings.xml +++ b/spring-boot-cli/src/test/resources/maven-settings/encrypted/.m2/settings.xml @@ -3,7 +3,7 @@ my-mirror - http://maven.example.com/mirror + https://maven.example.com/mirror my-server diff --git a/spring-boot-cli/src/test/resources/maven-settings/property-interpolation/.m2/settings.xml b/spring-boot-cli/src/test/resources/maven-settings/property-interpolation/.m2/settings.xml index 873642e6dd8..a70af0b4c88 100644 --- a/spring-boot-cli/src/test/resources/maven-settings/property-interpolation/.m2/settings.xml +++ b/spring-boot-cli/src/test/resources/maven-settings/property-interpolation/.m2/settings.xml @@ -1,7 +1,7 @@ + https://maven.apache.org/xsd/settings-1.0.0.xsd"> ${foo}/repository diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl-config.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl-config.xml index e4d677fc50e..e354da15f10 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl-config.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl-config.xml @@ -19,5 +19,5 @@ - + diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/bourne-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/bourne-hl.xml index e2cd98d8b50..90408acc6e9 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/bourne-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/bourne-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for SH xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2010 Mathieu Malaterre This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/c-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/c-hl.xml index 176cc379ff9..7363dba9118 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/c-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/c-hl.xml @@ -3,7 +3,7 @@ Syntax highlighting definition for C xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/cpp-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/cpp-hl.xml index ef83c4f5eed..b31f7362219 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/cpp-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/cpp-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for C++ xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/csharp-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/csharp-hl.xml index d57e6310296..09373348a51 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/csharp-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/csharp-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for C# xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/css-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/css-hl.xml index 164c48c3d86..21439ae69d7 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/css-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/css-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for CSS files xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2011-2012 Martin Hujer, Michiel Hendriks This software is provided 'as-is', without any express or implied @@ -26,7 +26,7 @@ freely, subject to the following restrictions: Martin Hujer Michiel Hendriks -Reference: http://www.w3.org/TR/CSS21/propidx.html +Reference: https://www.w3.org/TR/CSS21/propidx.html --> diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/html-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/html-hl.xml index 5b6761bab97..366cd46f22a 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/html-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/html-hl.xml @@ -7,7 +7,7 @@ myxml-hl.xml - konfigurace zvyraznovace XML, ktera zvlast zvyrazni HTML elementy a XSL elementy - This file has been customized for the Asciidoctor project (http://asciidoctor.org). + This file has been customized for the Asciidoctor project (https://asciidoctor.org). --> diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/ini-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/ini-hl.xml index 34c103637ed..6bd60b3e308 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/ini-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/ini-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for ini files xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/java-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/java-hl.xml index f7bb1641462..4fe3c1fecca 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/java-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/java-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Java xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/javascript-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/javascript-hl.xml index 99b8a71e961..91620401fc0 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/javascript-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/javascript-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for JavaScript xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/perl-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/perl-hl.xml index 73d71cc02cd..c8a4d5902a7 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/perl-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/perl-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Perl xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/php-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/php-hl.xml index 1da25b8cc6c..3ea157873b0 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/php-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/php-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for PHP xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/properties-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/properties-hl.xml index 775f2f13e79..8205aac323e 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/properties-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/properties-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Java xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/python-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/python-hl.xml index a4674432391..72bf0dbb1f6 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/python-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/python-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Python xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/ruby-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/ruby-hl.xml index d105640e80a..a2cee724aa2 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/ruby-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/ruby-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for Ruby xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2005-2008 Michal Molhanec, Jirka Kosek, Michiel Hendriks This software is provided 'as-is', without any express or implied diff --git a/spring-boot-docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml b/spring-boot-docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml index ac1d5d048bc..65c08a36986 100644 --- a/spring-boot-docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml +++ b/spring-boot-docs/src/main/docbook/xsl/xslthl/sql2003-hl.xml @@ -4,7 +4,7 @@ Syntax highlighting definition for SQL:1999 xslthl - XSLT Syntax Highlighting -http://sourceforge.net/projects/xslthl/ +https://sourceforge.net/projects/xslthl/ Copyright (C) 2012 Michiel Hendriks, Martin Hujer, k42b3 This software is provided 'as-is', without any express or implied diff --git a/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml b/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml index 88ab83c12b2..3a31420ebaf 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml @@ -1,7 +1,7 @@ + "https://www.puppycrawl.com/dtds/suppressions_1_1.dtd"> diff --git a/spring-boot-parent/src/checkstyle/checkstyle.xml b/spring-boot-parent/src/checkstyle/checkstyle.xml index 7b55179e89e..40809422e23 100644 --- a/spring-boot-parent/src/checkstyle/checkstyle.xml +++ b/spring-boot-parent/src/checkstyle/checkstyle.xml @@ -1,5 +1,5 @@ - + diff --git a/spring-boot-samples/spring-boot-sample-ant/ivysettings.xml b/spring-boot-samples/spring-boot-sample-ant/ivysettings.xml index 4127a506e8c..e2e5a05f731 100644 --- a/spring-boot-samples/spring-boot-sample-ant/ivysettings.xml +++ b/spring-boot-samples/spring-boot-sample-ant/ivysettings.xml @@ -8,9 +8,9 @@ - - - + + + diff --git a/spring-boot-samples/spring-boot-sample-data-gemfire/src/main/resources/spring-data-gemfire-cache.xml b/spring-boot-samples/spring-boot-sample-data-gemfire/src/main/resources/spring-data-gemfire-cache.xml index 82da83da849..da0063dc599 100644 --- a/spring-boot-samples/spring-boot-sample-data-gemfire/src/main/resources/spring-data-gemfire-cache.xml +++ b/spring-boot-samples/spring-boot-sample-data-gemfire/src/main/resources/spring-data-gemfire-cache.xml @@ -3,9 +3,9 @@ xmlns:gfe="http://www.springframework.org/schema/gemfire" xmlns:util="http://www.springframework.org/schema/util" 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 - http://www.springframework.org/schema/gemfire http://www.springframework.org/schema/gemfire/spring-gemfire.xsd - http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"> + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/gemfire https://www.springframework.org/schema/gemfire/spring-gemfire.xsd + http://www.springframework.org/schema/util https://www.springframework.org/schema/util/spring-util.xsd"> GemstonesSpringGemFireApp diff --git a/spring-boot-samples/spring-boot-sample-integration/src/main/resources/integration-context.xml b/spring-boot-samples/spring-boot-sample-integration/src/main/resources/integration-context.xml index 7ea8a7962af..95e2cf874bf 100644 --- a/spring-boot-samples/spring-boot-sample-integration/src/main/resources/integration-context.xml +++ b/spring-boot-samples/spring-boot-sample-integration/src/main/resources/integration-context.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:int="http://www.springframework.org/schema/integration" xmlns:int-file="http://www.springframework.org/schema/integration/file" - xsi:schemaLocation="http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-4.2.xsd - http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file-4.2.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/integration https://www.springframework.org/schema/integration/spring-integration-4.2.xsd + http://www.springframework.org/schema/integration/file https://www.springframework.org/schema/integration/file/spring-integration-file-4.2.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-boot-samples/spring-boot-sample-parent-context/src/main/resources/integration-context.xml b/spring-boot-samples/spring-boot-sample-parent-context/src/main/resources/integration-context.xml index e7f04b0ff5e..df47f9a75d6 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/src/main/resources/integration-context.xml +++ b/spring-boot-samples/spring-boot-sample-parent-context/src/main/resources/integration-context.xml @@ -3,9 +3,9 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:int="http://www.springframework.org/schema/integration" xmlns:int-file="http://www.springframework.org/schema/integration/file" - xsi:schemaLocation="http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-4.2.xsd - http://www.springframework.org/schema/integration/file http://www.springframework.org/schema/integration/file/spring-integration-file-4.2.xsd - http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/integration https://www.springframework.org/schema/integration/spring-integration-4.2.xsd + http://www.springframework.org/schema/integration/file https://www.springframework.org/schema/integration/file/spring-integration-file-4.2.xsd + http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/web.xml b/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/web.xml index b7db2409322..6fc387aeaf7 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/web.xml +++ b/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/WEB-INF/web.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee https://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"> appServlet diff --git a/spring-boot-samples/spring-boot-sample-xml/src/main/resources/META-INF/application-context.xml b/spring-boot-samples/spring-boot-sample-xml/src/main/resources/META-INF/application-context.xml index dcc6e4b20bb..f080646aa12 100644 --- a/spring-boot-samples/spring-boot-sample-xml/src/main/resources/META-INF/application-context.xml +++ b/spring-boot-samples/spring-boot-sample-xml/src/main/resources/META-INF/application-context.xml @@ -2,8 +2,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd"> diff --git a/spring-boot-tools/spring-boot-antlib/src/it/sample/ivysettings.xml b/spring-boot-tools/spring-boot-antlib/src/it/sample/ivysettings.xml index 72631b8ba83..7db494eea25 100644 --- a/spring-boot-tools/spring-boot-antlib/src/it/sample/ivysettings.xml +++ b/spring-boot-tools/spring-boot-antlib/src/it/sample/ivysettings.xml @@ -8,9 +8,9 @@ - - - + + + diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/src/main/assembly/jar-with-dependencies.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/src/main/assembly/jar-with-dependencies.xml index 44626f91aa1..1f7cf8ec13a 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-jar/src/main/assembly/jar-with-dependencies.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-jar/src/main/assembly/jar-with-dependencies.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> full jar diff --git a/spring-boot-tools/spring-boot-loader/src/it/executable-props/src/main/assembly/jar-with-dependencies.xml b/spring-boot-tools/spring-boot-loader/src/it/executable-props/src/main/assembly/jar-with-dependencies.xml index 44626f91aa1..1f7cf8ec13a 100644 --- a/spring-boot-tools/spring-boot-loader/src/it/executable-props/src/main/assembly/jar-with-dependencies.xml +++ b/spring-boot-tools/spring-boot-loader/src/it/executable-props/src/main/assembly/jar-with-dependencies.xml @@ -2,7 +2,7 @@ + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 https://maven.apache.org/xsd/assembly-1.1.2.xsd"> full jar diff --git a/spring-boot-tools/spring-boot-loader/src/test/resources/root/META-INF/spring/application.xml b/spring-boot-tools/spring-boot-loader/src/test/resources/root/META-INF/spring/application.xml index 704859f0492..cf04aa4fbe4 100644 --- a/spring-boot-tools/spring-boot-loader/src/test/resources/root/META-INF/spring/application.xml +++ b/spring-boot-tools/spring-boot-loader/src/test/resources/root/META-INF/spring/application.xml @@ -1,6 +1,6 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-boot-tools/spring-boot-maven-plugin/src/site/site.xml b/spring-boot-tools/spring-boot-maven-plugin/src/site/site.xml index 76499d51a78..8036bf8f27f 100644 --- a/spring-boot-tools/spring-boot-maven-plugin/src/site/site.xml +++ b/spring-boot-tools/spring-boot-maven-plugin/src/site/site.xml @@ -1,5 +1,5 @@ + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 https://maven.apache.org/xsd/decoration-1.0.0.xsd"> diff --git a/spring-boot/src/main/resources/org/springframework/boot/context/embedded/tomcat/empty-web.xml b/spring-boot/src/main/resources/org/springframework/boot/context/embedded/tomcat/empty-web.xml index 14c04a59579..4ec3f71a4bc 100644 --- a/spring-boot/src/main/resources/org/springframework/boot/context/embedded/tomcat/empty-web.xml +++ b/spring-boot/src/main/resources/org/springframework/boot/context/embedded/tomcat/empty-web.xml @@ -2,5 +2,5 @@ + https://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"> diff --git a/spring-boot/src/test/resources/org/springframework/boot/context/embedded/exampleEmbeddedWebApplicationConfiguration.xml b/spring-boot/src/test/resources/org/springframework/boot/context/embedded/exampleEmbeddedWebApplicationConfiguration.xml index 5dc0d4e3c41..98f29e3db86 100644 --- a/spring-boot/src/test/resources/org/springframework/boot/context/embedded/exampleEmbeddedWebApplicationConfiguration.xml +++ b/spring-boot/src/test/resources/org/springframework/boot/context/embedded/exampleEmbeddedWebApplicationConfiguration.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> diff --git a/spring-boot/src/test/resources/org/springframework/boot/context/properties/testProperties.xml b/spring-boot/src/test/resources/org/springframework/boot/context/properties/testProperties.xml index bb8c2eb2de5..e2c696175f3 100644 --- a/spring-boot/src/test/resources/org/springframework/boot/context/properties/testProperties.xml +++ b/spring-boot/src/test/resources/org/springframework/boot/context/properties/testProperties.xml @@ -1,7 +1,7 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd"> + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd"> diff --git a/spring-boot/src/test/resources/org/springframework/boot/test/SpringApplicationConfigurationXmlConventionConfigurationTests-context.xml b/spring-boot/src/test/resources/org/springframework/boot/test/SpringApplicationConfigurationXmlConventionConfigurationTests-context.xml index a25ca5b996d..a231d42152f 100644 --- a/spring-boot/src/test/resources/org/springframework/boot/test/SpringApplicationConfigurationXmlConventionConfigurationTests-context.xml +++ b/spring-boot/src/test/resources/org/springframework/boot/test/SpringApplicationConfigurationXmlConventionConfigurationTests-context.xml @@ -1,8 +1,8 @@ + xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd + http://www.springframework.org/schema/context https://www.springframework.org/schema/context/spring-context.xsd">