Greg L. Turnquist
96776a6d71
Migrate to main branch.
...
See #571 .
2021-04-16 12:42:20 -05:00
Mark Paluch
f2b4a49729
Update version suffix scheme in readme.
...
Closes #568 .
2021-03-22 10:26:37 +01:00
Daniel Zou
bd24e5fa0c
Remove .RELEASE suffix from version number in documentation.
...
Closes #546
2021-03-02 10:47:07 +01:00
Mark Paluch
5aced59133
Polishing.
...
See #520
2020-12-31 10:42:30 +01:00
Mark Paluch
afb821fd2e
#479 - Fix link to Stack Overflow tag.
2020-10-27 09:41:00 +01:00
Mark Paluch
02571363e5
#385 - Fix link to code of conduct.
2020-07-28 15:44:40 +02:00
Jack Peterson
d9c861e70d
#286 - Use correct parent interface PersonRepository example.
...
disambiguate the readme with the current way to implement the reactive repository
2020-01-24 17:00:08 +01:00
sanghoon lee
e6bcc32197
#256 - Fix typo in readme.
...
modified a typing error
2019-12-12 15:30:59 +01:00
Jaeyeon Kim
b7ea3e6f1e
#228 - Use consistently spaces instead of tabs in readme code samples.
2019-11-22 15:38:12 +01:00
Michael Berry
f691b8c7d7
#174 - Fix broken links in README.adoc.
...
A final link fix (checked them all now!)
2019-09-04 14:19:21 +02:00
Michael Berry
fee4437eba
#165 - Fix broken links in README.adoc.
...
Fix broken links.
2019-09-02 16:51:38 +02:00
Mark Paluch
1d42866231
#146 - Fix typo.
2019-07-10 09:49:37 +02:00
Mark Paluch
8f848170d2
#146 - Revise readme for a consistent structure.
2019-07-09 11:38:24 +02:00
Greg Turnquist
a21b403e6d
#121 - Introduce Jenkins.
2019-06-11 20:24:04 -05:00
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).
2019-03-21 09:43:30 +01:00
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 .
2018-12-07 11:38:03 +01:00
Mark Paluch
34ddfda0c0
#2 - Polishing.
...
Fix GitHub issues url.
2018-10-17 11:21:33 +02:00
Mark Paluch
12dc98bcbd
#2 - Polishing.
2018-10-17 11:11:16 +02:00
Mark Paluch
b6a8c81289
#2 - Document R2DBC capabilities.
2018-10-17 11:11:12 +02:00