22 Commits

Author SHA1 Message Date
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
1e451776ef Upgrade to Spring-AMQP 2.2.0.M2 2019-05-13 10:30:44 -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
Gary Russell
8a42060d8b HelloWorld: Remove version from schema 2018-10-13 12:06:04 -04:00
Dave Syer
1f13fe0537 Use namespace features for template + CF 2011-04-06 12:54:15 +01:00
Dave Syer
0b738513d0 Fix config before RC1 2011-03-31 13:45:38 +01:00
Dave Syer
ef81d17625 AMQP-131: copy config from old base class 2011-03-28 13:52:28 +01:00
Dave Syer
a0074a67fb Fix samples to accommodate changes to XSD 2011-03-24 08:30:05 +00:00
Dave Syer
dcab11ae2d Use namespace 2011-03-22 12:36:51 +00:00
dsyer
afa5759dcf Update samples to use CachingConnectionFactory 2011-03-13 15:18:14 +00:00
Dave Syer
8cb08a6a05 Some improvements to the admin module:
- Re-org exec a bit
- Add checks for env vars in admin
- Check upper case host name on Windoze
- Fix problem with user admin binary converter in Rabbit 2.1
- Add pauses to prevent RPC errors (timing issue in JInterface?)
2011-03-11 18:02:00 +00:00
Mark Fisher
57eb5cd576 renamed RabbitConfiguration to HelloWorldConfiguration in the sync helloworld sample 2011-03-11 18:02:00 +00:00
markpollack
3820fd225b add declareQueue to AmqpAdmin interface
additiona docs
XML example to configure AmqpAdmin implementations
2011-03-11 18:02:00 +00:00
Mark Fisher
04deaeddce AMQP-1 added 'async' Hello World walk through 2011-03-11 18:02:00 +00:00
markpollack
2d2e7dffca Change use of RabbitTemplate to AmqpTemplate.
Javadoc cleanup
2011-03-11 18:02:00 +00:00
Mark Fisher
d8f4b2047b replaced CachingConnectionFactory with SingleConnectionFactory for tests and samples 2011-03-11 18:02:00 +00:00
Mark Fisher
67f75c18a6 adding async example to helloworld sample 2011-03-11 18:02:00 +00:00
Mark Fisher
3352b8d5f7 AMQP-12 added Exchanges, Queues, and Bindings in a lifecycle callback rather than at configuration time 2011-03-11 18:01:59 +00:00
Mark Fisher
822317679a AMQP-9 removed 'default' from names of template properties 2011-03-11 18:01:59 +00:00
markpollack
bbfab5f8d8 AMQP-6 Implement AmqpAdmin interface with RabbitAdmin implementation 2011-03-11 18:01:59 +00:00
Mark Fisher
30dc34d703 updated .classpath files to exclude missing directories and moved helloworld sample's src/test/resources to src/main/resources 2011-03-11 18:01:59 +00:00
markpollack
933acbe493 initial commit 2011-03-11 18:01:59 +00:00