- 13 Aug, 2018 5 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14011
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14046: Fix freemarker documentation link
-
frohwerk authored
Closes gh-14046
-
- 10 Aug, 2018 2 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-14040
-
- 09 Aug, 2018 3 commits
-
-
Andy Wilkinson authored
* gh-14019: Polish "Fix NPE in FlywayEndpoint when migration.installedOn is null" Fix NPE in FlywayEndpoint when migration.installedOn is null
-
Andy Wilkinson authored
Closes gh-14019
-
artsiom authored
See gh-14019
-
- 08 Aug, 2018 10 commits
-
-
Madhura Bhave authored
Closes gh-13947
-
Stephane Nicoll authored
This commit makes sure to use a configurable timeout to check if the Couchbase cluster is up, rather than relying on the default that can be quite long. Closes gh-13879
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14001: Invoke Inflater.end() in ZipInflaterInputStream.close()
-
Johnny Lim authored
Closes gh-14001
-
Stephane Nicoll authored
Previously, the setter of a property whose second letter is upper-case ( such as `oAuth2Uri`) was not detected properly. The JavaBean spec states that, in such a case, the first letter should not be capitalized (i.e. the setter should be `setoAuth2Uri` rather than `setOAuth2Uri`). This commit makes sure that Jackson uses standard bean names and fixes the setter detection algorithm to take this case into account. Closes gh-13878
-
Stephane Nicoll authored
* pr/14015: Polish OnWebApplicationCondition
-
dreis2211 authored
Closes gh-14015
-
Stephane Nicoll authored
* pr/14013: Fix typo
-
dreis2211 authored
Closes gh-14013
-
- 07 Aug, 2018 1 commit
-
-
Stephane Nicoll authored
Those can be re-added at any time there is Spring Boot 2 support Closes gh-13510
-
- 06 Aug, 2018 1 commit
-
-
Stephane Nicoll authored
This commit restore the use of the `postProcessRequestHeaders` method when overridden in a custom HttpExchangeTracer implementation. Closes gh-13924
-
- 03 Aug, 2018 6 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-13988
-
Stephane Nicoll authored
* pr/13991: Return null immediately when sla is null in convertSla()
-
Johnny Lim authored
Closes gh-13991
-
- 02 Aug, 2018 7 commits
-
-
Madhura Bhave authored
Prior to the changes that fixed #12451, `FilteredPropertySources` and `CompositePropertySources` were required by the `PropertySourcesDeducer` to ensure that configuration properties binding could see changes to the environment even when there was a PropertySourcesPlaceholderConfigurer in the context. #12451 changed the way property sources are adapted by `SpringConfigurationPropertySources`, removing the need for `FilteredPropertySources` and `CompositePropertySources`. Fixes gh-13738
-
Madhura Bhave authored
Fixes gh-13965
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13985: Upgrade maven wrapper to Maven 3.5.4
-
Raja Kolli authored
Closes gh-13985
-
Stephane Nicoll authored
* pr/13982: Add dependency management for micrometer-registry-cloudwatch
-
cmakinen authored
Closes gh-13982
-
- 01 Aug, 2018 5 commits
-
-
Stephane Nicoll authored
* pr/13963: Polish
-
Johnny Lim authored
See gh-13963
-
Stephane Nicoll authored
This commit makes sure that ServletEndpointRegistrar does not add a duplicate `/` if the basePath is suffixed with it already Close gh-13964
-
Stephane Nicoll authored
* pr/13961: Optimize some StringBuilder.append() calls
-
dreis2211 authored
Closes gh-13961
-