- 30 Oct, 2017 4 commits
-
-
Andy Wilkinson authored
Closes gh-7107
-
Andy Wilkinson authored
Closes gh-10819
-
Andy Wilkinson authored
See gh-10817
-
Stephane Nicoll authored
-
- 29 Oct, 2017 11 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit updates `WebFluxSecurityConfiguration` to look for a `WebFilterChainProxy` rather than the default configuration that `@EnableWebFluxSecurity` triggers. The latter is now package private.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10805: Remove unnecessary assignments
-
Johnny Lim authored
Closes gh-10805
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10806: Handle null early in Sanitizer.sanitize()
-
Johnny Lim authored
Closes gh-10806
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10810: Fix typos in AutoConfigureRestDocs
-
dreis2211 authored
Closes gh-10810
-
- 28 Oct, 2017 15 commits
-
-
Andy Wilkinson authored
* gh-10764: Wrap using-spring-boot.adoc at 90 characters Editorial changes to Using Spring Boot documentation
-
Andy Wilkinson authored
Closes gh-10765
-
Jay Bryant authored
See gh-10765
-
Andy Wilkinson authored
* gh-10763: Wrap getting-started.adoc at 90 characters Editorial changes to Getting Started documentation
-
Andy Wilkinson authored
Closes gh-10763
-
Jay Bryant authored
See gh-10763
-
Andy Wilkinson authored
See gh-10754
-
Andy Wilkinson authored
Closes gh-10758
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10612: Polish JobLauncherCommandLineRunner
-
Marten Deinum authored
The JobLauncherCommandLineRunner reassigned method arguments inside the merge method. Instead of reassigning the method argument just return the new instance directly. Also some minor cleanup (unnesseccary null check and continue keyword). Closes gh-10612
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10774: Remove static Boot version from documentation
-
Roland Weisleder authored
Closes gh-10774
-
- 27 Oct, 2017 10 commits
-
-
Andy Wilkinson authored
See gh-10511
-
Andy Wilkinson authored
Previously, ConfigurationPropertiesBindingPostProcessor had a number of setter methods that implied that its configuration was more mutable than it actually is and would only have an effect when called early on in the post-processor's lifecycle. This commit clarifies how the post-processor can be configured by removing the misleading setters. Closes gh-10598
-
Andy Wilkinson authored
Previously, configuration properties binding would only see changes to the environment if there was no PropertySourcesPlaceholderConfigurer in the context. This happened because PropertySourcesPlaceholderConfigurer wrapped the Environment in a PropertySource, effectively hiding it from the change tracking performed by SpringConfigurationPropertySources. This commit updates ConfigurationPropertiesBindingPostProcessor so that it ignores the environment property source contained by PropertySourcesPlaceholderConfigurer and uses a composite of the PropertySourcesPlaceholderConfigurer's other property sources and the Environment's PropertySources instead.
-
Andy Wilkinson authored
See gh-10769
-
Andy Wilkinson authored
Closes gh-10759
-
Andy Wilkinson authored
Closes gh-10796
-
Andy Wilkinson authored
See gh-10758
-
Stephane Nicoll authored
Closes gh-10135
-
Stephane Nicoll authored
Closes gh-10792
-
Stephane Nicoll authored
* pr/10511: Polish "Add runApplication() Kotlin top level function" Specify kotlin-maven-plugin version for plugin management Add runApplication() Kotlin top level function Add Kotlin main artifacts to dependency management
-