- 10 Nov, 2017 8 commits
-
-
Stephane Nicoll authored
Closes gh-2943
-
Stephane Nicoll authored
This commit makes sure to automatically scan `Converter` and `GenericConverter` beans when a test uses `@WebMvcTest` or `@WebFluxTest`. Closes gh-10802
-
Stephane Nicoll authored
* pr/10944: Polish "Improve cache auto-configuration for Redis" Improve cache auto-configuration for Redis Respond to MR feedback Improve spring-boot-autoconfigure for Redis caches
-
Stephane Nicoll authored
Closes gh-10944
-
Stephane Nicoll authored
-
Ryon authored
Expose key prefix, TTL and null value settings for spring-data-redis' RedisCacheConfiguration in Spring .properties/yml configuration files. Example: spring.cache.redis.ttl=PT15M spring.cache.redis.keyPrefix=foo spring.cache.redis.useKeyPrefix=false spring.cache.redis.cacheNullValues=false See gh-10795
-
Stephane Nicoll authored
* pr/10972: Utilize StandardCharsets
-
Johnny Lim authored
Closes gh-10972
-
- 09 Nov, 2017 7 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
c719ab7a adding dependency management for a number of Apache Commons projects to exclude commons-logging and resolve problems with dependency convergence. As Boot's dependencies have evolved, much of this dependency management has become redundant. This commit removes it, and excludes commons-logging in the single starter that still needs it instead. Closes gh-7050
-
Andy Wilkinson authored
Without the 2nd blank line, Asciidoctor does not render the content in the next file correctly or omits it entirely. Closes gh-10946
-
Andy Wilkinson authored
Closes gh-10960
-
Stephane Nicoll authored
* pr/10959: Use Integer::compare in AutoConfigurationSorter
-
dreis2211 authored
Closes gh-10959
-
Madhura Bhave authored
Fixes gh-10560
-
- 08 Nov, 2017 2 commits
-
-
Madhura Bhave authored
Closes gh-10844
-
Stephane Nicoll authored
Closes gh-10954
-
- 07 Nov, 2017 6 commits
-
-
Madhura Bhave authored
Fixes gh-10391
-
Ryon authored
* Remove unnecessary formatting changes * Discontinue use of Optional for Redis property configuration * Remove @see tags * Change verbiage for property descriptions Fixes gs-10795
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10941: Add missing null check in FileSystemWatcher.stopAfter()
-
Johnny Lim authored
Closes gh-10941
-
Stephane Nicoll authored
Closes gh-10929
-
- 06 Nov, 2017 14 commits
-
-
Phillip Webb authored
Migrate concourse pipeline to use credhub and expose a limited number of jobs as "public". Closes gh-10693
-
Phillip Webb authored
Update `SpringConfigurationPropertySource` so that the `SystemEnvironmentPropertyMapper` is only used for the "actual" system environment property source. This allows SystemEnvironmentProperySource class to be used for other purposes (for example, Spring Cloud uses it to as an override source providing decryption). Only property sources named `systemEnvironment` or ending with `-systemEnvironment` now have the `SystemEnvironmentPropertyMapper` applied. The `TestPropertyValues` has been retrofitted to name the source it adds appropriately. Fixes gh-10840
-
Ryon authored
Expose key prefix, TTL and null value settings for spring-data-redis' RedisCacheConfiguration in Spring .properties/yml configuration files. Example: spring.cache.redis.ttl=PT15M spring.cache.redis.keyPrefix=foo spring.cache.redis.useKeyPrefix=false spring.cache.redis.cacheNullValues=false Fixes gs-10795
-
Phillip Webb authored
Refine `SystemEnvironmentPropertyMapper` to support environment variables that would have worked in Spring Boot 1.5. Specifically, camelCase property bindings now support an additional underscore. The recommended way to map `fooBar` is still `PREFIX_FOOBAR`, however, `PREFIX_FOO_BAR` will now also work. Fixes gh-10873
-
Phillip Webb authored
-
Andy Wilkinson authored
Null value is used to indicate that the configured level should be cleared. Closes gh-10934
-
Stephane Nicoll authored
* pr/10544: Polish "Log context path at startup" Log context path at startup
-
Stephane Nicoll authored
Closes gh-10544
-
tinexw authored
See gh-10544
-
Andy Wilkinson authored
-
Stephane Nicoll authored
* pr/10921: Polish
-
Johnny Lim authored
Closes gh-10921
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-10680
-
- 05 Nov, 2017 3 commits
-
-
Phillip Webb authored
Further refine recursive binding rules so that Lists are supported when the underlying source is iterable. Close gh-10702
-
Phillip Webb authored
-
Phillip Webb authored
Refine the binder recursion rules introduced in commit f3373238 so they only apply to Maps. Recursive List and Array binding is now no longer allowed. Prior to this commit, binding a List that contained a reference to itself would fail with a `StackOverflowException` if the underlying property source was not iterable. Fixes gh-10702
-