- 08 Aug, 2018 6 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14013: Fix typo
-
dreis2211 authored
Closes gh-14013
-
Madhura Bhave authored
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-13948
-
- 07 Aug, 2018 7 commits
-
-
Madhura Bhave authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Those can be re-added at any time there is Spring Boot 2 support Closes gh-13510
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Madhura Bhave authored
-
- 06 Aug, 2018 8 commits
-
-
Madhura Bhave authored
Closes gh-13787
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit restore the use of the `postProcessRequestHeaders` method when overridden in a custom HttpExchangeTracer implementation. Closes gh-13924
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13990: Polish "Add global support for JMX unique names" Add global support for JMX unique names
-
Stephane Nicoll authored
This commit ensures that the new "spring.jmx.unique-names" property deprecates the Endpoint's specific property as they share the same goal. If both are set with an incompatible value, an exception is thrown inviting the user to update their configuration. Closes gh-13990
-
artsiom authored
See gh-13990
-
Stephane Nicoll authored
This commit adds support for providing a default ThreadPoolTaskExecutor with sensible defaults. A new TaskExecutorBuilder is provided with defaults from the `spring.task.*` namespace and can be used to create custom instances. If no custom `Executor` bean is present, `@EnableAsync` now uses the auto-configure application task executor. Same goes for the async support in Spring MVC. Closes gh-1563
-
- 05 Aug, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-14000
-
- 04 Aug, 2018 2 commits
-
-
Stephane Nicoll authored
* pr/13983: Upgrade to Kafka 2.0.0
-
Gary Russell authored
Closes gh-13983
-
- 03 Aug, 2018 14 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13988: Include @ in javadoc links for annotations
-
dreis2211 authored
Closes gh-13988
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-13988
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/13991: Return null immediately when sla is null in convertSla()
-
Johnny Lim authored
Closes gh-13991
-
Stephane Nicoll authored
* pr/13989: Update assertion message in AnnotatedClassFinder.scanPackage()
-
Johnny Lim authored
Closes gh-13989
-
- 02 Aug, 2018 2 commits
-
-
Madhura Bhave authored
-
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
-