b77796e914
INT-1484, added support for filename-generator to FTP Outbound adapter, restructured FTP module to be consistent with other modules
Oleg Zhurakousky
2010-10-15 09:11:57 -04:00
ec8f3486a1
INT-1524 MessageHistory is now serializable
Mark Fisher
2010-10-15 08:24:14 -04:00
bbc9185991
INT-1399, modified calls to ConversionService to be in compliance with API changes in Spring 3.0.5 (obviously these changes are good for 3.0.3)
Oleg Zhurakousky
2010-10-15 06:59:36 -04:00
ab9b1b14f6
INT-1474, polished documentation about ensuring timely responses from the Gateway method invocations
Oleg Zhurakousky
2010-10-15 06:35:52 -04:00
092de55242
INT-1520 rename AntPattern* to AntPath* to match collaborator class name
Iwein Fuld
2010-10-15 11:29:26 +02:00
2bc8b31255
Restored filter implementations for backwards compatibility reasons. - Restore FileListFilter implementations - Have FileListFilter implementations extend their EntryListFilter counterpart. - Deprecate AbstractFileListFilter in favor of EntryListFilter hierarchy
Iwein Fuld
2010-10-15 10:35:13 +02:00
15a5eaf265
Restore FileListFilter and fix some javadoc links.
Iwein Fuld
2010-10-15 10:33:28 +02:00
654ded6898
INT-957, polishing, also going back to throwing MessageRejectionException from XmlValidatingMessageSelector
Oleg Zhurakousky
2010-10-14 18:26:06 -04:00
80c9b89851
INT-1522, now actually adding the test, oops
Oleg Zhurakousky
2010-10-14 18:24:27 -04:00
8d83fa7919
INT-1521 polished the structure of the module to be consistent with other modules
Oleg Zhurakousky
2010-10-14 15:17:15 -04:00
3ddde2e450
fixing citations.
Josh Long
2010-10-14 11:37:40 -07:00
827a9b34e4
Merge branch 'master' of git.springsource.org:spring-integration/spring-integration
Josh Long
2010-10-14 11:24:43 -07:00
5683b6b607
adding better citation
Josh Long
2010-10-14 11:23:45 -07:00
fc51593001
INT-1519, INT-957, INT-1515, Added support for propagating XML Validation exceptions with MessageRejectedException, added support for 'xml-validator' attribute, change XmlValidatingMessageSelector to be bootstrapped with either Resource/Schema or XmlValidator
Oleg Zhurakousky
2010-10-14 14:12:54 -04:00
e738d34535
INT-1519 removed XmlValidator and dependency on it in favor of XmlValidator startegy in Spring
Oleg Zhurakousky
2010-10-14 11:41:08 -04:00
8b219a6a9f
polished several POMs to make then consistent with others
Oleg Zhurakousky
2010-10-14 10:31:01 -04:00
697a939370
INT-1377 merged AbstractRouterParser with AbstractChannelNameResolvingRouterParser, removed AbstractChannelNameResolvingRouterParser, now AbstractRouterParser is the base class for all routers
Oleg Zhurakousky
2010-10-14 07:04:10 -04:00
1d0b773f2b
INT-1517, combined Single and Multi channel XPath routers, modified XPathRouterParser to inherit form the base parser for all routers, combine single/multiple xpath router tests into one
Oleg Zhurakousky
2010-10-14 06:45:22 -04:00
fead4270cf
INT-1382 updated XSD to support 'expression' sub-elements for header-enricher
Mark Fisher
2010-10-13 16:45:38 -04:00
7b70e3dcfe
INT-1382 added support for expression sub-elements for header-enricher
Mark Fisher
2010-10-13 16:21:03 -04:00
6c053a9e11
INT-1377, added support for dynamics in XML XPath router, added mapping support for XPath router configuration
Oleg Zhurakousky
2010-10-13 16:16:48 -04:00
5b6a96c34f
INT-1377, polishing, added test for expression based router dynamics
Oleg Zhurakousky
2010-10-13 15:14:33 -04:00
713baedf43
INT-1377, Added test: a) to validate that call to determineTargetChannel always return no more then 1 channel for PTR, b) to make sure that if mapping changes the appropriate channel is selected 3) to make sure if mapping was removed messages are forwarded to defaultChannel or exception is thrown if defaultChannel is not provided and resolutionRequired is set to 'true', d) MessagingTemplate although defaults to BFCR can still rely on Custom CR Added, the same custom CR was tested for Routers
Oleg Zhurakousky
2010-10-13 13:23:09 -04:00
6a5efcc7b8
INT-1382 added tests for DynamicExpression-based transformer, and the default bean name for the ExpressionSource instance is now defined in the XSD as 'expressionSource'
Mark Fisher
2010-10-13 12:48:06 -04:00
4a8984bc0a
remove System.err reference
Dave Syer
2010-10-13 08:41:32 -07:00
ecc8b23cf1
INT-1377, merged AbstractSingleChannelNameRouter with AbstractMessageRouter, fixed corresponding tests, removed dependencies on it across the workspace
Oleg Zhurakousky
2010-10-13 11:30:09 -04:00
f69a178c1f
JMX: remove duplicate annotations
Dave Syer
2010-10-13 08:17:07 -07:00
9f8b4d93a5
INT-1377, deleted AbstractSingleChannelRouter and the corresponding tests
Oleg Zhurakousky
2010-10-13 10:53:43 -04:00
92bce40378
INT-1377, modified tests, parsers and other components to ensure that BeanFactoryChannelResolver is the default one created internally by any router endpoint based on it being BeanFactoryAware
Oleg Zhurakousky
2010-10-13 10:23:15 -04:00
a1e73b6ee8
INT-1382 added tests for Splitter with DynamicExpression
Mark Fisher
2010-10-13 10:22:39 -04:00
b791921a1f
INT-1474, documentation was updated to explain various scenarios for dealing with Messaging Gateway when reply is not coming
Oleg Zhurakousky
2010-10-13 09:49:26 -04:00
b2698bf65f
INT-1382 added support for 'expression' sub-elements for router element
Mark Fisher
2010-10-13 09:07:51 -04:00
c7fab44e0c
INT-1441 reverted back to calling canConvert(), but added check to see if source is empty Collection and target is a Collection and simply returning back what was passed for conversion since empty Collection could be cast to any other typed Collection, added test
Oleg Zhurakousky
2010-10-13 08:13:02 -04:00
dbf76ee73a
INT-1377 - first round of Router hierarchy refactoring to make them more dynamic, moved every router under ACNRMR (later ACNRMR will be merged with AMR), removed type preloading in PTR parser, fixed tests, removed MapBasedChannelResolver and related tests. fixed test for other components that were dependent on MapBasedChannelResolver
Oleg Zhurakousky
2010-10-13 07:08:07 -04:00
8737d46c6e
INT-1382 added support for 'expression' sub-elements in the core schema
Mark Fisher
2010-10-12 19:11:52 -04:00
b4d9366dfb
INT-1508: add reset()
Dave Syer
2010-10-12 15:18:02 -07:00
fee0aac0ed
INT-1509, removed depndency on TaskExecutor in favor of Executor
Oleg Zhurakousky
2010-10-12 17:55:48 -04:00
824a813aaf
fixing some code in the twitter adapter...
Josh Long
2010-10-12 13:42:32 -07:00
967ea0b123
INT-1493, polished assertion to make sure that it asserts on atMost 1 invocation of the poller since there is still a natural race condition between stop() and poller loop
Oleg Zhurakousky
2010-10-12 08:57:39 -04:00
5f27825974
INT-1493 poslishing, added comment to SPCAFB about why 1 should be a default maxMessagesPerPoll, change assertion for BF in APE only when it is absolutely required
Oleg Zhurakousky
2010-10-12 08:19:14 -04:00
46e5ef3e14
INT-1506 changed ID from xsd:string to xsd:ID and made it optional in XML module
Oleg Zhurakousky
2010-10-12 07:57:48 -04:00
4263202e71
INT-1441 added null check for PropertyEditor and replaced canConvert with try/catch convert catching ConversionFailedException as per SPR-7548, no additional tests were added as this bug woudl affect the tests we already have
Oleg Zhurakousky
2010-10-12 06:54:21 -04:00
20eb2922ee
INT-1493, ensured that default 'maxMessagesPerPoll' for SPCA is 1 and -1 for PC, added tests validating that both SPCA and PC stops
Oleg Zhurakousky
2010-10-12 05:42:10 -04:00
a4f05cef0e
INT-1482 charset value is now being set for bothFtpSendingMessageHandler and SftpSendingMessageHandler
Mark Fisher
2010-10-11 22:05:54 -04:00
f3be8bebde
INT-1482 added default charset value for FtpSendingMessageHandler and SftpSendingMessageHandler
Mark Fisher
2010-10-11 21:56:14 -04:00
3f4ce448a0
INT-1482 added default charset value for FtpSendingMessageHandler
Mark Fisher
2010-10-11 21:47:10 -04:00
986d1ad1b2
INT-1382 added DynamicExpression, ExpressionSource strategy, and ResourceBundle-based implementation
Mark Fisher
2010-10-11 21:30:22 -04:00
b3c79358e1
INT-1505 added support for a 'payload-expression' attribute on the inbound ApplicationEvent Channel Adapter
Mark Fisher
2010-10-08 14:42:11 -04:00
7cfd0f4a55
INT-1503: *Monitor->*Metrics
Dave Syer
2010-10-08 08:15:55 -07:00
b55a54729e
INT-1504 added support for 'error-handler' attribute on HTTP outbound adapters (for the ResponseErrorHandler on the underlying RestTemplate)
Mark Fisher
2010-10-08 11:11:31 -04:00
f89862cf1d
INT-1491 added filter name to rejection Exception description
Mark Fisher
2010-10-08 10:45:32 -04:00
72c372ee43
INT-1499 DelayHandler now implements MessageProducer
Mark Fisher
2010-10-08 10:31:17 -04:00
517aad3d69
INT-1503: *Monitor->*Metrics
Dave Syer
2010-10-08 06:28:12 -07:00
48c1c6b98a
Fix Java 6/5 incompatiblity in test
Dave Syer
2010-10-07 18:53:34 -07:00
3ddc163217
INT-1502: implement doStop()
Dave Syer
2010-10-07 16:49:19 -07:00
71c7872270
INT-1495: change default domain to org.springframework.integration
Dave Syer
2010-10-06 11:35:18 -07:00
e2c1616d86
INT-1449: fix broken message count in message source monitor
Dave Syer
2010-10-06 11:27:09 -07:00
be2b1343a0
INT-1492: add test
Dave Syer
2010-10-06 11:10:50 -07:00
a21172fdab
INT-1496: start optimistically with success rate 100%
Dave Syer
2010-10-06 11:00:59 -07:00
71f171b163
INT-1495: change domain= to default-deomain=
Dave Syer
2010-10-06 10:56:08 -07:00
84415d6f53
INT-1449: ensure mbeans only registered once for factory bean product
Dave Syer
2010-10-06 10:25:58 -07:00
1d44c8af2c
INT-1449: tweak test case
Dave Syer
2010-10-06 07:27:55 -07:00
cbf0242bd9
INT-1495: harmonise schema
Dave Syer
2010-10-06 07:10:12 -07:00
76d17bd187
Expose MessageSources and their polling endpoints to JMX
Dave Syer
2010-10-05 15:47:18 -07:00
07043a8875
INT-1489: inspect router to see if it is Advised - Switch to proxy approach for handler monitor - Add router mbean integration test
Dave Syer
2010-10-05 13:12:58 -07:00
8cf6e474d2
INT-1452: fix names and counts attributes Add global counts to mbean exporter
Dave Syer
2010-09-21 09:31:29 +02:00
3cfbbd9f79
Remove unnecessary instanceof check and @Suppress
Dave Syer
2010-10-05 13:53:24 -07:00
eb2729f0cb
fixing an issue with charsets in the FTP namespace parser support int-1482
Josh Long
2010-10-04 01:25:50 -07:00
8e6a1f2b29
fixing an issue with charsets in the FTP namespace parser support int-950
Josh Long
2010-10-04 01:17:58 -07:00
fb0ae7332b
i had to undo some changes we had before to make sure my class name refactorings would work, and now i am reapplying them for INT-1471
Josh Long
2010-10-04 00:30:04 -07:00
48d9e6289c
i had to undo some changes we had before to make sure my class name refactorings would work, and now i am reapplying them for INT-1471
Josh Long
2010-10-04 00:10:20 -07:00
467b7fbc3a
i had to undo some changes we had before to make sure my class name refactorings would work, and now i am reapplying them for INT-1471
Josh Long
2010-10-04 00:06:40 -07:00
6e87352175
cleanup for Twitter module INT-1471
Josh Long
2010-10-03 23:53:25 -07:00
449dee9957
fixing template.mf for feed adapter.
Josh Long
2010-10-03 19:19:50 -07:00
75093c93b3
added a working feed adapter that also maintains state using the metadata persister mechanism. INT-786
Josh Long
2010-10-03 19:14:19 -07:00
d3a083ecdb
INT-1477, added Loan Broker section to the samples, changed diagrams to be extracted from GUI tooling available in STS (with slight editing)
Oleg Zhurakousky
2010-09-29 11:53:42 -04:00
68d819feeb
INT-1477, modified samples section to include information about the new structure (e.g., JIRA, Git, samples categories etc.)
Oleg Zhurakousky
2010-09-29 08:53:18 -04:00
3c93433baf
INT-1486 polish; rename byte array 'serializers' and all test usage
Gary Russell
2010-09-28 22:25:54 -04:00
b339157a34
INT-1486 polish; rename byte array 'serializers' and all test usage
Gary Russell
2010-09-28 22:25:04 -04:00
4ae4b5d4d7
INT-1485 updated XSD schema to be more explicit about deprecated sub-elements on the poller
Mark Fisher
2010-09-28 17:58:06 -04:00
0548ec2756
formatting
Mark Fisher
2010-09-28 17:43:51 -04:00
473c53c235
removed explicit import requirement for AbstractPollingEndpoint
Mark Fisher
2010-09-28 17:25:15 -04:00
a14585c702
reintroduced assertion for commit count
Mark Fisher
2010-09-28 17:18:37 -04:00
3142f0b673
INT-1474, added initial documentation to explain the implications
Oleg Zhurakousky
2010-09-28 16:49:26 -04:00
43e25630fd
Merge branch 'int1486'
Mark Fisher
2010-09-28 16:15:28 -04:00
729a37fb62
INT-1486 updated JDBC module for refactored Serialization code
Mark Fisher
2010-09-28 16:07:00 -04:00