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
7fc01971
Commit
7fc01971
authored
Jun 04, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.5.x' into 2.0.x
parents
90468c4d
d548c5ed
Changes
24
Show whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
31 additions
and
10 deletions
+31
-10
build-pr-project.yml
ci/tasks/build-pr-project.yml
+1
-1
pom.xml
pom.xml
+3
-1
foo_de.html
...nfigure/src/test/resources/mustache-templates/foo_de.html
+1
-0
excluded
...test/resources/resource-matcher/one/alpha/nested/excluded
+1
-0
fileA
...rc/test/resources/resource-matcher/one/alpha/nested/fileA
+1
-0
fileC
...t-cli/src/test/resources/resource-matcher/one/bravo/fileC
+1
-0
fileB
...rc/test/resources/resource-matcher/one/bravo/nested/fileB
+1
-0
fileD
...ng-boot-cli/src/test/resources/resource-matcher/one/fileD
+1
-0
three
...spring-boot-cli/src/test/resources/resource-matcher/three
+1
-0
fileE
...t-cli/src/test/resources/resource-matcher/two/bravo/fileE
+1
-0
fileF
...ng-boot-cli/src/test/resources/resource-matcher/two/fileF
+1
-0
post-process-flattened-pom.xsl
...dependencies/src/main/xslt/post-process-flattened-pom.xsl
+1
-1
single-project.xsl
...spring-boot-dependencies/src/main/xslt/single-project.xsl
+1
-1
starter-poms-assembly.xml
...boot-starters/src/main/assembly/starter-poms-assembly.xml
+1
-1
TestRestTemplateExtensions.kt
...mework/boot/test/web/client/TestRestTemplateExtensions.kt
+1
-1
inmetainfresources
.../src/test/resources/META-INF/resources/inmetainfresources
+1
-0
inpublic
...oject/spring-boot-test/src/test/resources/public/inpublic
+1
-0
inresources
...spring-boot-test/src/test/resources/resources/inresources
+1
-0
instatic
...oject/spring-boot-test/src/test/resources/static/instatic
+1
-0
inwebapp
...ng-boot-project/spring-boot-test/src/test/webapp/inwebapp
+1
-0
index.html
...spring-boot-sample-traditional/src/main/webapp/index.html
+1
-1
glassfish-web.xml
...-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml
+1
-1
checkstyle-suppressions.xml
src/checkstyle/checkstyle-suppressions.xml
+5
-1
nohttp-whitelist.txt
src/checkstyle/nohttp-whitelist.txt
+2
-1
No files found.
ci/tasks/build-pr-project.yml
View file @
7fc01971
pom.xml
View file @
7fc01971
...
...
@@ -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>
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html
View file @
7fc01971
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded
View file @
7fc01971
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA
View file @
7fc01971
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC
View file @
7fc01971
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB
View file @
7fc01971
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD
View file @
7fc01971
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three
View file @
7fc01971
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE
View file @
7fc01971
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF
View file @
7fc01971
spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl
View file @
7fc01971
spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl
View file @
7fc01971
spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml
View file @
7fc01971
spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt
View file @
7fc01971
spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources
View file @
7fc01971
spring-boot-project/spring-boot-test/src/test/resources/public/inpublic
View file @
7fc01971
spring-boot-project/spring-boot-test/src/test/resources/resources/inresources
View file @
7fc01971
spring-boot-project/spring-boot-test/src/test/resources/static/instatic
View file @
7fc01971
spring-boot-project/spring-boot-test/src/test/webapp/inwebapp
View file @
7fc01971
spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html
View file @
7fc01971
spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml
View file @
7fc01971
src/checkstyle/checkstyle-suppressions.xml
View file @
7fc01971
...
...
@@ -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"
/>
...
...
src/checkstyle/nohttp-whitelist.txt
View file @
7fc01971
^http://livereload.com/protocols/official-7$
^http://livereload.com/protocols/official-7.*
^http://exslt.org/common.*
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