Commit Graph

160 Commits

Author SHA1 Message Date
Gary Russell
174e4db210 Upgrade to 2.2.5 2020-02-26 10:41:54 -05:00
Gary Russell
a9003e4a68 Upgrade to 2.2.4 2020-02-26 10:27:47 -05:00
Gary Russell
1d939acf2e GH-59: Fix log4j Sample
Resolves https://github.com/spring-projects/spring-amqp-samples/issues/59

Add packages to `Configuration`, change SF version to 5.2.4.B-S.
2020-01-31 16:32:40 -05:00
Gary Russell
d53e44e225 Upgrade to 2.2.3 2020-01-15 16:52:06 -05:00
Gary Russell
e594f831a3 Git Ignore .sts4-cache 2020-01-15 10:22:10 -05:00
Gary Russell
305bb69878 Upgrade Boot-based samples to 2.2.2 2019-12-20 13:28:39 -05:00
Gary Russell
f01eaa49c0 Upgrade to spring-amqp 2.2.2 2019-12-04 11:22:27 -05:00
Artem Bilan
97c51071d9 Upgrade dependencies; change logging to Log4j2 (#55)
* Upgrade dependencies; change logging to Log4j2

* * Fix dependency versions and modernize some of them

* * Bring `junit` dependency back into `spring-rabbit-stocks` sample
since it is an `optional` with `spring-rabbit-test`
* Remove `test` dependencies from `spring-rabbit-helloworld` sample
since there is no tests in this sample at all
2019-12-03 15:58:28 -05:00
Gary Russell
476338e923 GH-56: Publisher Confirms/Returns use Future
Resolves https://github.com/spring-projects/spring-amqp-samples/issues/56

`CorrelationData` now provides a `Future<?>` to wait for confirms/returns.
2019-11-27 16:48:55 -05:00
Gary Russell
66e65055da Upgrade Jackson version 2019-11-05 16:56:34 -05:00
Gary Russell
40409d3946 Upgrade to 2.2.1.RELEASE 2019-11-04 11:20:08 -05:00
Gary Russell
e7448c115c Upgrade non-Boot samples to 2.2.0.RELEASE 2019-10-01 12:35:44 -04:00
Gary Russell
83772a58c8 Upgrade Jackson Version 2019-09-24 13:22:43 -04:00
Gary Russell
3b9d1b0a11 Upgrade to Spring AMQP 2.2.0.M4 2019-08-05 12:20:12 -04:00
Gary Russell
ff6d2df34f Upgrade to Jackson databind 2.9.9.2
- Fix package change
- remove pom.xml-e files
2019-08-02 09:00:20 -04:00
Gary Russell
deb6c95ff8 Upgrade to Jackson databind 2.9.9.1 2019-07-30 09:02:13 -04:00
Gary Russell
6d7f988459 Upgrade jackson 2019-05-27 11:45:43 -04:00
Artem Bilan
a18f69b5b8 Upgrade dependencies 2019-05-23 10:24:15 -04:00
Gary Russell
1e451776ef Upgrade to Spring-AMQP 2.2.0.M2 2019-05-13 10:30:44 -04:00
Angel Aguilera
5487c3c10b Fix typo 2019-04-24 09:11:35 -04:00
Gary Russell
b66c24785c Upgrade to S-A 2.1.5, S-F 5.1.6 2019-04-01 17:06:06 -04:00
Spring Operator
f560443578 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://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.springframework.org/schema/beans/spring-beans.xsd with 10 occurrences migrated to:
  https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* http://www.springframework.org/schema/context/spring-context.xsd with 4 occurrences migrated to:
  https://www.springframework.org/schema/context/spring-context.xsd ([https](https://www.springframework.org/schema/context/spring-context.xsd) result 200).
* http://www.springframework.org/schema/mvc/spring-mvc.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/mvc/spring-mvc.xsd ([https](https://www.springframework.org/schema/mvc/spring-mvc.xsd) result 200).
* http://www.springframework.org/schema/rabbit/spring-rabbit.xsd with 4 occurrences migrated to:
  https://www.springframework.org/schema/rabbit/spring-rabbit.xsd ([https](https://www.springframework.org/schema/rabbit/spring-rabbit.xsd) result 200).
* http://www.springframework.org/schema/task/spring-task.xsd with 1 occurrences migrated to:
  https://www.springframework.org/schema/task/spring-task.xsd ([https](https://www.springframework.org/schema/task/spring-task.xsd) result 200).
* 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://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd with 1 occurrences migrated to:
  https://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd ([https](https://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd) result 302).

# Ignored
These URLs were intentionally ignored.

* http://java.sun.com/xml/ns/j2ee with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 14 occurrences
* http://www.springframework.org/schema/beans with 20 occurrences
* http://www.springframework.org/schema/context with 8 occurrences
* http://www.springframework.org/schema/mvc with 2 occurrences
* http://www.springframework.org/schema/p with 1 occurrences
* http://www.springframework.org/schema/rabbit with 13 occurrences
* http://www.springframework.org/schema/task with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 18 occurrences
2019-03-22 17:38:54 -04:00
Spring Operator
3acfdd630c 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://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd (ReadTimeoutException) with 1 occurrences migrated to:
  https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ([https](https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd) result SSLException).

## 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://github.com/SpringSource/spring-amqp with 2 occurrences migrated to:
  https://github.com/SpringSource/spring-amqp ([https](https://github.com/SpringSource/spring-amqp) result 200).
* [ ] http://github.com/SpringSource/spring-amqp-samples with 1 occurrences migrated to:
  https://github.com/SpringSource/spring-amqp-samples ([https](https://github.com/SpringSource/spring-amqp-samples) result 200).
* [ ] http://github.com/defunkt/mustache with 1 occurrences migrated to:
  https://github.com/defunkt/mustache ([https](https://github.com/defunkt/mustache) result 200).
* [ ] http://jquery.com/ with 1 occurrences migrated to:
  https://jquery.com/ ([https](https://jquery.com/) result 200).
* [ ] http://sizzlejs.com/ with 1 occurrences migrated to:
  https://sizzlejs.com/ ([https](https://sizzlejs.com/) result 200).
* [ ] http://www.rabbitmq.com with 1 occurrences migrated to:
  https://www.rabbitmq.com ([https](https://www.rabbitmq.com) result 200).
* [ ] http://www.rabbitmq.com/getstarted.html with 1 occurrences migrated to:
  https://www.rabbitmq.com/getstarted.html ([https](https://www.rabbitmq.com/getstarted.html) result 200).
* [ ] http://forum.springsource.org/forumdisplay.php?f=74 (301) with 1 occurrences migrated to:
  https://forum.spring.io/ ([https](https://forum.springsource.org/forumdisplay.php?f=74) 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://jquery.org/license with 1 occurrences migrated to:
  https://jquery.org/license ([https](https://jquery.org/license) result 301).
* [ ] http://mustache.github.com/ with 1 occurrences migrated to:
  https://mustache.github.com/ ([https](https://mustache.github.com/) result 301).
* [ ] http://www.springsource.org/spring-amqp with 1 occurrences migrated to:
  https://www.springsource.org/spring-amqp ([https](https://www.springsource.org/spring-amqp) result 301).
* [ ] 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).

