Commit Graph

4907 Commits

Author SHA1 Message Date
Mark Fisher
82677432cb INT-1674 added support for 'source' on all top-level BeanDefinitions created by AbstractConsumerEndpointParser (transformer, filter, router, splitter, etc) 2010-12-10 17:46:37 -05:00
Oleg Zhurakousky
4b33a4d4fa INT-1636 updated Twitter documentation regarding 'target-user-expression' 2010-12-10 16:20:28 -05:00
Oleg Zhurakousky
2a456d9373 INT-1636 added 'target-user-expression' to the Twitter DM adapter 2010-12-10 16:00:13 -05:00
Oleg Zhurakousky
69c0a8bdcf INT-1661 added HTTP Header mapping documentation, fixed the FTP doc that broke the build 2010-12-10 14:17:05 -05:00
Oleg Zhurakousky
9413fe0dc1 INT-1670 updated FTP docs with more info 2010-12-10 13:42:09 -05:00
Oleg Zhurakousky
fab6b6d54c INT-1670 updated SFTP/FTP documentation to reflect recent changes 2010-12-10 13:38:25 -05:00
Oleg Zhurakousky
0da876fe6e INT-1670 updated FTP/FTPS documentation to reflect recent changes 2010-12-10 13:34:56 -05:00
Oleg Zhurakousky
56692e6494 INT-1653 updated documentation to remove references to obsolete classes in for XPath router 2010-12-10 13:20:16 -05:00
Oleg Zhurakousky
07e0d0c806 INT-1673 added SpEL documentation for @Header, updated @Header javadocs 2010-12-10 13:04:10 -05:00
Mark Fisher
1cd8280c94 INT-1674 now extracting source from element and setting it on Message Channel BeanDefinitions 2010-12-10 13:03:01 -05:00
Oleg Zhurakousky
9a714528e6 polishing, got rid of warining markers HTTP, XMPP 2010-12-10 12:25:19 -05:00
Mark Fisher
1803d73547 INT-1676 added spring.tooling and .gif icons for adapters that were missing these files 2010-12-10 10:41:54 -05:00
Mark Fisher
9aaf6beed5 INT-1662 closed a few gaps in functionality (handing arrays of certain types, comma-delimited Strings, etc) 2010-12-10 10:06:20 -05:00
Mark Fisher
dddeabd717 INT-1672 added the 'correlationKey' property to the ChannelPublishingJmsMessageListener as well as a 'correlation-key' attribute for the JMS <inbound-gateway> element 2010-12-09 16:40:26 -05:00
Mark Fisher
9c344687a3 INT-1672 added a warn-level log message in case a Topic is used without a 'correlationKey' property being set 2010-12-09 15:05:22 -05:00
Mark Fisher
7db92cbdac INT-1672 added the 'correlationKey' property to the JmsOutboundGateway as well as a 'correlation-key' attribute for the JMS <outbound-gateway> element 2010-12-09 14:57:12 -05:00
Oleg Zhurakousky
d15bac2a0f INT-1662 added tests for custom headers 'X-' 2010-12-08 15:12:27 -05:00
Oleg Zhurakousky
a78402bb2c INT-1662 changed from Uri to URI 2010-12-08 14:53:06 -05:00
Oleg Zhurakousky
89e11fc6b4 polishing, added license header 2010-12-08 14:24:15 -05:00
Oleg Zhurakousky
cdb3be5ea2 INT-1662 added FROM tests to support this issue 2010-12-08 14:17:10 -05:00
Mark Fisher
3775efc616 whitespace 2010-12-07 19:16:29 -05:00
Mark Fisher
352964ee2a INT-1662 DefaultHttpHeaderMapper now supports standard HTTP Headers 2010-12-07 19:14:59 -05:00
Oleg Zhurakousky
1e8583619d changed logging level to TRACE for monitoring session pool behavior. It is chatty so TRACE is better then debug 2010-12-07 15:57:00 -05:00
Oleg Zhurakousky
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 2010-12-07 10:02:59 -05:00
Oleg Zhurakousky
afe866a366 INT-1669 consolidated incomplete extension for file adapters. It is now '.writing' 2010-12-06 13:59:41 -05:00
Dave Syer
15bdb84f0b INT-1667: change < to <= for message group reaping 2010-12-06 17:54:18 +00:00
Oleg Zhurakousky
b4d22ac021 INT-1660 added check to validate if jschSession is connected to the SftpSession.isOpen() method 2010-12-06 12:48:10 -05:00
Oleg Zhurakousky
f4f0c2ea36 INT-1664 renamed copy() methods to read(..) and write(..) 2010-12-06 12:37:51 -05:00
Oleg Zhurakousky
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 2010-12-06 12:25:07 -05:00
Oleg Zhurakousky
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 2010-12-06 09:06:29 -05:00
Oleg Zhurakousky
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 2010-12-05 19:25:04 -05:00
Mark Fisher
bcef49aaf2 fixed typo: 'fliter' 2010-12-04 08:04:05 -05:00
Oleg Zhurakousky
6725b68d5d INT-1659 changed the name of the attribute to 'evaluate-as-string', updated schema and tests. Updated documentation 2010-12-03 13:37:42 -05:00
Oleg Zhurakousky
928f38f315 INT-1659 exposed 'evaluate-as-node' attribute via the namespace, added tests 2010-12-03 11:36:49 -05:00
Oleg Zhurakousky
317d2cad7f INT-1659 added 'evaluateAsNode' attribute to XPath router, added tests 2010-12-03 10:25:58 -05:00
Mark Fisher
616d44a290 removed unused import 2010-12-02 19:57:27 -05:00
Mark Fisher
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. 2010-12-02 19:50:21 -05:00
Oleg Zhurakousky
36144d80c3 INT-1655 polishing, removed unused import 2010-12-01 19:54:59 -05:00
David Turanski
37b16bc3f3 INT-1654 added test for outputProperties 2010-12-01 19:35:24 -05:00
Mark Fisher
7db581b40b INT-1654 added 'outputProperties' to ResultToStringTransformer 2010-12-01 16:35:43 -05:00
Oleg Zhurakousky
fadddf94b9 INT-1655 fixed accidental dependency on Log4J instead of coommons logging 2010-12-01 16:27:25 -05:00
Oleg Zhurakousky
ee5b305260 INT-1655 added support for JSch Loging for SFTP adapter, updated documentation 2010-12-01 16:06:00 -05:00
Oleg Zhurakousky
41d64cdf6b INT-1652 added documentation for default naming convention for XMPP 2010-11-30 18:28:40 -05:00
Oleg Zhurakousky
99c6c1b3df INT-1651 javadoc ppolishing 2010-11-30 17:00:00 -05:00
Oleg Zhurakousky
1c8c004e8f INT-1651 changed @since version on new classes to 2.0.1 2010-11-30 16:58:53 -05:00
Oleg Zhurakousky
a58e8a83b3 INT-1651 added support for default XMPP connection name and auto-discovery of that name by the XMPP adapters 2010-11-30 16:57:33 -05:00
Oleg Zhurakousky
2f20973b16 INT-1649 consolidated XMPP schema 2010-11-30 13:49:17 -05:00
Oleg Zhurakousky
a5c67073d5 INT-1648 added support for sending Smack Message 2010-11-30 13:30:26 -05:00
Mark Fisher
eabf3556b1 fixed syntax highlighting on some excerpts within the JDBC chapter 2010-11-30 10:51:14 -05:00
Chris Beams
8429135370 Eliminate all unintentional output during build
Redirect all stdout for the test task to LogLevel.INFO, effectively
suppressing it from the default LogLevel of LIFECYCLE.

Gradle actually does this redirection during testing anyway, but for
non-main threads that exit after the test task has completed, their
output makes its way to the console.  This is why, prior to this commit
verbose 'intentional test failure' stack traces could be seen polluting
the console.

Also tuned the Xlint flags to javac on a project-by-project basis. Only
those projects that have spurious path warnings get '-path'; only those
projects with spurious deprecation warnings get '-deprecation', and so
on. This way, there's no blanket policy applied too liberally to all
projects; if path or deprecation errors crop up in a different module,
folks should see them rather than having them automatically suppressed.
2010-11-29 00:52:22 -07:00