- 13 Jun, 2019 7 commits
-
-
Stephane Nicoll authored
See gh-17129
-
Ingyu Hwang authored
See gh-17129
-
Phillip Webb authored
Fix polish commit from 919913ae to correctly name the property getter/setters. See gh-17022
-
Madhura Bhave authored
See gh-17096
-
Phillip Webb authored
* pr/17022: Polish "Add session property for ConfigureRedisAction" Add session property for ConfigureRedisAction Closes gh-17022
-
Phillip Webb authored
See gh-17022
-
Dmytro Nosan authored
Add a new property to `RedisSessionProperties` that allows the default `ConfigureRedisAction` to be changed. Users can still also configure the action using a `@Bean`. See gh-17022
-
- 12 Jun, 2019 21 commits
-
-
Phillip Webb authored
* pr/17091: Polish "Support default headers with RestTemplateBuilder" Support default headers with RestTemplateBuilder Closes gh-17091
-
Phillip Webb authored
Broaden the scope of customizer support so that instead of focusing just on headers, we can now customize any outgoing `HttpClientRequest`. Also update auto-configuration to automatically add any `RestTemplateRequestCustomizer` beans to the builder. See gh-17091
-
Ilya Lukyanovich authored
Update `RestTemplateBuilder` so that it is easier to apply custom headers to the outgoing request. The update is particularly useful for setting the `User-Agent` header, for example so that a GitHub username can be used when calling `api.github.com`. See gh-17091
-
Andy Wilkinson authored
Closes gh-17086
-
Brian Clozel authored
This commit changes the default file extension for Freemarker templates from `*.ftl` to `*.ftlh`. This commit also enables by default the Freemarker setting `"recognize_standard_file_extensions"` to ensure that HTML escaping is performed by default in Spring Boot applications. Applications should adapt to this change by changing the file extensions of existing templates to `.ftlh`. Closes gh-15131
-
Andy Wilkinson authored
Closes gh-17127
-
Andy Wilkinson authored
Closes gh-17124
-
Andy Wilkinson authored
Fixes gh-17123
-
Andy Wilkinson authored
Closes gh-17122
-
Andy Wilkinson authored
Fixes gh-17121
-
Andy Wilkinson authored
Closes gh-17120
-
Andy Wilkinson authored
Closes gh-17119
-
Andy Wilkinson authored
Closes gh-17118
-
Andy Wilkinson authored
Fixes gh-17115
-
Andy Wilkinson authored
Closes gh-17114
-
Andy Wilkinson authored
Fixes gh-17095
-
Andy Wilkinson authored
Closes gh-17112
-
Andy Wilkinson authored
* gh-17111: Make dependency available for javadoc generation Closes gh-17111
-
dreis2211 authored
See gh-17111
-
Madhura Bhave authored
-
Madhura Bhave authored
-
- 11 Jun, 2019 9 commits
-
-
Madhura Bhave authored
Closes gh-17109
-
Andy Wilkinson authored
-
Phillip Webb authored
-
Phillip Webb authored
* pr/17069: Add missing @Test annotations Closes gh-17069
-
Johnny Lim authored
This commit also restores assertion accidentally removed in commit 44d83215. See gh-17069
-
Phillip Webb authored
* pr/17106: Fix deployment tests JUnit 5 checkstyle issues Closes gh-17106
-
Issam El-atif authored
See gh-17106
-
Andy Wilkinson authored
Closes gh-17104
-
Andy Wilkinson authored
Closes gh-17099
-
- 10 Jun, 2019 3 commits
-
-
Phillip Webb authored
Add a rule to enforce JUnit 5 usage and conventions. Closes gh-17093
-
Madhura Bhave authored
Closes gh-15872
-
Phillip Webb authored
Update `ConfigFileApplicationListener` so that property filtering works against the original `PropertySource`, rather than the underling `Map`. Prior to this commit, it was impossible for a `CompositePropertySource` to be used as the `defaultPropertySource`. Closes gh-17011
-