Commit Graph

6614 Commits

Author SHA1 Message Date
Mark Fisher
11f17c228f updating changelog and readme for the 2.0.1 release 2010-12-17 16:48:56 -05:00
Oleg Zhurakousky
9927b3e4eb INT-1697 set remoteFileSeparator tp be '/' 2010-12-17 16:29:56 -05:00
Mark Fisher
3131d217d1 INT-1698 GlobalChannelInterceptorBeanPostProcessor now does its processing *after* initialization so that it can apply to the results of FactoryBeans (as in the JMS Channel case) 2010-12-17 16:15:40 -05:00
Oleg Zhurakousky
96aab9bf28 INT-1698 addd test for JMS global interceptors 2010-12-17 16:01:13 -05:00
Mark Fisher
e50688fb1d removed class level tangle 2010-12-17 15:39:35 -05:00
Mark Fisher
2e75687ec7 enforcing fileNameGenerator cannot be null 2010-12-17 15:32:15 -05:00
Mark Fisher
ff7c0fe309 INT-1688 ignoring methods that are declared on the Proxy class itself 2010-12-17 14:45:10 -05:00
Oleg Zhurakousky
1d582583a5 INT-1696 updated tests for MessageProducerSupport 2010-12-17 14:23:34 -05:00
Mark Fisher
7ac078e706 INT-1696 added test for successful error flow and modified expected exception for failing error flow 2010-12-17 14:16:00 -05:00
Oleg Zhurakousky
9b0f13e271 INT-1696 added tests for MessageProducerSupport 2010-12-17 13:29:59 -05:00
Mark Fisher
ea2f7337b3 whitespace 2010-12-17 12:59:57 -05:00
Mark Fisher
4f43db8231 INT-1694, INT-1695 fixed error flow result handling in MessagingGatewaySupport 2010-12-17 12:58:46 -05:00
Mark Fisher
c3ebcf5630 INT-1694, INT-1695 un-Ignored tests 2010-12-17 12:53:21 -05:00
Oleg Zhurakousky
4dd2265e4c adding MessagingGatewaySupport tests for error-channel 2010-12-17 12:40:51 -05:00
Mark Fisher
1eabbfb4e9 polishing 2010-12-17 12:06:16 -05:00
Mark Fisher
a5a787017e avoiding use of instance variable for what should be local state 2010-12-17 11:49:20 -05:00
Mark Fisher
7353e624ee FileTransferringMessageHandler now has UTF-8 as the default charset 2010-12-17 11:41:46 -05:00
Mark Fisher
337e642fff doc polishing 2010-12-17 11:03:52 -05:00
Mark Fisher
7e26e97f78 doc polish 2010-12-17 10:59:09 -05:00
Oleg Zhurakousky
a593fcf2fe polishing XMPP schema, moved extract-payload to the inbound adapter 2010-12-17 10:56:48 -05:00
Mark Fisher
66aefa86c7 polishing 2010-12-17 10:34:47 -05:00
Mark Fisher
2d59dced3d fixed unmatched element in doc 2010-12-16 18:51:56 -05:00
Mark Fisher
0be6410a6d INT-1636 rolling back the DM target user expression support 2010-12-16 18:45:12 -05:00
Mark Fisher
e80913c639 XmppConnectionFactoryBean's autoStartup property is now true by default (not just via schema-based configuration + parsing) 2010-12-16 17:52:11 -05:00
Mark Fisher
13447aba5a doc polishing 2010-12-16 17:38:44 -05:00
Mark Fisher
6aa2a05390 added a bit more detail to the HTTP header mapping documentation 2010-12-16 17:17:38 -05:00
Mark Fisher
fd7dbdd890 now evaluating SpEL against context variables in Twitter Direct Message test 2010-12-16 17:05:31 -05:00
Mark Fisher
403e929eb6 polishing 2010-12-16 16:50:57 -05:00
Mark Fisher
9a6d20d5b3 polishing 2010-12-16 16:19:52 -05:00
Mark Fisher
44d28126c5 clarification comment 2010-12-16 15:52:42 -05:00
Mark Fisher
7450c58167 polishing 2010-12-16 15:45:37 -05:00
Mark Fisher
c6da4780a5 polish doc 2010-12-16 15:18:26 -05:00
Mark Fisher
40f652e60f polish doc 2010-12-16 15:12:55 -05:00
Oleg Zhurakousky
f7beff8d11 INT-1691 updated FTP documentation with poller configuration notes 2010-12-16 13:24:18 -05:00
Oleg Zhurakousky
a6cf3b74bb INT-1687 updated documentation to document the change in connection validation logic as well as registration of the ConnectionListener 2010-12-16 13:12:22 -05:00
Oleg Zhurakousky
424d48f145 INT-1687 added connection validation and reconnect logic for outbound XMPP adapters, added ConnectionListener to the XMPPConnection to log (DEBUG level) connection events 2010-12-16 12:47:25 -05:00
Oleg Zhurakousky
6d07e51bb0 polishing JschLogger 2010-12-16 12:44:49 -05:00
Oleg Zhurakousky
9ec155a696 polishing removed warning markers 2010-12-16 10:16:53 -05:00
Oleg Zhurakousky
6440379f07 INT-1689 added tests for asserting that we only accept an interface as well as tests for hashCode and equals 2010-12-16 10:04:30 -05:00
Oleg Zhurakousky
2bc759a279 INT-1689 added fix to properly configure service proxy when Gateway service interface is a hierarchical structure 2010-12-16 09:22:55 -05:00
Dave Syer
70a5cd1c42 INT-1690: fix bugs in MessageBuilder re sequenceDetails 2010-12-16 10:21:04 +00:00
Mark Fisher
5d668aaa8c INT-1688 added fallback to resolution of framework methods in service-activator: MessageHandler or RequestReplyExchanger as created by Gateway proxies. 2010-12-15 11:32:31 -05:00
Oleg Zhurakousky
38af0cd2e3 INT-1684 added tests for time-unit attribute on teh poller 2010-12-13 15:11:35 -05:00
Mark Fisher
55d0f965d4 INT-1684 added the 'time-unit' attribute on the top-level <poller> element. It can be used with 'fixed-rate' or 'fixed-delay' values (but not 'cron' or 'trigger' references) 2010-12-13 15:03:54 -05:00
Oleg Zhurakousky
ddd2805520 INT-1682 added parser support for error-channel for XMPP inbound adapters 2010-12-13 14:38:50 -05:00
Oleg Zhurakousky
76f0afef4f INT-1682 added tests for error-channel for both ChatMessageListeningEndpoint and PresenceListeningEndpoint 2010-12-13 14:29:27 -05:00
Mark Fisher
228edd8b37 INT-1682, INT-1683 ChatMessageListeningEndpoint and PresenceListeningEndpoint now extend MessageProducerSupport, gaining errorChannel and history writing capabilities 2010-12-13 14:00:31 -05:00
Mark Fisher
f5228728e0 INT-1679 the HttpStatus enum instance from the reply is now copied to the MessageHeaders of a reply when there is a response body 2010-12-12 19:58:28 -05:00
Mark Fisher
28d5205970 INT-1681 The values 'HTTP_REQUEST_HEADERS' and 'HTTP_RESPONSE_HEADERS' are now 'patterns' for matching standard headers in DefaultHttpHeaderMapper 2010-12-12 17:24:00 -05:00
Mark Fisher
37553b6e5f INT-1680 DefaultHttpHeaderMapper now supports simple pattern matching for the inboundHeaderNames and outboundHeaderNames 2010-12-12 16:42:50 -05:00