Commit Graph

9623 Commits

Author SHA1 Message Date
Oleg Zhurakousky
f7acb3df94 INT-1708, INT-1709 added test to make sure that 'errorChannel' header takes precedence over 'error-channel' attribute 2011-01-11 19:37:53 -05:00
Oleg Zhurakousky
4bd0cb2c4b INT-1708, INT-1709 added initial support for 'error-channel' to inbound-channel-adapters 2011-01-11 19:19:11 -05:00
Oleg Zhurakousky
8630a10d23 INT-1726 added auto-startup attribute to JDBC outbound adapter/gateway 2011-01-10 19:38:54 -05:00
Oleg Zhurakousky
fee03d435c INT-1726 added poller support for JDBC outbound adapter/gateway 2011-01-10 19:31:20 -05:00
Oleg Zhurakousky
27c8d31889 INT-1729 added error-channel suport for WS inbound-gateway 2011-01-10 16:36:05 -05:00
Oleg Zhurakousky
aab914676e INT-1701 updated reference documentation regarding changes to IMAP IDLE auto-reconnect, changed copyright versions 2011-01-10 09:33:52 -05:00
Oleg Zhurakousky
8ad57f4527 INT-1701 minor polishing on ImapIdleChannelAdapter to actually use 'reconnectDelay' variable 2011-01-08 12:30:07 -05:00
Oleg Zhurakousky
bc9c189ef4 INT-1701 added reconnect logic to ImapIdleChannelAdapter 2011-01-08 12:07:19 -05:00
Chris Beams
0f390cb64c Upgrade to JavaMail 1.4.3
Requires addition of java.net repository, as 1.4.3 is not available
from Maven Central (whereas 1.4.1 was).
2011-01-07 09:04:28 -08:00
Oleg Zhurakousky
7288315528 INT-1731 updated transformer documentation to reflect the change related to 'transformer must never return null' 2011-01-06 14:32:31 -05:00
Oleg Zhurakousky
8bd6f2fb37 INT-1733 fixed the typo in the ControlBus sample in reference manual 2011-01-06 14:15:40 -05:00
Oleg Zhurakousky
8edde6ce10 INT-1724 updated aggregator reference documentation to reflect the name change from SequenceSizeCompletionStrategy to SequenceSizeReleaseStrategy 2011-01-06 14:06:20 -05:00
Oleg Zhurakousky
ee273391db INT-1725 updated reference documentation with new MessageGroupStore definition and pointer to the javadoc 2011-01-06 13:59:43 -05:00
Oleg Zhurakousky
6c2fe5927d INT-1703 uodated documentation related to configuring 'remote-file-separator' for FTP/SFTP 2011-01-06 13:47:36 -05:00
Oleg Zhurakousky
f0d446617d INT-1703 added support for configuring 'remote-file-separator' for FTP/SFTP 2011-01-06 13:35:37 -05:00
Oleg Zhurakousky
c979dd63e7 INT-1734 polishing DefaultHttpHeaderMapper 2011-01-05 16:18:09 -05:00
Oleg Zhurakousky
3bc9c5d20d INT-1734 updated DefaultHttpHeaderMapper with case-insensitive checks for header names 2011-01-05 15:47:54 -05:00
Oleg Zhurakousky
2b99849f0c INT-1735 cleaned up test 2011-01-05 13:50:12 -05:00
Oleg Zhurakousky
1cbae6d353 INT-1735 changed the way ExpressionControlBusFactoryBean validates Lifecycle methods 2011-01-05 13:40:20 -05:00
Oleg Zhurakousky
a7e970bbe3 INT-1728 added validation to ChatMessageListeningEndpoint to make sure that it ignores messages with 'null' content, since such messages may be sent by a different clients (e.g., Adium). An example of valid chat message with no content is message with the ChatState of 'composing'. For now we are ignoring such messages. 2011-01-04 15:57:49 -05:00
Oleg Zhurakousky
d9263ea92a INT-1715 fixed poller schema definition to allow 'ref' attribute on inner-pollers definitions used in non-core schemas 2011-01-04 13:12:49 -05:00
Chris Beams
454f349163 Remove workaround for GRADLE-1079
Previously, `gradle eclipse` would generate .classpath files with
GRADLE_CACHE references.  Now it generates fully-qualified paths to
the user's home directory by default.  This means we can remove the
    eclipseClasspath.variables = [:]
