1eabbfb4e9
polishing
Mark Fisher
2010-12-17 12:06:16 -05:00
a5a787017e
avoiding use of instance variable for what should be local state
Mark Fisher
2010-12-17 11:49:20 -05:00
7353e624ee
FileTransferringMessageHandler now has UTF-8 as the default charset
Mark Fisher
2010-12-17 11:41:46 -05:00
337e642fff
doc polishing
Mark Fisher
2010-12-17 11:03:52 -05:00
7e26e97f78
doc polish
Mark Fisher
2010-12-17 10:59:01 -05:00
a593fcf2fe
polishing XMPP schema, moved extract-payload to the inbound adapter
Oleg Zhurakousky
2010-12-17 10:56:35 -05:00
66aefa86c7
polishing
Mark Fisher
2010-12-17 10:34:47 -05:00
2d59dced3d
fixed unmatched element in doc
Mark Fisher
2010-12-16 18:51:56 -05:00
0be6410a6d
INT-1636 rolling back the DM target user expression support
Mark Fisher
2010-12-16 18:45:12 -05:00
e80913c639
XmppConnectionFactoryBean's autoStartup property is now true by default (not just via schema-based configuration + parsing)
Mark Fisher
2010-12-16 17:52:11 -05:00
13447aba5a
doc polishing
Mark Fisher
2010-12-16 17:38:44 -05:00
6aa2a05390
added a bit more detail to the HTTP header mapping documentation
Mark Fisher
2010-12-16 17:17:38 -05:00
fd7dbdd890
now evaluating SpEL against context variables in Twitter Direct Message test
Mark Fisher
2010-12-16 17:05:31 -05:00
403e929eb6
polishing
Mark Fisher
2010-12-16 16:50:57 -05:00
9a6d20d5b3
polishing
Mark Fisher
2010-12-16 16:19:52 -05:00
44d28126c5
clarification comment
Mark Fisher
2010-12-16 15:52:42 -05:00
7450c58167
polishing
Mark Fisher
2010-12-16 15:45:37 -05:00
c6da4780a5
polish doc
Mark Fisher
2010-12-16 15:18:26 -05:00
40f652e60f
polish doc
Mark Fisher
2010-12-16 15:12:55 -05:00
a6cf3b74bb
INT-1687 updated documentation to document the change in connection validation logic as well as registration of the ConnectionListener
Oleg Zhurakousky
2010-12-16 13:12:22 -05:00
424d48f145
INT-1687 added connection validation and reconnect logic for outbound XMPP adapters, added ConnectionListener to the XMPPConnection to log (DEBUG level) connection events
Oleg Zhurakousky
2010-12-16 12:47:25 -05:00
6440379f07
INT-1689 added tests for asserting that we only accept an interface as well as tests for hashCode and equals
Oleg Zhurakousky
2010-12-16 10:04:30 -05:00
2bc759a279
INT-1689 added fix to properly configure service proxy when Gateway service interface is a hierarchical structure
Oleg Zhurakousky
2010-12-16 09:22:43 -05:00
70a5cd1c42
INT-1690: fix bugs in MessageBuilder re sequenceDetails
Dave Syer
2010-12-16 10:21:04 +00:00
5d668aaa8c
INT-1688 added fallback to resolution of framework methods in service-activator: MessageHandler or RequestReplyExchanger as created by Gateway proxies.
Mark Fisher
2010-12-15 11:32:31 -05:00
38af0cd2e3
INT-1684 added tests for time-unit attribute on teh poller
Oleg Zhurakousky
2010-12-13 15:11:35 -05:00
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)
Mark Fisher
2010-12-13 15:03:46 -05:00
ddd2805520
INT-1682 added parser support for error-channel for XMPP inbound adapters
Oleg Zhurakousky
2010-12-13 14:38:50 -05:00
76f0afef4f
INT-1682 added tests for error-channel for both ChatMessageListeningEndpoint and PresenceListeningEndpoint
Oleg Zhurakousky
2010-12-13 14:29:27 -05:00
228edd8b37
INT-1682, INT-1683 ChatMessageListeningEndpoint and PresenceListeningEndpoint now extend MessageProducerSupport, gaining errorChannel and history writing capabilities
Mark Fisher
2010-12-13 14:00:31 -05:00
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
Mark Fisher
2010-12-12 19:58:28 -05:00
28d5205970
INT-1681 The values 'HTTP_REQUEST_HEADERS' and 'HTTP_RESPONSE_HEADERS' are now 'patterns' for matching standard headers in DefaultHttpHeaderMapper
Mark Fisher
2010-12-12 17:24:00 -05:00
37553b6e5f
INT-1680 DefaultHttpHeaderMapper now supports simple pattern matching for the inboundHeaderNames and outboundHeaderNames
Mark Fisher
2010-12-12 16:42:50 -05:00
d22c831c51
INT-1628: expose WireTap via @ManagedResource
Dave Syer
2010-12-12 12:13:57 +00:00
ed63431977
INT-1675: add ignored test
Dave Syer
2010-12-12 12:13:38 +00:00
b528abcf68
INT-1675: work a bit harder to expose existing handlers if they are @ManagedResources
Dave Syer
2010-12-11 08:48:43 +00:00
e23e478e9e
INT-1675: force initialization of other MBeanExporter instances before the integration monitor components are created
Dave Syer
2010-12-10 12:20:05 +01:00
c293edc7fa
INT-1675: add illegal bean id check for clash with core mbean exporter
Dave Syer
2010-12-10 10:35:28 +01:00
72166141d4
Add ignores
Dave Syer
2010-12-10 10:34:29 +01:00
64f2c5b61d
Add bare bones .springBeans
Dave Syer
2010-12-10 10:33:32 +01:00
82677432cb
INT-1674 added support for 'source' on all top-level BeanDefinitions created by AbstractConsumerEndpointParser (transformer, filter, router, splitter, etc)
Mark Fisher
2010-12-10 17:46:27 -05:00
1803d73547
INT-1676 added spring.tooling and .gif icons for adapters that were missing these files
Mark Fisher
2010-12-10 10:41:54 -05:00
9aaf6beed5
INT-1662 closed a few gaps in functionality (handing arrays of certain types, comma-delimited Strings, etc)
Mark Fisher
2010-12-10 10:06:20 -05:00
dddeabd717
INT-1672 added the 'correlationKey' property to the ChannelPublishingJmsMessageListener as well as a 'correlation-key' attribute for the JMS <inbound-gateway> element
Mark Fisher
2010-12-09 16:40:26 -05:00
9c344687a3
INT-1672 added a warn-level log message in case a Topic is used without a 'correlationKey' property being set
Mark Fisher
2010-12-09 15:05:22 -05:00
7db92cbdac
INT-1672 added the 'correlationKey' property to the JmsOutboundGateway as well as a 'correlation-key' attribute for the JMS <outbound-gateway> element
Mark Fisher
2010-12-09 14:57:03 -05:00
cdb3be5ea2
INT-1662 added FROM tests to support this issue
Oleg Zhurakousky
2010-12-08 14:17:10 -05:00
3775efc616
whitespace
Mark Fisher
2010-12-07 19:16:29 -05:00
352964ee2a
INT-1662 DefaultHttpHeaderMapper now supports standard HTTP Headers
Mark Fisher
2010-12-07 19:14:47 -05:00
1e8583619d
changed logging level to TRACE for monitoring session pool behavior. It is chatty so TRACE is better then debug
Oleg Zhurakousky
2010-12-07 15:57:00 -05:00
601538a9f2
INT-1668 added logic to FTP/SFTP to ensure that the files are being uploaded with .writing extension and then renamed. Added rename(..) method to Session strategy. Ensured that file to be uploaded is not copied locally. Tested upload/download with both SFTP and FTP of a very large files. Added more mock tests
Oleg Zhurakousky
2010-12-07 10:02:59 -05:00
afe866a366
INT-1669 consolidated incomplete extension for file adapters. It is now '.writing'
Oleg Zhurakousky
2010-12-06 13:59:28 -05:00
15bdb84f0b
INT-1667: change < to <= for message group reaping
Dave Syer
2010-12-06 17:52:04 +00:00
b4d22ac021
INT-1660 added check to validate if jschSession is connected to the SftpSession.isOpen() method
Oleg Zhurakousky
2010-12-06 12:48:10 -05:00
f4f0c2ea36
INT-1664 renamed copy() methods to read(..) and write(..)
Oleg Zhurakousky
2010-12-06 12:37:51 -05:00
5f36b01024
INT-1664, INT-1665 added check for connection validity to recognize stale FTP connections, added 'throws IOException' to other relevant methods of Sessioin strategy, added debug statements to monitor session and session pool state, polished code
Oleg Zhurakousky
2010-12-06 12:25:07 -05:00
583b2771cd
INT-1664, INT-1665 added isOpen() method to the Session strategy, added check for stale connection to the CachingSessionFactory which will ensure that it only returns valid (non-stale) Session
Oleg Zhurakousky
2010-12-06 09:06:29 -05:00
0f761f3adb
INT-1663, INT-1664, INT-1665, INT-1666 refactored Session to encapsulate 'copy' functionality as a whole, fixed FTP stale connection issue, fixed FTP default buffer size, better error reporting, removed remoteWorkingDirectory attribute from session factory, other polishing, adjusted tests
Oleg Zhurakousky
2010-12-05 19:24:42 -05:00
bcef49aaf2
fixed typo: 'fliter'
Mark Fisher
2010-12-04 08:04:05 -05:00
6725b68d5d
INT-1659 changed the name of the attribute to 'evaluate-as-string', updated schema and tests. Updated documentation
Oleg Zhurakousky
2010-12-03 13:37:42 -05:00
928f38f315
INT-1659 exposed 'evaluate-as-node' attribute via the namespace, added tests
Oleg Zhurakousky
2010-12-03 11:36:49 -05:00
616d44a290
removed unused import
Mark Fisher
2010-12-02 19:57:27 -05:00
bdab24a6b0
INT-1657, INT-1658 outbound http adapters now use an explicitly mapped 'Content-Type' header and only fallback to determining the header value from payload type. Also fixed a casting issue in the MultiValueMap conversion code.
Mark Fisher
2010-12-02 19:50:12 -05:00
1c8c004e8f
INT-1651 changed @since version on new classes to 2.0.1
Oleg Zhurakousky
2010-11-30 16:58:53 -05:00
a58e8a83b3
INT-1651 added support for default XMPP connection name and auto-discovery of that name by the XMPP adapters
Oleg Zhurakousky
2010-11-30 16:57:33 -05:00