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
Mark Paluch
b38ade2298
#438 - Adapt to refactored R2DBC configuration.
...
AbstractR2dbcConfiguration was moved from org.springframework.data.r2dbc.repository.config.AbstractR2dbcConfiguration to org.springframework.data.r2dbc.config.AbstractR2dbcConfiguration.
2018-12-10 08:39:37 +01:00
Mark Paluch
c36c615ecf
#433 - Polishing.
...
Replace bean declarations with AbstractR2dbcConfiguration class.
2018-11-27 08:55:58 +01:00
Oliver Gierke
d2eb42dad1
#421 - Elevate R2DBC example to top level project.
...
Moved r2dbc example to a top-level project. Switched to new Spring Data R2DBC project coordinates.
Original pull request: #422 .
2018-10-19 11:36:19 +02:00