workaround.
2010-12-28 05:29:18 -08:00
Chris Beams
0dd7c6d08b Update to latest buildSrc changes 2010-12-28 05:23:26 -08:00
Oleg Zhurakousky
078c22077a INT-1717, INT-1718 polished tests 2010-12-23 14:29:24 -05:00
Oleg Zhurakousky
6580c567c6 INT-1717, INT-1718 added tests 2010-12-23 14:26:21 -05:00
Mark Fisher
f7259c8181 INT-1718 expected type for the remoteDirectory Expression evaluation is now String 2010-12-23 13:18:35 -05:00
Mark Fisher
c4b0da2800 INT-1717 null, empty, or whitespace-only remoteDirectories will now all be treated as empty string (with NO trailing file separator added) 2010-12-23 13:04:36 -05:00
Mark Fisher
9a661a2160 name clarity 2010-12-22 23:24:56 -05:00
Oleg Zhurakousky
d73f254833 INT-1706 polishing, removed unnecessary 'endsWithIgnoreCase' assertion 2010-12-22 18:38:39 -05:00
Gary Russell
cfd61c4218 INT-1707 Don't set SO_LINGER unless specified; close socket on send when appropriate, unless SO_LINGER=0; ensure any self-called close() is properly routed through any interceptors; suppress error on read when socket closed normally 2010-12-22 17:22:23 -05:00
Chris Beams
abec48dce3 Remaining poms updated to 2.0.2.BUILD-SNAPSHOT
These manual updates are no longer required as of recent changes
to buildSrc and its generatePom tasks.  Now, when the project
version is changed in gradle.properties, generatePom will notice
and fire.  Previously, generatePom did not consider gradle.properties
as input for incremental build purposes; now it does.
2010-12-22 14:22:46 -08:00
Chris Beams
597bc31e4f Update to latest buildSrc changes
Includes upgrade of Gradle wrapper to 0.9 GA and improvements
in pom generation. See buildSrc log for details.
2010-12-22 14:22:46 -08:00
Chris Beams
685467f42e Reflect recent jaxb/stax updates in generated poms 2010-12-22 14:22:46 -08:00
Oleg Zhurakousky
2a9bff499c INT-1706 defined instance variable 'remoteFileSeparator' with '/' value as default 2010-12-22 16:51:45 -05:00
Oleg Zhurakousky
fb08b166a5 INT-1712 fixed typo in the test 2010-12-22 16:06:55 -05:00
Oleg Zhurakousky
7519200d43 INT-1712 added more assertioins to the test 2010-12-22 15:46:43 -05:00
Oleg Zhurakousky
b4d56160ec INT-1712 fixed the way MailOutboundChannelAdapterParser sets the javaMailProperties 2010-12-22 15:42:29 -05:00
Mark Fisher
aef94f10df INT-1710 ObjectToJson tests are now flexible with regard to key=value pair order 2010-12-22 12:44:57 -05:00
Mark Fisher
a5a64cebb0 un-@Ignored test now that it's compatible with JDK5 2010-12-22 08:08:23 -05:00
David Turanski
3db5db8696 Modified test for JDK 1.5 compatibility 2010-12-22 07:27:16 -05:00
Mark Fisher
5a25530b56 ignoring test again until we resolve the jdk version issue 2010-12-21 21:17:19 -05:00
Mark Fisher
27512ecea2 trying build with 'xalan' in output property test 2010-12-21 21:01:21 -05:00
Mark Fisher
ebd8d40120 temporarily ignoring test to determine if rest of build passes on jdk5 2010-12-21 20:52:56 -05:00
Mark Fisher
7c7edd3e40 added stax dependency for xml module tests 2010-12-21 19:44:24 -05:00
Mark Fisher
c866dee048 trying a different jaxb version 2010-12-21 19:33:33 -05:00
Mark Fisher
42b0c5f581 POMs updated from 2.0.1.RELEASE to 2.0.2.BUILD-SNAPSHOT as version for all project modules 2010-12-21 19:01:50 -05:00
Mark Fisher
6d2b4ae6ab updating build.gradle for test dependencies needed on jdk 5: stax for ws and jaxb for xml 2010-12-21 18:56:40 -05:00
Mark Fisher
594321e3b7 INT-1704 minor change for readability 2010-12-21 16:10:45 -05:00
Oleg Zhurakousky
5e746e8bec INT-1704 changed to build remoteFilePath useing generated file name 2010-12-21 16:05:46 -05:00
Oleg Zhurakousky
a4366a8986 INT-1704 fixed FTP/SFTP tests that broke the build due to the change introduced with file renaming 2010-12-21 15:55:12 -05:00