Madhura Bhave
8088e79f48
Merge branch '2.1.x'
...
Closes gh-18355
2019-09-25 09:45:23 -07:00
Madhura Bhave
401a6b586e
Remove war packaging from Jersey sample
...
This also removes the need for the tomcat starter to be in provided
scope.
Closes gh-18346
2019-09-25 09:28:26 -07:00
Andy Wilkinson
7548da1b40
Merge pull request #18349 from dreis2211
...
* gh-18349:
Fix deprecation warnings caused by BodyInserters.fromObject
Closes gh-18349
2019-09-25 13:57:33 +01:00
dreis2211
4262aab446
Fix deprecation warnings caused by BodyInserters.fromObject
...
See gh-18349
2019-09-25 13:57:17 +01:00
Andy Wilkinson
eb00ba7470
Merge pull request #18351 from dreis2211
...
* gh-18351:
Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests
Closes gh-18351
2019-09-25 13:56:13 +01:00
dreis2211
de6c38398e
Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests
...
See gh-18351
2019-09-25 13:55:34 +01:00
Stephane Nicoll
48bf9a58c6
Upgrade to Reactor Dysprosium-RELEASE
...
Closes gh-18276
2019-09-25 09:01:03 +02:00
Stephane Nicoll
ea5ca500ac
Merge branch '2.1.x'
2019-09-25 09:00:42 +02:00
Stephane Nicoll
56623bd57b
Upgrade to Reactor Californium-SR12
...
Closes gh-18348
2019-09-25 09:00:13 +02:00
Phillip Webb
f1ec810caf
Polish
2019-09-24 19:53:50 -07:00
Phillip Webb
323a78c4b9
Add property to migrate deprecated endoint IDs
...
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
2019-09-24 19:53:50 -07:00
Madhura Bhave
0a70e33009
Merge branch '2.1.x'
...
Closes gh-18345
2019-09-24 10:28:54 -07:00
Madhura Bhave
342a0535d7
Explicitly configure SecurityWebFilterChain bean for reactive oauth2 client
...
This will ensure that ReactiveManagementWebSecurityAutoConfiguration backs
off and that the actuator endpoints are also secured via OAuth2.
Fixes gh-17949
2019-09-24 09:50:45 -07:00
Andy Wilkinson
a354657ace
Merge branch '2.1.x'
...
Closes gh-18343
2019-09-24 16:17:36 +01:00
Andy Wilkinson
c613418451
Suppress body when handling a no content (204) "error"
...
Fixes gh-18136
2019-09-24 16:01:18 +01:00
Andy Wilkinson
4ab53dc8ce
Fix broken and redirected links in the reference documentation
...
Fixes gh-18332
2019-09-24 15:19:04 +01:00
Andy Wilkinson
b483e78f55
Revert "Workaround Spring Data Rest enforcer issue"
...
This reverts commit 90defac71c
.
Closes gh-18335
2019-09-24 12:40:41 +01:00
Andy Wilkinson
bdfed317e1
Merge branch '2.1.x'
2019-09-24 12:32:31 +01:00
Andy Wilkinson
042de97cf3
Merge branch '2.1.x'
2019-09-24 12:32:01 +01:00
Andy Wilkinson
35ad5cd011
Fix intermittent failure of inMemoryDerbyIsShutdown
2019-09-24 11:45:50 +01:00
Andy Wilkinson
419f92d381
Tune @ConditionalOnMissingBean for interface-based back off
...
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
2019-09-24 11:13:35 +01:00
Brian Clozel
eeaa9bc6c1
Fix ref docs code snippet theme
...
This commit also fixes a link in the reference documentation.
See gh-18293
2019-09-24 11:25:57 +02:00
Andy Wilkinson
039aa16579
Merge branch '2.1.x'
2019-09-24 10:04:09 +01:00
dreis2211
d89adfac91
Test compression with invalid content type for all webservers
...
Closes gh-18338
2019-09-24 10:03:38 +01:00
Andy Wilkinson
3fa9e037fa
Merge pull request #18337 from dreis2211
...
* gh-18337:
Test compression with invalid content type for all webservers
Closes gh-18337
2019-09-24 09:57:49 +01:00
dreis2211
7bc28fc646
Test compression with invalid content type for all webservers
...
See gh-18337
2019-09-24 09:57:28 +01:00
Andy Wilkinson
c5cb41df55
Merge pull request #18330 from eddumelendez
...
* gh-18330:
Add dependency management for io.rest-assured:spring-web-test-client
Closes gh-18330
2019-09-24 09:50:02 +01:00
Eddú Meléndez
82bf819c49
Add dependency management for io.rest-assured:spring-web-test-client
...
See gh-18330
2019-09-24 09:46:17 +01:00
Stephane Nicoll
3c8402f6af
Polish
...
See gh-18194
2019-09-24 09:35:39 +02:00
Stephane Nicoll
ddc96c1a62
Merge branch '2.1.x'
...
Closes gh-18336
2019-09-24 09:19:04 +02:00
Stephane Nicoll
12751fe50a
Merge pull request #18331 from polarbear567
...
* pr/18331:
Fix property name in "Task Execution and Scheduling" example
Closes gh-18331
2019-09-24 09:18:47 +02:00
leoli
09cf1e6791
Fix property name in "Task Execution and Scheduling" example
...
See gh-18331
2019-09-24 09:16:17 +02:00
Phillip Webb
d7a472b8a6
Restore HealthIndicatorRegistry beans
...
Restore `HealthIndicatorRegistry` and `ReactiveHealthIndicatorRegistry`
auto-configured beans with a version that adapts to the new contributor
interfaces.
Closes gh-16903
2019-09-23 23:43:43 -07:00
Phillip Webb
5076d8562a
Fix Artemis EmbeddedJMS initialization
...
Update `ArtemisConnectionFactoryFactory` to reference the new
embedded Artemis classes.
See gh-16646
2019-09-23 23:42:30 -07:00
Phillip Webb
90defac71c
Workaround Spring Data Rest enforcer issue
...
Temporarily update `spring-boot-starter-data-rest` to declare
the correct spring-plugin version.
2019-09-23 23:41:36 -07:00
Andy Wilkinson
42e0dc14b5
Migrate from deprecated Artemis EmbeddedJMS
...
Closes gh-16646
2019-09-23 18:27:32 +01:00
Brian Clozel
b210d2fcef
Merge pull request #18321 from rstoyanchev
...
* gh-18321:
Polish "Reference Spring Framework RSocket section + polish"
Reference Spring Framework RSocket section + polish
Closes gh-18321
2019-09-23 18:12:11 +02:00
Brian Clozel
60b1bbb8b2
Polish "Reference Spring Framework RSocket section + polish"
...
See gh-18321
2019-09-23 18:07:31 +02:00
Rossen Stoyanchev
9a70b5d1f5
Reference Spring Framework RSocket section + polish
2019-09-23 17:51:11 +02:00
Andy Wilkinson
b9cfbf7c8b
Merge branch '2.1.x'
...
Closes gh-18323
2019-09-23 16:46:53 +01:00
Andy Wilkinson
9df356ec4c
Fix destination checking in Artemis auto-configuration tests
...
Closes gh-18319
2019-09-23 16:45:36 +01:00
Stephane Nicoll
98ad5e53ef
Start building against Spring Web Services 3.0.8 snapshots
...
See gh-18316
2019-09-23 15:42:41 +02:00
Stephane Nicoll
ba2c8b333f
Start building against Spring HATEOAS 1.0.0 snapshots
...
See gh-18258
2019-09-23 15:42:41 +02:00
Stephane Nicoll
71e39c7847
Start building against Spring Security 5.2.0 snapshots
...
See gh-18256
2019-09-23 15:42:41 +02:00
Stephane Nicoll
06f5f73362
Start building against Spring Kafka 2.3.0 snapshots
...
See gh-18255
2019-09-23 15:42:41 +02:00
Stephane Nicoll
c2df1afff0
Start building against Spring Integration 5.2.0 snapshots
...
See gh-18254
2019-09-23 15:42:41 +02:00
Stephane Nicoll
c8dc76c5bf
Start building against Spring Data Moore snapshots
...
See gh-18253
2019-09-23 15:42:41 +02:00
Stephane Nicoll
8d131c4fcd
Start building against Spring Batch 4.2.0 snapshots
...
See gh-18252
2019-09-23 15:42:41 +02:00
Stephane Nicoll
e70da5edb0
Start building against Spring AMQP 2.2.0 snapshots
...
See gh-18251
2019-09-23 15:42:41 +02:00
Andy Wilkinson
f027139743
Upgrade to Commons Compress 1.19
...
Closes gh-18311
2019-09-23 14:18:01 +01:00