- 03 Apr, 2018 12 commits
-
-
Stephane Nicoll authored
Closes gh-12683
-
Jon Schneider authored
HierarchicalNameMapper is not a component that can be shared amongst multiple monitoring systems. See gh-12683
-
Stephane Nicoll authored
Closes gh-12557
-
Stephane Nicoll authored
* pr/12725: Remove destroyMethod attribute in @Bean for MeterRegistry
-
Johnny Lim authored
Closes gh-12725
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-12731
-
Andy Wilkinson authored
Closes gh-12730
-
Stephane Nicoll authored
* pr/12722: Add space between right parentheses and next word
-
Attila Pápai authored
Closes gh-12722
-
Stephane Nicoll authored
* pr/12697: Fix outdated import statements
-
Benjamin Graf authored
Closes gh-12697
-
- 02 Apr, 2018 8 commits
-
-
Madhura Bhave authored
If two auto-configuration classes with the same name are present, the conditions report message now uses the fully qualified name for both instead of the short name. Fixes gh-11710
-
Madhura Bhave authored
Closes gh-12546
-
Phillip Webb authored
Fix a range error when checking for unicode hex chars. Fixes gh-12716
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update `Restarter` to be much more defensive when attempting to clear caches. We now use `clearCache()` methods whenever possible, and only fall back to field access when absolutely necessary. In addition field access now ignore any exceptions. Fixes gh-12719
-
Stephane Nicoll authored
Closes gh-12708
-
- 30 Mar, 2018 13 commits
-
-
Madhura Bhave authored
Closes gh-12643
-
Andy Wilkinson authored
See gh-12696
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-12695
-
Andy Wilkinson authored
See gh-12694
-
Andy Wilkinson authored
See gh-12693
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-12692
-
Phillip Webb authored
Switch process redirection off and instead consume streams and copy to System.out/System.err. See gh-12689
-
Phillip Webb authored
This reverts commit 32782429.
-
Phillip Webb authored
Switch surefire configuration so that forking isn't used. This seems to prevent the "Corrupted STDOUT by directly writing to native stream" errors and will hopefully reduce failures on the CI server. See gh-12689
-
Phillip Webb authored
Update `AutoConfigurationSorter` so that all `@AutoConfigureBefore` and `@AutoConfigureAfter` classes are considered even if they are ultimately not part of the requested set. Prior to this commit, given classes ordered with annotations such that A -> B -> C a call to sort only [A, B] could return the incorrect order. Fixes gh-12660
-
Stephane Nicoll authored
This commit updates Spring Boot's DeferredImportSelector implementations to group imports in a consistent set. This makes sure ordering is applied consistently. Closes gh-12366
-
- 29 Mar, 2018 7 commits
-
-
Madhura Bhave authored
Due to timeouts while distributing release artifacts, this commit uses the async mode for distribution. Before syncing to maven central, we need to check if all the artifacts have been published to Bintray. This is done by hitting the Bintray API till we get the version or until a timeout is reached. Closes gh-12292
-
Phillip Webb authored
Fix the decoding logic in the AsciiBytes `hashCode` and `matches` to correctly deal with multi-byte encodings. Fixes gh-12504
-
Phillip Webb authored
-
Brian Clozel authored
Prior to this commit, `WebMvcTags' would always mark as "NOT_FOUND" or "REDIRECTION" *any* exchange with responses of 404 and 3xx status, even if those responses are actually returned by Controller handlers. This commit checks inverts those checks and first considers if the "BEST_MATCHING_PATTERN_ATTRIBUTE" request attribute is present and uses it - then falls back to "NOT_FOUND" and "REDIRECTION" to avoid cardinality explosion. Fixes gh-12577
-
Andy Wilkinson authored
See gh-12681
-
Andy Wilkinson authored
Closes gh-12639
-
Andy Wilkinson authored
-