Skip to content

Commit 489ebac

Browse files
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). # HTTP URLs that Could Not Be Fixed These URLs were unable to be fixed. Please review them to see if they can be manually resolved. * http://javadoc.iaik.tugraz.at/iaik_jce/current/iaik/asn1/BIT_STRING.html (200) with 1 occurrences could not be migrated: ([https](https://javadoc.iaik.tugraz.at/iaik_jce/current/iaik/asn1/BIT_STRING.html) result NotSslRecordException). * http://luca.ntop.org/Teaching/Appunti/asn1.html (200) with 1 occurrences could not be migrated: ([https](https://luca.ntop.org/Teaching/Appunti/asn1.html) result SSLHandshakeException). # 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://github.com/rabbitmq/ with 1 occurrences migrated to: https://github.com/rabbitmq/ ([https](https://github.com/rabbitmq/) result 200). * http://search.maven.org/ with 1 occurrences migrated to: https://search.maven.org/ ([https](https://search.maven.org/) result 200). * http://stackoverflow.com/questions/6701948/efficient-way-to-compare-version-strings-in-java with 1 occurrences migrated to: https://stackoverflow.com/questions/6701948/efficient-way-to-compare-version-strings-in-java ([https](https://stackoverflow.com/questions/6701948/efficient-way-to-compare-version-strings-in-java) result 200). * http://www.amqp.org/ with 1 occurrences migrated to: https://www.amqp.org/ ([https](https://www.amqp.org/) result 200). * http://www.apple.com/DTDs/PropertyList-1.0.dtd with 1 occurrences migrated to: https://www.apple.com/DTDs/PropertyList-1.0.dtd ([https](https://www.apple.com/DTDs/PropertyList-1.0.dtd) result 200). * http://www.json.org/ with 1 occurrences migrated to: https://www.json.org/ ([https](https://www.json.org/) result 200). * http://json-rpc.org (302) with 1 occurrences migrated to: https://www.jsonrpc.org/ ([https](https://json-rpc.org) result 200). * http://www.rabbitmq.com with 1 occurrences migrated to: https://www.rabbitmq.com ([https](https://www.rabbitmq.com) result 200). * http://www.rabbitmq.com/ with 1 occurrences migrated to: https://www.rabbitmq.com/ ([https](https://www.rabbitmq.com/) result 200). * http://www.rabbitmq.com/alarms.html with 6 occurrences migrated to: https://www.rabbitmq.com/alarms.html ([https](https://www.rabbitmq.com/alarms.html) result 200). * http://www.rabbitmq.com/api-guide.html with 33 occurrences migrated to: https://www.rabbitmq.com/api-guide.html ([https](https://www.rabbitmq.com/api-guide.html) result 200). * http://www.rabbitmq.com/build-java-client.html with 1 occurrences migrated to: https://www.rabbitmq.com/build-java-client.html ([https](https://www.rabbitmq.com/build-java-client.html) result 200). * http://www.rabbitmq.com/confirms.html with 1 occurrences migrated to: https://www.rabbitmq.com/confirms.html ([https](https://www.rabbitmq.com/confirms.html) result 200). * http://www.rabbitmq.com/getstarted.html with 2 occurrences migrated to: https://www.rabbitmq.com/getstarted.html ([https](https://www.rabbitmq.com/getstarted.html) result 200). * http://www.rabbitmq.com/specification.html with 1 occurrences migrated to: https://www.rabbitmq.com/specification.html ([https](https://www.rabbitmq.com/specification.html) 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://rabbitmq.com/heartbeats.html with 1 occurrences migrated to: https://rabbitmq.com/heartbeats.html ([https](https://rabbitmq.com/heartbeats.html) result 301). * http://www.mozilla.org/MPL/ with 1 occurrences migrated to: https://www.mozilla.org/MPL/ ([https](https://www.mozilla.org/MPL/) result 301). * http://creativecommons.org/licenses/publicdomain with 1 occurrences migrated to: https://creativecommons.org/licenses/publicdomain ([https](https://creativecommons.org/licenses/publicdomain) result 302).
1 parent dc71205 commit 489ebac

