Skip to content

Commit c260ccc

Browse files
spring-operatoracogoluegnes
authored andcommitted
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). 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). 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). (cherry picked from commit 489ebac) Conflicts: src/main/java/com/rabbitmq/client/Connection.java
1 parent 06b3690 commit c260ccc

File tree

14 files changed

+57
-57
lines changed

14 files changed

+57
-57
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).
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
@@ -31,11 +31,11 @@
3131
* this interface are part of the public API.
3232
*
3333
* <h2>Tutorials</h2>
34-
* <a href="http://www.rabbitmq.com/getstarted.html">RabbitMQ tutorials</a> demonstrate how
34+
* <a href="https://www.rabbitmq.com/getstarted.html">RabbitMQ tutorials</a> demonstrate how
3535
* key methods of this interface are used.
3636
*
3737
* <h2>User Guide</h2>
38-
* See <a href="http://www.rabbitmq.com/api-guide.html">Java Client User Guide</a>.
38+
* See <a href="https://www.rabbitmq.com/api-guide.html">Java Client User Guide</a>.
3939
*
4040
* <h2>Concurrency Considerations</h2>
4141
* <p>
@@ -46,13 +46,13 @@
4646
* multiple threads. While some operations on channels are safe to invoke
4747
* concurrently, some are not and will result in incorrect frame interleaving
4848
* on the wire. Sharing channels between threads will also interfere with
49-
* <a href="http://www.rabbitmq.com/confirms.html">Publisher Confirms</a>.
49+
* <a href="https://www.rabbitmq.com/confirms.html">Publisher Confirms</a>.
5050
*
5151
* As such, applications need to use a {@link Channel} per thread.
5252
* </p>
5353
*
54-
* @see <a href="http://www.rabbitmq.com/getstarted.html">RabbitMQ tutorials</a>
55-
* @see <a href="http://www.rabbitmq.com/api-guide.html">RabbitMQ Java Client User Guide</a>
54+
* @see <a href="https://www.rabbitmq.com/getstarted.html">RabbitMQ tutorials</a>
55+
* @see <a href="https://www.rabbitmq.com/api-guide.html">RabbitMQ Java Client User Guide</a>
5656
*/
5757
public interface Channel extends ShutdownNotifier {
5858
/**
@@ -260,10 +260,10 @@ public interface Channel extends ShutdownNotifier {
260260
* protocol exception, which closes the channel.
261261
*
262262
* Invocations of <code>Channel#basicPublish</code> will eventually block if a
263-
* <a href="http://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
263+
* <a href="https://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
264264
*
265265
* @see com.rabbitmq.client.AMQP.Basic.Publish
266-
* @see <a href="http://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
266+
* @see <a href="https://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
267267
* @param exchange the exchange to publish the message to
268268
* @param routingKey the routing key
269269
* @param props other properties for the message - routing headers etc
@@ -276,10 +276,10 @@ public interface Channel extends ShutdownNotifier {
276276
* Publish a message.
277277
*
278278
* Invocations of <code>Channel#basicPublish</code> will eventually block if a
279-
* <a href="http://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
279+
* <a href="https://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
280280
*
281281
* @see com.rabbitmq.client.AMQP.Basic.Publish
282-
* @see <a href="http://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
282+
* @see <a href="https://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
283283
* @param exchange the exchange to publish the message to
284284
* @param routingKey the routing key
285285
* @param mandatory true if the 'mandatory' flag is to be set
@@ -297,10 +297,10 @@ void basicPublish(String exchange, String routingKey, boolean mandatory, BasicPr
297297
* protocol exception, which closes the channel.
298298
*
299299
* Invocations of <code>Channel#basicPublish</code> will eventually block if a
300-
* <a href="http://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
300+
* <a href="https://www.rabbitmq.com/alarms.html">resource-driven alarm</a> is in effect.
301301
*
302302
* @see com.rabbitmq.client.AMQP.Basic.Publish
303-
* @see <a href="http://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
303+
* @see <a href="https://www.rabbitmq.com/alarms.html">Resource-driven alarms</a>
304304
* @param exchange the exchange to publish the message to
305305
* @param routingKey the routing key
306306
* @param mandatory true if the 'mandatory' flag is to be set

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

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

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

116116
/**
117117
* Create a new channel, using an internally allocated channel number.
118-
* If <a href="http://www.rabbitmq.com/api-guide.html#recovery">automatic connection recovery</a>
118+
* If <a href="https://www.rabbitmq.com/api-guide.html#recovery">automatic connection recovery</a>
119119
* is enabled, the channel returned by this method will be {@link Recoverable}.
120120
*
121121
* @return a new channel descriptor, or null if none is available

0 commit comments

Comments
 (0)