- 27 Mar, 2019 9 commits
-
-
Andy Wilkinson authored
* gh-16317: Polish "Use HTTPS for external links wherever possible" Use HTTPS for external links wherever possible Closes gh-16317
-
Andy Wilkinson authored
See gh-16317
-
Spring Operator authored
See gh-16317
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-16316
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-16316: Polish "Use HTTPS for external links wherever possible" Use HTTPS for external links wherever possible Closes gh-16316
-
Andy Wilkinson authored
See gh-16316
-
Spring Operator authored
See gh-16316
-
- 26 Mar, 2019 10 commits
-
-
Andy Wilkinson authored
* gh-16312: Use HTTPS for external links from XML files where possible Closes gh-16312
-
Spring Operator authored
See gh-16312
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-16311: Polish "Use HTTPS for external links from XML files where possible" Use HTTPS for external links from XML files where possible
-
Andy Wilkinson authored
See gh-16311
-
Spring Operator authored
See gh-16311
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-16283: Use HTTPS to link to Apache License Closes gh-16283
-
Spring Operator authored
See gh-16283
-
- 20 Mar, 2019 2 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
- 19 Mar, 2019 7 commits
-
-
Andy Wilkinson authored
* gh-16244: Polish "Update build and setup configuration to use HTTPS" Update build and setup configuration to use HTTPS Closes gh-16244
-
Andy Wilkinson authored
See gh-16244
-
Spring Operator authored
See gh-16244
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-16243: Polish "Update build and setup configuration to use HTTPS" Update build and setup configuration to use HTTPS Closes gh-16243
-
Andy Wilkinson authored
See gh-16243
-
Spring Operator authored
See gh-16243
-
- 08 Jun, 2017 3 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-9385
-
- 07 Jun, 2017 4 commits
-
-
Stephane Nicoll authored
Closes gh-9280
-
Stephane Nicoll authored
* pr/9429: Upgrade to Spring AMQP 1.6.10
-
Artem Bilan authored
Closes gh-9429
-
Andy Wilkinson authored
Closes gh-9424
-
- 03 Jun, 2017 3 commits
-
-
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
-
- 02 Jun, 2017 2 commits
-
-
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
-
Andy Wilkinson authored
Closes gh-9073
-