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
db75347e
Commit
db75347e
authored
Jun 04, 2019
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.1.x'
parents
e06325e0
0ef33101
Changes
36
Hide whitespace changes
Inline
Side-by-side
Showing
36 changed files
with
45 additions
and
39 deletions
+45
-39
get-jdk-url.sh
ci/images/get-jdk-url.sh
+1
-1
detect-jdk-updates.sh
ci/scripts/detect-jdk-updates.sh
+1
-1
build-pr-project.yml
ci/tasks/build-pr-project.yml
+1
-1
codeStyleConfig.xml
idea/codeStyleConfig.xml
+1
-1
pom.xml
pom.xml
+3
-1
foo_de.html
...nfigure/src/test/resources/mustache-templates/foo_de.html
+1
-0
public-key-location
...boot-autoconfigure/src/test/resources/public-key-location
+1
-1
spring
...ect/spring-boot-cli/src/main/executablecontent/bin/spring
+1
-1
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
pom.xml
.../spring-boot-starters/spring-boot-starter-rsocket/pom.xml
+1
-17
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
SampleApplication.kt
...tlin-module/src/main/kotlin/org/test/SampleApplication.kt
+1
-1
KotlinConfigurationPropertiesBeanRegistrarTests.kt
...erties/KotlinConfigurationPropertiesBeanRegistrarTests.kt
+1
-1
KotlinConstructorParametersBinderTests.kt
...properties/bind/KotlinConstructorParametersBinderTests.kt
+1
-1
application.yml
...oauth2-resource-server/src/main/resources/application.yml
+1
-1
application.yml
...reactive-oauth2-client/src/main/resources/application.yml
+1
-1
application.yml
...oauth2-resource-server/src/main/resources/application.yml
+1
-1
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
+7
-2
nohttp-whitelist.txt
src/checkstyle/nohttp-whitelist.txt
+2
-1
No files found.
ci/images/get-jdk-url.sh
View file @
db75347e
...
@@ -14,4 +14,4 @@ case "$1" in
...
@@ -14,4 +14,4 @@ case "$1" in
*
)
*
)
echo
$"Unknown java version"
echo
$"Unknown java version"
exit
1
exit
1
esac
esac
\ No newline at end of file
ci/scripts/detect-jdk-updates.sh
View file @
db75347e
...
@@ -43,4 +43,4 @@ if [[ ${existing_jdk_issues} = "" ]]; then
...
@@ -43,4 +43,4 @@ if [[ ${existing_jdk_issues} = "" ]]; then
POST
"https://api.github.com/repos/
${
GITHUB_ORGANIZATION
}
/
${
GITHUB_REPO
}
/issues"
>
/dev/null
||
{
echo
"Failed to create issue"
>
&2
;
exit
1
;
}
POST
"https://api.github.com/repos/
${
GITHUB_ORGANIZATION
}
/
${
GITHUB_REPO
}
/issues"
>
/dev/null
||
{
echo
"Failed to create issue"
>
&2
;
exit
1
;
}
else
else
echo
"Issue already exists."
echo
"Issue already exists."
fi
fi
\ No newline at end of file
ci/tasks/build-pr-project.yml
View file @
db75347e
...
@@ -8,4 +8,4 @@ caches:
...
@@ -8,4 +8,4 @@ caches:
-
path
:
maven
-
path
:
maven
-
path
:
gradle
-
path
:
gradle
run
:
run
:
path
:
git-repo/ci/scripts/build-project.sh
path
:
git-repo/ci/scripts/build-project.sh
\ No newline at end of file
idea/codeStyleConfig.xml
View file @
db75347e
...
@@ -125,4 +125,4 @@
...
@@ -125,4 +125,4 @@
<option
name=
"USE_TAB_CHARACTER"
value=
"true"
/>
<option
name=
"USE_TAB_CHARACTER"
value=
"true"
/>
</indentOptions>
</indentOptions>
</codeStyleSettings>
</codeStyleSettings>
</code_scheme>
</code_scheme>
\ No newline at end of file
pom.xml
View file @
db75347e
...
@@ -60,7 +60,9 @@
...
@@ -60,7 +60,9 @@
<suppressionsLocation>
src/checkstyle/checkstyle-suppressions.xml
</suppressionsLocation>
<suppressionsLocation>
src/checkstyle/checkstyle-suppressions.xml
</suppressionsLocation>
<includeTestSourceDirectory>
true
</includeTestSourceDirectory>
<includeTestSourceDirectory>
true
</includeTestSourceDirectory>
<propertyExpansion>
main.basedir=${main.basedir}
</propertyExpansion>
<propertyExpansion>
main.basedir=${main.basedir}
</propertyExpansion>
<resourceIncludes>
**\/*.*
</resourceIncludes>
<sourceDirectories>
./
</sourceDirectories>
<includes>
**/*
</includes>
<excludes>
.git/**/*,target/**/*
</excludes>
</configuration>
</configuration>
<goals>
<goals>
<goal>
check
</goal>
<goal>
check
</goal>
...
...
spring-boot-project/spring-boot-autoconfigure/src/test/resources/mustache-templates/foo_de.html
View file @
db75347e
spring-boot-project/spring-boot-autoconfigure/src/test/resources/public-key-location
View file @
db75347e
...
@@ -3,4 +3,4 @@ MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDdlatRjRjogo3WojgGHFHYLugd
...
@@ -3,4 +3,4 @@ MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDdlatRjRjogo3WojgGHFHYLugd
UWAY9iR3fy4arWNA1KoS8kVw33cJibXr8bvwUAUparCwlvdbH6dvEOfou0/gCFQs
UWAY9iR3fy4arWNA1KoS8kVw33cJibXr8bvwUAUparCwlvdbH6dvEOfou0/gCFQs
HUfQrSDv+MuSUMAe8jzKE4qW+jK+xQU9a03GUnKHkkle+Q0pX/g6jXZ7r1/xAK5D
HUfQrSDv+MuSUMAe8jzKE4qW+jK+xQU9a03GUnKHkkle+Q0pX/g6jXZ7r1/xAK5D
o2kQ+X5xK9cipRgEKwIDAQAB
o2kQ+X5xK9cipRgEKwIDAQAB
-----END PUBLIC KEY-----
-----END PUBLIC KEY-----
\ No newline at end of file
spring-boot-project/spring-boot-cli/src/main/executablecontent/bin/spring
View file @
db75347e
...
@@ -113,4 +113,4 @@ if $cygwin; then
...
@@ -113,4 +113,4 @@ if $cygwin; then
fi
fi
IFS
=
" "
read
-r
-a
javaOpts
<<<
"
$JAVA_OPTS
"
IFS
=
" "
read
-r
-a
javaOpts
<<<
"
$JAVA_OPTS
"
"
${
JAVA_HOME
}
/bin/java"
"
${
javaOpts
[@]
}
"
-cp
"
$CLASSPATH
"
org.springframework.boot.loader.JarLauncher
"
$@
"
"
${
JAVA_HOME
}
/bin/java"
"
${
javaOpts
[@]
}
"
-cp
"
$CLASSPATH
"
org.springframework.boot.loader.JarLauncher
"
$@
"
\ No newline at end of file
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/excluded
View file @
db75347e
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/alpha/nested/fileA
View file @
db75347e
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/fileC
View file @
db75347e
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/bravo/nested/fileB
View file @
db75347e
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/one/fileD
View file @
db75347e
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/three
View file @
db75347e
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/bravo/fileE
View file @
db75347e
spring-boot-project/spring-boot-cli/src/test/resources/resource-matcher/two/fileF
View file @
db75347e
spring-boot-project/spring-boot-dependencies/src/main/xslt/post-process-flattened-pom.xsl
View file @
db75347e
...
@@ -28,4 +28,4 @@
...
@@ -28,4 +28,4 @@
<xsl:template
match=
"/m:project/m:properties/m:revision"
/>
<xsl:template
match=
"/m:project/m:properties/m:revision"
/>
<xsl:template
match=
"/m:project/m:properties/m:main.basedir"
/>
<xsl:template
match=
"/m:project/m:properties/m:main.basedir"
/>
<xsl:template
match=
"/m:project/m:distributionManagement"
/>
<xsl:template
match=
"/m:project/m:distributionManagement"
/>
</xsl:stylesheet>
</xsl:stylesheet>
\ No newline at end of file
spring-boot-project/spring-boot-dependencies/src/main/xslt/single-project.xsl
View file @
db75347e
...
@@ -3,4 +3,4 @@
...
@@ -3,4 +3,4 @@
<xsl:copy-of
select=
"projects/*[1]"
/>
<xsl:copy-of
select=
"projects/*[1]"
/>
<xsl:copy-of
select=
"*[local-name()='project']"
/>
<xsl:copy-of
select=
"*[local-name()='project']"
/>
</xsl:template>
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>
\ No newline at end of file
spring-boot-project/spring-boot-starters/spring-boot-starter-rsocket/pom.xml
View file @
db75347e
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2012-2019 the original author or authors.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<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>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
...
...
spring-boot-project/spring-boot-starters/src/main/assembly/starter-poms-assembly.xml
View file @
db75347e
...
@@ -19,4 +19,4 @@
...
@@ -19,4 +19,4 @@
</sources>
</sources>
</moduleSet>
</moduleSet>
</moduleSets>
</moduleSets>
</assembly>
</assembly>
\ No newline at end of file
spring-boot-project/spring-boot-test/src/main/kotlin/org/springframework/boot/test/web/client/TestRestTemplateExtensions.kt
View file @
db75347e
...
@@ -274,4 +274,4 @@ inline fun <reified T : Any> TestRestTemplate.exchange(url: URI, method: HttpMet
...
@@ -274,4 +274,4 @@ inline fun <reified T : Any> TestRestTemplate.exchange(url: URI, method: HttpMet
*/
*/
@Throws
(
RestClientException
::
class
)
@Throws
(
RestClientException
::
class
)
inline
fun
<
reified
T
:
Any
>
TestRestTemplate
.
exchange
(
requestEntity
:
RequestEntity
<
*
>):
ResponseEntity
<
T
>
=
inline
fun
<
reified
T
:
Any
>
TestRestTemplate
.
exchange
(
requestEntity
:
RequestEntity
<
*
>):
ResponseEntity
<
T
>
=
exchange
(
requestEntity
,
object
:
ParameterizedTypeReference
<
T
>()
{})
exchange
(
requestEntity
,
object
:
ParameterizedTypeReference
<
T
>()
{})
\ No newline at end of file
spring-boot-project/spring-boot-test/src/test/resources/META-INF/resources/inmetainfresources
View file @
db75347e
spring-boot-project/spring-boot-test/src/test/resources/public/inpublic
View file @
db75347e
spring-boot-project/spring-boot-test/src/test/resources/resources/inresources
View file @
db75347e
spring-boot-project/spring-boot-test/src/test/resources/static/instatic
View file @
db75347e
spring-boot-project/spring-boot-test/src/test/webapp/inwebapp
View file @
db75347e
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-kotlin-module/src/main/kotlin/org/test/SampleApplication.kt
View file @
db75347e
...
@@ -19,4 +19,4 @@ package org.test;
...
@@ -19,4 +19,4 @@ package org.test;
fun
main
(
args
:
Array
<
String
>)
{
fun
main
(
args
:
Array
<
String
>)
{
}
}
\ No newline at end of file
spring-boot-project/spring-boot/src/test/kotlin/org/springframework/boot/context/properties/KotlinConfigurationPropertiesBeanRegistrarTests.kt
View file @
db75347e
...
@@ -72,4 +72,4 @@ class KotlinConfigurationPropertiesBeanRegistrarTests {
...
@@ -72,4 +72,4 @@ class KotlinConfigurationPropertiesBeanRegistrarTests {
}
}
}
}
\ No newline at end of file
spring-boot-project/spring-boot/src/test/kotlin/org/springframework/boot/context/properties/bind/KotlinConstructorParametersBinderTests.kt
View file @
db75347e
...
@@ -205,4 +205,4 @@ class KotlinConstructorParametersBinderTests {
...
@@ -205,4 +205,4 @@ class KotlinConstructorParametersBinderTests {
val
stringValue
:
String
=
"my data"
,
val
stringValue
:
String
=
"my data"
,
val
enumValue
:
ExampleEnum
=
ExampleEnum
.
BAR_BAZ
)
val
enumValue
:
ExampleEnum
=
ExampleEnum
.
BAR_BAZ
)
}
}
\ No newline at end of file
spring-boot-samples/spring-boot-sample-oauth2-resource-server/src/main/resources/application.yml
View file @
db75347e
...
@@ -4,4 +4,4 @@ spring:
...
@@ -4,4 +4,4 @@ spring:
resource
:
resource
:
jwt
:
jwt
:
# To run the application, replace this with a valid JWK Set URI
# To run the application, replace this with a valid JWK Set URI
jwk-set-uri
:
https://example.com/oauth2/default/v1/keys
jwk-set-uri
:
https://example.com/oauth2/default/v1/keys
\ No newline at end of file
spring-boot-samples/spring-boot-sample-reactive-oauth2-client/src/main/resources/application.yml
View file @
db75347e
...
@@ -22,4 +22,4 @@ spring:
...
@@ -22,4 +22,4 @@ spring:
client-secret
:
${YAHOO-CLIENT-SECRET}
client-secret
:
${YAHOO-CLIENT-SECRET}
provider
:
provider
:
yahoo-oidc
:
yahoo-oidc
:
issuer-uri
:
https://api.login.yahoo.com
issuer-uri
:
https://api.login.yahoo.com
\ No newline at end of file
spring-boot-samples/spring-boot-sample-reactive-oauth2-resource-server/src/main/resources/application.yml
View file @
db75347e
...
@@ -4,4 +4,4 @@ spring:
...
@@ -4,4 +4,4 @@ spring:
resourceserver
:
resourceserver
:
jwt
:
jwt
:
# To run the application, replace this with a valid JWK Set URI
# To run the application, replace this with a valid JWK Set URI
jwk-set-uri
:
https://example.com/oauth2/default/v1/keys
jwk-set-uri
:
https://example.com/oauth2/default/v1/keys
\ No newline at end of file
spring-boot-samples/spring-boot-sample-traditional/src/main/webapp/index.html
View file @
db75347e
...
@@ -3,4 +3,4 @@
...
@@ -3,4 +3,4 @@
<h1>
Hello
</h1>
<h1>
Hello
</h1>
Hello World!
Hello World!
</body>
</body>
</html>
</html>
\ No newline at end of file
spring-boot-tests/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/src/main/webapp/WEB-INF/glassfish-web.xml
View file @
db75347e
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<glassfish-web-app
error-url=
""
>
<glassfish-web-app
error-url=
""
>
<class-loader
delegate=
"false"
/>
<class-loader
delegate=
"false"
/>
</glassfish-web-app>
</glassfish-web-app>
\ No newline at end of file
src/checkstyle/checkstyle-suppressions.xml
View file @
db75347e
...
@@ -3,8 +3,13 @@
...
@@ -3,8 +3,13 @@
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
<suppressions>
<suppressions>
<suppress
files=
"[\\/]target[\\/]"
checks=
".*"
/>
<suppress
files=
"\.DS_Store"
checks=
".*"
/>
<suppress
files=
".+\.[jar|git|ico|p12]"
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|svg|png]"
checks=
".*"
/>
<suppress
files=
"eclipse[\\/]spring-boot-project.setup"
checks=
"NoHttp"
/>
<suppress
files=
"SpringApplicationTests\.java"
checks=
"FinalClass"
/>
<suppress
files=
"SpringApplicationTests\.java"
checks=
"FinalClass"
/>
<suppress
files=
".+Configuration\.java"
checks=
"HideUtilityClassConstructor"
/>
<suppress
files=
".+Configuration\.java"
checks=
"HideUtilityClassConstructor"
/>
<suppress
files=
".+Application\.java"
checks=
"HideUtilityClassConstructor"
/>
<suppress
files=
".+Application\.java"
checks=
"HideUtilityClassConstructor"
/>
...
...
src/checkstyle/nohttp-whitelist.txt
View file @
db75347e
^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