- 23 Apr, 2018 9 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12952
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-12784: Polish “Only analyze configurations that we've registered to check” Only analyze configurations that we've registered to check
-
Andy Wilkinson authored
Closes gh-12784
-
danhyun authored
See gh-12784
-
Andy Wilkinson authored
See gh-12784
-
Brian Clozel authored
-
Brian Clozel authored
Since https://jira.spring.io/browse/SPR-16624, the contract for `ContentNegotiationStrategy` has been refined and should never return an empty list if it's got no preference for a media type, but it should rather respond with a `"*/*"` instead. This commit fixes the `OptionalPathExtensionContentNegotiationStrategy` defined in the Spring MVC auto-configuration to have that behavior. Fixes gh-12900
-
- 22 Apr, 2018 5 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-12912
-
Stephane Nicoll authored
-
Stephane Nicoll authored
As we've updated the complete ref doc to use a canonical format for configuration keys, this not is outdated and this commit removes it.
-
Stephane Nicoll authored
Closes gh-12940
-
- 21 Apr, 2018 2 commits
-
-
Brian Clozel authored
-
Brian Clozel authored
-
- 20 Apr, 2018 5 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12922: Replace <code> tags where possible
-
dreis2211 authored
Closes gh-12922
-
- 19 Apr, 2018 9 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-11395
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12877: Add reference to javamelody starter
-
evernat authored
Closes gh-12877
-
- 18 Apr, 2018 10 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
See gh-11380
-
Madhura Bhave authored
-
Madhura Bhave authored
This commit includes some refactoring of active profiles processing. Previously, there was a LIFO Queue for adding active profiles. Profiles that were added last, were processed first. Because of this reverse ordering, profiles were prepended to the environment to preserve the order in which they were logged. This however didn't work for "included" profiles as they were prepended to the environment even though they were processed after the active profile. In this commit, profiles are processed in a FIFO manner and processed as they're found. Fixes gh-11380
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12895: Fix additional missing semicolon on sample code Add missing semicolon on sample code
-
Stephane Nicoll authored
Closes gh-12895
-
Jienan Duan authored
See gh-12895
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/12894: Polish "Less object instantiation in WebMvcTags" Less object instantiation in WebMvcTags
-