- 25 Sep, 2019 9 commits
-
-
Andy Wilkinson authored
* gh-18349: Fix deprecation warnings caused by BodyInserters.fromObject Closes gh-18349
-
dreis2211 authored
See gh-18349
-
Andy Wilkinson authored
* gh-18351: Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests Closes gh-18351
-
dreis2211 authored
See gh-18351
-
Stephane Nicoll authored
Closes gh-18276
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-18348
-
Phillip Webb authored
-
Phillip Webb authored
Allow legacy actuator endpoint IDs that contain dots to be transparently migrated to the new format. This update will allow Spring Cloud users to proactively migrate from endpoints such as `hystrix.stream` to `hystrixstream`. Closes gh-18148
-
- 24 Sep, 2019 24 commits
-
-
Madhura Bhave authored
Closes gh-18345
-
Madhura Bhave authored
This will ensure that ReactiveManagementWebSecurityAutoConfiguration backs off and that the actuator endpoints are also secured via OAuth2. Fixes gh-17949
-
Andy Wilkinson authored
Closes gh-18343
-
Andy Wilkinson authored
Fixes gh-18136
-
Andy Wilkinson authored
Fixes gh-18332
-
Andy Wilkinson authored
This reverts commit 90defac7. Closes gh-18335
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, a number of usages of @ConditionalOnMissingBean prevented a bean that implements an auto-configured bean's "main" interface from causing the auto-configuration of the bean to back off. This would happen when @ConditionalOnMissingBean did not specify a type, the @Bean method returned the bean's concrete type, and that concreate type implements a "main" interface. This commit updates such usages of @ConditionalOnMissingBean to specify the "main" interface as the type of the bean that must be missing. This will allow, for example, the auto-configured MongoTemplate bean to back off when a MongoOperations bean is defined. Fixes gh-18101
-
Brian Clozel authored
This commit also fixes a link in the reference documentation. See gh-18293
-
Andy Wilkinson authored
-
dreis2211 authored
Closes gh-18338
-
Andy Wilkinson authored
* gh-18337: Test compression with invalid content type for all webservers Closes gh-18337
-
dreis2211 authored
See gh-18337
-
Andy Wilkinson authored
* gh-18330: Add dependency management for io.rest-assured:spring-web-test-client Closes gh-18330
-
Eddú Meléndez authored
See gh-18330
-
Stephane Nicoll authored
See gh-18194
-
Stephane Nicoll authored
Closes gh-18336
-
Stephane Nicoll authored
* pr/18331: Fix property name in "Task Execution and Scheduling" example Closes gh-18331
-
leoli authored
See gh-18331
-
Phillip Webb authored
Restore `HealthIndicatorRegistry` and `ReactiveHealthIndicatorRegistry` auto-configured beans with a version that adapts to the new contributor interfaces. Closes gh-16903
-
Phillip Webb authored
Update `ArtemisConnectionFactoryFactory` to reference the new embedded Artemis classes. See gh-16646
-
Phillip Webb authored
Temporarily update `spring-boot-starter-data-rest` to declare the correct spring-plugin version.
-
- 23 Sep, 2019 7 commits
-
-
Andy Wilkinson authored
Closes gh-16646
-
Brian Clozel authored
* gh-18321: Polish "Reference Spring Framework RSocket section + polish" Reference Spring Framework RSocket section + polish Closes gh-18321
-
Brian Clozel authored
See gh-18321
-
Rossen Stoyanchev authored
-
Andy Wilkinson authored
Closes gh-18323
-
Andy Wilkinson authored
Closes gh-18319
-
Stephane Nicoll authored
See gh-18316
-