Spring Operator
da792dbea3
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 3 occurrences migrated to:
https://repository.codehaus.org/ ([https](https://repository.codehaus.org/ ) result UnknownHostException).
* http://repo.spring.io/maven/bundles/release (404) with 1 occurrences migrated to:
https://repo.spring.io/maven/bundles/release ([https](https://repo.spring.io/maven/bundles/release ) result 404).
* http://repo.spring.io/repo (404) with 2 occurrences migrated to:
https://repo.spring.io/repo ([https](https://repo.spring.io/repo ) result 404).
* http://www.springframework.org/download (404) with 3 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 5 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 8 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 4 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 3 occurrences migrated to:
https://www.spring.io ([https](https://www.spring.io ) result 301).
* http://repo.spring.io/libs-staging-local with 1 occurrences migrated to:
https://repo.spring.io/libs-staging-local ([https](https://repo.spring.io/libs-staging-local ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 18 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 9 occurrences
2019-03-22 17:39:28 -04:00
Spring Operator
a3e0ecb36e
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/LICENSE-2.0 with 61 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-22 17:37:22 -04:00
Gary Russell
79bd2edb26
Update to 2.0.2.RELEASE
2018-01-29 10:45:06 -05:00
Gary Russell
36a949f12a
Update to 2.0.0.RC2
2017-09-27 11:10:29 -04:00
Gary Russell
b2835e555c
Update to Spring AMQP 2.0.0.M4
2017-05-08 14:37:06 -04:00
Gary Russell
6b709dde09
Update to 2.0.0.M3
2017-04-18 13:07:00 -04:00
Gary Russell
9e01ef054f
Update Non-Boot Samples to 1.7.1.RELEASE
2017-03-01 15:28:14 -05:00
Gary Russell
58e0b8004a
Update Spring AMQP to 1.6.6.RELEASE
2016-12-21 10:03:43 -05:00
Gary Russell
dfcccbbc2a
Update Spring AMQP to 1.6.5
2016-11-09 10:38:13 -05:00
Artem Bilan
608648e67f
GH-12: Remove Jersey dependency from tutorial app
...
Fixes GH-12 (https://github.com/spring-projects/spring-amqp-samples/issues/12 )
Now we have such a report:
```
EmbeddedServletContainerAutoConfiguration did not match
- not a web application (OnWebApplicationCondition)
```
2016-08-12 17:00:01 -04:00
Volker Krebs
8aad43786f
Upgrade to spring-boot 1.4.0
...
Remove redundant dependency and rely on the provided by `spring-boot-starter-amqp`
2016-08-12 16:33:58 -04:00
Artem Bilan
7a24a09a2c
Upgrade to Spring AMQP-1.6.0.RELEASE
2016-05-31 15:27:21 -04:00
Gary Russell
556449c33a
Update to 1.5.5 and SF 4.2.5
2016-03-24 16:11:50 -04:00
Gary Russell
402bd0a524
Version 1.5.3
2015-12-23 13:24:42 -05:00
Scott Deeg
06baf7b6bb
RabbitMQ Tutorials refactoring
...
Upgrade to Spring AMQP 1.5.3.B-S to resolve an exception on the `context.close()`
2015-11-18 11:48:34 -05:00
Gary Russell
ffd0f4c24d
RabbitMQ Tutorials
2015-11-02 12:36:34 -05:00