Commit Graph

132 Commits

Author SHA1 Message Date
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
Gary Russell
9e01ef054f Update Non-Boot Samples to 1.7.1.RELEASE 2017-03-01 15:28:14 -05:00
Gary Russell
f692398a6a Add Publisher Confirms/Returns Sample
* Polishing according PR comments
2017-02-23 16:06:29 -05:00
Gary Russell
dd0ebab908 Fix spring-rabbit-json POM
- Add full Spring repo since we need snapshots
- Add proper version of boot maven plugin
2017-02-23 11:14:52 -05: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
Gary Russell
bd98e8127f spring-rabbit-json DefaultClassMapper to Bean
The mapper should be a `@Bean` so it's properly initialized.
2017-01-31 16:00:37 -05:00
Gary Russell
dd1abd8f11 Add spring-rabbit-json Sample
Polishing - Display toString()

Polishing

* Rename `Application.run()` to `Application.runDemo()` do not confuse with the `SpringApplication.run()` and `CommandLineRunner`
* Add the project to the root pom as module
2017-01-31 15:23:54 -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
Gary Russell
a91fa65b9c Update Contribution 2016-07-11 05:22:59 -04:00
Artem Bilan
563261de17 Add Log4J2 sample with Spring Boot
SO: http://stackoverflow.com/questions/37868066/spring-boot-amqpappender-with-log4j2
2016-06-16 21:32:11 -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
Gary Russell
c78e6bb7bb Bump Spring AMQP to 1.5.1 2015-10-30 16:10:33 -04:00
Gary Russell
7dbbb4bc1b Update to S-A 1.5.0 2015-09-09 14:08:21 -04:00
Gary Russell
440e314dca Bump Spring AMQP to 1.4.5 2015-05-07 16:38:23 +01:00
Artem Bilan
ba49e3f4dc Upgrade to AMQP 1.4.4 and SF 4.1.6 2015-04-03 21:30:19 +03:00
Gary Russell
2e348cd549 Spring AMQP 1.4.3; Spring Framework 4.1.4 2015-02-02 11:58:34 -05:00
Gary Russell
540599845a Update to 1.4.1.RELEASE; Spring Framework 4.1.3 2014-12-12 17:37:02 -05:00
Gary Russell
21993d0c30 Update to 1.4.0.RELEASE; Spring Framework 4.1.2 2014-11-11 10:50:17 -05:00
Gary Russell
1ec1c19c9f Update to 1.4.0.RC1; Spring Framework 4.1.1 2014-10-23 14:34:12 -04:00
Gary Russell
0bce8dd648 Update to 1.4.0.M1; Spring Framework 4.1.0 2014-09-04 16:32:20 -04:00
Gary Russell
cba2628c06 Update Spring AMQP to 1.3.5 2014-06-27 13:51:54 -04:00
Gary Russell
45c5055999 Update to Spring AMQP 1.3.3 2014-05-14 10:05:48 -04:00