Skip to content

Commit 37bb12c

Browse files
Spring Operatorchristophstrobl
Spring Operator
authored andcommitted
#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).
1 parent 6127a51 commit 37bb12c

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

CODE_OF_CONDUCT.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be repor
2424
All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
2525
Maintainers are obligated to maintain confidentiality with regard to the reporter of an incident.
2626

27-
This Code of Conduct is adapted from the http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/].
27+
This Code of Conduct is adapted from the https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/].

README.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Spring Data R2DBC
22

3-
The primary goal of the http://projects.spring.io/spring-data[Spring Data] project is to make it easier to build Spring-powered applications that use data access technologies. *Spring Data R2DBC* offers the popular Repository abstraction based on https://r2dbc.io[R2DBC].
3+
The primary goal of the https://projects.spring.io/spring-data[Spring Data] project is to make it easier to build Spring-powered applications that use data access technologies. *Spring Data R2DBC* offers the popular Repository abstraction based on https://r2dbc.io[R2DBC].
44

55
R2DBC is the abbreviation for https://github.com/r2dbc/[Reactive Relational Database Connectivity], an incubator to integrate relational databases using a reactive driver.
66

@@ -188,9 +188,9 @@ _Also see link:CONTRIBUTING.adoc[CONTRIBUTING.adoc] if you wish to submit pull r
188188

189189
Here are some ways for you to get involved in the community:
190190

191-
* Get involved with the Spring community by helping out on http://stackoverflow.com/questions/tagged/spring-data-r2dbc[Stackoverflow] by responding to questions and joining the debate.
191+
* Get involved with the Spring community by helping out on https://stackoverflow.com/questions/tagged/spring-data-r2dbc[Stackoverflow] by responding to questions and joining the debate.
192192
* Create https://github.com/spring-projects/spring-data-r2dbc[GitHub] tickets for bugs and new features and comment and vote on the ones that you are interested in.
193-
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from http://help.github.com/forking/[forks of this repository]. If you want to contribute code this way, please reference a JIRA ticket as well, covering the specific issue you are addressing.
194-
* Watch for upcoming articles on Spring by http://spring.io/blog[subscribing] to spring.io.
193+
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from https://help.github.com/forking/[forks of this repository]. If you want to contribute code this way, please reference a JIRA ticket as well, covering the specific issue you are addressing.
194+
* Watch for upcoming articles on Spring by https://spring.io/blog[subscribing] to spring.io.
195195

196196
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement]. Signing the contributor’s agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. If you forget to do so, you'll be reminded when you submit a pull request. Active contributors might be asked to join the core team, and given the ability to merge pull requests.

docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<html lang="en-US">
33
<meta charset="utf-8">
44
<title>Redirecting&hellip;</title>
5-
<link rel="canonical" href="http://spring.io/projects/spring-data-r2dbc">
6-
<meta http-equiv="refresh" content="0; url=http://spring.io/projects/spring-data-r2dbc">
5+
<link rel="canonical" href="https://spring.io/projects/spring-data-r2dbc">
6+
<meta http-equiv="refresh" content="0; url=https://spring.io/projects/spring-data-r2dbc">
77
<meta name="robots" content="noindex">
88
<h1>Redirecting&hellip;</h1>
9-
<a href="http://spring.io/projects/spring-data-r2dbc">Click here if you are not redirected.</a>
10-
<script>location="http://spring.io/projects/spring-data-r2dbc"</script>
9+
<a href="https://spring.io/projects/spring-data-r2dbc">Click here if you are not redirected.</a>
10+
<script>location="https://spring.io/projects/spring-data-r2dbc"</script>
1111
</html>

src/main/asciidoc/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:revdate: {localdate}
55
ifdef::backend-epub3[:front-cover-image: image:epub-cover.png[Front Cover,1050,1600]]
66
:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc
7-
:reactiveStreamsJavadoc: http://www.reactive-streams.org/reactive-streams-{reactiveStreamsVersion}-javadoc
7+
:reactiveStreamsJavadoc: https://www.reactive-streams.org/reactive-streams-{reactiveStreamsVersion}-javadoc
88

99
(C) 2018-2019 The original authors.
1010

src/main/asciidoc/preface.adoc

+14-14
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ This section provides some basic introduction to Spring and databases.
1111
[[get-started:first-steps:spring]]
1212
== Learning Spring
1313

14-
Spring Data uses Spring framework's http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html[core] functionality, including:
14+
Spring Data uses Spring framework's https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html[core] functionality, including:
1515

16-
* http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html#beans[IoC] container
17-
* http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html#validation[type conversion system]
18-
* http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html#expressions[expression language]
19-
* http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/integration.html#jmx[JMX integration]
20-
* http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/data-access.html#dao-exceptions[DAO exception hierarchy].
16+
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html#beans[IoC] container
17+
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html#validation[type conversion system]
18+
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html#expressions[expression language]
19+
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/integration.html#jmx[JMX integration]
20+
* https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/data-access.html#dao-exceptions[DAO exception hierarchy].
2121

2222
While you need not know the Spring APIs, understanding the concepts behind them is important.
2323
At a minimum, the idea behind Inversion of Control (IoC) should be familiar, and you should be familiar with whatever IoC container you choose to use.
@@ -28,7 +28,7 @@ To leverage all the features of Spring Data R2DBC, such as the repository suppor
2828

