Skip to content

Commit 20e8f0a

Browse files
committed
Fix HTTP urls to HTTPS
* Do not fix urls for the `http://apache.org/xml/features` when we configure XML components * Do not fix urls for localhost and fake links in tests * Fix all the dead links in docs
1 parent 0ce6216 commit 20e8f0a

File tree

130 files changed

+716
-712
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+716
-712
lines changed

CODE_OF_CONDUCT.adoc

+2-2
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-
http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44-
http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]
43+
https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
44+
https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]

CONTRIBUTING.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Signing the CLA does not grant anyone commit rights to the main repository, but
3333

3434
1. Go to https://github.com/spring-projects/spring-integration[https://github.com/spring-projects/spring-integration]
3535
2. Hit the "fork" button and choose your own github account as the target
36-
3. For more detail see http://help.github.com/fork-a-repo/[Fork A Repo].
36+
3. For more detail see https://help.github.com/fork-a-repo/[Fork A Repo].
3737

3838
== Setup your Local Development Environment
3939

@@ -53,7 +53,7 @@ _you should see branches on origin as well as upstream, including 'master'_
5353
* _Always_ work on topic branches (Typically use the GitHub issue ID as the branch name).
5454
- For example, to create and switch to a new branch for issue 123: `git checkout -b GH-123`
5555
* You might be working on several different topic branches at any given time, but when at a stopping point for one of those branches, commit (a local operation).
56-
* Please follow the "Commit Guidelines" described in http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project[this chapter of Pro Git].
56+
* Please follow the "Commit Guidelines" described in https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project[this chapter of Pro Git].
5757
* Then to begin working on another issue (say 101): `git checkout GH-101`.
5858
The _-b_ flag is not needed if that branch already exists in your local repository.
5959
* When ready to resolve an issue or to collaborate with others, you can push your branch to origin (your fork), e.g.: `git push origin GH-123`
@@ -65,7 +65,7 @@ Alternatively, they can use `git fetch --all` to sync their local state with all
6565
* A prerequisite for any pull request is that it will be cleanly merge-able with the upstream master's current state.
6666
**This is the responsibility of any contributor.**
6767
If your pull request cannot be applied cleanly, the project lead will most likely add a comment requesting that you make it merge-able.
68-
For a full explanation, see http://git-scm.com/book/en/Git-Branching-Rebasing[the Pro Git section on rebasing].
68+
For a full explanation, see https://git-scm.com/book/en/Git-Branching-Rebasing[the Pro Git section on rebasing].
6969
As stated there: _"> Often, you’ll do this to make sure your commits apply cleanly on a remote branch — perhaps in a project to which you’re trying to contribute but that you don’t maintain."_
7070

