22 Commits

Author SHA1 Message Date
Gary Russell
2fcea29bc4 AMQP-361 Fix Javadocs for JDK8
JIRA: https://jira.springsource.org/browse/AMQP-361
2014-01-15 15:01:10 -05:00
Gary Russell
e33623b5d1 AMQP-344 Use Spring Stylesheet For JDK 7 Javadocs
JIRA: https://jira.springsource.org/browse/AMQP-344

- Add reference to the stylesheet to build.gradle
- Change all `<pre>` tags to `<pre class="code">`
- Fix missing links
2013-12-10 19:02:01 +02:00
Gary Russell
cb183739b4 AMQP-241 Add package-info Files; Use SPR css 2013-09-27 15:33:34 -04:00
Gunnar Hillert
d9f53a27a1 AMQP-303 - Improve Rules Compliance (Sonar) 2013-03-26 18:00:24 -04:00
Gunnar Hillert
0ac827e73a AMQP-302 - Remove Warnings During Build with JDK7
* Add JavaDoc links to build.gradle
* Make deprecation message in *FederatedExchange* more expressive (Add affected version)

AMQP-302 - Code Review Changes
2013-03-26 09:55:25 -04:00
Gary Russell
b1130f825e AMQP-278 White Space Violations
Remove trailing white spaces from all java, xml and 1.1 xsd files.

    git log -p -b

shows no changes other than white space removal.
2012-11-27 14:36:54 -05:00
Dave Syer
20c1a95e57 AMQP-10: Add more features to broker admin to allow customization of runtime for UN*X 2011-02-04 15:59:21 +00:00
Dave Syer
9fcb5afae7 AMQP-97: add cookie in constructor 2011-01-28 17:29:25 +00:00
Dave Syer
fa81e49809 AMQP-59: Merge admin project
- Try to get access to error message when connect fails
- Set default hostname to OS value
- Add -detached
2011-01-11 14:33:33 +00:00
markpollack
72ced9dd74 RabbitBrokerAdmin now uses SingleConnectionFactory
The self node name created appends a UUID suffix to make it unique.
Trim node names passed to JInterface
SingleConnectionFactory now implements DisposableBean
2010-09-29 10:34:52 -04:00
markpollack
7e9411a26c add missing files for AMQP-58 (Support for caching of OtpConnections) 2010-09-27 18:36:01 -04:00
markpollack
cb9f64a5e3 AMQP-58 - Support for caching of OtpConnections 2010-09-27 15:07:02 -04:00
Dave Syer
80a03be673 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?)
2010-09-27 17:36:08 +01:00
markpollack
e26fd64723 Copy in javadocs from JInterface regarding use of node names. 2010-09-06 10:46:39 -04:00
Chris Beams
64d1befc35 Eliminate commented method from ExecuteWatchdog 2010-07-29 23:21:19 +02:00
Chris Beams
5dcf6d5931 Eliminate javadoc warnings 2010-07-29 23:19:46 +02:00
Chris Beams
ef57164a1b Remove unnecessary casts 2010-07-29 19:19:23 +02:00
Chris Beams
4bf6c675b8 Remove dead code and unused imports
Fix dead exception case

Exception was previously being thrown if replyTo address was null,
however this was unreachable code as replyTo is always assigned
a new Address. Logic has been changed to throw the same exception
if the default response routing key is found to be null.
2010-07-29 18:51:09 +02:00
Chris Beams
ba50092b37 Fix 'raw type' warnings. No significant API changes. 2010-07-29 18:50:09 +02:00
Chris Beams
be3904109e 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.
2010-07-29 17:14:38 +02:00
Mark Fisher
f02c0d72a0 AMQP-26 removed the 'otp' package 2010-07-16 10:39:09 -04:00
Mark Fisher
bade5f60f9 AMQP-26 renamed 'spring-otp' to 'spring-erlang' 2010-07-16 10:27:25 -04:00