Commit Graph

6035 Commits

Author SHA1 Message Date
Mark Fisher
32d64b19f4 ElementFilter now CollectionFilter
Refactored filter to handle a Collection of Resources

Made 'pattern' a constructor-arg since it's mandatory
2011-11-22 13:16:52 -05:00
Oleg Zhurakousky
193f3d2439 INT-2235
added support for resource-inbound-channel-adapter

  removed pre-fetching logic

  changed ResourcePatternResolvingMessageSource to return multiple Resources

  made filter optional
2011-11-22 12:31:32 -05:00
Mark Fisher
5cac946cf3 Merge pull request #200 from ghillert/INT-2216
For Payload Enricher - add: 'request-timeout' and 'reply-timeout' attributes

  For reference see: https://jira.springsource.org/browse/INT-2216
2011-11-22 11:52:07 -05:00
Gunnar Hillert
94f2dc755f INT-2216 - For Payload Enricher - add: 'request-timeout' and 'reply-timeout' attributes
For reference see: https://jira.springsource.org/browse/INT-2216
2011-11-22 11:38:02 -05:00
Mark Fisher
d484f65100 Merge pull request #199 from olegz/INT-2253
added support for updating MessageGroup with lastModified timestamp on every touch
2011-11-22 08:28:05 -05:00
Oleg Zhurakousky
bd9d591dbf INT-2253
added support for updating MessageGroup with lastModified timestamp on every touch
2011-11-22 04:16:17 -05:00
Mark Fisher
cc0f3bd425 Merge pull request #190 from olegz/INT-2249 2011-11-21 17:12:26 -05:00
Oleg Zhurakousky
0ce12cbcf8 INT-2249
polished MethodInvokingMessageProcessor constructor that takes boolean argument by renaming the argument from 'requiresReply' to 'canProcessMessageList' which is what it really maps to in MessagingMethodInvokerHelper.HandlerMethod

  fixed 'filterSelectsNonVoidReturningMethodsOnly' and 'testOverloadedNonVoidReturningMethodsWithExactMatchForType' tests of MethodInvokingMessageProcessorTests to invoke the right constructor and commented out 'testVoidMethodsExcludedByFlag' test as its no longer valid
2011-11-21 17:11:43 -05:00
Mark Fisher
f2990f5f59 Merge pull request #193 from olegz/INT-2231 2011-11-21 16:00:15 -05:00
Oleg Zhurakousky
50d8caa1c3 INT-2231
Fixed JdbcMessageStore to reuse CREATED_DATE while updating UPDATED_DATE

  Added support for configuring MessageGroup timeout based on the idle time of the MessageGroup

  Changed updatedTimestamp to lastModified

  Added an assertion to AbsractMessageGroup.expireMessageGroups to check if lastModified is 0

  Changed attribute name in MessageWrapper in Mongo Message Store
2011-11-21 15:56:04 -05:00
Mark Fisher
d67736021a Merge pull request #197 from olegz/INT-2255 which includes the changes from pull request #188 from oxlade39/master
fixed Gemfire CQ parser errors

  Fixed a mistake in the Gemfire AdapterParsers where the element attribute validation is not correctly applied and will never result in the intended behavior.
2011-11-21 13:55:23 -05:00
Oleg Zhurakousky
451408e0f7 INT-2255 fixed Gemfire CQ parser errors 2011-11-21 13:52:36 -05:00
Dan Oxlade
8d9192b9fb FIxing a mistake in the Gemfire AdapterParsers where the element attribute validation is not correctly applied and will never result in the intended behavior. 2011-11-21 13:52:36 -05:00
Mark Fisher
740246a419 Merge pull request #196 from ghillert/INT-2245
Jdbc Outbound Gateways - Change "request-timeout" to "reply-timeout"

  For reference see: https://jira.springsource.org/browse/INT-2245
2011-11-21 13:49:08 -05:00
Mark Fisher
87006f36ed polishing 2011-11-21 13:48:27 -05:00
Gunnar Hillert
cd9d9bc656 INT-2245 Jdbc Outbound Gateways - Change "request-timeout" to "reply-timeout"
For reference see: https://jira.springsource.org/browse/INT-2245
2011-11-21 13:46:39 -05:00
Mark Fisher
072a675d65 Merge pull request #191 from ghillert/INT-2175
Add Doc for Stored Proc Components

  For reference see: https://jira.springsource.org/browse/INT-2175
2011-11-21 13:44:17 -05:00
Mark Fisher
e40831e2ad polishing 2011-11-21 13:43:14 -05:00
Gunnar Hillert
d1c740930c INT-2175 - Add Doc for Stored Proc Components
For reference see: https://jira.springsource.org/browse/INT-2175
2011-11-21 13:43:13 -05:00
Mark Fisher
e16216a18b Merge pull request #195 from olegz/INT-2254
added support for recognition of a Message to HttpRequestHandlingEndpointSupport
2011-11-21 12:00:32 -05:00
Oleg Zhurakousky
7485ea449a INT-2254
added support for recognition of a Message to HttpRequestHandlingEndpointSupport

INT-2254 polishing

