Commit Graph

229 Commits

Author SHA1 Message Date
Oleg Zhurakousky
fc464e347f Prepared docs POM for M1 2019-03-25 15:39:19 +01:00
Oleg Zhurakousky
3ccda2c689 Upgraded to s-c-build 2.1.4 2019-03-25 15:25: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
f0aee9261c 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://www.apache.org/licenses/ with 1 occurrences migrated to:
  https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 22 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-25 14:34:11 +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
buildmaster
c09af3fb8c Bumping versions 2019-03-14 16:03:05 +00: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
Gary Russell
fa573a752c SGH-1616: Add MessageSourceCustomizer
Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/1616
Resolves #197
2019-02-28 14:32:10 +01:00
Gary Russell
18a6663bb0 GH-195: Remove usage of RabbitManagementTemplate
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/195

Also convert the binder cleaner to use Hop instead of directly using a
`RestTemplate`.

Also, temporarily drop back to the 4.5.6 Http client
(see https://github.com/spring-projects/spring-boot/issues/16043)
because 4.5.7 broke RabbitMQ REST calls for the `/` virtual host.

Resolves #196
2019-02-28 10:51:40 +01:00
Oleg Zhurakousky
e740b159b2 removed boot formatter plugin 2019-02-07 20:10:45 +01:00
Oleg Zhurakousky
bbd8b6d433 GH-1601 satellite changes to the core 2019-02-05 06:01:03 +01:00
Oleg Zhurakousky
5d53e79919 Upgraded to use spring-cloud styles 2019-02-04 20:33:52 +01:00
Oleg Zhurakousky
351f7f5b4c Merged 2.2.x to master 2019-02-04 18:14:12 +01:00
Oleg Zhurakousky
ebe3b30904 Merge branch '2.2.x' 2019-02-04 17:50:35 +01:00
Oleg Zhurakousky
2142355c92 Updated versions for 2.2.x branch 2019-02-04 08:24:32 +01:00
Gary Russell
8f12671da0 GH-146: Support listener container type selection
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/146
2019-02-04 05:52:19 +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
buildmaster
2c5f8fc966 Update SNAPSHOT to 2.1.0.RC4 2018-12-20 19:37:50 +00:00
buildmaster
e73c713a30 Going back to snapshots 2018-12-13 20:20:26 +00:00
buildmaster
9f4433b612 Update SNAPSHOT to 2.1.0.RC3 2018-12-13 20:19:46 +00:00
buildmaster
245fc81885 Bumping versions 2018-12-12 19:09:07 +00:00
Gary Russell
354ec29608 GH-189 Support binding anon to built-in exchange
Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/189

`queueNameGroupOnly` does not work with anonymous groups.

* Polishing - PR Comments

**Cherry-pick to 2.0.x**
2018-12-11 14:20:30 -05:00
buildmaster
98bc59ceef Going back to snapshots 2018-11-19 14:43:19 +00:00
buildmaster
9b46cea7dc Update SNAPSHOT to 2.1.0.RC2 2018-11-19 14:42:44 +00:00
Oleg Zhurakousky
2feca1b874 GH-162 made SPEL properties consistent
Initial change in RabbitProducerProperties to use Expression as type of SPEL properties rather then String

Resolves #162
Resolves #163
2018-11-01 11:55:48 +01:00
Oleg Zhurakousky
4303c2a708 moved s-c-build dependency back to snapshot 2018-11-01 11:39:55 +01:00
Oleg Zhurakousky
c820ae5099 Going back to snapshots 2018-10-30 14:44:16 +01:00
Oleg Zhurakousky
655c0f15d9 Update SNAPSHOT to 2.1.0.RC1 2018-10-30 14:42:39 +01:00
Gary Russell
444123cdb4 GH-184: Don't declare queue if bindQueue is false
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/184

Resolves #185
2018-10-30 12:42:07 +01:00
Oleg Zhurakousky
7eaef3a7c0 Merge remote-tracking branch 'upstream/master' 2018-10-30 08:05:38 +01:00
Oleg Zhurakousky
f2bbba1edc Bumping versions 2018-10-29 16:16:46 +01:00
Oleg Zhurakousky
70a8c5c6c5 Bumping versions 2018-10-29 15:54:09 +01:00
Oleg Zhurakousky
792ad7af65 Added ghpages.sh 2018-10-29 12:40:27 +01:00
Oleg Zhurakousky
ee46bd81de Fixed broken image links 2018-10-29 12:36:45 +01:00
Oleg Zhurakousky
6e9ca222d5 Restructured 'docs' module to be compliant with spring-cloud 2018-10-29 12:26:52 +01:00
Gary Russell
a69d2309eb GH-180: republishToDlq and ImmediateAckAmqpEx
Resolves https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/180
2018-10-23 09:51:13 -04:00
Oleg Zhurakousky
d4fbad5672 GH-182 Updated extended properties merge logic
Updated extended properties merge logic based on corresponding core updates (see GH-1503)
Resolves #182

polishing
2018-10-15 16:04:03 -04:00
Oleg Zhurakousky
f9eec404c3 Polishing previous commit
Resolves #166
2018-10-03 14:49:11 -04:00
Gary Russell
3615664580 GH-159: Truncate stack traces if necessary
Fixes https://github.com/spring-cloud/spring-cloud-stream-binder-rabbit/issues/159
2018-10-03 14:49:11 -04:00