Commit Graph

62 Commits

Author SHA1 Message Date
buildmaster
4c7c0eb3bc Going back to snapshots 2019-11-08 16:19:28 +00:00
buildmaster
a2ff77ff20 Update SNAPSHOT to 3.0.0.RC2 2019-11-08 16:18:56 +00:00
Gary Russell
0f98a6433d GH-270: Support provisioning of Quorum queues
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/270
2019-11-06 09:09:25 +01:00
buildmaster
6b51c623bc Going back to snapshots 2019-10-24 15:47:44 +00:00
buildmaster
4dc147fedc Update SNAPSHOT to 3.0.0.RC1 2019-10-24 15:47:13 +00:00
Gary Russell
86b8a3ba5d GH-242: Support multiple queue bindings
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/242

Allow a consumer binding to bind its queue with multiple routing keys.

Add `bindingQueueDelimiter` to treat `bindingRoutingKey` as a list.
Resolves #266
2019-10-24 13:26:21 +02:00
buildmaster
0028dedad5 Going back to snapshots 2019-09-23 17:16:33 +00:00
buildmaster
edc0491aa2 Update SNAPSHOT to 3.0.0.M4 2019-09-23 17:15:48 +00:00
Gary Russell
510456c02c GH-252: Support Consumer Batch Mode
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/252

- also replace deprecated `txSize` with `batchSize` (unrelated to this feature).
2019-08-28 12:04:51 -04:00
Oleg Zhurakousky
ba0dc1a96e GH-261 Fixed documentation and added a test
Resolves #261
2019-08-15 09:39:07 +02:00
buildmaster
a50b747900 Going back to snapshots 2019-08-13 07:39:05 +00:00
buildmaster
c71cf3d6e2 Update SNAPSHOT to 3.0.0.M3 2019-08-13 07:38:06 +00:00
Oleg Zhurakousky
70633e8a55 Adjusted docs with recent s-c-build updates 2019-08-13 09:05:30 +02:00
Gary Russell
fe09a8bcbe GH-254: Add support for headers exchange
Resolves #254
2019-07-08 17:36:36 +02:00
buildmaster
1b4ccdb777 Going back to snapshots 2019-07-03 14:32:26 +00:00
buildmaster
1e30831763 Update SNAPSHOT to 3.0.0.M2 2019-07-03 14:31:38 +00:00
buildmaster
6bb94e7aec Going back to snapshots 2019-06-11 11:59:35 +00:00
buildmaster
bf807cdcae Update SNAPSHOT to 3.0.0.M1 2019-06-11 11:58:48 +00:00
Oleg Zhurakousky
34e535713f Updated POMs for 3.0.0.M1 release 2019-06-10 14:49:22 +02:00
Oleg Zhurakousky
2ecd299bfc Upgraded master to 3.0.0
Removed some deprecation and fixed few tests
2019-05-28 16:38:05 +02:00
buildmaster
a91987bec7 Bumping versions to 2.2.1.BUILD-SNAPSHOT after release 2019-05-07 12:28:18 +00:00
buildmaster
1b76ed3859 Going back to snapshots 2019-05-07 12:28:17 +00:00
buildmaster
bad8ad6549 Update SNAPSHOT to 2.2.0.RELEASE 2019-05-07 12:23:56 +00:00
Oleg Zhurakousky
9f8cfcd81a Prep doc POM instructions for release 2019-05-07 13:35:08 +02:00
buildmaster
8600626a69 Going back to snapshots 2019-04-09 18:02:32 +00:00
buildmaster
0eff1052e5 Update SNAPSHOT to 2.2.0.RC1 2019-04-09 18:01:43 +00:00
Oleg Zhurakousky
d7a8bd8448 Reverted the main doc file change 2019-04-09 19:45:01 +02:00
Oleg Zhurakousky
7fdf413d33 Prepared docs for RC1 2019-04-09 19:16:45 +02:00
Gary Russell
31f02523d7 GH-212: Configurable anonymous queue name prefix
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/212

