Phillip Webb
9166bb5fae
Polish
2017-04-19 12:00:36 -07:00
Phillip Webb
75f8e8a593
Fix actuator path used in tests
...
Fixup path changes that were missed during 1.5.x merge.
2017-04-19 11:58:07 -07:00
Phillip Webb
724be85b95
Polish
2017-04-19 11:57:48 -07:00
Stephane Nicoll
1eab67c30a
Merge branch '1.5.x'
2017-04-19 17:33:45 +02:00
Stephane Nicoll
294f880fa3
Start build against Spring Data Ingalls snapshots
...
See gh-8939
2017-04-19 17:32:46 +02:00
Stephane Nicoll
382044c5aa
Merge branch '1.4.x' into 1.5.x
2017-04-19 17:24:52 +02:00
Stephane Nicoll
3f3bb92690
Start building against Spring Data Hopper snapshots
...
See gh-8938
2017-04-19 17:24:01 +02:00
Stephane Nicoll
3cce3c9c2c
Merge branch '1.5.x'
2017-04-19 15:05:15 +02:00
Stephane Nicoll
ad616ea4a7
Revert "Upgrade to Spring Data Ingalls-SR2"
...
This commit reverts 65a8257 as the Couchbase driver must be upgraded from
2.3.x to 2.4.x
See gh-8939
2017-04-19 15:04:59 +02:00
Stephane Nicoll
d09e4cf157
Merge branch '1.5.x'
2017-04-19 15:00:31 +02:00
Stephane Nicoll
bc0016ade0
Merge branch '1.4.x' into 1.5.x
2017-04-19 15:00:16 +02:00
Stephane Nicoll
47d2756692
Revert "Upgrade to Spring Data Hopper-SR9"
...
This commit reverts 2deab52 as the Couchbase driver must be upgraded from
2.2.x to 2.4.x
See gh-8938
2017-04-19 14:59:57 +02:00
Stephane Nicoll
ce02373f8f
Merge branch '1.5.x'
2017-04-19 14:35:51 +02:00
Stephane Nicoll
65a8257697
Upgrade to Spring Data Ingalls-SR2
...
Closes gh-8939
2017-04-19 14:35:15 +02:00
Stephane Nicoll
e273fbbb6f
Merge branch '1.4.x' into 1.5.x
2017-04-19 14:29:38 +02:00
Stephane Nicoll
2deab52ad0
Upgrade to Spring Data Hopper-SR9
...
Closes gh-8938
2017-04-19 14:28:52 +02:00
Stephane Nicoll
b100caa041
Fix import
2017-04-19 11:18:57 +02:00
Stephane Nicoll
6da0f6a341
Merge branch '1.5.x'
2017-04-19 09:33:25 +02:00
Stephane Nicoll
598beeea9d
Merge branch '1.4.x' into 1.5.x
2017-04-19 09:33:04 +02:00
Stephane Nicoll
041c5957ae
Merge pull request #8935 from garyrussell:si14
...
* pr/8935:
Upgrade to Spring Integration 4.3.9.RELEASE
2017-04-19 09:31:36 +02:00
Gary Russell
58279f356d
Upgrade to Spring Integration 4.3.9.RELEASE
...
Closes gh-8935
2017-04-19 09:31:18 +02:00
Stephane Nicoll
485c0ad1b7
Upgrade to Spring Framework 4.3.8.RELEASE
...
Closes gh-8712
2017-04-19 09:30:38 +02:00
Stephane Nicoll
3be1ddddcc
Merge branch '1.5.x'
2017-04-19 09:28:16 +02:00
Stephane Nicoll
43292a5e30
Merge pull request #8930 from garyrussell:amqp15
...
* pr/8930:
Upgrade to Spring AMQP 1.7.2.RELEASE
2017-04-19 09:27:46 +02:00
Gary Russell
8a6bc65d86
Upgrade to Spring AMQP 1.7.2.RELEASE
...
Closes gh-8930
2017-04-19 09:26:55 +02:00
Stephane Nicoll
3da70e2a0e
Merge branch '1.4.x' into 1.5.x
2017-04-19 09:26:31 +02:00
Stephane Nicoll
746978ac52
Merge pull request #8929 from garyrussell:amqp14
...
* pr/8929:
Upgrade to Spring AMQP 1.6.9.RELEASE
2017-04-19 09:25:47 +02:00
Gary Russell
4344489328
Upgrade to Spring AMQP 1.6.9.RELEASE
...
Closes gh-8929
2017-04-19 09:25:28 +02:00
Phillip Webb
850517a8db
Fix merge issue
2017-04-18 21:57:33 -07:00
Phillip Webb
94209e2883
Merge branch '1.5.x'
2017-04-18 15:06:43 -07:00
Phillip Webb
393c17b68b
Support @SpringBootTest with @ContextHierarchy
...
Update SpringBootTestContextBootstrapper to detect `@ContextHierarchy`
annotations so that only the last child creates a
`WebApplicationContext`.
Prior to this commit a context hierarchy would start two embedded web
servers which is inconsistent with the `SpringApplicationBuilder`
behavior.
Fixes gh-8311
2017-04-18 14:56:12 -07:00
Andy Wilkinson
b9be0e3e0f
Skip actuator path extension content negotiation
...
Allow `PathExtensionContentNegotiationStrategy` to be bypassed by
actuator endpoints. Prior to this commit calling `/loggers/com.aaa.cab`
would return a HTTP 406 response due to `.cab` being a known extension.
Fixes gh-8765
2017-04-18 14:56:11 -07:00
Phillip Webb
f3c45077ac
Merge pull request #8924 from walterjs/master
...
* pull8924:
Fail fast on getKeyFromServer() failure
2017-04-18 14:56:10 -07:00
Walter Seymore
f5f65463d2
Fail fast on getKeyFromServer() failure
...
Update `ResourceServerTokenServicesConfiguration` to fail fast if the
`getKeyFromServer()` call fails. Since the key is part of the singleton
`JwtAccessTokenConverter` bean there is not real way to refresh without
restarting the application.
A hard failure seems preferable to an inconsistent state.
Closes gh-8924
2017-04-18 14:56:10 -07:00
Phillip Webb
8eb79b3c0f
Polish
2017-04-18 11:13:12 -07:00
Stephane Nicoll
56c68ca6cf
Merge branch '1.5.x'
2017-04-18 10:43:08 +02:00
Stephane Nicoll
6c14420221
Merge branch '1.4.x' into 1.5.x
2017-04-18 10:42:48 +02:00
Stephane Nicoll
63cfad855c
Fix continuation indent
...
Closes gh-8497
2017-04-18 10:41:53 +02:00
Stephane Nicoll
38b7d0eb40
Merge pull request #8906 from odin-delrio:fix-statsd-metrics-collection
...
* pr/8906:
Polish "Fix statsd metrics collection for names with ":""
Fix statsd metrics collection for names with ":"
2017-04-18 10:40:41 +02:00
Stephane Nicoll
9a5346f29c
Polish "Fix statsd metrics collection for names with ":""
...
Closes gh-8906
2017-04-18 10:40:14 +02:00
Odín del Río
9e705c83c8
Fix statsd metrics collection for names with ":"
...
Statsd server is ignoring malformed metrics. This change introduces
a basic sanitizing to metric names for avoid losing those metrics.
See gh-8906
2017-04-18 10:40:14 +02:00
Stephane Nicoll
65986503c1
Fix glitch in doc
...
Closes gh-8921
2017-04-18 09:36:05 +02:00
Phillip Webb
383640d5ec
Merge branch '1.5.x'
2017-04-17 22:15:33 -07:00
Phillip Webb
b2ae6b5f50
Merge branch '1.4.x' into 1.5.x
2017-04-17 22:14:45 -07:00
Phillip Webb
cdf3eadc95
Rename AbstractTemplateAvailabilityProvider
...
Rename `AbstractTemplateAvailabilityProvider` to
`PathBasedTemplateAvailabilityProvider`.
Closes gh-8913
2017-04-17 22:12:44 -07:00
Phillip Webb
f46d799f31
Polish
2017-04-17 22:08:51 -07:00
Madhura Bhave
757be57d48
Merge branch '1.5.x'
2017-04-17 15:25:27 -07:00
Madhura Bhave
3fe0b844a6
Make HealthMvcEndpoint conditional on missing bean
2017-04-17 14:49:45 -07:00
Madhura Bhave
7afec5c16f
Fail hard if snakeyaml not present when loading yaml
...
Closes gh-8900
2017-04-17 11:45:11 -07:00
Madhura Bhave
ed072abaef
Merge branch '1.5.x'
2017-04-17 11:42:02 -07:00