- 24 Aug, 2018 1 commit
-
-
Stephane Nicoll authored
Closes gh-8926
-
- 23 Aug, 2018 16 commits
-
-
Madhura Bhave authored
Closes gh-14165
-
Stephane Nicoll authored
Hibernate 5.3 has deprecated the ehcache2 region factory so this commit upgrades the integration test to use JCache instead.
-
Brian Clozel authored
This reverts commit da4624a8.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit fixes the ordering between `CacheAutoConfiguration` and `HibernateJpaAutoConfiguration` so that the auto-configured `CacheManager` is configured before Hibernate starts. Closes gh-14181
-
Brian Clozel authored
This commit introduces a subclass of `DispatcherHandler` that only considers the current context when looking for WebFlux infrastructure beans. This avoids issues where a child context (e.g. with Actuator) picks up infrastructure beans from the parent context and exposes all endpoints instead of getting only the ones from the current context. Closes gh-14012
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-1789
-
Stephane Nicoll authored
* pr/14172: Polish
-
Johnny Lim authored
Closes gh-14172
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commits restores the behaviour of Spring Boot 1.x with regards to the "trace" request param used to add the stacktrace to the model. This was inadvertently changed so that the stacktrace would be added if the parameter wasn't set. Closes gh-14171
-
Brian Clozel authored
This commit adds a new auto-configuration choice for `ClientHttpConnector`, this time using the Jetty RS HTTP client library if available. This is the best choice in case the application runs on a Jetty reactive server, as both client and server will share resources. Closes gh-14005
-
Sebastien Deleuze authored
This commit adds the Jetty RS HTTP client to the Spring Boot dependency management. As of SPR-15092 and SPR-17124, this HTTP client library is supported by Spring Framework. This commit is first step towards supporting that library as a driver for the WebClient / ClientHttpConnector auto-configuration. See gh-14005
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that the auto-configuration for Spring Integration runs after the datasource has been auto-configured if necessary as there is an optional part that can initialize the jdbc schema. Closes gh-14175
-
- 22 Aug, 2018 14 commits
-
-
Brian Clozel authored
This commit adds support for the new `ReactorResourceFactory` and ensures that such a bean is created and destroyed with the application context. This will create a `ClientHttpConnector` bean, to be configured on the `WebClient.Builder` instance - or let developers create their own `ClientHttpConnector` bean to override that opinion. By default, the `ReactorResourceFactory` is configured to participate with the global resources, for better efficiency. Closes gh-14058
-
Stephane Nicoll authored
* pr/14021: Polish "Add Kafka Streams auto-configuration" Add Kafka Streams auto-configuration
-
Stephane Nicoll authored
Closes gh-14021
-
Gary Russell authored
See gh-14021
-
Stephane Nicoll authored
* pr/13837: Polish "Add PropertyMapper.from(value)" Add PropertyMapper.from(value)
-
Stephane Nicoll authored
Closes gh-13837
-
Dmytro Nosan authored
See gh-13837
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14153: Polish "Fix String concatenation in a loop" Fix String concatenation in a loop
-
Stephane Nicoll authored
Closes gh-14153
-
Hiroaki Yoshida authored
See gh-14153
-
Stephane Nicoll authored
* pr/14149: Polish
-
Johnny Lim authored
Closes gh-14149
-
Madhura Bhave authored
Closes gh-11086
-
- 21 Aug, 2018 9 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-14136
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-14164
-
Brian Clozel authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14152: Fix potential infinite recursive loop in toString
-
Hiroaki Yoshida authored
Closes gh-14152
-