- 14 Dec, 2017 11 commits
-
-
Eddú Meléndez authored
See gh-11159
-
Stephane Nicoll authored
Closes gh-11224
-
Stephane Nicoll authored
Closes gh-11340
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes it easier to extend `Neo4jHealthIndicator` for cases where a custom cypher needs to be executed. Closes gh-11120
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-11324
-
Stephane Nicoll authored
-
- 13 Dec, 2017 20 commits
-
-
Phillip Webb authored
Update ImageBanner to support animated GIFs. Animations rely on ANSI cursor codes so don't work so well in an IDE. They do, however, work when running the app from a terminal. See also commit 47bc5e71 Closes gh-11118
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Inherit and deprecate RegistrationBean methods that are not applicable to a ServletListenerRegistrationBean. Fixes gh-11342
-
Phillip Webb authored
Restore static final constants to upper case formatting. See gh-10457
-
Phillip Webb authored
-
Stephane Nicoll authored
Previously, the Health web extension was defined in the management context and, as a result, it wasn't found when a separate port was required. The side effect is that anything that the health web extension does was not active anymore in that case. This commit makes sure that the extension is always defined as part of the main context where operations are discovered and merged. Closes gh-11285
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-10836
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-11341
-
Stephane Nicoll authored
Closes gh-10927
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-11339
-
Stephane Nicoll authored
Closes gh-11107
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/11327: Polish
-
Johnny Lim authored
Closes gh-11327
-
Stephane Nicoll authored
* pr/11330: Use String.equalsIgnoreCase() where possible
-
dreis2211 authored
Closes gh-11330
-
- 12 Dec, 2017 9 commits
-
-
Madhura Bhave authored
* gh-10672: UserNameAttribute for custom OAuth2 provider
-
Thiago Hirata authored
The UserNameAttribute field for a custom OAuth2 provider was ignored when building the ClientRegistration. Closes gh-10672
-
Madhura Bhave authored
Fixes gh-11329
-
Madhura Bhave authored
Closes gh-11321
-
Stephane Nicoll authored
Closes gh-10011
-
Brian Clozel authored
-
Brian Clozel authored
* pr/11319: Apply configurers on MeterRegistry before injection
-
Alessandro Ciccimarra authored
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
-
Andy Wilkinson authored
Closes gh-11263
-