- 02 Jun, 2017 1 commit
-
-
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 8 commits
-
-
Andy Wilkinson authored
Closes gh-9040
-
Andy Wilkinson authored
Closes gh-9039
-
Andy Wilkinson authored
Closes gh-9038
-
Andy Wilkinson authored
Closes gh-9037
-
Andy Wilkinson authored
Closes gh-9036
-
Andy Wilkinson authored
Closes gh-9035
-
Andy Wilkinson authored
Closes gh-9034
-
Andy Wilkinson authored
Closes gh-9033
-
- 27 Apr, 2017 2 commits
-
-
Phillip Webb authored
-
Stephane Nicoll authored
`BasicErrorControllerIntegrationTest` is handling the context in each test and yet it starts a useless test via `@SpringBootTest`. This commit removes the useless runner and associated annotations.
-
- 20 Apr, 2017 2 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-