Phillip Webb
befdbaaaa9
Polish
2017-12-15 14:57:25 -08:00
Stephane Nicoll
b7435016fb
Improve Couchbase health indicator
...
This commit improve the couchbase health indicator to list the available
nodes. Doing so improves the reliability of the indicator as accessing
the bucket forces a remote call and better detect the cases where the
broker is down.
Closes gh-7369
2017-12-15 18:58:53 +01:00
Stephane Nicoll
2ed162a0be
Fix outdated references to server.context-path
...
Closes gh-11358
2017-12-15 10:24:14 +01:00
Stephane Nicoll
7566a197b0
Fix type for spring.data.cassandra.contact-points
...
Closes gh-11354
2017-12-15 10:13:40 +01:00
Madhura Bhave
bf3aa62a58
Merge branch '1.5.x'
2017-12-14 13:45:20 -08:00
Madhura Bhave
98f577e62c
Remove duplicate ID values from howto doc
2017-12-14 13:42:46 -08:00
Madhura Bhave
c94f0822e5
Fix bean names in tests
...
See gh-11224
2017-12-14 12:30:13 -08:00
Stephane Nicoll
27922ae325
Polish
2017-12-14 17:06:46 +01:00
Stephane Nicoll
132467787c
Merge pull request #6863 from altfatterz:default-credentials-rabbitmq
...
* pr/6863:
Polish "Expose default RabbitMQ credentials in the metadata"
Expose default RabbitMQ credentials in the metadata
2017-12-14 15:48:14 +01:00
Stephane Nicoll
dddf2c0013
Polish "Expose default RabbitMQ credentials in the metadata"
...
Closes gh-6863
2017-12-14 15:41:15 +01:00
Zoltan Altfatter
878a2e1a49
Expose default RabbitMQ credentials in the metadata
...
See gh-6863
2017-12-14 15:41:08 +01:00
Stephane Nicoll
1685a5d8db
Merge pull request #11145 from lukaseder:patch-1
...
* pr/11145:
Polish
2017-12-14 15:19:35 +01:00
Lukas Eder
a16156781c
Polish
...
Closes gh-11145
2017-12-14 15:18:36 +01:00
Stephane Nicoll
9c7b944e4f
Polish
2017-12-14 15:17:42 +01:00
Stephane Nicoll
24f716ec47
Merge pull request #11159 from eddumelendez:influxdb_health
...
* pr/11159:
Polish "Add InfluxDb health indicator"
Add InfluxDb health indicator
2017-12-14 15:16:29 +01:00
Stephane Nicoll
a33c3eec3f
Polish "Add InfluxDb health indicator"
...
Closes gh-11159
2017-12-14 15:16:00 +01:00
Eddú Meléndez
cdbdc1cb7f
Add InfluxDb health indicator
...
See gh-11159
2017-12-14 15:15:08 +01:00
Stephane Nicoll
b7c2bd9ca8
Remove problematic words from documentation
...
Closes gh-11224
2017-12-14 14:49:24 +01:00
Stephane Nicoll
ef78cb33b3
Move metrics properties to "management.metrics"
...
Closes gh-11340
2017-12-14 12:27:24 +01:00
Stephane Nicoll
de8fe7550f
Polish
2017-12-14 12:16:22 +01:00
Stephane Nicoll
0e20ed1d68
Merge branch '1.5.x'
2017-12-14 11:01:22 +01:00
Stephane Nicoll
29565a7981
Polish
2017-12-14 10:59:23 +01:00
Stephane Nicoll
41720ca93d
Improve extension of Neo4jHealthIndicator
...
This commit makes it easier to extend `Neo4jHealthIndicator` for cases
where a custom cypher needs to be executed.
Closes gh-11120
2017-12-14 10:01:57 +01:00
Stephane Nicoll
797ad13bfa
Merge branch '1.5.x'
2017-12-14 09:35:50 +01:00
Stephane Nicoll
61ca4ab562
Polish
2017-12-14 09:33:34 +01:00
Stephane Nicoll
dbae4fc1c3
Make it easier to use jOOQ with several data sources
...
Closes gh-11324
2017-12-14 09:33:10 +01:00
Stephane Nicoll
22aeb74d73
Polish
2017-12-14 08:40:03 +01:00
Phillip Webb
ed2460b091
Add support for animated GIFs
...
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 47bc5e71ab
Closes gh-11118
2017-12-13 14:58:11 -08:00
Phillip Webb
3273859fde
Polish
2017-12-13 14:32:55 -08:00
Phillip Webb
5ca608330c
Merge branch '1.5.x'
2017-12-13 13:07:18 -08:00
Phillip Webb
2aa3295675
Deprecate inapplicable RegistrationBean methods
...
Inherit and deprecate RegistrationBean methods that are not applicable
to a ServletListenerRegistrationBean.
Fixes gh-11342
2017-12-13 12:21:57 -08:00
Phillip Webb
2c429ba77d
Restore static final formatting
...
Restore static final constants to upper case formatting.
See gh-10457
2017-12-13 12:21:57 -08:00
Phillip Webb
6a55623910
Polish
2017-12-13 12:21:57 -08:00
Stephane Nicoll
681fdb1ee8
Property detect Health web extension with management context
...
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
2017-12-13 17:47:18 +01:00
Stephane Nicoll
1fdc1e373c
Polish
2017-12-13 15:43:30 +01:00
Stephane Nicoll
a626f5462d
Consistent use of @AliasFor
...
Closes gh-10836
2017-12-13 14:42:16 +01:00
Stephane Nicoll
47c8b5731a
polish
2017-12-13 14:41:39 +01:00
Stephane Nicoll
7216a8fa38
Polish
...
See gh-11341
2017-12-13 14:22:57 +01:00
Stephane Nicoll
bc5863df8d
Do not attempt to clear ResourceManager's cache with Java9
...
Closes gh-10927
2017-12-13 12:30:16 +01:00
Stephane Nicoll
d6fe4b9a6a
Polish
2017-12-13 12:18:59 +01:00
Stephane Nicoll
e5361d887c
Relocate banner properties to spring.banner
...
Closes gh-11339
2017-12-13 12:01:23 +01:00
Stephane Nicoll
b6aa0f24e2
Clean endpointIds in generated metadata
...
Closes gh-11107
2017-12-13 10:18:08 +01:00
Stephane Nicoll
7f2af8b209
Polish
2017-12-13 09:46:41 +01:00
Stephane Nicoll
fb7cc21d80
Merge pull request #11327 from izeye:polish-20171212
...
* pr/11327:
Polish
2017-12-13 09:38:50 +01:00
Johnny Lim
de72f2ae32
Polish
...
Closes gh-11327
2017-12-13 09:38:20 +01:00
Stephane Nicoll
14bc52f481
Merge pull request #11330 from dreis2211:equals-ignore-case
...
* pr/11330:
Use String.equalsIgnoreCase() where possible
2017-12-13 09:03:07 +01:00
dreis2211
a93a4e8715
Use String.equalsIgnoreCase() where possible
...
Closes gh-11330
2017-12-13 09:02:45 +01:00
Madhura Bhave
315fb7809f
Merge pull request #10672 from Thiago Hirata
...
* gh-10672:
UserNameAttribute for custom OAuth2 provider
2017-12-12 12:45:33 -08:00
Thiago Hirata
f3055f2685
UserNameAttribute for custom OAuth2 provider
...
The UserNameAttribute field for a custom OAuth2 provider was
ignored when building the ClientRegistration.
Closes gh-10672
2017-12-12 12:40:33 -08:00
Madhura Bhave
4b73c5748b
Fix typo in documentation
...
Fixes gh-11329
2017-12-12 10:50:55 -08:00