1399 Commits

Author SHA1 Message Date
Spring Operator
51cdf85a34 DATAREDIS-948 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 486 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).

Original Pull Request: #419
2019-03-22 10:12:35 +01:00
Spring Operator
5f248924ea DATAREDIS-948 - URL Cleanup.
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences

Original pull request: #392
2019-03-18 14:56:48 -05:00
Mark Paluch
5c210cfc89 DATAREDIS-738 - Align changelog layout with other modules.
Remove links to Jira Github branches. Fix letter casing.
2017-12-02 15:46:16 -08:00
Oliver Gierke
2b3f79d7a3 DATAREDIS-689 - Updated changelog. 2017-10-11 19:01:45 +02:00
Mark Paluch
4ba7ee4ef9 DATAREDIS-691 - Updated changelog. 2017-10-02 11:41:37 +02:00
Oliver Gierke
dfdc4b5408 DATAREDIS-671 - Updated changelog. 2017-09-11 17:42:48 +02:00
Mark Paluch
d515758143 DATAREDIS-672 - Updated changelog. 2017-09-11 12:44:08 +02:00
Mark Paluch
ac9513558c DATAREDIS-676 - Polishing.
Set disposal state in LettuceClusterConnection only once. Close resources after tests. Typos, formatting.

Original pull request: #266.
2017-08-21 11:11:39 +02:00
Christoph Strobl
1210f84894 DATAREDIS-676 - Pass on configured command timeout to LettuceClusterConnection.
We now not only configure the underlying lettuce connection with the command timeout set via the connection factory, but also make sure to pass the option on to the LettuceClusterConnection.

Original pull request: #266.
2017-08-21 11:11:39 +02:00
Oliver Gierke
14411b7e06 DATAREDIS-669 - Updated changelog. 2017-07-27 00:49:03 +02:00
Oliver Gierke
b895d68b45 DATAREDIS-670 - Updated changelog. 2017-07-25 16:15:49 +02:00
Oliver Gierke
96c9753d54 DATAREDIS-655 - Updated changelog. 2017-07-25 10:04:04 +02:00
Oliver Gierke
e9b650e569 DATAREDIS-653 - Updated changelog. 2017-07-24 22:20:47 +02:00
Mark Paluch
92a7cbbbc1 DATAREDIS-657 - RedisRepositoryConfigurationExtensionUnitTests now need to provide a BeanDefinitionRegistry. 2017-06-26 17:07:51 +02:00
Mark Paluch
2937291d29 DATAREDIS-646 - Updated changelog. 2017-06-14 17:35:00 +02:00
Mark Paluch
98b8b66048 DATAREDIS-647 - Include last key of SDIFF for set difference retrieval.
We now consider the last key in SDIFF command execution on Redis Cluster to correctly compute the set difference.

Original Pull Request: #250
2017-06-12 15:23:12 +02:00
Mark Paluch
f4a2df8e8c DATAREDIS-631 - Updated changelog. 2017-06-09 09:38:03 +02:00
Mark Paluch
424ca98986 DATAREDIS-630 - After release cleanups. 2017-06-07 11:50:58 +02:00
Mark Paluch
32b3a10b19 DATAREDIS-630 - Prepare next development iteration. 2017-06-07 11:50:56 +02:00
Mark Paluch
225e1ef6eb DATAREDIS-630 - Release version 1.7.11 (Hopper SR11). 2017-06-07 11:11:08 +02:00
Mark Paluch
c22fd4badd DATAREDIS-630 - Prepare 1.7.11 (Hopper SR11). 2017-06-07 11:10:24 +02:00
Mark Paluch
1428bddd7b DATAREDIS-630 - Updated changelog. 2017-06-07 11:10:22 +02:00
Mark Paluch
80e70e3845 DATAREDIS-622 - Updated changelog. 2017-05-09 11:36:18 +02:00
Mark Paluch
5e0ce722e7 DATAREDIS-637 - Shut down connection-exclusive ClusterCommandExecutor.
We now shut down ClusterCommandExecutor via LettuceClusterConnection and JedisClusterConnection if the ClusterCommandExecutor was created through the connection instance. In such case ClusterCommandExecutor is managed through Lettuce/JedisClusterConnection and disposed on connection close.