File tree

14 files changed

+58
-58
lines changed

14 files changed

+58
-58
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
4040
with regard to the reporter of an incident.
4141

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

LICENSE-MPL-RabbitMQ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ EXHIBIT A -Mozilla Public License.
437437
``The contents of this file are subject to the Mozilla Public License
438438
Version 1.1 (the "License"); you may not use this file except in
439439
compliance with the License. You may obtain a copy of the License at
440-
http://www.mozilla.org/MPL/
440+
https://www.mozilla.org/MPL/
441441

442442
Software distributed under the License is distributed on an "AS IS"
443443
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the

README.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Please see http://www.rabbitmq.com/build-java-client.html for build
1+
Please see https://www.rabbitmq.com/build-java-client.html for build
22
instructions.
33

44
For your convenience, a text copy of these instructions is available

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# RabbitMQ Java Client
22

3-
This repository contains source code of the [RabbitMQ Java client](http://www.rabbitmq.com/api-guide.html).
4-
The client is maintained by the [RabbitMQ team at Pivotal](http://github.com/rabbitmq/).
3+
This repository contains source code of the [RabbitMQ Java client](https://www.rabbitmq.com/api-guide.html).
4+
The client is maintained by the [RabbitMQ team at Pivotal](https://github.com/rabbitmq/).
55

66

77
## Dependency (Maven Artifact)
88

9-
Maven artifacts are [released to Maven Central](http://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.rabbitmq%20a%3Aamqp-client)
9+
Maven artifacts are [released to Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3Acom.rabbitmq%20a%3Aamqp-client)
1010
via [RabbitMQ Maven repository on Bintray](https://bintray.com/rabbitmq/maven). There's also
1111
a [Maven repository with milestone releases](https://bintray.com/rabbitmq/maven-milestones). [Snapshots are available](https://oss.sonatype.org/content/repositories/snapshots/com/rabbitmq/amqp-client/) as well.
1212

doc/channels/worktransition.graffle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "https://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
55
<key>ActiveLayerIndex</key>

src/main/java/com/rabbitmq/client/Channel.java

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
* this interface are part of the public API.
3333
*
3434
* <h2>Tutorials</h2>
35-
* <a href="http://www.rabbitmq.com/getstarted.html">RabbitMQ tutorials</a> demonstrate how
35+
* <a href="https://www.rabbitmq.com/getstarted.html">RabbitMQ tutorials</a> demonstrate how
3636
* key methods of this interface are used.
3737
*
3838
* <h2>User Guide</h2>
39-
* See <a href="http://www.rabbitmq.com/api-guide.html">Java Client User Guide</a>.
39+
* See <a href="https://www.rabbitmq.com/api-guide.html">Java Client User Guide</a>.
4040
*
4141
* <h2>Concurrency Considerations</h2>
4242
* <p>
@@ -47,13 +47,13 @@
4747
* multiple threads. While some operations on channels are safe to invoke
4848
* concurrently, some are not and will result in incorrect frame interleaving
4949
* on the wire. Sharing channels between threads will also interfere with
50-
* <a href="http://www.rabbitmq.com/confirms.html">Publisher Confirms</a>.
50+
* <a href="https://www.rabbitmq.com/confirms.html">Publisher Confirms</a>.
5151
*
5252
* As such, applications need to use a {@link Channel} per thread.
5353
* </p>
5454
*
55-
* @see <a href="http://www.rabbitmq.com/getstarted.html">RabbitMQ tutorials</a>
56-
* @see <a href="http://www.rabbitmq.com/api-guide.html">RabbitMQ Java Client User Guide</a>
55+
* @see <a href="https://www.rabbitmq.com/getstarted.html">RabbitMQ tutorials</a>
56+
* @see <a href="https://www.rabbitmq.com/api-guide.html">RabbitMQ Java Client User Guide</a>
5757
*/
5858
public interface Channel extends ShutdownNotifier, AutoCloseable {
5959
/**
@@ -243,10 +243,10 @@ public interface Channel extends ShutdownNotifier, AutoCloseable {
243243
* protocol exception, which closes the channel.
244244
*
245245
* Invocations of <code>Channel#basicPublish</code> will eventually block if a
246-
* <a href="http://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
246+
* <a href="https://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
247247
*
248248
* @see com.rabbitmq.client.AMQP.Basic.Publish
249-
* @see <a href="http://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
249+
* @see <a href="https://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
250250
* @param exchange the exchange to publish the message to
251251
* @param routingKey the routing key
252252
* @param props other properties for the message - routing headers etc
@@ -259,10 +259,10 @@ public interface Channel extends ShutdownNotifier, AutoCloseable {
259259
* Publish a message.
260260
*
261261
* Invocations of <code>Channel#basicPublish</code> will eventually block if a
262-
* <a href="http://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
262+
* <a href="https://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
263263
*
264264
* @see com.rabbitmq.client.AMQP.Basic.Publish
265-
* @see <a href="http://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
265+
* @see <a href="https://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
266266
* @param exchange the exchange to publish the message to
267267
* @param routingKey the routing key
268268
* @param mandatory true if the 'mandatory' flag is to be set
@@ -280,10 +280,10 @@ void basicPublish(String exchange, String routingKey, boolean mandatory, BasicPr
280280
* protocol exception, which closes the channel.
281281
*
282282
* Invocations of <code>Channel#basicPublish</code> will eventually block if a
283-
* <a href="http://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
283+
* <a href="https://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
284284
*
285285
* @see com.rabbitmq.client.AMQP.Basic.Publish
286-
* @see <a href="http://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
286+
* @see <a href="https://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
287287
* @param exchange the exchange to publish the message to
288288
* @param routingKey the routing key
289289
* @param mandatory true if the 'mandatory' flag is to be set

src/main/java/com/rabbitmq/client/Connection.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import java.util.concurrent.ExecutorService;
2424

2525
/**
26-
* Public API: Interface to an AMQ connection. See the see the <a href="http://www.amqp.org/">spec</a> for details.
26+
* Public API: Interface to an AMQ connection. See the see the <a href="https://www.amqp.org/">spec</a> for details.
2727
* <p>
2828
* To connect to a broker, fill in a {@link ConnectionFactory} and use a {@link ConnectionFactory} as follows:
2929
*
@@ -116,7 +116,7 @@ public interface Connection extends ShutdownNotifier, Closeable { // rename to A
116116

117117
/**
118118
* Create a new channel, using an internally allocated channel number.
119-
* If <a href="http://www.rabbitmq.com/api-guide.html#recovery">automatic connection recovery</a>
119+
* If <a href="https://www.rabbitmq.com/api-guide.html#recovery">automatic connection recovery</a>
120120
* is enabled, the channel returned by this method will be {@link Recoverable}.
121121
* <p>
122122
* Use {@link #openChannel()} if you want to use an {@link Optional} to deal
@@ -143,7 +143,7 @@ public interface Connection extends ShutdownNotifier, Closeable { // rename to A
143143
* Create a new channel wrapped in an {@link Optional}.
144144
* The channel number is allocated internally.
145145
* <p>
146-
* If <a href="http://www.rabbitmq.com/api-guide.html#recovery">automatic connection recovery</a>
146+
* If <a href="https://www.rabbitmq.com/api-guide.html#recovery">automatic connection recovery</a>
147147
* is enabled, the channel returned by this method will be {@link Recoverable}.
148148
* <p>
149149
* Use {@link #createChannel()} to return directly a {@link Channel} or {@code null}.

0 commit comments

Comments
 (0)