diff --git a/ci/tasks/build-pr-project.yml b/ci/tasks/build-pr-project.yml index 9430bc0057..b4576a4849 100644 --- a/ci/tasks/build-pr-project.yml +++ b/ci/tasks/build-pr-project.yml @@ -8,4 +8,4 @@ caches: - path: maven - path: gradle run: - path: git-repo/ci/scripts/build-project.sh \ No newline at end of file + path: git-repo/ci/scripts/build-project.sh diff --git a/pom.xml b/pom.xml index 094506ab56..f6f4671362 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,9 @@ src/checkstyle/checkstyle-suppressions.xml true main.basedir=${main.basedir} - **\/*.* + ./ + **/* + .git/**/*,target/**/* check diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html index 8b13789179..139597f9cb 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html @@ -1 +1,2 @@ + diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded +++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA +++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC +++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB +++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD +++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three +++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE +++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF +++ b/spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl b/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl index f00a6e8da0..b591847fa4 100644 --- a/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl +++ b/spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl @@ -28,4 +28,4 @@ - \ No newline at end of file + diff --git a/spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl b/spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl index 895d255cad..6ceb1e59f8 100644 --- a/spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl +++ b/spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl @@ -3,4 +3,4 @@ - \ No newline at end of file + diff --git a/spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml b/spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml index cbc5e48bec..dc90e356e2 100644 --- a/spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml +++ b/spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml @@ -19,4 +19,4 @@ - \ No newline at end of file + diff --git a/spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt b/spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt index 064e821baa..d8141d7220 100644 --- a/spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt +++ b/spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt @@ -274,4 +274,4 @@ inline fun TestRestTemplate.exchange(url: URI, method: HttpMet */ @Throws(RestClientException::class) inline fun TestRestTemplate.exchange(requestEntity: RequestEntity<*>): ResponseEntity = - exchange(requestEntity, object : ParameterizedTypeReference() {}) \ No newline at end of file + exchange(requestEntity, object : ParameterizedTypeReference() {}) diff --git a/spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources b/spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources +++ b/spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-test/src/test/resources/public/inpublic b/spring-boot-project/spring-boot-test/src/test/resources/public/inpublic index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-test/src/test/resources/public/inpublic +++ b/spring-boot-project/spring-boot-test/src/test/resources/public/inpublic @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-test/src/test/resources/resources/inresources b/spring-boot-project/spring-boot-test/src/test/resources/resources/inresources index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-test/src/test/resources/resources/inresources +++ b/spring-boot-project/spring-boot-test/src/test/resources/resources/inresources @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-test/src/test/resources/static/instatic b/spring-boot-project/spring-boot-test/src/test/resources/static/instatic index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-test/src/test/resources/static/instatic +++ b/spring-boot-project/spring-boot-test/src/test/resources/static/instatic @@ -0,0 +1 @@ + diff --git a/spring-boot-project/spring-boot-test/src/test/webapp/inwebapp b/spring-boot-project/spring-boot-test/src/test/webapp/inwebapp index e69de29bb2..8b13789179 100644 --- a/spring-boot-project/spring-boot-test/src/test/webapp/inwebapp +++ b/spring-boot-project/spring-boot-test/src/test/webapp/inwebapp @@ -0,0 +1 @@ + diff --git a/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html b/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html index 325c1f7946..474e67a1c0 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html +++ b/spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html @@ -3,4 +3,4 @@

Hello

Hello World! - \ No newline at end of file + diff --git a/spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml b/spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml index ba76982111..4ff13ba3c2 100644 --- a/spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml +++ b/spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml @@ -1,4 +1,4 @@ - \ No newline at end of file + diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index 399c043b40..60ff1a90e2 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -3,8 +3,12 @@ "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "https://checkstyle.org/dtds/suppressions_1_2.dtd"> - + + + + + diff --git a/src/checkstyle/nohttp-whitelist.txt b/src/checkstyle/nohttp-whitelist.txt index 79936fb7c7..2c6f8a3b61 100644 --- a/src/checkstyle/nohttp-whitelist.txt +++ b/src/checkstyle/nohttp-whitelist.txt @@ -1 +1,2 @@ -^http://livereload.com/protocols/official-7$ +^http://livereload.com/protocols/official-7.* +^http://exslt.org/common.*