# Ignored
These URLs were intentionally ignored.

* http://java.sun.com/jsp/jstl/core with 1 occurrences
* http://www.springframework.org/tags/form with 1 occurrences
* http://www.w3.org/1999/xhtml with 1 occurrences
2019-03-22 17:38:26 -04:00
Spring Operator
d4c028d5ea 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 30 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:13 -04:00
Artem Bilan
8e81dcd670 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 Success
These URLs were fixed successfully.

* 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://github.com/SpringSource/spring-amqp-samples migrated to:
  https://github.com/SpringSource/spring-amqp-samples ([https](https://github.com/SpringSource/spring-amqp-samples) result 301).
* http://www.spring.io 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
* http://maven.apache.org/maven-v4_0_0.xsd
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
2019-03-06 10:59:07 -05:00
Gary Russell
523e68fedc Upgrade to Spring AMQP 2.1.3 2019-01-10 11:27:48 -05:00
Gary Russell
e1295d313b Upgrade Jackson version 2019-01-04 15:02:18 -05:00
Gary Russell
d63b6b9996 Stocks, Helloworld, upgrade spring version 2019-01-04 10:11:16 -05:00
Gary Russell
5defed77d9 Upgrade to 2.1.1 2018-11-07 12:44:33 -05:00
Gary Russell
8ee796dc74 Upgrade to 2.1.0.RELEASE
Fixes #33
2018-10-26 10:37:18 -04:00
Gary Russell
ba22a4f4c3 Boot 2.0.6 + G-EH Polishing
Add boot configuration to container factory.
2018-10-20 12:47:42 -04:00
Gary Russell
dc1f946be3 Upgrade Boot to 2.0.5 2018-10-13 12:50:23 -04:00
Gary Russell
5c5a98ab8e AMQP-835: Always fail build on test failures
JIRA: https://jira.spring.io/browse/AMQP-835
2018-10-13 12:46:14 -04:00
Gary Russell
8a42060d8b HelloWorld: Remove version from schema 2018-10-13 12:06:04 -04:00
Gary Russell
7ac4b08892 GH-32 Fix stocks for 2.1
Fixes https://github.com/spring-projects/spring-amqp-samples/issues/32

For some reason maven did not report a test failure in the summary.
2018-10-13 11:19:44 -04:00
Gary Russell
a8204b0ada Upgrade to 2.1.0.RC1 2018-09-21 12:24:47 -04:00
Gary Russell
8458f5e176 Upgrade to 2.1.0.M3 2018-09-11 14:26:21 -04:00
Gary Russell
a14ff79721 Upgrade to 2.1.0.M1 2018-07-26 11:53:42 -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
4c36aa83c8 Upgrade to 1.7.8.RELEASE 2018-06-13 11:33:35 -04:00
Gary Russell
955b1c7f7c Update to 1.7.6 2018-01-29 11:27:58 -05:00
Gary Russell
0602eed356 Update Hello, Stocks, to SF 4.3.9 2017-07-03 12:05:02 -04:00
Gary Russell
021a3417bc Log4j Sample; Fix JUnit Version, Test Name 2017-07-03 11:40:30 -04:00
Gary Russell
efc5878b9c Fix log4j Sample
- Fix spring-web version
2017-07-03 11:32:01 -04:00
Gary Russell
4fa0c85fe8 Remove Tutorials from Top-Level POM 2017-05-08 14:08:22 -04:00
Gary Russell
3a16cde53e Fix Tutorials README Markdown 2017-04-26 15:29:18 -04:00
Gary Russell
97fa001163 Remove rabbitmq-tutorials - now hosted by RabbitMQ 2017-04-26 13:36:45 -04:00
Gary Russell
c480c87578 Clean Up POMs - Remove repo.spring.io/repo
That repo is no longer available in artifactory.
2017-04-25 16:40:08 -04:00
Gary Russell
793d941c29 Update Non-Boot Samples to 1.7.2.RELEASE 2017-04-18 13:32:17 -04:00