- 25 Jan, 2017 5 commits
-
-
dreis authored
See gh-8089
-
Stephane Nicoll authored
Closes gh-8103
-
Johnny Lim authored
See gh-8103
-
Stephane Nicoll authored
Closes gh-8102
-
Dave Syer authored
See gh-6404
-
- 24 Jan, 2017 35 commits
-
-
Andy Wilkinson authored
Closes gh-8098
-
Andy Wilkinson authored
Closes gh-8097
-
Andy Wilkinson authored
Closes gh-8096
-
Andy Wilkinson authored
Closes gh-8095
-
Andy Wilkinson authored
Closes gh-8094
-
Andy Wilkinson authored
Closes gh-8093
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-8086
-
Andy Wilkinson authored
Closes gh-8085
-
Andy Wilkinson authored
Closes gh-8084
-
Andy Wilkinson authored
Closes gh-8083
-
Andy Wilkinson authored
Closes gh-8082
-
Andy Wilkinson authored
Closes gh-8081
-
Andy Wilkinson authored
Closes gh-8080
-
Andy Wilkinson authored
Closes gh-8079
-
Andy Wilkinson authored
Closes gh-8078
-
Andy Wilkinson authored
Closes gh-69
-
Andy Wilkinson authored
Closes gh-8018
-
Andy Wilkinson authored
Closes gh-7750
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-7774
-
Stephane Nicoll authored
* pr/8076: Polish
-
Johnny Lim authored
Closes gh-8076
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit 4e36a079.
-
Andy Wilkinson authored
The order of the modules declared in pom.xml should not make any difference given the other relationships that exist between projects, however the CI build is ordering the projects incorrectly. Try changing the order of the modules to see if the CI build can be coaxed into ordering them correctly.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-7652
-
Phillip Webb authored
-
Phillip Webb authored
Update OnClassCondition to implement AutoConfigurationImportFilter so that auto-configuration candidates can be filtered early. The optimization helps to improve application startup time by reducing the number of classes that are loaded. See gh-7573
-
Phillip Webb authored
Add `AutoConfigurationImportFilter` strategy interface which can be used to filter auto-configuration candidates before they are loaded. See gh-7573
-
Phillip Webb authored
Optimize `AutoConfigurationSorter` by used properties generated by the annotation processor whenever possible. The removes the need for each candidate class to be ASM parsed just to access the order annotations. See gh-7573
-
Phillip Webb authored
Add AutoConfigurationMetadata interface and a an internal loader that allows easy access to data written by `spring-boot-configure-processor`. See gh-7573
-