- 22 May, 2017 1 commit
-
-
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 3 commits
-
-
Stephane Nicoll authored
-
Spring Buildmaster authored
-
Stephane Nicoll authored
Closes gh-8938
-
- 19 Apr, 2017 4 commits
-
-
Stephane Nicoll authored
See gh-8938
-
Stephane Nicoll authored
This commit reverts 2deab52a as the Couchbase driver must be upgraded from 2.2.x to 2.4.x See gh-8938
-
Stephane Nicoll authored
Closes gh-8938
-
Stephane Nicoll authored
* pr/8935: Upgrade to Spring Integration 4.3.9.RELEASE
-