Skip to content

Commit db75347

Browse files
committed
Merge branch '2.1.x'
2 parents e06325e + 0ef3310 commit db75347

File tree

36 files changed

+45
-39
lines changed

36 files changed

+45
-39
lines changed

ci/images/get-jdk-url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ case "$1" in
1414
*)
1515
echo $"Unknown java version"
1616
exit 1
17-
esac
17+
esac

ci/scripts/detect-jdk-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ if [[ ${existing_jdk_issues} = "" ]]; then
4343
POST "https://api.github.com/repos/${GITHUB_ORGANIZATION}/${GITHUB_REPO}/issues" > /dev/null || { echo "Failed to create issue" >&2; exit 1; }
4444
else
4545
echo "Issue already exists."
46-
fi
46+
fi

ci/tasks/build-pr-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ caches:
88
- path: maven
99
- path: gradle
1010
run:
11-
path: git-repo/ci/scripts/build-project.sh
11+
path: git-repo/ci/scripts/build-project.sh

idea/codeStyleConfig.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@
125125
<option name="USE_TAB_CHARACTER" value="true"/>
126126
</indentOptions>
127127
</codeStyleSettings>
128-
</code_scheme>
128+
</code_scheme>

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@
6060
<suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
6161
<includeTestSourceDirectory>true</includeTestSourceDirectory>
6262
<propertyExpansion>main.basedir=${main.basedir}</propertyExpansion>
63-
<resourceIncludes>**\/*.*</resourceIncludes>
63+
<sourceDirectories>./</sourceDirectories>
64+
<includes>**/*</includes>
65+
<excludes>.git/**/*,target/**/*</excludes>
6466
</configuration>
6567
<goals>
6668
<goal>check</goal>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11

2+

spring-boot-project/spring-boot-autoconfigure/src/test/resources/public-key-location

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDdlatRjRjogo3WojgGHFHYLugd
33
UWAY9iR3fy4arWNA1KoS8kVw33cJibXr8bvwUAUparCwlvdbH6dvEOfou0/gCFQs
44
HUfQrSDv+MuSUMAe8jzKE4qW+jK+xQU9a03GUnKHkkle+Q0pX/g6jXZ7r1/xAK5D
55
o2kQ+X5xK9cipRgEKwIDAQAB
6-
-----END PUBLIC KEY-----
6+
-----END PUBLIC KEY-----

spring-boot-project/spring-boot-cli/src/main/executablecontent/bin/spring

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,4 +113,4 @@ if $cygwin; then
113113
fi
114114

115115
IFS=" " read -r -a javaOpts <<< "$JAVA_OPTS"
116-
"${JAVA_HOME}/bin/java" "${javaOpts[@]}" -cp "$CLASSPATH" org.springframework.boot.loader.JarLauncher "$@"
116+
"${JAVA_HOME}/bin/java" "${javaOpts[@]}" -cp "$CLASSPATH" org.springframework.boot.loader.JarLauncher "$@"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)