11 Commits

Author SHA1 Message Date
Gary Russell
ee895168a5 Upgrade to Spring AMQP 2.0.14 2019-12-06 10:27:52 -05:00
Gary Russell
eaad34cc45 Upgrade versions 2019-08-06 12:05:38 -04:00
Gary Russell
99cf091bfe Upgrade to S-A 2.0.12, S-F 5.0.13 2019-04-01 17:13:38 -04:00
Spring Operator
496de2685a 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://repository.codehaus.org/ (UnknownHostException) with 2 occurrences migrated to:
  https://repository.codehaus.org/ ([https](https://repository.codehaus.org/) result UnknownHostException).
* http://www.springframework.org/download (404) with 2 occurrences migrated to:
  https://www.springframework.org/download ([https](https://www.springframework.org/download) 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://maven.apache.org/xsd/maven-4.0.0.xsd with 4 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://www.apache.org/licenses/LICENSE-2.0 with 6 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* http://github.com/SpringSource/spring-amqp-samples with 2 occurrences migrated to:
  https://github.com/SpringSource/spring-amqp-samples ([https](https://github.com/SpringSource/spring-amqp-samples) result 301).
* http://maven.apache.org/maven-v4_0_0.xsd with 3 occurrences migrated to:
  https://maven.apache.org/maven-v4_0_0.xsd ([https](https://maven.apache.org/maven-v4_0_0.xsd) result 301).
* http://www.spring.io with 2 occurrences migrated to:
  https://www.spring.io ([https](https://www.spring.io) result 301).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 14 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 7 occurrences
2019-03-16 12:43:40 -04:00
Gary Russell
b3db782e7e Upgrade to Spring AMQP 2.0.11 2019-01-10 11:44:40 -05:00
Gary Russell
fe3ed1a6f5 Upgrade to 2.0.9 2018-11-07 12:26:44 -05:00
Gary Russell
c50956a3b1 Upgrade to 2.0.8 2018-10-15 16:30:10 -04:00
Gary Russell
60f8ced033 Upgrade to 2.0.6.RELEASE 2018-09-10 10:28:33 -04:00
Gary Russell
77e955adcc Upgrade to 2.0.5 2018-07-26 11:51:56 -04:00
Gary Russell
ad94cac76a Upgrade to 2.0.4 2018-06-13 12:08:43 -04:00
Gary Russell
739fd2282d Add @RabbitListener ErrorHandler Sample
Demonstrate how to wire in a global error handler.
2017-02-14 12:11:55 -05:00