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
7 years ago
Andy Wilkinson
04068ee792
Tolerate custom response status in WebMvcTags
...
Closes gh-11263
7 years ago
Andy Wilkinson
58d1f99a1e
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
e29ce3f70b
Merge pull request #11321 from Christoph Dreis
...
* gh-11321:
Precompile current dir pattern in Handler
7 years ago
dreis2211
d5370e6852
Precompile current dir pattern in Handler
...
Closes gh-11321
7 years ago
Andy Wilkinson
d0981a1f6d
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
9b65dfe857
Upgrade to Dependency Management Plugin 1.0.4.RELEASE
...
Closes gh-11311
7 years ago
Stephane Nicoll
23218add90
Polish
7 years ago
Brian Clozel
97c91eee94
Merge pull request #11316 from dkublik:adding-MetricsClientHttpRequestInterceptor-only-once
...
* pr/11316:
Polish
Avoid duplicate Metrics HTTP interceptor registration
7 years ago
Brian Clozel
c82f1016c1
Polish
7 years ago
dawid.kublik@vimn.com
77d4448c0e
Avoid duplicate Metrics HTTP interceptor registration
...
Closes gh-11315
7 years ago
Stephane Nicoll
68c8f7bae6
Add support for useRelativeRedirects customization
...
Closes gh-10597
7 years ago
Stephane Nicoll
99d467e93c
Merge pull request #10978 from ArloL:pr-rabbit-properties
...
* pr/10978:
Polish "Make RabbitTemplate exchange and routingKey configurable"
Make RabbitTemplate exchange and routingKey configurable
7 years ago
Stephane Nicoll
6a4a0e3f29
Polish "Make RabbitTemplate exchange and routingKey configurable"
...
Closes gh-10978
7 years ago
Arlo O'Keeffe
4e31d2041a
Make RabbitTemplate exchange and routingKey configurable
...
See gh-10978
7 years ago
Stephane Nicoll
4eda29a42e
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
788fd777b0
Merge pull request #11320 from nklmish:gh-11241
...
* pr/11320:
Polish "Handle null Principal in AuditEvent"
Handle null Principal in AuditEvent
7 years ago
Stephane Nicoll
7fb0bd77cd
Polish "Handle null Principal in AuditEvent"
...
Closes gh-11320
7 years ago
nklmish
6b6a01a7e7
Handle null Principal in AuditEvent
...
See gh-11320
7 years ago
Stephane Nicoll
30e6b1d1b7
Merge pull request #11237 from nklmish:gh-11137
...
* pr/11237:
Polish "Allow graceful shutdown of Atomikos"
Allow graceful shutdown of Atomikos
7 years ago
Stephane Nicoll
408368a1f9
Polish "Allow graceful shutdown of Atomikos"
...
Closes gh-11237
7 years ago
nklmish
46d94aba4f
Allow graceful shutdown of Atomikos
...
See gh-11237
7 years ago
Stephane Nicoll
2da6675c42
Polish
...
See gh-10963
7 years ago
Madhura Bhave
a5ce4a10f1
Update reference doc with security changes
...
Fixes gh-11172
7 years ago
Madhura Bhave
47ed096981
Make default username and password configurable
...
Closes gh-10963
7 years ago
Brian Clozel
e68d8a3f98
Merge branch '1.5.x'
7 years ago
dreis2211
37437a0fe2
Avoid allocations from lower-casing spec in JAR Handler
...
Closes gh-11314
7 years ago
Brian Clozel
5f3c2bef50
Add CORS support to Actuator WebFlux
...
Closes gh-11308
7 years ago
Brian Clozel
deb16e1617
Polish
7 years ago
Stephane Nicoll
5ef9364085
Polish
7 years ago
Stephane Nicoll
ca35105480
Merge pull request #11313 from izeye:add-configuration
...
* pr/11313:
Add @Configuration to ScheduledTasksEndpointAutoConfiguration
7 years ago
Johnny Lim
384819ab5f
Add @Configuration to ScheduledTasksEndpointAutoConfiguration
...
Closes gh-11313
7 years ago
Stephane Nicoll
0b59751bf8
Fix Spring Data Couchbase Reactive starter
...
Closes gh-11245
7 years ago
Stephane Nicoll
e39e0848b8
Merge pull request #11212 from wendal:patch-1
...
* pr/11212:
Add ref to Nutz.Dao Spring Boot starter
7 years ago
Wendal Chen
9313ce8835
Add ref to Nutz.Dao Spring Boot starter
...
Closes gh-11212
7 years ago
Stephane Nicoll
f75ab21c7e
Upgrade to Spring Batch 4.0.0.RELEASE
...
Closes gh-11305
7 years ago
Stephane Nicoll
243b126341
Merge pull request #11303 from izeye:add-abstract
...
* pr/11303:
Add missing "abstract" keywords
7 years ago
Johnny Lim
96250743b5
Add missing "abstract" keywords
...
Closes gh-11303
7 years ago
Madhura Bhave
954cf72de4
Fix javadoc
7 years ago
Stephane Nicoll
b7d08ee570
Merge pull request #11294 from izeye:remove-final
...
* pr/11294:
Remove "final" keywords
7 years ago
Johnny Lim
6d54072e04
Remove "final" keywords
...
Closes gh-11294
7 years ago
Stephane Nicoll
bd7bd6edc8
Fix session timeout conversion for Undertow
...
Closes gh-11283
7 years ago
Andy Wilkinson
c0e3ae9042
Polish
7 years ago
Andy Wilkinson
996a7cf013
Upgrade to Flyway 5.0.0
...
Closes gh-11287
7 years ago
Stephane Nicoll
36ea2ee87b
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
846e642631
Properly handle class reference
...
Previously, a condition on a class targeting an inner class would
generate an invalid String representation of it. Unfortunately, the
`toString` representation misses the `$` sign between the outer class
and the inner class name.
This commit post-processes the values to generate the appropriate
representation.
Closes gh-11282
7 years ago
Andy Wilkinson
6d6abce55c
Merge pull request #11232 from Johnny Lim
...
* gh-11232:
Polish "Fix system properties in file-appender.xml"
Fix system properties in file-appender.xml
7 years ago
Andy Wilkinson
953d69ce0b
Polish "Fix system properties in file-appender.xml"
...
Closes gh-11232
7 years ago
Johnny Lim
d4d6a43fc2
Fix system properties in file-appender.xml
...
See gh-11232
7 years ago
Andy Wilkinson
082a96776d
Merge pull request #11233 from Johnny Lim
...
* gh-11233:
Use volatile for ReactiveTokenValidator.cacheTokenKeys
7 years ago