- 20 Jun, 2017 8 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/9544: Polish "Use getUsableSpace() in DiskSpaceHealthIndicator" Use getUsableSpace() in DiskSpaceHealthIndicator
-
Stephane Nicoll authored
Closes gh-9544
-
Huang YunKun authored
See gh-9544
-
Stephane Nicoll authored
Closes gh-9547
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that if the `register-mbeans` property of the Hikary datasource config is set, Spring Boot doesn't attempt to expose the mbean again. Closes gh-5114
-
Brian Clozel authored
-
- 19 Jun, 2017 5 commits
-
-
Andy Wilkinson authored
Closes gh-9550
-
Stephane Nicoll authored
* pr/8534: Polish Polish "Add support for CustomConversions with Cassandra" Add support for CustomConversions with Cassandra
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8534
-
Eddú Meléndez authored
This commit add the support for CustomConversions in spring-data-cassandra. To customize, bean just need to be declared and it will be auto-configured. See gh-8534
-
- 17 Jun, 2017 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/9539: Upgrade to Spring Retry 1.2.1
-
Dave Syer authored
Closes gh-9539
-
- 16 Jun, 2017 13 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-9435
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
See gh-9538
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Closes gh-9537
-
Stephane Nicoll authored
See gh-9374
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9287
-
Stephane Nicoll authored
Closes gh-9288
-
Stephane Nicoll authored
Closes gh-9505
-
- 15 Jun, 2017 11 commits
-
-
Andy Wilkinson authored
Closes gh-8680
-
Andy Wilkinson authored
Elastic have announced [1] that embedded Elasticsearch is no longer supported. This commit brings us into line with that announcement by removing the auto-configuration that would create an Elasticsearch Node and NodeClient. To use the Elasticsearch auto-configuration, a user must now provide the address of one or more cluster nodes (via the spring.elastisearch.cluster-nodes property) which will then be used to create a TransportClient. See gh-9374 [1] https://www.elastic.co/blog/elasticsearch-the-server
-
Stephane Nicoll authored
Previously, RedisTestServer only supported Jedis and would blow up if only Lettuce was on the classpath. This commit defensively checks which driver is available and chose the appropriate one, defaulting to Jedis. Closes gh-9524
-
Stephane Nicoll authored
* pr/9526: Polish "Set Lettuce shutdown timeout properly" Reduce Lettuce shutdown timeout to 100ms Set Lettuce shutdown timeout properly
-
Stephane Nicoll authored
Closes gh-9526
-
Mark Paluch authored
Reducing the default to 100ms is a good compromise to retain a quiet time in for parallel execution and optimize for default, single-threaded execution (such as test execution or regular application shutdown). The shutdown timeout can be adjusted to fit specific application needs. See gh-9526
-
Mark Paluch authored
We now properly set the Lettuce client shutdown for unpooled and pooled configuration. See gh-9526
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9521
-
Stephane Nicoll authored
* pr/9443: Polish Polish "Allow abstract serializers/deserializer in @JsonComponent" Allow abstract serializers/deserializer in @JsonComponent
-
Stephane Nicoll authored
-