Browse Source

Merge branch '1.5.x' into 2.0.x

pull/17198/head
Phillip Webb 7 years ago
parent
commit
7fc01971ed
  1. 4
      pom.xml
  2. 1
      spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html
  3. 1
      spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded
  4. 1
      spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA
  5. 1
      spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC
  6. 1
      spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB
  7. 1
      spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD
  8. 1
      spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three
  9. 1
      spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE
  10. 1
      spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF
  11. 1
      spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources
  12. 1
      spring-boot-project/spring-boot-test/src/test/resources/public/inpublic
  13. 1
      spring-boot-project/spring-boot-test/src/test/resources/resources/inresources
  14. 1
      spring-boot-project/spring-boot-test/src/test/resources/static/instatic
  15. 1
      spring-boot-project/spring-boot-test/src/test/webapp/inwebapp
  16. 6
      src/checkstyle/checkstyle-suppressions.xml
  17. 3
      src/checkstyle/nohttp-whitelist.txt

4
pom.xml

@ -60,7 +60,9 @@ @@ -60,7 +60,9 @@
<suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<propertyExpansion>main.basedir=${main.basedir}</propertyExpansion>
<resourceIncludes>**\/*.*</resourceIncludes>
<sourceDirectories>./</sourceDirectories>
<includes>**/*</includes>
<excludes>.git/**/*,target/**/*</excludes>
</configuration>
<goals>
<goal>check</goal>

1
spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html

@ -1 +1,2 @@ @@ -1 +1,2 @@

1
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-test/src/test/resources/public/inpublic

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-test/src/test/resources/resources/inresources

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-test/src/test/resources/static/instatic

@ -0,0 +1 @@ @@ -0,0 +1 @@

1
spring-boot-project/spring-boot-test/src/test/webapp/inwebapp

@ -0,0 +1 @@ @@ -0,0 +1 @@

6
src/checkstyle/checkstyle-suppressions.xml

@ -3,8 +3,12 @@ @@ -3,8 +3,12 @@
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppress files="[\\/]target[\\/]" checks=".*" />
<suppress files="[\\/]\.flattened-pom\.xml" checks=".*" />
<suppress files="[\\/]transaction-logs[\\/]" checks=".*" />
<suppress files="[\\/]target[\\/]" checks=".*" />
<suppress files="[\\/]build.log" checks=".*" />
<suppress files=".+\.[jar|git|ico|p12]" checks=".*" />
<suppress files="eclipse[\\/]spring-boot-project.setup" checks="NoHttp"/>
<suppress files="SpringApplicationTests\.java" checks="FinalClass" />
<suppress files=".+Configuration\.java" checks="HideUtilityClassConstructor" />
<suppress files=".+Application\.java" checks="HideUtilityClassConstructor" />

3
src/checkstyle/nohttp-whitelist.txt

@ -1 +1,2 @@ @@ -1 +1,2 @@
^http://livereload.com/protocols/official-7$
^http://livereload.com/protocols/official-7.*
^http://exslt.org/common.*

Loading…
Cancel
Save