- 28 Aug, 2017 1 commit
-
-
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 22 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
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
See gh-10076
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10069: Sort entries in .gitignore
-
Johnny Lim authored
Closes gh-10069
-
- 24 Aug, 2017 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit creates our own version of javax.servlet.DispatcherType for configuration purpose as we can use the other one now the servlet api is optional. Closes gh-9856
-
- 23 Aug, 2017 7 commits
-
-
Stephane Nicoll authored
Closes gh-10000
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit improves the json starter to bring the core starter (as any other starters do). `spring-web` is now also added as it contains the Spring's core jackson support. Closes gh-10031
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/10058: Add Stripes Spring Boot starter reference
-
Juan Pablo Santos Rodríguez authored
Closes gh-10058
-
- 22 Aug, 2017 2 commits
-
-
Stephane Nicoll authored
* pr/10054: Polish
-
Johnny Lim authored
Closes gh-10054
-