Enable configuration of the prefix part of anonymous auto-delete queues.
2019-04-09 19:15:05 +02:00
Oleg Zhurakousky
e51ef4ebdc GH-193 Added note on default properties
Resolves #193
2019-04-09 18:39:47 +02:00
Gary Russell
933024c179 GH-239: Doc how to use existing queue/exchange
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/239
2019-04-08 20:53:33 +02:00
Oleg Zhurakousky
aad009ef71 Updated docs pom back to snapshot 2019-03-25 18:45:40 +01:00
Oleg Zhurakousky
643d366655 Updated spring-doc-resources.version 2019-03-25 16:45:45 +01:00
Oleg Zhurakousky
fc464e347f Prepared docs POM for M1 2019-03-25 15:39:19 +01:00
Spring Operator
666e829094 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://compose.docker.io/ (UnknownHostException) with 2 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).

## 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://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 2 occurrences migrated to:
  https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/) result 200).
* [ ] http://github.com/ with 3 occurrences migrated to:
  https://github.com/ ([https](https://github.com/) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/ ([https](https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/) result 301).
* [ ] http://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/current-SNAPSHOT/reference/html/ with 1 occurrences migrated to:
  https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/current-SNAPSHOT/reference/html/ ([https](https://docs.spring.io/spring-cloud-stream-binder-rabbit/docs/current-SNAPSHOT/reference/html/) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://raw.github.com/ with 1 occurrences migrated to:
  https://raw.github.com/ ([https](https://raw.github.com/) result 301).
* [ ] http://eclipse.org with 2 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 4 occurrences migrated to:
  https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://www.springsource.com/developer/sts with 2 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).

# Ignored
These URLs were intentionally ignored.

* http://guest:guest@localhost:15672/api with 1 occurrences
* http://guest:guest@localhost:15672/api/ with 2 occurrences
* http://localhost:15672 with 2 occurrences
* http://localhost:15672/api with 2 occurrences
2019-03-25 14:39:38 +01:00
Spring Operator
e559fcdcf1 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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://cloud.spring.io/ with 1 occurrences migrated to:
  https://cloud.spring.io/ ([https](https://cloud.spring.io/) result 200).
* http://cloud.spring.io/spring-cloud-static/ with 1 occurrences migrated to:
  https://cloud.spring.io/spring-cloud-static/ ([https](https://cloud.spring.io/spring-cloud-static/) result 200).
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 6 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://repo.spring.io/libs-milestone-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-snapshot-local with 2 occurrences migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release with 1 occurrences migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 12 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 6 occurrences
2019-03-20 17:20:15 +01:00
Oleg Zhurakousky
487d9aa6c4 adjusting for home.html 2019-03-14 20:24:35 +01:00
Oleg Zhurakousky
52a2fac32d polishing docs 2019-03-14 20:13:27 +01:00
Oleg Zhurakousky
89801a2359 Upgraded doc resources version 2019-03-14 19:45:12 +01:00
Oleg Zhurakousky
58871643bd Polishing docs styles 2019-03-14 19:18:35 +01:00
Oleg Zhurakousky
8b45fada84 GH-201 Migrated docs to new styles
Resolves #201
2019-03-13 16:28:56 +01:00
Maciej Walkowiak
8b61bc8706 Fix documentation link to Error Handling in Spring Cloud Stream Binder
Resolves #198
2019-03-13 16:14:30 +01:00
Gary Russell
c1d6507957 Fix README for doc generation
Resolves #199
2019-03-13 16:12:54 +01:00
Spring Operator
744c809fee 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 switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch migrated to:
  https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin migrated to:
  https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://projects.spring.io/spring-cloud migrated to:
  https://projects.spring.io/spring-cloud ([https](https://projects.spring.io/spring-cloud) result 301).
* http://www.spring.io migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).
* http://repo.spring.io/libs-milestone-local migrated to:
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-release-local migrated to:
  https://repo.spring.io/libs-release-local ([https](https://repo.spring.io/libs-release-local) result 302).
* http://repo.spring.io/libs-snapshot-local migrated to:
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release migrated to:
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

Resolves #200

These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-13 16:11:12 +01:00
Oleg Zhurakousky
2142355c92 Updated versions for 2.2.x branch 2019-02-04 08:24:32 +01:00
Gary Russell
4fefd19464 GH-146: Support listener container type selection
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/146
2019-01-16 13:43:04 -05:00
buildmaster
5dca68feac Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 2019-01-08 11:45:16 +00:00
buildmaster
decdf8a493 Going back to snapshots 2019-01-08 11:45:15 +00:00
buildmaster
4bced8da57 Update SNAPSHOT to 2.1.0.RELEASE 2019-01-08 11:44:13 +00:00
buildmaster
053de2a97b Going back to snapshots 2018-12-20 19:38:30 +00:00