7171
== Keeping your Local Code in Sync
@@ -80,7 +80,7 @@ As stated there: _"> Often, you’ll do this to make sure your commits apply cle
8080
- Then: `git pull upstream master`
8181
- Switch back to the topic branch: `git checkout GH-123` (no -b needed since the branch already exists)
8282
- Rebase the topic branch to minimize the distance between it and your recently synced master branch: `git rebase master`
83-
(Again, for more detail see http://git-scm.com/book/en/Git-Branching-Rebasing[the Pro Git section on rebasing]).
83+
(Again, for more detail see https://git-scm.com/book/en/Git-Branching-Rebasing[the Pro Git section on rebasing]).
8484
* **Note** While it is generally recommended to __not__ re-write history by using `push --force`, and we do not do this on `master` (and release) branches in the main repo, we require topic branches for pull requests to be rebased before merging, in order to maintain a clean timeline and avoid "merge" commits.
8585
* If, while rebasing for the merge, we find significant conflicts, we may ask you to rebase and `push --force` to your topic branch after resolving the conflicts.
8686
* Assuming your pull request is merged into the 'upstream' master, you will end up pulling that change into your own master eventually and, at that time, you may decide to delete the topic branch from your local repository and your fork (origin) if you pushed it there.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Spring Integration [<img src="https://build.spring.io/plugins/servlet/buildStatusImage/INT-MASTER">](https://build.spring.io/browse/INT-MASTER) [![Join the chat at https://gitter.im/spring-projects/spring-integration](https://badges.gitter.im/spring-projects/spring-integration.svg)](https://gitter.im/spring-projects/spring-integration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1+
Spring Integration [<img src="https://build.spring.io/plugins/servlet/wittified/build-status/INT-MASTER">](https://build.spring.io/browse/INT-MASTER) [![Join the chat at https://gitter.im/spring-projects/spring-integration](https://badges.gitter.im/spring-projects/spring-integration.svg)](https://gitter.im/spring-projects/spring-integration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
22
==================
33

44
# Checking out and Building
@@ -53,4 +53,4 @@ To generate IDEA metadata (.iml and .ipr files), do the following:
5353
# Resources
5454

5555
For more information, please visit the Spring Integration website at:
56-
[http://projects.spring.io/spring-integration](http://projects.spring.io/spring-integration/)
56+
[https://projects.spring.io/spring-integration](https://projects.spring.io/spring-integration/)

spring-integration-amqp/src/main/resources/org/springframework/integration/amqp/config/spring-integration-amqp-5.2.xsd

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<xsd:import namespace="http://www.springframework.org/schema/beans" />
1010
<xsd:import namespace="http://www.springframework.org/schema/tool" />
1111
<xsd:import namespace="http://www.springframework.org/schema/integration"
12-
schemaLocation="http://www.springframework.org/schema/integration/spring-integration-5.2.xsd"/>
12+
schemaLocation="https://www.springframework.org/schema/integration/spring-integration-5.2.xsd"/>
1313

1414
<xsd:element name="outbound-channel-adapter">
1515
<xsd:annotation>

spring-integration-core/src/main/java/org/springframework/integration/handler/advice/IdempotentReceiverInterceptor.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2018 the original author or authors.
2+
* Copyright 2014-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
2828

2929
/**
3030
* The {@link org.aopalliance.intercept.MethodInterceptor} implementation for the
31-
* <a href="http://www.eaipatterns.com/IdempotentReceiver.html">Idempotent Receiver</a>
31+
* <a href="https://www.enterpriseintegrationpatterns.com/IdempotentReceiver.html">Idempotent Receiver</a>
3232
* E.I. Pattern.
3333
* <p>
3434
* This {@link org.aopalliance.intercept.MethodInterceptor} works like a
@@ -48,6 +48,7 @@
4848
* @author Gary Russell
4949
*
5050
* @since 4.1
51+
*
5152
* @see org.springframework.integration.selector.MetadataStoreSelector
5253
* @see org.springframework.integration.config.IdempotentReceiverAutoProxyCreatorInitializer
5354
*/

spring-integration-core/src/main/java/org/springframework/integration/json/JsonPathUtils.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/**
2929
* Utility class to {@link #evaluate} a jsonPath on the provided object.
30-
* Delegates evaluation to <a href="http://code.google.com/p/json-path">JsonPath</a>.
30+
* Delegates evaluation to <a href="https://github.com/json-path/JsonPath">JsonPath</a>.
3131
* Note {@link #evaluate} is used as {@code #jsonPath()} SpEL function.
3232
*
3333
* @author Artem Bilan

spring-integration-core/src/main/java/org/springframework/integration/scattergather/ScatterGatherHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
/**
4646
* The {@link MessageHandler} implementation for the
47-
* <a href="http://www.eaipatterns.com/BroadcastAggregate.html">Scatter-Gather</a> EIP pattern.
47+
* <a href="https://www.enterpriseintegrationpatterns.com/BroadcastAggregate.html">Scatter-Gather</a> EIP pattern.
4848
*
4949
* @author Artem Bilan
5050
* @author Abdul Zaheer

spring-integration-core/src/main/java/org/springframework/integration/selector/MetadataStoreSelector.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2018 the original author or authors.
2+
* Copyright 2014-2019 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@
3939
* {@code MetadataStore} associated with the {@code key}.
4040
* <p>
4141
* This {@link MessageSelector} is useful for an
42-
* <a href="http://www.eaipatterns.com/IdempotentReceiver.html">Idempotent Receiver</a>
42+
* <a href="https://www.enterpriseintegrationpatterns.com/IdempotentReceiver.html">Idempotent Receiver</a>
4343
* implementation.
4444
* <p>
4545
* It can be used in a {@link org.springframework.integration.filter.MessageFilter}

spring-integration-core/src/test/java/org/springframework/integration/config/xml/chain-elements-config.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ xmlheaders=\
33
<beans xmlns="http://www.springframework.org/schema/beans" \
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \
55
xmlns:int="http://www.springframework.org/schema/integration" \
6-
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd \
7-
http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd">
6+
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd \
7+
http://www.springframework.org/schema/integration https://www.springframework.org/schema/integration/spring-integration.xsd">
88
xmlfooter= </beans>
99

1010
service-activator=\

spring-integration-core/src/test/java/org/springframework/integration/config/xml/idempotent-receiver-configs.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ xmlheaders=\
33
<beans xmlns="http://www.springframework.org/schema/beans" \
44
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \
55
xmlns:int="http://www.springframework.org/schema/integration" \
6-
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd \
7-
http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration.xsd">
6+
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd \
7+
http://www.springframework.org/schema/integration https://www.springframework.org/schema/integration/spring-integration.xsd">
88
xmlfooter= </beans>
99

1010
empty=<int:idempotent-receiver endpoint=""/>

0 commit comments

Comments
 (0)