Previously ClusterCommandExecutor created through a ClusterConnection was not disposed.

Original pull request: #247.
2017-05-03 15:05:19 +02:00
Oliver Gierke
efb1d9ddfa DATAREDIS-628 - After release cleanups. 2017-04-19 21:02:16 +02:00
Oliver Gierke
3765aa6432 DATAREDIS-628 - Prepare next development iteration. 2017-04-19 21:02:14 +02:00
Oliver Gierke
acf4bafdaa DATAREDIS-628 - Release version 1.7.10 (Hopper SR10). 2017-04-19 20:36:43 +02:00
Oliver Gierke
f9fcabf754 DATAREDIS-628 - Prepare 1.7.10 (Hopper SR10). 2017-04-19 20:36:07 +02:00
Oliver Gierke
87703287ed DATAREDIS-628 - Updated changelog. 2017-04-19 20:36:04 +02:00
Oliver Gierke
ac8c862098 DATAREDIS-627 - Updated changelog. 2017-04-19 20:01:50 +02:00
Oliver Gierke
32cca5b694 DATAREDIS-608 - After release cleanups. 2017-04-19 13:01:05 +02:00
Oliver Gierke
a6561d2e5e DATAREDIS-608 - Prepare next development iteration. 2017-04-19 13:01:03 +02:00
Oliver Gierke
2952c33326 DATAREDIS-608 - Release version 1.7.9 (Hopper SR9). 2017-04-19 12:38:29 +02:00
Oliver Gierke
6e53b13e24 DATAREDIS-608 - Prepare 1.7.9 (Hopper SR9). 2017-04-19 12:37:53 +02:00
Oliver Gierke
0e0813fb51 DATAREDIS-608 - Updated changelog. 2017-04-19 12:37:49 +02:00
Oliver Gierke
594be4e7ae DATAREDIS-607 - Updated changelog. 2017-04-19 11:50:52 +02:00
Oliver Gierke
0f63340e95 DATAREDIS-573 - Updated changelog. 2017-04-19 09:53:40 +02:00
Mark Paluch
10f859731c DATAREDIS-618 - Polishing.
Remove superfluous line breaks and trailing whitespaces. Create dedicated tests for RedisServer.

Original pull request: #241.
2017-03-31 11:11:56 +02:00
Franjo Zilic
a43a3257fe DATAREDIS-618 - Read number of sentinels via RedisServer from num-other-sentinels.
We now read values for NUMBER_OTHER_SENTINELS to using num-other-sentinels. Previously, the property key was multi.

Original pull request: #241.
2017-03-31 11:11:56 +02:00
Oliver Gierke
9bb130ce24 DATAREDIS-597 - After release cleanups. 2017-03-02 12:05:58 +01:00
Oliver Gierke
bfced9d425 DATAREDIS-597 - Prepare next development iteration. 2017-03-02 12:05:55 +01:00
Oliver Gierke
da542c2467 DATAREDIS-597 - Release version 1.7.8 (Hopper SR8). 2017-03-02 11:30:05 +01:00
Oliver Gierke
8a0311839c DATAREDIS-597 - Prepare 1.7.8 (Hopper SR8). 2017-03-02 11:29:34 +01:00
Oliver Gierke
f6cee6fc8c DATAREDIS-597 - Updated changelog. 2017-03-02 11:29:30 +01:00
Oliver Gierke
034b6fea73 DATAREDIS-598 - Updated changelog. 2017-03-02 11:11:05 +01:00
Christoph Strobl
810395c1ec DATAREDIS-599 - Remove references to single-argument assertion methods of Spring. 2017-02-01 15:03:43 +01:00
Oliver Gierke
dccdaeee8e DATAREDIS-586 - After release cleanups. 2017-01-26 12:04:57 +01:00
Oliver Gierke
768ac08b8a DATAREDIS-586 - Prepare next development iteration. 2017-01-26 12:04:55 +01:00
Oliver Gierke
587d06306f DATAREDIS-586 - Release version 1.7.7 (Hopper SR7). 2017-01-26 11:33:51 +01:00
Oliver Gierke
b737d90121 DATAREDIS-586 - Prepare 1.7.7 (Hopper SR7). 2017-01-26 11:33:08 +01:00