- 08 Jun, 2017 2 commits
-
-
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
-
- 01 Jun, 2017 1 commit
-
-
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
-
- 30 May, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-9346
-
- 29 May, 2017 1 commit
-
-
Stephane Nicoll authored
Those properties are no longer honoured with Atomikos 3.8 and we're using 3.9 by default. Closes gh-9292
-
- 22 May, 2017 2 commits
-
-
Stephane Nicoll authored
This commit makes sure to unwrap any transaction aware cache before collecting metrics for them. Closes gh-8984
-
Stephane Nicoll authored
See gh-9280
-
- 15 May, 2017 3 commits
-
-
Phillip Webb authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, when the liquibase.url, .username, and .password properties were used to configure a DataSource specifically for Liquibase that DataSource would never be explicitly closed. As it is created by DataSourceBuilder with no explicitly configured type it will use whichever connection pool is available and, therefore, will create and keep open the pool's minimum number of connections. This is an unnecessary use of resources both in the application and in the database. This commit updates LiquibaseAutoConfiguration so that if it uses DataSourceBuilder to create a DataSource then it will also close that DataSource once the database has been migrated. Closes gh-9218
-
- 12 May, 2017 7 commits
-
-
Stephane Nicoll authored
* pr/9212: Fix typo in javadoc
-
Stevo Slavić authored
Closes gh-9212
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9178
-
Andy Wilkinson authored
Closes gh-9177
-
Andy Wilkinson authored
Closes gh-9176
-
Andy Wilkinson authored
Closes gh-9175
-
- 11 May, 2017 1 commit
-
-
Andy Wilkinson authored
Closes gh-9171
-
- 04 May, 2017 1 commit
-
-
Stephane Nicoll authored
Closes gh-9082
-
- 03 May, 2017 8 commits
-
-
Andy Wilkinson authored
See gh-9080
-
Andy Wilkinson authored
Closes gh-9080
-
Andy Wilkinson authored
Closes gh-9080
-
Stephane Nicoll authored
Closes gh-9075
-
Stephane Nicoll authored
* pr/9065: Polish "Clarify and re-organize docs on caching" Clarify and re-organize docs on caching
-
Stephane Nicoll authored
Closes gh-9065
-
Dave Syer authored
See gh-9065
-
Phillip Webb authored
-
- 02 May, 2017 2 commits
-
-
Stephane Nicoll authored
CachePublicMetrics wasn't explicitly tested and was still using field injection. This commit improves the situation in preparation of the fix for gh-8984
-
Stephane Nicoll authored
Closes gh-8983
-
- 28 Apr, 2017 2 commits
-
-
Andy Wilkinson authored
Closes gh-9040
-
Andy Wilkinson authored
Closes gh-9039
-