Merge branch '2.0.x' into 2.1.x

This commit is contained in:
Phillip Webb
2019-06-04 14:21:09 -07:00
31 changed files with 38 additions and 17 deletions

View File

@@ -113,4 +113,4 @@ if $cygwin; then
fi
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 "$@"

View File

@@ -28,4 +28,4 @@
<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:distributionManagement" />
</xsl:stylesheet>
</xsl:stylesheet>

View File

@@ -3,4 +3,4 @@
<xsl:copy-of select="projects/*[1]" />
<xsl:copy-of select="*[local-name()='project']" />
</xsl:template>
</xsl:stylesheet>
</xsl:stylesheet>

View File

@@ -19,4 +19,4 @@
</sources>
</moduleSet>
</moduleSets>
</assembly>
</assembly>

View File

@@ -274,4 +274,4 @@ inline fun <reified T : Any> TestRestTemplate.exchange(url: URI, method: HttpMet
*/
@Throws(RestClientException::class)
inline fun <reified T : Any> TestRestTemplate.exchange(requestEntity: RequestEntity<*>): ResponseEntity<T> =
exchange(requestEntity, object : ParameterizedTypeReference<T>() {})
exchange(requestEntity, object : ParameterizedTypeReference<T>() {})