Merge branch '1.1.x'

Conflicts:
	spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/orm/jpa/JpaProperties.java
This commit is contained in:
Phillip Webb
2014-08-18 13:02:44 -07:00
3 changed files with 73 additions and 2 deletions

View File

@@ -97,7 +97,7 @@ public class MetricFilterAutoConfiguration {
try {
httpStatus = HttpStatus.valueOf(status);
}
catch (Exception e) {
catch (Exception ex) {
// not convertible
}
if (bestMatchingPattern != null) {