Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit ca61772

Browse files
authored
Merge pull request #76 from spring-operator/polish-urls-remaining-master
URL Cleanup
2 parents 56b1bf9 + c0949ea commit ca61772

22 files changed

+45
-45
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*.war
88
*.ear
99

10-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
10+
# virtual machine crash logs, see https://www.java.com/en/download/help/error_hotspot.xml
1111
hs_err_pid*
1212

1313
# extra local exclusions

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@
44

55
[![Travis CI](https://travis-ci.org/reactor/reactor-rabbitmq.svg?branch=master)](https://travis-ci.org/reactor/reactor-rabbitmq)
66

7-
Reactor RabbitMQ is a reactive API for [RabbitMQ](http://www.rabbitmq.com/) based on
8-
[Reactor](http://projectreactor.io/)
9-
and [RabbitMQ Java Client](http://www.rabbitmq.com/api-guide.html). Reactor RabbitMQ API enables messages to be
7+
Reactor RabbitMQ is a reactive API for [RabbitMQ](https://www.rabbitmq.com/) based on
8+
[Reactor](https://projectreactor.io/)
9+
and [RabbitMQ Java Client](https://www.rabbitmq.com/api-guide.html). Reactor RabbitMQ API enables messages to be
1010
published to RabbitMQ and consumed from RabbitMQ using functional APIs with
1111
non-blocking back-pressure and very low overheads. This enables applications
1212
using Reactor to use RabbitMQ as a message bus or streaming platform and integrate
1313
with other systems to provide an end-to-end reactive pipeline.
1414

1515
## Getting started
1616

17-
For the latest stable release, please see the [getting started](http://projectreactor.io/docs/rabbitmq/release/reference/#_getting_started)
18-
section in the [reference documentation](http://projectreactor.io/docs/rabbitmq/release/reference/).
17+
For the latest stable release, please see the [getting started](https://projectreactor.io/docs/rabbitmq/release/reference/#_getting_started)
18+
section in the [reference documentation](https://projectreactor.io/docs/rabbitmq/release/reference/).
1919

2020
For latest milestone:
21-
[Getting Started](http://projectreactor.io/docs/rabbitmq/milestone/reference/#_getting_started) -
22-
[Reference Documentation](http://projectreactor.io/docs/rabbitmq/milestone/reference/)
21+
[Getting Started](https://projectreactor.io/docs/rabbitmq/milestone/reference/#_getting_started) -
22+
[Reference Documentation](https://projectreactor.io/docs/rabbitmq/milestone/reference/)
2323

2424
For snapshots:
25-
[Getting Started](http://projectreactor.io/docs/rabbitmq/snapshot/reference/#_getting_started) -
26-
[Reference Documentation](http://projectreactor.io/docs/rabbitmq/snapshot/reference/)
25+
[Getting Started](https://projectreactor.io/docs/rabbitmq/snapshot/reference/#_getting_started) -
26+
[Reference Documentation](https://projectreactor.io/docs/rabbitmq/snapshot/reference/)
2727

2828
## Documentation
2929

30-
[Reference documentation](http://projectreactor.io/docs/rabbitmq/milestone/reference/)
30+
[Reference documentation](https://projectreactor.io/docs/rabbitmq/milestone/reference/)
3131

32-
[Javadoc](http://projectreactor.io/docs/rabbitmq/milestone/api/index.html)
32+
[Javadoc](https://projectreactor.io/docs/rabbitmq/milestone/api/index.html)
3333

3434
## Building applications using Reactor RabbitMQ API
3535

36-
You need to have [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.
36+
You need to have [Java 8](https://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.
3737

3838
With Maven:
3939
```xml
@@ -145,4 +145,4 @@ You need a local running RabbitMQ instance.
145145

146146
Reactor RabbitMQ is [Apache 2.0 licensed](http://www.apache.org/licenses/LICENSE-2.0.html).
147147

148-
_Sponsored by [Pivotal](http://pivotal.io)_
148+
_Sponsored by [Pivotal](https://pivotal.io)_

sanity-check.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.slf4j.LoggerFactory
22
import reactor.core.publisher.Flux
33
import reactor.rabbitmq.OutboundMessage
44
import reactor.rabbitmq.QueueSpecification
5-
@GrabResolver(name = 'spring-staging', root = 'http://repo.spring.io/libs-staging-local/')
5+
@GrabResolver(name = 'spring-staging', root = 'https://repo.spring.io/libs-staging-local/')
66
@Grab(group = 'io.projectreactor.rabbitmq', module = 'reactor-rabbitmq', version = "${version}")
77
@Grab(group = 'org.slf4j', module = 'slf4j-simple', version = '1.7.25')
88

src/api/stylesheet.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ sup {
118118
position: absolute;
119119
right: 2px;
120120
top: 10px;
121-
background: url(http://projectreactor.io/assets/img/logo-2x.png) no-repeat 0 -30px;
121+
background: url(https://projectreactor.io/assets/img/logo-2x.png) no-repeat 0 -30px;
122122
background-size: 189px 60px;
123123
height: 40px;
124124
width: 44px;

src/docs/asciidoc/api-guide.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ include::{test-examples}/ApiGuideSender.java[tag=closing]
189189
The `send` and `sendWithPublishConfirms` methods can take an additional
190190
`SendOptions` parameter to specify the behavior to adopt if the publishing of a message
191191
fails. The default behavior is to retry every 200 milliseconds for 10 seconds
192-
in case of connection failure. As http://www.rabbitmq.com/api-guide.html#recovery[automatic connection recovery]
192+
in case of connection failure. As https://www.rabbitmq.com/api-guide.html#recovery[automatic connection recovery]
193193
is enabled by default,
194194
the connection is likely to be re-opened after a network glitch and the flux of
195195
outbound messages should stall only during connection recovery before restarting automatically.
@@ -308,7 +308,7 @@ include::{test-examples}/ApiGuideReceiver.java[tag=inbound-flux]
308308

309309
The inbound RabbitMQ `Flux` is ready to be consumed.
310310
Each inbound message delivered by the Flux is represented as a
311-
http://www.rabbitmq.com/releases/rabbitmq-java-client/current-javadoc/com/rabbitmq/client/Delivery.html[`Delivery`].
311+
https://www.rabbitmq.com/releases/rabbitmq-java-client/current-javadoc/com/rabbitmq/client/Delivery.html[`Delivery`].
312312

313313
See https://github.com/reactor/reactor-rabbitmq/blob/master/reactor-rabbitmq-samples/src/main/java/reactor/rabbitmq/samples/SampleReceiver.java[`SampleReceiver`]
314314
for a full code listing for a `Receiver`.
@@ -318,7 +318,7 @@ for a full code listing for a `Receiver`.
318318
The `Receiver` class has different flavors of the `receive*` method and each of them
319319
can accept a `ConsumeOptions` instance. Here are the different options:
320320

321-
* `overflowStrategy`: the http://projectreactor.io/docs/core/release/api/reactor/core/publisher/FluxSink.OverflowStrategy.html[`OverflowStrategy`]
321+
* `overflowStrategy`: the https://projectreactor.io/docs/core/release/api/reactor/core/publisher/FluxSink.OverflowStrategy.html[`OverflowStrategy`]
322322
used when creating the `Flux` of messages. Default is `BUFFER`.
323323
* `qos`: the prefetch count used when message acknowledgment is enabled. Default is 250.
324324
* `hookBeforeEmitBiFunction`: a `BiFunction<Long, ? super Delivery, Boolean>` to decide
@@ -370,7 +370,7 @@ include::{test-examples}/ApiGuideReceiver.java[tag=closing]
370370

371371
Network connection between the broker and the client can fail. This
372372
is transparent for consumers thanks to RabbitMQ Java client
373-
http://www.rabbitmq.com/api-guide.html#recovery[automatic connection recovery].
373+
https://www.rabbitmq.com/api-guide.html#recovery[automatic connection recovery].
374374
Connection failures affect sending though, and acknowledgment is a sending operation.
375375

376376
When using `Receiver#consumeAutoAck`, acknowledgments are retried for 10 seconds every 200 milliseconds

src/docs/asciidoc/getting-started.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
You need Java JRE installed (Java 8 or later).
77

88
You also need to install RabbitMQ. Follow the
9-
http://www.rabbitmq.com/download.html[instructions from the website].
9+
https://www.rabbitmq.com/download.html[instructions from the website].
1010
Note you should use RabbitMQ 3.6.x or later.
1111

1212
=== Quick Start
@@ -161,7 +161,7 @@ For gradle:
161161
[source,groovy]
162162
--------
163163
repositories {
164-
maven { url 'http://repo.spring.io/milestone' }
164+
maven { url 'https://repo.spring.io/milestone' }
165165
}
166166
--------
167167

@@ -173,7 +173,7 @@ For maven:
173173
<repository>
174174
<id>spring-milestones</id>
175175
<name>Spring Milestones</name>
176-
<url>http://repo.spring.io/milestone</url>
176+
<url>https://repo.spring.io/milestone</url>
177177
<snapshots>
178178
<enabled>false</enabled>
179179
</snapshots>

src/docs/asciidoc/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ifndef::host-github[:ext-relative: {outfilesuffix}]
1313
:hide-uri-scheme:
1414

1515
:github-repo: reactor/reactor-rabbitmq
16-
:github-code: http://github.com/{github-repo}
16+
:github-code: https://github.com/{github-repo}
1717

1818
:test-examples: ../../test/java/reactor/rabbitmq/docs
1919

src/docs/asciidoc/motivation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Instead, it is aimed at providing an alternative API for reactive event-driven a
4242

4343
==== RabbitMQ Java Client
4444

45-
For non-reactive applications, http://www.rabbitmq.com/api-guide.html[RabbitMQ Java Client]
45+
For non-reactive applications, https://www.rabbitmq.com/api-guide.html[RabbitMQ Java Client]
4646
provides the most complete API to manage resources, publish messages to and
4747
consume messages from RabbitMQ. Note Reactor RabbitMQ is based on RabbitMQ Java Client.
4848

src/docs/asciidoc/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ avoiding unnecessary intermediate buffering or blocking.
3131
=== Reactive API for RabbitMQ
3232

3333
link:../api/index.html[Reactor RabbitMQ] is a reactive API for RabbitMQ
34-
based on Reactor and http://www.rabbitmq.com/api-guide.html[RabbitMQ Java Client].
34+
based on Reactor and https://www.rabbitmq.com/api-guide.html[RabbitMQ Java Client].
3535
Reactor RabbitMQ API enables messages to be published to
3636
RabbitMQ and consumed from RabbitMQ using functional APIs
3737
with non-blocking back-pressure and very low overheads.

src/docs/asciidoc/resources.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ at https://github.com/reactor/reactor-rabbitmq.
1717

1818
* https://github.com/reactor/reactor-rabbitmq[Reactor RabbitMQ on github]
1919

20-
* http://www.rabbitmq.com/documentation.html[RabbitMQ]
20+
* https://www.rabbitmq.com/documentation.html[RabbitMQ]
2121

22-
* http://projectreactor.io/[Project Reactor]
22+
* https://projectreactor.io/[Project Reactor]
2323

2424
* https://github.com/reactor/reactor-core[Reactor Core]
2525

0 commit comments

Comments
 (0)