- 03 Oct, 2016 2 commits
-
-
Stephane Nicoll authored
Closes gh-6978
-
Stephane Nicoll authored
Closes gh-7068
-
- 02 Oct, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/7081: Polish
-
Johnny Lim authored
Closes gh-7081
-
- 01 Oct, 2016 2 commits
-
-
Stephane Nicoll authored
* pr/6991: Fix thymeleaf-layout-dialect.version in doc
-
Michael Stummvoll authored
Version 2.0.0 had serval bugs which broke compatibility to older templates, so the guide should refer the fixed version instead. Closes gh-6991
-
- 30 Sep, 2016 2 commits
-
-
Stephane Nicoll authored
Closes gh-7051
-
Stephane Nicoll authored
Closes gh-7045
-
- 29 Sep, 2016 8 commits
-
-
Andy Wilkinson authored
Update dependency management to exclude commons-logging and add an enforcer rule to spring-boot-samples to try and prevent unwanted commons-logging dependencies from sneaking back in again. Closes gh-7067
-
Andy Wilkinson authored
* gh-7064: Prevent spring-session from pulling in commons-logging
-
Ken Dombeck authored
Closes gh-7064
-
Andy Wilkinson authored
Closes gh-7063
-
Andy Wilkinson authored
Closes gh-7062
-
Andy Wilkinson authored
Closes gh-7061
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-7057
-
- 28 Sep, 2016 3 commits
-
-
Stephane Nicoll authored
* pr/7030: Polish
-
Johnny Lim authored
Closes gh-7030
-
Andy Wilkinson authored
Closes gh-7042
-
- 27 Sep, 2016 4 commits
-
-
Stephane Nicoll authored
Closes gh-6998
-
Stephane Nicoll authored
* pr/7025: Move Restarter in integration tests
-
Johnny Lim authored
Closes gh-7025
-
Stephane Nicoll authored
Closes gh-7026
-
- 26 Sep, 2016 1 commit
-
-
Stephane Nicoll authored
Closes gh-7017
-
- 23 Sep, 2016 3 commits
-
-
Andy Wilkinson authored
Closes gh-7007
-
Stephane Nicoll authored
* pr/7002: Exclude `META-INF/build-info.properties` from restart
-
Craig Andrews authored
Prior to this commit any application configured to write `META-INF/build-info.properties` could trigger unexpected application restarts. The problem is particularly prevalent when using Eclipse M2E in combination with Maven's `spring-boot-maven-plugin` `build-info` goal and Gradle's `springBoot` `buildInfo()`. Closes gh-7002
-
- 22 Sep, 2016 1 commit
-
-
Stephane Nicoll authored
See gh-6978
-
- 21 Sep, 2016 1 commit
-
-
Stephane Nicoll authored
-
- 20 Sep, 2016 11 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
Remove setResolvePlaceholders() from PropertySourcesPropertyValues and instead rely only on the constructor. See gh-6964
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
Closes gh-6627
-
Spring Buildmaster authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-6956
-
Dave Syer authored
-
Andy Wilkinson authored
Previously, when a Tomcat connector failed to start it was assumed that the failure was due to the port being in use and a PortInUseException was thrown. Unfortunately, this assumption doesn’t always hold true. For example, a Tomcat connector will also fail to start when its using SSL and the key store password is wrong. This could lead to incorrect guidance from the PortInUseFailureAnalyzer indicating that a port clash had occurred when, in fact, it was the SSL configuration that needed to be corrected. Unfortunately, Tomcat only tells us that the connector failed to start. It doesn’t provide access to the exception that would allow us to determine why it failed to start. This commit updates the embedded Tomcat container to throw a ConnectorStartFailedException in the event of a connector failing to start. A new failure analyser, ConnectorStartFailureAnalyzer, has been introduced to analyse the new exception and offer some more general guidance. Closes gh-6896
-