- 06 Jun, 2017 1 commit
-
-
Andy Wilkinson authored
Closes gh-8927
-
- 05 Jun, 2017 1 commit
-
-
Andy Wilkinson authored
Closes gh-9407 Closes gh-9135
-
- 03 Jun, 2017 7 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Different versions of Docker produce different responses when building and tagging an image. On CI, a response with a stream like "Successfully built 185991ffe24a" followed by a response with a stream like "Successfully tagged spring-boot-it/centos:6.9-a23bced6" is received. By default, for the building of an image to be considered successful, the Docker Java client requires the stream for the last response item to contain "Successfully built". This means that, on the CI server, it incorrectly believes that the building of the tagged image has failed. This commit uses a custom BuildImageResultCallback that doesn't require the last response to be the one that has a stream containing "Successfully built". Instead, it looks back through the error-free responses (newest to oldest) looking for one with a stream containing "Successfully built".
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
- 02 Jun, 2017 11 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
CentOS 5 was declared EOL in March 2017 and yum on longer works out of the box. 6.9 is the latest release of CentOS 6. Tests for CentOS 7 have not been added as it uses systemd rather than SysVinit. Closes gh-9395
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8595: Fix OptionalLiveReloadServer create bean
-
Oleg Vyukov authored
Closes gh-8595
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9073
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9387
-
Andy Wilkinson authored
Previously, BeanCurrentlyInCreationFailureAnalyzer would return a FailureAnalysis for any BeanCurrentlyInCreationException even if it could not determine where the cycle begins. This could lead to an inaccurate diagram of the cycle being output. This commit updates BeanCurrentlyInCreationFailureAnalyzer so that it abandons its analysis and returns null if it is unable to determine where the cycle begins. Closes gh-8164
-
- 01 Jun, 2017 3 commits
-
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Calling launch of PropertiesLauncherTests sets the thread context class loader to an instance of LaunchedURLClassLoader. To avoid this class loader being used beyond the scope of the test and launcher that created it, this commit updates PropertiesLauncherTests to capture the TCCL before each test and restore it after each test. Closes gh-9378
-
- 31 May, 2017 6 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9370
-
Andy Wilkinson authored
Closes gh-9368
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9362
-
- 30 May, 2017 3 commits
-
-
Stephane Nicoll authored
Closes gh-9220
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9346
-
- 29 May, 2017 5 commits
-
-
Stephane Nicoll authored
Closes gh-9342
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9335
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Those properties are no longer honoured with Atomikos 3.8 and we're using 3.9 by default. Closes gh-9292
-
- 28 May, 2017 1 commit
-
-
Stephane Nicoll authored
See gh-9330
-
- 24 May, 2017 2 commits
-
-
Andy Wilkinson authored
Closes gh-9303
-
Andy Wilkinson authored
Closes gh-9302
-