- 30 Jul, 2018 3 commits
-
-
Spring Buildmaster authored
-
Andy Wilkinson authored
Closes gh-13470
-
Madhura Bhave authored
-
- 29 Jul, 2018 3 commits
-
-
Stephane Nicoll authored
Closes gh-13888
-
Phillip Webb authored
-
Phillip Webb authored
-
- 28 Jul, 2018 6 commits
-
-
Stephane Nicoll authored
Closes gh-13886
-
Phillip Webb authored
Fix checkstyle issues with samples following the spring-javaformat upgrade. See gh-13932
-
Phillip Webb authored
Fix checkstyle issues with method ordering following the spring-javaformat upgrade. See gh-13932
-
Phillip Webb authored
Fix checkstyle issues in javadoc following the spring-javaformat upgrade. See gh-13932
-
Phillip Webb authored
Fix checkstyle issues with ternary expressions following the spring-javaformat upgrade. See gh-13932
-
Phillip Webb authored
Closes gh-13932
-
- 27 Jul, 2018 8 commits
-
-
Phillip Webb authored
-
Madhura Bhave authored
Fixes gh-13921
-
Stephane Nicoll authored
Closes gh-13887
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13917
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-13906
-
Stephane Nicoll authored
Closes gh-13890
-
- 26 Jul, 2018 20 commits
-
-
Stephane Nicoll authored
* pr/13923: Polish NoSuchBeanDefinitionFailureAnalyzer
-
Johnny Lim authored
Closes gh-13923
-
Stephane Nicoll authored
Closes gh-13742
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-3884
-
Stephane Nicoll authored
Closes gh-13883
-
Stephane Nicoll authored
Closes gh-13704
-
Stephane Nicoll authored
* pr/13919: Fix typo
-
dreis2211 authored
Closes gh-13919
-
Stephane Nicoll authored
Closes gh-13898
-
Stephane Nicoll authored
Closes gh-13912
-
Stephane Nicoll authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-7483
-
Madhura Bhave authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-13917
-
Phillip Webb authored
Add an `DispatcherServletPath` interface which provides a much more consistent way to discover the path of the main dispatcher servet. Prior to this commit, auto-configurations would often make use of the `ServerProperties` class to discover the dispatcher servlet path. This mechanism isn't very explicit and also makes it hard for us to relocate that property in Spring Boot 2.1. This commit also reverts most of fddc9e9c since it is now clear that the supporting multiple dispatcher servlet paths will be much more involved that we originally anticipated. Closes gh-13834
-
Phillip Webb authored
-
Phillip Webb authored
Update the root build POM so that the default profile is always active. Prior to this commit the profile was to `activeByDefault` which meant it was only active if no other profiles were enabled. When running in Eclipse, the `m2e` profile is active, meaning the default profile was disabled and `spring-javaformat` setting were not applied. Closes gh-13900
-