Greg L. Turnquist
96776a6d71
Migrate to main branch.
...
See #571 .
5 years ago
Mark Paluch
f2b4a49729
Update version suffix scheme in readme.
...
Closes #568 .
5 years ago
Daniel Zou
bd24e5fa0c
Remove .RELEASE suffix from version number in documentation.
...
Closes #546
5 years ago
Mark Paluch
5aced59133
Polishing.
...
See #520
5 years ago
Mark Paluch
afb821fd2e
#479 - Fix link to Stack Overflow tag.
5 years ago
Mark Paluch
02571363e5
#385 - Fix link to code of conduct.
5 years ago
Jack Peterson
d9c861e70d
#286 - Use correct parent interface PersonRepository example.
...
disambiguate the readme with the current way to implement the reactive repository
6 years ago
sanghoon lee
e6bcc32197
#256 - Fix typo in readme.
...
modified a typing error
6 years ago
Jaeyeon Kim
b7ea3e6f1e
#228 - Use consistently spaces instead of tabs in readme code samples.
6 years ago
Michael Berry
f691b8c7d7
#174 - Fix broken links in README.adoc.
...
A final link fix (checked them all now!)
6 years ago
Michael Berry
fee4437eba
#165 - Fix broken links in README.adoc.
...
Fix broken links.
6 years ago
Mark Paluch
1d42866231
#146 - Fix typo.
7 years ago
Mark Paluch
8f848170d2
#146 - Revise readme for a consistent structure.
7 years ago
Greg Turnquist
a21b403e6d
#121 - Introduce Jenkins.
7 years ago
Spring Operator
37bb12cfef
#76 - 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 But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://www.reactive-streams.org/reactive-streams- (404) with 1 occurrences migrated to:
https://www.reactive-streams.org/reactive-streams- ([https](https://www.reactive-streams.org/reactive-streams- ) result 404).
## 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://docs.spring.io/spring/docs/ with 7 occurrences migrated to:
https://docs.spring.io/spring/docs/ ([https](https://docs.spring.io/spring/docs/ ) result 200).
* [ ] http://github.com/spring-projects/spring-data-r2dbc with 1 occurrences migrated to:
https://github.com/spring-projects/spring-data-r2dbc ([https](https://github.com/spring-projects/spring-data-r2dbc ) result 200).
* [ ] http://pivotal.io/ with 1 occurrences migrated to:
https://pivotal.io/ ([https](https://pivotal.io/ ) result 200).
* [ ] http://projects.spring.io/spring-data-r2dbc/ with 1 occurrences migrated to:
https://projects.spring.io/spring-data-r2dbc/ ([https](https://projects.spring.io/spring-data-r2dbc/ ) result 200).
* [ ] http://repo.spring.io/milestone/org/springframework/data/ with 1 occurrences migrated to:
https://repo.spring.io/milestone/org/springframework/data/ ([https](https://repo.spring.io/milestone/org/springframework/data/ ) result 200).
* [ ] http://spring.io with 1 occurrences migrated to:
https://spring.io ([https](https://spring.io ) result 200).
* [ ] http://spring.io/blog with 2 occurrences migrated to:
https://spring.io/blog ([https](https://spring.io/blog ) result 200).
* [ ] http://spring.io/docs with 1 occurrences migrated to:
https://spring.io/docs ([https](https://spring.io/docs ) result 200).
* [ ] http://spring.io/projects/spring-data-r2dbc with 4 occurrences migrated to:
https://spring.io/projects/spring-data-r2dbc ([https](https://spring.io/projects/spring-data-r2dbc ) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-data with 2 occurrences migrated to:
https://stackoverflow.com/questions/tagged/spring-data ([https](https://stackoverflow.com/questions/tagged/spring-data ) result 200).
* [ ] http://stackoverflow.com/questions/tagged/spring-data-r2dbc with 1 occurrences migrated to:
https://stackoverflow.com/questions/tagged/spring-data-r2dbc ([https](https://stackoverflow.com/questions/tagged/spring-data-r2dbc ) result 200).
* [ ] http://twitter.com/SpringData with 1 occurrences migrated to:
https://twitter.com/SpringData ([https](https://twitter.com/SpringData ) result 200).
* [ ] http://contributor-covenant.org with 1 occurrences migrated to:
https://contributor-covenant.org ([https](https://contributor-covenant.org ) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/ ) result 301).
* [ ] http://help.github.com/forking/ with 1 occurrences migrated to:
https://help.github.com/forking/ ([https](https://help.github.com/forking/ ) result 301).
* [ ] http://projects.spring.io/spring-data with 1 occurrences migrated to:
https://projects.spring.io/spring-data ([https](https://projects.spring.io/spring-data ) result 301).
* [ ] http://repo.spring.io/libs-milestone with 1 occurrences migrated to:
https://repo.spring.io/libs-milestone ([https](https://repo.spring.io/libs-milestone ) result 302).
7 years ago
Mark Paluch
5a5310af4d
#8 - Replace exchange() method with map(…) and then() methods.
...
DatabaseClient now no longer exposes the exchange() method but rather provides map(…) and then(…) methods.
Calling map(…) extracts values from tabular results by propagating the mapping function to Result.map(…).
then() allows statement execution without returning the result propagating only completion and error signals.
Original pull request: #33 .
7 years ago
Mark Paluch
34ddfda0c0
#2 - Polishing.
...
Fix GitHub issues url.
7 years ago
Mark Paluch
12dc98bcbd
#2 - Polishing.
7 years ago
Mark Paluch
b6a8c81289
#2 - Document R2DBC capabilities.
7 years ago