Phillip Webb
1f417997f3
Merge branch '1.5.x'
8 years ago
Phillip Webb
d15f3548be
Polish
8 years ago
Phillip Webb
6121208cbb
Polish formatting
8 years ago
Phillip Webb
4b9cba351b
Merge branch '1.4.x' into 1.5.x
8 years ago
Phillip Webb
bd74c3d327
Polish formatting
8 years ago
Stephane Nicoll
ef9f57621d
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
684be0f048
Polish contribution
...
Closes gh-6852
8 years ago
Vedran Pavic
899f7aa8f0
Add constants for supported audit event types
...
See gh-6582
8 years ago
Stephane Nicoll
9f3fa648bc
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
f560f338ab
Polish contribution
...
Closes gh-7219
8 years ago
Vedran Pavic
60e054d0e4
Add `LoggersEndpointMBean`
...
See gh-7219
8 years ago
Stephane Nicoll
a86678cc31
Merge branch '1.5.x'
8 years ago
Eddú Meléndez
fc09a23991
Add missing actuator metadata
...
Health metadata for cassandra and couchbase is added.
See gh-7632
8 years ago
Johnny Lim
6d1b752ffe
Polish
...
Closes gh-7552
8 years ago
Oscar Utbult
38713c473f
Remove redundant array creation for calling varargs method
...
Closes gh-7551
8 years ago
Andy Wilkinson
5a4a7409c9
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
595679bed4
Disable management security when testing Jolokia endpoint
8 years ago
Andy Wilkinson
133284c1c4
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
391a760c3c
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
4ec95b8308
Ensure that JolokiaMvcEndpoint destroys underlying controller
...
Closes gh-7606
8 years ago
Dave Syer
78b2931337
Merge branch '1.5.x'
8 years ago
Dave Syer
1baf3c63c4
Make the Spring Security part of CF autoconfig conditional
...
Otherwise you get a class not found exception at runtime in
CF when Spring Securtity is not on the classpath.
8 years ago
Dave Syer
cc8ecb6ff5
Clear VCAP_APPLICATION after tests
...
So that other CF tests do not fail.
8 years ago
Madhura Bhave
6a1f3d2dab
Merge branch '1.5.x'
8 years ago
Madhura Bhave
5d8e00cb56
Fix HealthMvcEndpointTests
...
See gh-7569
8 years ago
Madhura Bhave
1cd1054514
Merge branch '1.5.x'
8 years ago
Madhura Bhave
1be5812cf0
Require `ACTUATOR` role rather than `ADMIN`
...
Update management security to require an `ACTUATOR` role rather than
`ADMIN` by default. This should reduce the risk of users accidentally
exposing actuator endpoints because they happen to use a role named
`ADMIN`.
Fixes gh-7569
8 years ago
Madhura Bhave
95be208f0f
Use IgnoredRequestCustomizer to ignore paths
...
Update `SpringBootWebSecurityConfiguration` to ignore requests by
delegating to `IgnoredRequestCustomizer` beans. This allows a single
Spring Boot `WebSecurityConfigurer<WebSecurity>` bean to be used which
prevents potential exceptions caused by duplicate `@Order` values.
Fixes gh-7106
8 years ago
Madhura Bhave
d09aafacda
Add a security interceptor for actuator endpoints
...
Update `AbstractEndpointHandlerMapping` to support a security
interceptor that can be used to enforce endpoint security.
Fixes gh-6889
8 years ago
Andy Wilkinson
d0b1cad00f
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
967625db1e
Replace field injection with constructor injection in config classes
...
Closes gh-7563
8 years ago
Andy Wilkinson
598eca7e0f
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
1464425d64
Remove use of @Component from classes that are not scanned
...
Closes gh-7549
8 years ago
Stephane Nicoll
816c236e5b
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
ee72e788ed
Rename `spring-boot-junit-runners` to `spring-boot-test-support`
...
Closes gh-7421
8 years ago
Stephane Nicoll
9c546a7efc
Merge branch '1.5.x'
8 years ago
Stephane Nicoll
85de72c0d0
Merge branch '1.4.x' into 1.5.x
8 years ago
Stephane Nicoll
2a85a2557d
Fix health indicator auto-configuration order
...
Previously, the health auto-configuration `AutoconfigureOrder` entry for
couchbase was referring to the standard couchbase auto-configuration that
is not responsible to configure the `CouchbaseOperations` bean. Yet, the
health indicator implementation was relying on the presence of such a
bean.
This commit fixes the `AutoconfigureOrder` entry so that it refers to
`CouchbaseDataAutoConfiguration` now.
Closes gh-7543
8 years ago
Andy Wilkinson
2608b331dd
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
9c20ada927
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
356edc725c
Handle request mappings with regular expressions in MetricsFilter
...
Closes gh-7503
8 years ago
Andy Wilkinson
4870349438
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
2be554456e
Introduce SearchStrategy.ANCESTORS as a replacement for .PARENTS
...
Closes gh-6763
8 years ago
Andy Wilkinson
e0d9352e80
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
dce1487424
Merge branch '1.4.x' into 1.5.x
8 years ago
Andy Wilkinson
e19c6245ef
Consider endpoints.sensitive when endpoints.health.sensitive is not set
...
Closes gh-7476
8 years ago
Andy Wilkinson
95a763d528
Merge branch '1.5.x'
8 years ago
Andy Wilkinson
f5dd90815b
Polishing: fix some compiler warnings
8 years ago
Phillip Webb
20d7dd5747
Merge branch '1.5.x'
8 years ago
Phillip Webb
1657120286
Move ModifiedClassPathRunner to its own module
...
Migrate `ModifiedClassPathRunner` from `spring-boot` test source to
its own module.
Fixes gh-7420
8 years ago