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://docs.spring.io/spring-integration/reference/html/messaging-endpoints-chapter.html (301) with 1 occurrences migrated to: https://docs.spring.io/spring-integration/reference/html/messaging-endpoints-chapter.html ([https](https://docs.spring.io/spring-integration/reference/html/messaging-endpoints-chapter.html) 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://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css with 1 occurrences migrated to: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css ([https](https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css) result 200). * [ ] http://docs.spring.io/spring-kafka/docs/1.0.0.BUILD-SNAPSHOT/reference/html/ with 1 occurrences migrated to: https://docs.spring.io/spring-kafka/docs/1.0.0.BUILD-SNAPSHOT/reference/html/ ([https](https://docs.spring.io/spring-kafka/docs/1.0.0.BUILD-SNAPSHOT/reference/html/) result 200). * [ ] http://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400italic,700italic,400,700 with 1 occurrences migrated to: https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400italic,700italic,400,700 ([https](https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400italic,700italic,400,700) result 200). * [ ] http://projects.spring.io/spring-kafka/ with 1 occurrences migrated to: https://projects.spring.io/spring-kafka/ ([https](https://projects.spring.io/spring-kafka/) result 200). * [ ] http://stackoverflow.com/questions/134882/undoing-a-git-rebase with 1 occurrences migrated to: https://stackoverflow.com/questions/134882/undoing-a-git-rebase ([https](https://stackoverflow.com/questions/134882/undoing-a-git-rebase) result 200). * [ ] http://stackoverflow.com/questions/tagged/spring-kafka with 1 occurrences migrated to: https://stackoverflow.com/questions/tagged/spring-kafka ([https](https://stackoverflow.com/questions/tagged/spring-kafka) result 200). * [ ] http://www.apache.org with 1 occurrences migrated to: https://www.apache.org ([https](https://www.apache.org) result 200). * [ ] http://www.enterpriseintegrationpatterns.com/patterns/messaging/IdempotentReceiver.html with 1 occurrences migrated to: https://www.enterpriseintegrationpatterns.com/patterns/messaging/IdempotentReceiver.html ([https](https://www.enterpriseintegrationpatterns.com/patterns/messaging/IdempotentReceiver.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://static.springsource.org/spring-kafka/reference (301) with 1 occurrences migrated to: https://docs.spring.io/spring-kafka/reference ([https](https://static.springsource.org/spring-kafka/reference) result 301). * [ ] http://help.github.com/fork-a-repo/ with 1 occurrences migrated to: https://help.github.com/fork-a-repo/ ([https](https://help.github.com/fork-a-repo/) 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://www.springframework.org with 1 occurrences migrated to: https://www.springframework.org ([https](https://www.springframework.org) result 301). * [ ] http://www.springsource.com with 2 occurrences migrated to: https://www.springsource.com ([https](https://www.springsource.com) result 301). * [ ] http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project with 1 occurrences migrated to: https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project ([https](https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project) result 302). * [ ] http://git-scm.com/book/en/Git-Branching-Rebasing with 2 occurrences migrated to: https://git-scm.com/book/en/Git-Branching-Rebasing ([https](https://git-scm.com/book/en/Git-Branching-Rebasing) result 302). * [ ] http://www.springsource.org/node/feed with 1 occurrences migrated to: https://www.springsource.org/node/feed ([https](https://www.springsource.org/node/feed) result 302).
This commit is contained in:
committed by
Artem Bilan
parent
89a9e1ed2d
commit
04d1f30ec0
@@ -40,5 +40,5 @@ appropriate to the circumstances. Maintainers are obligated to maintain confiden
|
|||||||
with regard to the reporter of an incident.
|
with regard to the reporter of an incident.
|
||||||
|
|
||||||
This Code of Conduct is adapted from the
|
This Code of Conduct is adapted from the
|
||||||
http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at
|
https://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/]
|
https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/]
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ Signing the CLA does not grant anyone commit rights to the main repository, but
|
|||||||
|
|
||||||
1. Go to https://github.com/spring-projects/spring-kafka[https://github.com/spring-projects/spring-kafka]
|
1. Go to https://github.com/spring-projects/spring-kafka[https://github.com/spring-projects/spring-kafka]
|
||||||
2. Hit the "fork" button and choose your own GitHub account as the target
|
2. Hit the "fork" button and choose your own GitHub account as the target
|
||||||
3. For more detail see http://help.github.com/fork-a-repo/[Fork A Repo].
|
3. For more detail see https://help.github.com/fork-a-repo/[Fork A Repo].
|
||||||
|
|
||||||
== Setup your Local Development Environment
|
== Setup your Local Development Environment
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@ _you should see branches on origin as well as upstream, including 'master' and '
|
|||||||
- For example, to create and switch to a new branch for issue GH-123: `git checkout -b GH-123`
|
- For example, to create and switch to a new branch for issue GH-123: `git checkout -b GH-123`
|
||||||
* 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).
|
* 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).
|
||||||
* Please follow the "Commit Guidelines" described in
|
* Please follow the "Commit Guidelines" described in
|
||||||
http://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project[this chapter of Pro Git].
|
https://git-scm.com/book/en/Distributed-Git-Contributing-to-a-Project[this chapter of Pro Git].
|
||||||
* Then to begin working on another issue (say GH-101): `git checkout GH-101`. The _-b_ flag is not needed if that
|
* Then to begin working on another issue (say GH-101): `git checkout GH-101`. The _-b_ flag is not needed if that
|
||||||
branch already exists in your local repository.
|
branch already exists in your local repository.
|
||||||
* When ready to resolve an issue or to collaborate with others, you can push your branch to origin (your fork),
|
* When ready to resolve an issue or to collaborate with others, you can push your branch to origin (your fork),
|
||||||
@@ -74,7 +74,7 @@ add a comment about something that should be modified, or he might reject the pu
|
|||||||
**This is the responsibility of any contributor.**
|
**This is the responsibility of any contributor.**
|
||||||
If your pull request cannot be applied cleanly, the project lead will most likely add a comment requesting that you make
|
If your pull request cannot be applied cleanly, the project lead will most likely add a comment requesting that you make
|
||||||
it merge-able.
|
it merge-able.
|
||||||
For a full explanation, see http://git-scm.com/book/en/Git-Branching-Rebasing[the Pro Git section on rebasing].
|
For a full explanation, see https://git-scm.com/book/en/Git-Branching-Rebasing[the Pro Git section on rebasing].
|
||||||
As stated there: _"> Often, you’ll do this to make sure your commits apply cleanly on a remote branch — perhaps in a
|
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."_
|
project to which you’re trying to contribute but that you don’t maintain."_
|
||||||
|
|
||||||
@@ -91,11 +91,11 @@ and merging that into the branch you are in currently)
|
|||||||
- Then: `git pull upstream master`
|
- Then: `git pull upstream master`
|
||||||
- Switch back to the topic branch: `git checkout GH-123` (no -b needed since the branch already exists)
|
- Switch back to the topic branch: `git checkout GH-123` (no -b needed since the branch already exists)
|
||||||
- Rebase the topic branch to minimize the distance between it and your recently synched master branch: `git rebase master`
|
- Rebase the topic branch to minimize the distance between it and your recently synched master branch: `git rebase master`
|
||||||
(Again, for more detail see http://git-scm.com/book/en/Git-Branching-Rebasing[the Pro Git section on rebasing]).
|
(Again, for more detail see https://git-scm.com/book/en/Git-Branching-Rebasing[the Pro Git section on rebasing]).
|
||||||
* **Note** You cannot rebase if you have already pushed your branch to your remote because you'd be rewriting history
|
* **Note** You cannot rebase if you have already pushed your branch to your remote because you'd be rewriting history
|
||||||
(see **'The Perils of Rebasing'** in the article).
|
(see **'The Perils of Rebasing'** in the article).
|
||||||
If you rebase by mistake, you can undo it as discussed
|
If you rebase by mistake, you can undo it as discussed
|
||||||
http://stackoverflow.com/questions/134882/undoing-a-git-rebase[in this StackOverflow discussion].
|
https://stackoverflow.com/questions/134882/undoing-a-git-rebase[in this StackOverflow discussion].
|
||||||
Once you have published your branch, you need to merge in the master rather than rebasing.
|
Once you have published your branch, you need to merge in the master rather than rebasing.
|
||||||
* Now, if you issue a pull request, it is much more likely to be merged without conflicts.
|
* Now, if you issue a pull request, it is much more likely to be merged without conflicts.
|
||||||
Most likely, any pull request that would produce conflicts will be deferred until the issuer of that pull request makes
|
Most likely, any pull request that would produce conflicts will be deferred until the issuer of that pull request makes
|
||||||
|
|||||||
@@ -53,16 +53,16 @@ To generate IDEA metadata (.iml and .ipr files), do the following:
|
|||||||
# Resources
|
# Resources
|
||||||
|
|
||||||
For more information, please visit the Spring Kafka website at:
|
For more information, please visit the Spring Kafka website at:
|
||||||
[Reference Manual](http://docs.spring.io/spring-kafka/docs/1.0.0.BUILD-SNAPSHOT/reference/html/)
|
[Reference Manual](https://docs.spring.io/spring-kafka/docs/1.0.0.BUILD-SNAPSHOT/reference/html/)
|
||||||
|
|
||||||
# Contributing to Spring Kafka
|
# Contributing to Spring Kafka
|
||||||
|
|
||||||
Here are some ways for you to get involved in the community:
|
Here are some ways for you to get involved in the community:
|
||||||
|
|
||||||
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [StackOverflow](http://stackoverflow.com/questions/tagged/spring-kafka) by responding to questions and joining the debate.
|
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [StackOverflow](https://stackoverflow.com/questions/tagged/spring-kafka) by responding to questions and joining the debate.
|
||||||
* Create [GitHub issues](https://github.com/spring-projects/spring-kafka/issues) for bugs and new features and comment and vote on the ones that you are interested in.
|
* Create [GitHub issues](https://github.com/spring-projects/spring-kafka/issues) for bugs and new features and comment and vote on the ones that you are interested in.
|
||||||
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
|
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](https://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing.
|
||||||
* Watch for upcoming articles on Spring by [subscribing](http://www.springsource.org/node/feed) to springframework.org
|
* Watch for upcoming articles on Spring by [subscribing](https://www.springsource.org/node/feed) to springframework.org
|
||||||
|
|
||||||
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup).
|
Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup).
|
||||||
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.
|
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.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ This document is the API specification for Spring for Apache Kafka project
|
|||||||
<div id="overviewBody">
|
<div id="overviewBody">
|
||||||
<p>
|
<p>
|
||||||
For further API reference and developer documentation, see the
|
For further API reference and developer documentation, see the
|
||||||
<a href="http://static.springsource.org/spring-kafka/reference" target="_top">Spring
|
<a href="https://docs.spring.io/spring-kafka/reference" target="_top">Spring
|
||||||
Kafka reference documentation</a>.
|
Kafka reference documentation</a>.
|
||||||
That documentation contains more detailed, developer-targeted
|
That documentation contains more detailed, developer-targeted
|
||||||
descriptions, with conceptual overviews, definitions of terms,
|
descriptions, with conceptual overviews, definitions of terms,
|
||||||
@@ -14,8 +14,8 @@ This document is the API specification for Spring for Apache Kafka project
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
If you are interested in commercial training, consultancy, and
|
If you are interested in commercial training, consultancy, and
|
||||||
support for Spring Kafka, please visit <a href="http://www.springsource.com" target="_top">
|
support for Spring Kafka, please visit <a href="https://www.springsource.com" target="_top">
|
||||||
http://www.springsource.com</a>
|
https://www.springsource.com</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
4
src/dist/notice.txt
vendored
4
src/dist/notice.txt
vendored
@@ -4,13 +4,13 @@
|
|||||||
========================================================================
|
========================================================================
|
||||||
|
|
||||||
This product includes software developed by
|
This product includes software developed by
|
||||||
the Apache Software Foundation (http://www.apache.org).
|
the Apache Software Foundation (https://www.apache.org).
|
||||||
|
|
||||||
The end-user documentation included with a redistribution, if any,
|
The end-user documentation included with a redistribution, if any,
|
||||||
must include the following acknowledgement:
|
must include the following acknowledgement:
|
||||||
|
|
||||||
"This product includes software developed by the Spring Framework
|
"This product includes software developed by the Spring Framework
|
||||||
Project (http://www.springframework.org)."
|
Project (https://www.springframework.org)."
|
||||||
|
|
||||||
Alternatively, this acknowledgement may appear in the software itself,
|
Alternatively, this acknowledgement may appear in the software itself,
|
||||||
if and wherever such third-party acknowledgements normally appear.
|
if and wherever such third-party acknowledgements normally appear.
|
||||||
|
|||||||
@@ -339,9 +339,9 @@ public void listen(@Payload String foo,
|
|||||||
In certain scenarios, such as rebalancing, a message may be redelivered that has already been processed.
|
In certain scenarios, such as rebalancing, a message may be redelivered that has already been processed.
|
||||||
The framework cannot know whether such a message has been processed or not, that is an application-level
|
The framework cannot know whether such a message has been processed or not, that is an application-level
|
||||||
function.
|
function.
|
||||||
This is known as the http://www.enterpriseintegrationpatterns.com/patterns/messaging/IdempotentReceiver.html[Idempotent
|
This is known as the https://www.enterpriseintegrationpatterns.com/patterns/messaging/IdempotentReceiver.html[Idempotent
|
||||||
Receiver] pattern and Spring Integration provides an
|
Receiver] pattern and Spring Integration provides an
|
||||||
http://docs.spring.io/spring-integration/reference/html/messaging-endpoints-chapter.html#idempotent-receiver[implementation thereof].
|
https://docs.spring.io/spring-integration/reference/html/messaging-endpoints-chapter.html#idempotent-receiver[implementation thereof].
|
||||||
|
|
||||||
The Spring for Apache Kafka project also provides some assistance by means of the `FilteringMessageListenerAdapter`
|
The Spring for Apache Kafka project also provides some assistance by means of the `FilteringMessageListenerAdapter`
|
||||||
class, which can wrap your `MessageListener`.
|
class, which can wrap your `MessageListener`.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
This documentation pertains to versions 2.0.0 and above; for documentation for earlier releases, see the https://github.com/spring-projects/spring-integration-kafka/blob/1.3.x/README.md[1.3.x README].
|
This documentation pertains to versions 2.0.0 and above; for documentation for earlier releases, see the https://github.com/spring-projects/spring-integration-kafka/blob/1.3.x/README.md[1.3.x README].
|
||||||
|
|
||||||
Spring Integration Kafka is now based on the http://projects.spring.io/spring-kafka/[Spring for Apache Kafka project].
|
Spring Integration Kafka is now based on the https://projects.spring.io/spring-kafka/[Spring for Apache Kafka project].
|
||||||
It provides the following components:
|
It provides the following components:
|
||||||
|
|
||||||
- Outbound Channel Adapter
|
- Outbound Channel Adapter
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
@import url(http://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400italic,700italic,400,700);
|
@import url(https://fonts.googleapis.com/css?family=Varela+Round|Open+Sans:400italic,700italic,400,700);
|
||||||
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
|
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
|
||||||
/* ========================================================================== HTML5 display definitions ========================================================================== */
|
/* ========================================================================== HTML5 display definitions ========================================================================== */
|
||||||
/** Correct `block` display not defined in IE 8/9. */
|
/** Correct `block` display not defined in IE 8/9. */
|
||||||
@import url(http://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css);
|
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.css);
|
||||||
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
|
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
|
||||||
|
|
||||||
/** Correct `inline-block` display not defined in IE 8/9. */
|
/** Correct `inline-block` display not defined in IE 8/9. */
|
||||||
|
|||||||
Reference in New Issue
Block a user