Phillip Webb
78534a753d
Polish "Iterate map by using lambda function"
...
See gh-12528
7 years ago
igor-suhorukov
ffc883b005
Iterate map by using lambda function
...
Closes gh-12528
7 years ago
Phillip Webb
6e2ecb8a43
Fix broken endpoint integration tests
...
Ensure that JSON response is returned when extracting data from the
error details.
See gh-12513
7 years ago
Andy Wilkinson
2da4897aa8
Polish
7 years ago
Johnny Lim
2e6914ea88
Add missing super() calls
...
Closes gh-12459
7 years ago
dreis2211
8626daf135
Replace Mockito.times(0) with Mockito.never()
...
Closes gh-12475
7 years ago
dreis2211
0d3f3e46dd
Fix typos
...
Closes gh-12468
7 years ago
Andy Wilkinson
2f1b2e3ce2
Log summary of web-exposed endpoints during startup
...
Closes gh-12442
7 years ago
igor-suhorukov
12185251c1
"toString()" should never be called on a String object
...
Closes gh-12452
7 years ago
igor-suhorukov
aebb475bc5
Reorder modifiers to comply with the JLS
...
See gh-12432
7 years ago
Johnny Lim
3c9cee2a8c
Invoke mapStatus() only when necessary
...
Closes gh-12419
7 years ago
Madhura Bhave
89e42d40c5
Provide security matchers for actuator links
...
Fixes gh-12353
7 years ago
Johnny Lim
751c444166
Polish
...
See gh-12326
7 years ago
Phillip Webb
7bc535e4fa
Polish
7 years ago
Johnny Lim
f12c7ab38a
Remove an unnecessary method in EndpointDiscoverer
...
Closes gh-12284
7 years ago
Phillip Webb
29c3be3590
Polish
7 years ago
Stephane Nicoll
306c79f0de
Merge branch '1.5.x'
7 years ago
Stephane Nicoll
cd522dadcd
Revert "Add Kafka health indicator"
...
Closes gh-12225
7 years ago
Phillip Webb
4b9c3c137e
Polish Collection.toArray
...
Consistently use `StringUtils.toStringArray`, `ClassUtils.toClassArray`
or zero length when converting collections to arrays.
Fixes gh-12160
7 years ago
Phillip Webb
3076a5523a
Fix checkstyle violation
7 years ago
Phillip Webb
8c24988faa
Fix checkstyle violation
7 years ago
Phillip Webb
0925a0957e
Polish
7 years ago
Phillip Webb
05faac2b09
Polish
7 years ago
Andy Wilkinson
8f699cd6f6
Use RoleVoter for role checks in ReactiveSecurityContext
...
See gh-11869
7 years ago
Andy Wilkinson
ae45b6730b
Apply ROLE_ prefix when needed in ReactiveSecurityContext isUserInRole
...
See gh-11869
7 years ago
Andy Wilkinson
daa280faff
Drop AuthorityReactiveAuthorizationManager and avoid need to block
...
See gh-11869
7 years ago
Stephane Nicoll
7c365bb253
Polish
7 years ago
Andy Wilkinson
87ef9a1d97
Polish
7 years ago
Andy Wilkinson
3e4baf744e
Use role-based security to show details in the health endpoint
...
Closes gh-11869
7 years ago
Jon Schneider
16867f866c
Consistent prefix for datasource pool metrics
...
See gh-12127
7 years ago
Phillip Webb
20109e27be
Add ApplicationConversionService and fix binder
...
Create a new `ApplicationConversionService` similar in design to the
DefaultFormattingConversionService from Spring Framework. The new
conversion service provides a central place for custom conversion logic
supported by Spring Boot.
Also replace the `BindingConversionService` with an internal
`BindConverter` class that now invokes the `SimpleTypeConverter`
directly. Binding for `@ConfigurationProperties` has been updated so
that any custom property editors registered with the BeanFactory can
be used.
Fixes gh-12095
7 years ago
Johnny Lim
88b184ca23
Polish
7 years ago
Jon Schneider
ec5ef0f246
Fix URI tag on RestTemplate requests based on URIs
...
Move leading slash logic from `MetricsClientHttpRequestInterceptor` to
`RestTemplateExchangeTags` so that URI based calls are also managed.
Closes gh-12126
7 years ago
Andy Wilkinson
c3a31fafe2
Remove tangle between actuate.endpoint and actuate.endpoint.invoke
...
See gh-11854
7 years ago
Andy Wilkinson
19ce68d2d8
Prefix endpoint's path to controller endpoint mappings with no path
...
Previously, if a controll endpoint included a mapping with no path,
it would be mapped to the root of the application rather than the
root of the endpoint's path.
This commit updates the handler mappings for both reactive and Servlet
web applications to treat a mapping with no paths as being a mapping
with a single empty path. This ensures that a path with the endpoint's
path prepended is used for the mapping.
Closes gh-12104
7 years ago
Phillip Webb
9e75680e6f
Polish
7 years ago
Andy Wilkinson
17c7f027e0
Add details of the request mapping conditions to mappings endpoint
...
Closes gh-12080
7 years ago
Andy Wilkinson
2c19257d6d
Add HandlerMethod and HandlerFunction details to mappings endpoint
...
Closes gh-11864
7 years ago
Phillip Webb
6771cc9674
Polish
7 years ago
Andy Wilkinson
d238a31d3d
Polish
7 years ago
Stephane Nicoll
b28cabdb12
Polish "Remove unnecessary config options for metrics"
...
Closes gh-12017"
7 years ago
Jon Schneider
49f21a2264
Remove unnecessary config options for JDBC, Rabbit, and Cache metrics
...
See gh-12017
7 years ago
Stephane Nicoll
28f5392787
Polish "Add health indicator for reactive MongoDB"
...
Closes gh-11997
7 years ago
Yulin Qin
eee2694648
Add health indicator for reactive MongoDB
...
See gh-11997
7 years ago
Stephane Nicoll
d468a0714e
Polish "Polish modifier order"
...
Closes gh-12019
7 years ago
Johnny Lim
87bf0b26df
Polish modifier order
...
See gh-12019
7 years ago
igor-suhorukov
71351de694
Remove redundant casts
...
See gh-12011
7 years ago
Phillip Webb
3bec55e16c
Formatting
7 years ago
Madhura Bhave
16a499b2fa
Cloud Foundry health should always show details
...
Fixes gh-12014
7 years ago
Phillip Webb
f34aa6f4d8
Migrate to Spring Integration Micrometer support
...
Remove custom `SpringIntegrationMetrics` and instead provide
auto-configuration to the direct Micrometer support added in Spring
Integration 5.0.2.
Closes gh-11985
7 years ago