Andy Wilkinson
fa7be63fbb
Merge branch '2.0.x'
2018-11-26 16:53:00 +00:00
Andy Wilkinson
7ddbb37bd5
Polish
2018-11-26 16:52:49 +00:00
Andy Wilkinson
c73fdc4ce4
Merge branch '2.0.x'
2018-11-26 12:09:21 +00:00
Andy Wilkinson
d2756319cb
Polish
2018-11-26 12:09:14 +00:00
Andy Wilkinson
c1bbcb6908
Merge branch '2.0.x'
2018-11-26 11:41:55 +00:00
Andy Wilkinson
4bc32e6358
Use a HandlerInterceptor for timing long tasks
...
Closes gh-15204
2018-11-26 11:30:06 +00:00
Phillip Webb
12a16dcfcf
Merge branch '2.0.x'
2018-11-15 10:43:40 -08:00
Phillip Webb
e4d5714d50
Polish "Skip scoped targets when determining endpoints"
...
See gh-15182
2018-11-15 10:41:14 -08:00
Rahul Ahuja
4853e6a7af
Skip scoped targets when determining endpoints
...
Update `EndpointDiscoverer` to filter out scoped target beans when
finding endpoints.
Closes gh-15182
2018-11-15 10:38:05 -08:00
Brian Clozel
8e86bcafc1
Improve actuator endpoint mapping debug logging
...
Closes gh-14292
2018-11-14 14:36:52 +01:00
Johnny Lim
fd5aa3ebf1
Polish
...
See gh-15134
2018-11-11 11:03:13 +01:00
Stephane Nicoll
2c3b455b8b
Merge branch '2.0.x'
2018-11-11 10:58:44 +01:00
Johnny Lim
8470d649bc
Polish
...
See gh-15134
2018-11-11 10:58:31 +01:00
dreis2211
3e95af2c85
Polish some Map operations
...
Closes gh-15103
2018-11-06 07:41:55 +01:00
Phillip Webb
8ded42ceb1
Use US spelling for "favor"
2018-10-29 18:37:58 -07:00
Phillip Webb
33d385cf7a
Use US spelling for "favor"
2018-10-29 15:26:34 -07:00
Brian Clozel
2232f7d82f
Polish
...
Closes gh-14914
2018-10-29 18:10:10 +01:00
Julian Devia
3e6a4eb6e3
Use cluster endpoint in Jest HealthIndicator
...
This commit changes the requested endpoint for the Jest
HealthIndicator. The `"/_all/_stats"` was previously used, but
the response size can be quite large and costly.
This is now using the `"/_cluster/health"` endpoint.
2018-10-29 18:10:10 +01:00
Phillip Webb
c393f6262e
Merge branch '2.0.x'
2018-10-26 16:36:02 -07:00
Phillip Webb
33c7a74bee
Update copyright year for changed files
2018-10-26 16:35:28 -07:00
Vedran Pavic
6e967fe860
Upgrade to Hazelcast 3.11
...
Closes gh-14949
2018-10-25 15:57:59 -07:00
Phillip Webb
acb5a90273
Log warning when using deprecated EndpointId chars
...
Update `EndpointId` to log a warning when `-` or `.` are used.
Closes gh-14840
2018-10-25 15:56:48 -07:00
dreis2211
5b6e94d78a
Polish javadoc of CachesEndpoint
...
Closes gh-14969
2018-10-26 07:31:49 +09:00
Phillip Webb
6aa2862f85
Merge branch '2.0.x'
2018-10-24 22:48:18 -07:00
Phillip Webb
7bcc793faf
Fix WebMvcMetricsFilter logger imports
...
Don't use SLF4J loggers in `WebMvcMetricsFilter`.
Fixes gh-14953
2018-10-24 22:46:31 -07:00
dreis2211
4857b45ea5
Replace lambdas with method reference or call
...
Closes gh-14937
2018-10-24 10:12:36 +02:00
Madhura Bhave
eb61b2bbde
Merge branch '2.0.x'
2018-10-23 14:21:31 -07:00
Madhura Bhave
4322b9781b
Polish
2018-10-23 14:21:06 -07:00
Johnny Lim
c3ac423fdd
Use Commons Logging for PrometheusPushGatewayManager
...
Closes gh-14910
2018-10-22 21:58:00 -07:00
Madhura Bhave
f0004c4ade
Merge branch '2.0.x'
2018-10-22 14:57:10 -07:00
dreis2211
5c0d7f4ac0
Avoid creation of unnecessary collections
...
Closes gh-14916
2018-10-22 14:54:39 -07:00
Andy Wilkinson
660b912100
Merge branch '2.0.x'
2018-10-19 18:21:55 +01:00
Andy Wilkinson
2110215559
Provide more detailed uri tag for calls to Data REST repositories
...
Closes gh-14872
2018-10-19 18:19:58 +01:00
Andy Wilkinson
efbc0fc2ca
Merge branch '2.0.x'
2018-10-19 11:41:38 +01:00
Andy Wilkinson
76ad197584
Deallocate servlet after forcing initialization in mappings endpoint
...
Previously, when using Tomcat, a call to mappings endpoint would force
the initialization of any DispatcherServlets in the context. This was
done by calling allocate on Tomcat's StandardWrapper. This left the
wrapper in a state that would cause it to block for two seconds during
shutdown as the wrapper has an outstanding allocation.
This commit immediately deallocates the servlet after it has been
allocated. This ensures that the DispatcherServlet has been initialized
while also leaving the wrapper in a state that it can shut down
immediately when asked to do so.
Closes gh-14898
2018-10-19 10:43:23 +01:00
Andy Wilkinson
22e722d9f9
Polish
2018-10-18 15:51:20 +01:00
Brian Clozel
5bf51f52b9
Fix WebFlux instrumentation after SPR-17395
...
SPR-17395 ensures that WebFlux.fn is adding a request attribute of type
`PathPattern` on the `HandlerMapping.BEST_MATCHING_PATTERN_ATTRIBUTE`.
A specific tag provider for WebFlux.fn is no longer necessary.
See gh-14876
2018-10-18 14:58:39 +02:00
Johnny Lim
c8c3f59e93
Polish
...
Closes gh-14884
2018-10-18 09:36:27 +02:00
Johnny Lim
7f9671fd14
Polish
...
Closes gh-14843
2018-10-16 11:38:51 +02:00
Andy Wilkinson
d49cc20e79
Rework CouchbaseReactiveHealthIndicator to use DiagnosticsReport
...
Closes gh-14799
2018-10-16 09:28:42 +01:00
Phillip Webb
d558a1a762
Merge branch '2.0.x'
2018-10-15 22:01:25 -07:00
Phillip Webb
a12a6f2ade
Polish
2018-10-15 21:24:35 -07:00
Phillip Webb
6b37d87497
Allow multiple endpoint PathMapper beans
...
Update `WebEndpointDiscoverer` and related classes to that multiple
`PathMapper` beans can be registered. Mappers are now tried in order
until one returns a non-null value.
Closes gh-14841
2018-10-15 18:25:42 -07:00
Phillip Webb
a5dc004e0b
Merge branch '2.0.x'
2018-10-15 15:43:31 -07:00
Phillip Webb
cd1c2638e5
Polish
2018-10-15 15:42:15 -07:00
Phillip Webb
f0f999a27d
Merge branch '2.0.x'
2018-10-15 14:47:11 -07:00
Phillip Webb
5d219bcd19
Polish
2018-10-15 14:45:49 -07:00
Phillip Webb
734e9e4b74
Merge branch '2.0.x'
2018-10-15 14:22:44 -07:00
Phillip Webb
b25e222136
Retain original case when mapping endpoint paths
...
Update `MappingWebEndpointPathMapper` to keep the original case rather
than using a lower-case version.
Closes gh-14773
2018-10-15 14:20:16 -07:00
Phillip Webb
3665917d44
Merge branch '2.0.x'
2018-10-15 11:32:09 -07:00