INT-2254 polishing
2011-11-21 08:35:54 -05:00
Mark Fisher
e493922437 Merge pull request #194 from markfisher/INT-2251
request-timeout replaced with reply-timeout for HTTP outbound-gateway
2011-11-21 08:10:23 -05:00
Mark Fisher
8060a39aa5 request-timeout replaced with reply-timeout for HTTP outbound-gateway 2011-11-21 07:47:04 -05:00
Mark Fisher
448808edb7 Merge pull request #182 from artembilan/INT-2237
'Sprig' type-o fix
2011-11-18 14:17:00 -05:00
Artem Bilan
2ebfc680fc INT-2237: 'Sprig' type-o fix 2011-11-18 14:16:03 -05:00
Mark Fisher
fd96e57e1e Merge pull request #183 from garyrussell/INT-2035a
Support Simple Cookie Handling
2011-11-17 16:42:12 -05:00
Mark Fisher
1c3df305d2 polishing 2011-11-17 16:41:28 -05:00
Gary Russell
a61b3617f3 INT-2035 Support Simple Cookie Handling
Initial commit - TODO: namspace.

Saves off Set-Cookie header in http_transferredCookie MessageHeader.

Transferred cookies are converted to Cookie: headers on subsequent
outbound messages, thus handling 3 or more interactions.

INT-2035 Namespace, Docs

Change boolean name; add namspace and documentation.

INT-2035 Docs

Added docs for cookie handling.

INT-2035 Polishing

Simplify implementation to just transfer Set-Cookie to
Cookie in the inbound side.

INT-2035 XSD Docs

Updated to reflect new implementation.
2011-11-17 16:36:32 -05:00
Mark Fisher
497d07bdad Merge pull request #185 from ghillert/INT-2241
Stored Proc: Add attribute: skipUndeclaredResults

  For reference see: https://jira.springsource.org/browse/INT-2241
2011-11-17 12:51:18 -05:00
Gunnar Hillert
730c0e5174 INT-2241 - Stored Proc: Add attribute: skipUndeclaredResults
For reference see: https://jira.springsource.org/browse/INT-2241
2011-11-17 12:33:33 -05:00
Mark Fisher
9acd3163bc Merge pull request #184 from garyrussell/INT-2242
Fix JavaDocs for FTP File Types
2011-11-17 11:16:52 -05:00
Gary Russell
81e91b6990 INT-2242 Fix JavaDocs for FTP File Types
Change hard-coded literals to @links

Changed to <ul/>
2011-11-17 11:05:20 -05:00
Mark Fisher
a0e4fecf98 Merge pull request #186 from jamescarr/patch-2
Fixed casing
2011-11-17 10:56:59 -05:00
James Carr
24b682acbc Fixed casing 2011-11-17 10:52:33 -05:00
Mark Fisher
92fa58769f Merge pull request #180 from ghillert/INT-2195
Add 'What's new in 2.1' to docs

  For reference see: https://jira.springsource.org/browse/INT-2195
2011-11-17 08:12:50 -05:00
Gunnar Hillert
c348f8c3fb INT-2195 - Add 'What's new in 2.1' to docs
For reference see: https://jira.springsource.org/browse/INT-2195
2011-11-17 08:11:07 -05:00
Mark Fisher
e20c0e0efa Merge pull request #161 from artembilan/INT-2188
INT-2188 and INT-2165
2011-11-10 17:17:44 -05:00
Artem Bilan
869bcd5d36 INT-2188 and INT-2165
add fail test for HeaderEnricherSupport

  more flexible and readable parsing for sub-elements of <si:header>
2011-11-10 16:59:43 -05:00
Mark Fisher
646bc72615 Merge pull request #179 from garyrussell/INT-2232
GCIBPP Don't Emit Stack Trace
2011-11-10 15:45:55 -05:00
Gary Russell
77f6164d16 INT-2232 GCIBPP Don't Emit Stack Trace
Previously, a (DEBUG) stack trace was logged when we tried
to intercept NullChannel with a Global Channel Interceptor.
2011-11-10 15:45:16 -05:00
Mark Fisher
a9c45294ae Merge pull request #178 from ghillert/INT-2199
Add documentation for Content Enricher
2011-11-10 15:41:17 -05:00
Gunnar Hillert
304229ee70 INT-2199 - Add documentation for Content Enricher 2011-11-10 15:40:37 -05:00
Mark Fisher
5ade6548ec Merge pull request #176 from olegz/INT-2213
added support for specifying 'temporary-remote-directory' as well as 'temporary-remote-directory-expression'
2011-11-10 15:36:41 -05:00
Oleg Zhurakousky
eb3cb363e8 INT-2213
added support for specifying 'temporary-remote-directory' as well as 'temporary-remote-directory-expression'

INT-2213 polishing

INT-2213 polishing docs
2011-11-10 15:34:41 -05:00
Mark Fisher
a95e88aba6 Merge pull request #175 from ghillert/INT-2228
Enricher fixes based on code review

  Content Enricher - request-channel should be optional

  see also: https://jira.springsource.org/browse/INT-2228
2011-11-10 15:33:00 -05:00
Mark Fisher
1433f2fd41 polishing 2011-11-10 14:50:48 -05:00
Gunnar Hillert
a22ec2f8b0 INT-2228 - Enricher fixes based on code review 2011-11-10 14:33:34 -05:00
Gunnar Hillert
33e356da28 INT-2228 - Content Enricher - request-channel should be optional
see also: https://jira.springsource.org/browse/INT-2228
2011-11-10 14:33:34 -05:00
Mark Fisher
7e30f7df9e Merge pull request #174 from garyrussell/INT-2207
Add Documentation for JSON Transformers
2011-11-10 14:32:27 -05:00
Gary Russell
81f7434886 INT-2207 Add Documentation for JSON Transformers
Show how to create and inject a custom ObjectMapper.
2011-11-07 12:34:14 -05:00