Mark Paluch
cca44aebb1
#514 - Remove no longer needed Redis configuration.
2019-08-09 10:22:28 +02:00
Spring Operator
ccae97890f
#491 - 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 426 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-22 08:13:14 +01:00
Oliver Gierke
d854c6d084
#342 - Expanded copyright headers to 2018.
...
Removed trailing whitespace in touched files.
2018-02-22 11:42:57 +01:00
Mark Paluch
69c2c2aef4
#266 - Refactor reactive tests to use StepVerifier and test methods.
...
We now use StepVerifier and RxJava's .test() methods instead of .block() calls. Using blocking methods is an anti pattern which should be avoided within tests. Test API comes with timeouts and protects tests from never completing.
2017-11-30 18:03:51 -08:00
Mark Paluch
627a08b02b
#327 - Polishing.
...
Add comment to configured bean.
2017-11-30 15:04:42 -08:00
Mark Paluch
19cf463305
#327 - Add Jackson example for Reactive Redis use.
2017-11-30 15:03:49 -08:00
Mark Paluch
3d19c67d0a
#323 - Polishing.
...
Rename KeyOperationsTests to KeyCommandsTests to align with naming on connection level.
2017-11-28 12:02:56 +01:00
Mark Paluch
c2858055a8
#323 - Add examples for Reactive Redis Template.
2017-11-28 12:02:56 +01:00
Oliver Gierke
b527cbf1d6
#291 - Upgraded to Spring Boot 1.5.6.
...
Upgraded to Boot 1.5.6. Updated dependencies of reactive projects to latest versions to make sure the APIs of Boot work with the changes in Spring Data Kay RC1. Upgraded all other dependencies to match and got both the Redis and the Cassandra examples to compile again.
Disabled Cassandra reactive samples for now as they fail at runtime.
2017-08-25 11:00:11 +02:00
Mark Paluch
20879e7fa3
#215 - Add reactive examples for MongoDB, Apache Cassandra and Redis.
2016-11-23 09:56:27 +01:00