- 13 Jun, 2019 10 commits
-
-
Andy Wilkinson authored
Since the move to JUnit 5, a number of tests were failing on Windows. The majority were failing due to open file handles preventing the clean up of the tests' temporary directory. This commit addresses these failures by updating the tests to close JarFiles, InputStreams, OutputStreams etc. A change has also been made to CachingOperationInvokerTests to make a flakey test more robust. Due to System.currentTimeMillis() being less precise on Windows than it is on *nix platforms, the test could fail as it would not sleep for long enough for the TTL period to have expired.
-
Andy Wilkinson authored
Closes gh-17126
-
Stephane Nicoll authored
* pr/17129: Polish "Use existing properties field" Use existing properties field Closes gh-17129
-
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
-