- 29 Aug, 2017 15 commits
-
-
Stephane Nicoll authored
See gh-10007
-
Stephane Nicoll authored
This commit adds a `@DeleteOperation` annotation that can be used to indicate that an endpoint's operation is meant to delete a resource. Such operation is mapped to a DELETE http method. Closes gh-10023
-
Stephane Nicoll authored
See gh-10084
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10084: Identify and fix incomplete assertions
-
Paul Vorbach authored
Several calls to assertThat lacked a following assertion most often due to wrong use of parenthesis. See gh-10084
-
Stephane Nicoll authored
Closes gh-10102
-
Stephane Nicoll authored
* pr/10101: Remove unused ExpectedExceptions
-
Johnny Lim authored
Closes gh-10101
-
Stephane Nicoll authored
Closes gh-10100
-
Phillip Webb authored
-
Stephane Nicoll authored
Closes gh-10098
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-10088
-
Stephane Nicoll authored
-
- 28 Aug, 2017 13 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Since the autoconfig totally backs off in the presence of a WebSecurityConfigurerAdapter, there is no need to order them ahead of/after the one provided by Spring Boot. See gh-7958
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that we don't import a class from the Guava library by mistake as it provides various utility classes with similar names as our own. Closes gh-10089
-
Stephane Nicoll authored
To be consistent with Actuator web endpoints, Jolokia is now disabled by default. Closes gh-10090
-
Stephane Nicoll authored
Following the rework on Security that expects web endpoints to be disabled by default, this commit updates the metadata (including the automatic generation) to reflect this decision.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Previously we didn't mention that the project must have been built locally first (to get the sources for javadoc generation for instance). This commit clarifies that. Closes gh-10086
-
Stephane Nicoll authored
Closes gh-10085
-
Madhura Bhave authored
Fixes gh-10013
-
Madhura Bhave authored
Closes gh-9996
-
Madhura Bhave authored
Since the handler interceptors have been removed, web endpoints are all disabled by default to prevent accidental exposure of sensitive information. Closes gh-7958
-
Madhura Bhave authored
This commit combines security autoconfigurations for management endpoints and the rest of the application. By default, if Spring Security is on the classpath, it turns on @EnableWebSecurity. In the presence of another WebSecurityConfigurerAdapter this backs off completely. A default AuthenticationManager is also provided with a user and generated password. This can be turned off by specifying a bean of type AuthenticationManager, AuthenticationProvider or UserDetailsService. Closes gh-7958
-
- 27 Aug, 2017 4 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure tht `HealthIndicatorAutoConfiguration` runs after any producers of a `ConnectionFactory` and not only ActiveMQ. This was identified as part of #10081: `JmsAutoConfiguration` is actually the one that isn't necessary (spring-boot-actuator has no import on the `org.springframework.jms` and only `javax.jms.ConnectionFactory` is used as part of the JMS health indicator.
-
Stephane Nicoll authored
* pr/10080: Remove SystemPropertiesHandler.properties
-
Johnny Lim authored
Closes gh-10080
-
- 26 Aug, 2017 1 commit
-
-
Brian Clozel authored
See gh-9240
-
- 25 Aug, 2017 7 commits
-
-
Stephane Nicoll authored
The number of nodes can be added to the details without the need to cast it. Closes gh-10078
-
Stephane Nicoll authored
* pr/10077: Avoid substring() invocation when the result is itself
-
Johnny Lim authored
Closes gh-10077
-
Brian Clozel authored
This library is required for parsing multipart requests asynchronously in Spring WebFlux. Framework treats this as an optional dependency, but Boot auto-configures multipart support with Servlet by default. Closes gh-10073
-
Stephane Nicoll authored
Closes gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-