2929
To learn more about Spring, you can refer to the comprehensive documentation that explains the Spring Framework in detail.
3030
There are a lot of articles, blog entries, and books on the subject.
31-
See the Spring framework http://spring.io/docs[home page] for more information.
31+
See the Spring framework https://spring.io/docs[home page] for more information.
3232

3333
[[get-started:first-steps:what]]
3434
== What is R2DBC?
@@ -92,29 +92,29 @@ In this section, we try to provide what we think is an easy-to-follow guide for
9292
However, if you encounter issues or you need advice, feel free to use one of the following links:
9393

9494
[[get-started:help:community]]
95-
Community Forum :: Spring Data on http://stackoverflow.com/questions/tagged/spring-data[Stack Overflow] is a tag for all Spring Data (not just R2DBC) users to share information and help each other.
95+
Community Forum :: Spring Data on https://stackoverflow.com/questions/tagged/spring-data[Stack Overflow] is a tag for all Spring Data (not just R2DBC) users to share information and help each other.
9696
Note that registration is needed only for posting.
9797

9898
[[get-started:help:professional]]
99-
Professional Support :: Professional, from-the-source support, with guaranteed response time, is available from http://pivotal.io/[Pivotal Sofware, Inc.], the company behind Spring Data and Spring.
99+
Professional Support :: Professional, from-the-source support, with guaranteed response time, is available from https://pivotal.io/[Pivotal Sofware, Inc.], the company behind Spring Data and Spring.
100100

101101
[[get-started:up-to-date]]
102102
== Following Development
103103

104-
* For information on the Spring Data R2DBC source code repository, nightly builds, and snapshot artifacts, see the Spring Data R2DBC http://projects.spring.io/spring-data-r2dbc/[homepage].
104+
* For information on the Spring Data R2DBC source code repository, nightly builds, and snapshot artifacts, see the Spring Data R2DBC https://projects.spring.io/spring-data-r2dbc/[homepage].
105105

106-
* You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the Community on http://stackoverflow.com/questions/tagged/spring-data[Stack Overflow].
106+
* You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the Community on https://stackoverflow.com/questions/tagged/spring-data[Stack Overflow].
107107

108108
* If you encounter a bug or want to suggest an improvement, please create a ticket on the Spring Data R2DBC https://github.com/spring-projects/spring-data-r2dbc/issues[issue tracker].
109109

110-
* To stay up to date with the latest news and announcements in the Spring ecosystem, subscribe to the Spring Community http://spring.io[Portal].
110+
* To stay up to date with the latest news and announcements in the Spring ecosystem, subscribe to the Spring Community https://spring.io[Portal].
111111

112-
* You can also follow the Spring http://spring.io/blog[blog] or the Spring Data project team on Twitter (http://twitter.com/SpringData[SpringData]).
112+
* You can also follow the Spring https://spring.io/blog[blog] or the Spring Data project team on Twitter (https://twitter.com/SpringData[SpringData]).
113113

114114
[[project-metadata]]
115115
== Project Metadata
116116

117-
* Version control: http://github.com/spring-projects/spring-data-r2dbc
117+
* Version control: https://github.com/spring-projects/spring-data-r2dbc
118118
* Bugtracker: https://github.com/spring-projects/spring-data-r2dbc/issues
119119
* Release repository: https://repo.spring.io/libs-release
120120
* Milestone repository: https://repo.spring.io/libs-milestone

src/main/asciidoc/reference/r2dbc.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ An easy way to bootstrap setting up a working environment is to create a Spring-
5555
<repository>
5656
<id>spring-milestone</id>
5757
<name>Spring Maven MILESTONE Repository</name>
58-
<url>http://repo.spring.io/libs-milestone</url>
58+
<url>https://repo.spring.io/libs-milestone</url>
5959
</repository>
6060
</repositories>
6161
----
6262

63-
The repository is also http://repo.spring.io/milestone/org/springframework/data/[browseable here].
63+
The repository is also https://repo.spring.io/milestone/org/springframework/data/[browseable here].
6464

6565
You may also want to set the logging level to `DEBUG` to see some additional information. To do so, edit the `application.properties` file to have the following content:
6666

@@ -213,7 +213,7 @@ public class ApplicationConfiguration extends AbstractR2dbcConfiguration {
213213
----
214214
====
215215

216-
This approach lets you use the standard `io.r2dbc.spi.ConnectionFactory` instance, with the container using Spring's `AbstractR2dbcConfiguration`. As compared to registering a `ConnectionFactory` instance directly, the configuration support has the added advantage of also providing the container with an `ExceptionTranslator` implementation that translates R2DBC exceptions to exceptions in Spring's portable `DataAccessException` hierarchy for data access classes annotated with the `@Repository` annotation. This hierarchy and the use of `@Repository` is described in http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/data-access.html[Spring's DAO support features].
216+
This approach lets you use the standard `io.r2dbc.spi.ConnectionFactory` instance, with the container using Spring's `AbstractR2dbcConfiguration`. As compared to registering a `ConnectionFactory` instance directly, the configuration support has the added advantage of also providing the container with an `ExceptionTranslator` implementation that translates R2DBC exceptions to exceptions in Spring's portable `DataAccessException` hierarchy for data access classes annotated with the `@Repository` annotation. This hierarchy and the use of `@Repository` is described in https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/data-access.html[Spring's DAO support features].
217217

218218
`AbstractR2dbcConfiguration` registers also `DatabaseClient` that is required for database interaction and for Repository implementation.
219219

0 commit comments

Comments
 (0)