Commit Graph

72 Commits

Author SHA1 Message Date
Dave Syer
2565713b35 Merge pull request #3 from ealden/fix-maven-build-warnings
Fix maven build warnings
2011-10-17 05:31:54 -07:00
Ealden Esto E. Escanan
033db3809a Lock plugin versions to their latest version to remove warning from Maven
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
2011-09-18 15:18:38 +08:00
Ealden Esto E. Escanan
2f1dd01bac Replaced deprecated pom.artifactId with project.artifactId
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
2011-09-18 14:55:36 +08:00
Ealden Esto E. Escanan
a5accdb862 Relocate AspectJ groupId to org.aspectj instead of aspectj
org.aspectj is the new groupId as per Maven 3.

Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
2011-09-18 14:53:37 +08:00
Ealden Esto E. Escanan
9c5e04b419 Explicitly set encoding to UTF-8 for Maven modules
It seems that it is not enough to set encoding on the root POM,
as Maven 3 complains that encoding is not set for the submodules.

Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
2011-09-18 14:51:20 +08:00
Dave Syer
50ebb00297 Update for 1.0.0 2011-08-25 18:24:18 +01:00
Dave Syer
c1d0b77444 Use RabbitAdmin to defer queue declaration 2011-08-09 14:42:14 +01:00
Dave Syer
df9847b30f Updates to spring-amqp 2011-08-04 08:57:03 +01:00
Dave Syer
68b9d1ba77 Fix Logger sample for changes in RC2 to headers 2011-06-28 10:15:02 +01:00
Dave Syer
b90765a460 AMQP-175: upgrade top rabbit 2.5.0 2011-06-27 13:00:12 +01:00
Dave Syer
6f96dc857d AMQP-165: added config listener to log4j web app 2011-04-27 13:42:34 +01:00
Dave Syer
668d890564 Organize imports 2011-04-27 13:19:42 +01:00
Dave Syer
5d22672564 Make webapp single page (only Ajax) 2011-04-27 13:15:10 +01:00
Dave Syer
33c47b2df0 Pull over log4j demo from Tomas 2011-04-27 11:48:01 +01:00
Dave Syer
e5b206d5a8 AMQP-143: from->bind 2011-04-18 09:42:48 +01:00
Dave Syer
d0fab37854 Fix for internet exporer (caching) 2011-04-06 13:41:18 +01: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
c17f4b9d85 AMQP-134: revert to vanilla logging 2011-03-28 13:52:24 +01:00
Dave Syer
1480150df8 Tidy up dependencies 2011-03-25 13:19:47 +00:00
Dave Syer
1bbc11bfb6 Fix client to use an address, not a Queue for replyTo 2011-03-24 15:14:58 +00: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
Dave Syer
6a9c6324da Add links to index.jsp 2011-03-22 12:36:36 +00:00
Dave Syer
553e1facc7 Add configurable port to ConnectionFactory and convert XML to use XSD 2011-03-15 15:40:00 +00:00
Dave Syer
5537336286 AMQP-115: fix method name 2011-03-14 11:56:38 +00:00
Dave Syer
69269c5195 AMQP-115: refactor into separate listeners for quotes and trades 2011-03-14 11:46:27 +00:00
Dave Syer
f68cb3149e Tidy namespace prefixes 2011-03-14 08:40:22 +00:00
Dave Syer
d9a55edce9 AMQP-110: Update for new rabbit schema 2011-03-14 08:33:59 +00:00
dsyer
7b64f99825 Switch servlet config to use XML 2011-03-13 17:39:35 +00:00
dsyer
afa5759dcf Update samples to use CachingConnectionFactory 2011-03-13 15:18:14 +00:00
dsyer
1b3fb5fb5d Mention helloworld in README 2011-03-13 15:17:38 +00:00
dsyer
bff1bdb0d0 Update README for webapp 2011-03-13 15:13:20 +00:00
dsyer
b585bac48f Add top-level pom to samples 2011-03-13 13:20:21 +00:00
Dave Syer
de51c6e8e6 Convert stocks sample to webapp 2011-03-11 18:17:00 +00:00
Dave Syer
2a22b7fb26 Update Eclipse meta data for stocks sample 2011-03-11 18:02:00 +00:00
Dave Syer
57bcf60d4d Update samples poms to point to M3 2011-03-11 18:02:00 +00:00
Dave Syer
f83b9dfa51 Update deps in samples 2011-03-11 18:02:00 +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
Chris Beams
8b66217889 Eliminate javadoc warnings 2011-03-11 18:02:00 +00:00
Chris Beams
6972ab8b69 Fix 'raw type' warnings. No significant API changes. 2011-03-11 18:02:00 +00:00
Chris Beams
2020d3034f Suppress serialization warnings
All classes that implement java.io.Serializable are now explicitly
marked with @SuppressWarnings("serial").  This serves as an indication
that none of the classes are suitable for transmission across process
boundaries.  This may be revisited over time and as necessary the
annotation may be removed in favor of a generated serialVersionUID.

Until such time, there Spring AMQP maintains no serialization
compatibility guarantees for any class so annotated.
2011-03-11 18:02:00 +00:00
Chris Beams
7b405097d9 add snapshot repositories back into parent and sample poms 2011-03-11 18:02:00 +00:00
Chris Beams
c66d03fb3e updated .gitignore, removed unnecessary .gitignores in child directories 2011-03-11 18:02:00 +00:00
Mark Fisher
e29bd1e81e reverted version from M1 to BUILD-SNAPSHOT 2011-03-11 18:02:00 +00:00
Chris Beams
5cf1c62a25 added milestone repository all around 2011-03-11 18:02:00 +00:00
Mark Fisher
608310aaa9 Incremented POM versions to 1.0.0.M1 2011-03-11 18:02:00 +00:00
Mark Fisher
53ffdaf32d updated version for stocks sample pom 2011-03-11 18:02:00 +00:00
Mark Fisher
4699868a51 replaced spring-amqp-core with spring-amqp in samples 2011-03-11 18:02:00 +00:00