- 16 Jun, 2017 11 commits
-
-
Spring Buildmaster 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 17 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
-
Stephane Nicoll authored
Closes gh-9443
-
Vladimir Tsanev authored
Previously JsonComponentModule tried to instantiate all inner classes and failed with InstantiationException when the class is abstract and extends JsonSerializer/JsonDeserializer. With this change is now possible to have common logic inner abstract classes. See gh-9443
-
Stephane Nicoll authored
* pr/9224: Polish "Add Slice test annotation for Redis" Add Slice test annotation for Redis
-
Stephane Nicoll authored
Closes gh-9224
-
Jayaram Pradhan authored
This commit adds new annotation `@DataRedisTest` which provides test infrastructure for redis. See gh-9224
-
Stephane Nicoll authored
Rather than checking if Jedis is on the classpath, this commit changes the conditions of `RedisRepositoriesAutoConfiguration` to check for the presence of a `RedisConnectionFactory` bean that is going to be necessary to create the Redis repositories anyway. Checking for Jedis is no longer correct since we now support Lettuce as well. Closes gh-9523
-
- 14 Jun, 2017 12 commits
-
-
Andy Wilkinson authored
-
Stephane Nicoll authored
Closes gh-9286
-
Stephane Nicoll authored
Closes gh-9496
-
Stephane Nicoll authored
See gh-8894
-
Stephane Nicoll authored
* pr/9510: Polish "Use Redis client configuration to configure connection factories" Use Redis client configuration to configure connection factories
-
Stephane Nicoll authored
In particular, the Lettuce code is not using the new builder API when pooling is required. This will be fixed in a future milestone. Closes gh-9510
-
Mark Paluch authored
We now use LettuceClientConfiguration and JedisClientConfiguration to configure connection factories. Client-specific configuration can be customized by providing LettuceClientConfigurationBuilderCustomizer and JedisClientConfigurationBuilderCustomizer beans. See gh-9510, gh-8894, gh-9490
-
Stephane Nicoll authored
* pr/9512: Adds maven install note for Windows
-
Jeroen Heijmans authored
See also: https://chocolatey.org/packages/maven Closes gh-9512
-
Stephane Nicoll authored
Closes gh-9285
-
Stephane Nicoll authored
* pr/9487: Add SAP Hana Cloud Platform to CloudPlatform
-
Benjamin Ihrig authored
Closes gh-9487
-