Stephane Nicoll
e274f29018
Add "testing your auto-configuration" doc section
...
Closes gh-10011
2017-12-12 17:01:40 +01:00
Brian Clozel
175f451b0f
Polish
2017-12-12 16:41:44 +01:00
Alessandro Ciccimarra
e1def637ae
Apply configurers on MeterRegistry before injection
...
MeterRegistryConfigurers are now applied within the Bean method
creating the CompositeMeterRegistry, instead of applying them
later in its lifecycle, when the bean itself could have been
injected somewhere.
Fixes gh-11319
2017-12-12 16:03:37 +01:00
Andy Wilkinson
04068ee792
Tolerate custom response status in WebMvcTags
...
Closes gh-11263
2017-12-12 13:20:07 +00:00
Andy Wilkinson
58d1f99a1e
Merge branch '1.5.x'
2017-12-12 12:55:27 +00:00
Andy Wilkinson
d0981a1f6d
Merge branch '1.5.x'
2017-12-12 12:47:38 +00:00
Stephane Nicoll
23218add90
Polish
2017-12-12 11:57:30 +01:00
Brian Clozel
97c91eee94
Merge pull request #11316 from dkublik:adding-MetricsClientHttpRequestInterceptor-only-once
...
* pr/11316:
Polish
Avoid duplicate Metrics HTTP interceptor registration
2017-12-12 11:23:08 +01:00
Brian Clozel
c82f1016c1
Polish
2017-12-12 11:22:36 +01:00
dawid.kublik@vimn.com
77d4448c0e
Avoid duplicate Metrics HTTP interceptor registration
...
Closes gh-11315
2017-12-12 11:21:20 +01:00
Stephane Nicoll
68c8f7bae6
Add support for useRelativeRedirects customization
...
Closes gh-10597
2017-12-12 10:32:58 +01:00
Stephane Nicoll
6a4a0e3f29
Polish "Make RabbitTemplate exchange and routingKey configurable"
...
Closes gh-10978
2017-12-12 09:09:08 +01:00
Arlo O'Keeffe
4e31d2041a
Make RabbitTemplate exchange and routingKey configurable
...
See gh-10978
2017-12-12 08:52:48 +01:00
Stephane Nicoll
4eda29a42e
Merge branch '1.5.x'
2017-12-12 08:50:13 +01:00
Stephane Nicoll
408368a1f9
Polish "Allow graceful shutdown of Atomikos"
...
Closes gh-11237
2017-12-12 08:30:24 +01:00
nklmish
46d94aba4f
Allow graceful shutdown of Atomikos
...
See gh-11237
2017-12-12 08:18:42 +01:00
Stephane Nicoll
2da6675c42
Polish
...
See gh-10963
2017-12-12 08:16:00 +01:00
Madhura Bhave
a5ce4a10f1
Update reference doc with security changes
...
Fixes gh-11172
2017-12-11 15:15:47 -08:00
Madhura Bhave
47ed096981
Make default username and password configurable
...
Closes gh-10963
2017-12-11 15:15:47 -08:00
Brian Clozel
e68d8a3f98
Merge branch '1.5.x'
2017-12-11 23:37:54 +01:00
Brian Clozel
5f3c2bef50
Add CORS support to Actuator WebFlux
...
Closes gh-11308
2017-12-11 22:33:51 +01:00
Brian Clozel
deb16e1617
Polish
2017-12-11 22:11:24 +01:00
Stephane Nicoll
5ef9364085
Polish
2017-12-11 17:55:12 +01:00
Johnny Lim
384819ab5f
Add @Configuration to ScheduledTasksEndpointAutoConfiguration
...
Closes gh-11313
2017-12-11 17:46:16 +01:00
Stephane Nicoll
0b59751bf8
Fix Spring Data Couchbase Reactive starter
...
Closes gh-11245
2017-12-11 13:40:39 +01:00
Wendal Chen
9313ce8835
Add ref to Nutz.Dao Spring Boot starter
...
Closes gh-11212
2017-12-10 10:42:25 -08:00
Stephane Nicoll
f75ab21c7e
Upgrade to Spring Batch 4.0.0.RELEASE
...
Closes gh-11305
2017-12-09 15:53:42 -08:00
Johnny Lim
96250743b5
Add missing "abstract" keywords
...
Closes gh-11303
2017-12-09 15:29:15 -08:00
Madhura Bhave
954cf72de4
Fix javadoc
2017-12-08 15:32:40 -08:00
Johnny Lim
6d54072e04
Remove "final" keywords
...
Closes gh-11294
2017-12-08 11:13:07 -08:00
Stephane Nicoll
bd7bd6edc8
Fix session timeout conversion for Undertow
...
Closes gh-11283
2017-12-07 16:48:42 -08:00
Andy Wilkinson
c0e3ae9042
Polish
2017-12-07 18:27:52 +00:00
Andy Wilkinson
996a7cf013
Upgrade to Flyway 5.0.0
...
Closes gh-11287
2017-12-07 18:21:55 +00:00
Stephane Nicoll
36ea2ee87b
Merge branch '1.5.x'
2017-12-07 09:43:01 -08:00
Andy Wilkinson
953d69ce0b
Polish "Fix system properties in file-appender.xml"
...
Closes gh-11232
2017-12-06 15:31:06 +00:00
Johnny Lim
d4d6a43fc2
Fix system properties in file-appender.xml
...
See gh-11232
2017-12-06 15:30:57 +00:00
Johnny Lim
d33c6773da
Use volatile for ReactiveTokenValidator.cacheTokenKeys
...
Closes gh-11233
2017-12-06 15:10:01 +00:00
Henning Hoefer
c34eb3f762
Upgrade to Mockito 2.13.0
...
Closes gh-11272
2017-12-06 15:06:03 +00:00
Andy Wilkinson
54369a72ca
Polish "Use LoggingSystemProperties constants"
...
Closes gh-11240
2017-12-06 15:00:29 +00:00
Johnny Lim
4c5de416ef
Use LoggingSystemProperties constants
...
See gh-11240
2017-12-06 15:00:20 +00:00
Andy Wilkinson
adeca6ea01
Merge branch '1.5.x'
2017-12-06 14:05:25 +00:00
Stephane Nicoll
7380920ed4
Remove wrong usage of commons-lang3
...
Closes gh-11267
2017-12-05 17:43:56 -08:00
Johnny Lim
ada4d13a4e
Document spring.metrics.binders.*
...
Closes gh-11262
2017-12-05 15:57:46 -08:00
Brian Clozel
9cc9cdfc1e
Fix typo
...
See gh-11246
2017-12-03 11:57:43 -08:00
Brian Clozel
eec7a8f075
Remove Web depedency from Freemarker starter
...
Now that Spring Boot supports Freemarker for both Spring MVC and Spring
WebFlux, the dedicated starter should not pull the Web starter
transitively and let developers manually choose the web stack.
Closes gh-11246
2017-12-03 11:23:43 -08:00
Johnny Lim
2c204f2154
Polish
...
Closes gh-11242
2017-12-02 09:03:59 +01:00
Stephane Nicoll
a4913712cb
Do not expose the composite ReactiveHealthIndicator as a bean
...
Previously, a `ReactiveHealthIndicator` bean was exposed to define the
health indicator to use for the reactive endpoint. Having it exposed as
a bean has the side effect that the regular `HealthIndicator` composite
is picked up and a "reactive" entry is added to the health details.
This commit creates such indicator internally as it should be.
Closes gh-11222
2017-12-02 08:29:07 +01:00
Stephane Nicoll
5dc28ec446
Merge branch '1.5.x'
2017-11-30 18:01:36 +01:00
Andy Wilkinson
e16579b416
Support Integer to Duration conversion during property binding
...
Closes gh-11216
2017-11-30 12:30:42 +00:00
Stephane Nicoll
a43dcfec6c
Polish "Update documentation references to /status
endpoint"
...
Closes gh-11213
2017-11-30 11:42:06 +01:00