Commit Graph

6614 Commits

Author SHA1 Message Date
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
Mark Fisher
e44946391b Merge pull request #172 from olegz/INT-2226
refactored SimpleMessageStore addressed concurrency issues prompted by INT-2221

  changed the logic to ensure the existence of MessageGroup for any operation other than addMessageToGroup where such group might be created as well
2011-11-07 04:59:16 -05:00
Oleg Zhurakousky
c569872b53 INT-2226 refactored SimpleMessageStore
addressed concurrency issues prompted by INT-2221, changed the logic to ensure the existance of MessageGroup for any operation other than addMessageToGroup where such group might be created as well

INT-2226 polishing
addressed PR comments
2011-11-07 04:58:04 -05:00
Mark Fisher
434e97a1e3 Merge pull request #170 from olegz/INT-2220
polished Gemfire tests
2011-11-07 04:51:51 -05:00
Oleg Zhurakousky
72593f9ee9 INT-2220 polished Gemfire tests 2011-11-07 04:51:09 -05:00
Mark Fisher
68875ca435 Merge pull request #169 from ghillert/INT-2224
Enricher - Allow to send a sub-set of the payload

  see also: https://jira.springsource.org/browse/INT-2224
2011-11-04 13:49:13 -04:00
Gunnar Hillert
31e42ebac7 INT-2224: Enricher - Allow to send a sub-set of the payload
see also: https://jira.springsource.org/browse/INT-2224
2011-11-04 13:47:11 -04:00
Mark Fisher
934a1788a9 Merge pull request #168 from ghillert/INT-2223
Allow for Enriching Map Payloads

  see https://jira.springsource.org/browse/INT-2223
2011-11-03 16:41:38 -04:00
Gunnar Hillert
0258124cb0 INT-2223 - Allow for Enriching Map Payloads
see https://jira.springsource.org/browse/INT-2223
2011-11-03 16:39:16 -04:00
Mark Fisher
9ddd7a8ec7 Merge pull request #167 from markfisher/INT-2221
fixed atomicity
2011-11-03 15:16:20 -04:00
Mark Fisher
50cc500429 fixed atomicity 2011-11-03 14:33:42 -04:00
Mark Fisher
73a63f7066 Merge pull request #165 from markfisher/INT-2178
Refactored AMQP channels
2011-11-03 13:13:49 -04:00
Mark Fisher
159e21465d Refactored AMQP channels
added namespace support

moved afterPropertiesSet call into FactoryBean
2011-11-03 13:09:56 -04:00
Mark Fisher
fd35d23ee5 Merge pull request #166 from olegz/INT-2212
removed dependency on removed Message when disassociating it from MessageGroupMetadata
2011-11-03 11:11:56 -04:00
Oleg Zhurakousky
b07f62bfe1 INT-2212 polished code
removed dependency on removed Message when disassociating it from MessageGroupMetadata
2011-11-03 02:11:09 -04:00
Mark Fisher
02b31299c3 Merge pull request #164 from ghillert/INT-2219
Setting the "auto-startup" attribute on Aggregators not possible

  For reference see: https://jira.springsource.org/browse/INT-2219
2011-11-02 13:20:55 -04:00
Gunnar Hillert
15fa8b035f INT-2219 - Setting the "auto-startup" attribute on Aggregators not possible
For reference see: https://jira.springsource.org/browse/INT-2219
2011-11-02 13:15:20 -04:00
Gunnar Hillert
2808d232f5 Updating to latest from INT-2215 branch 2011-11-02 11:41:01 -04:00
Mark Fisher
6ffc107a3a Merge pull request #163 from ghillert/INT-2215
Refactor Claim Check Schema Definition
2011-11-02 11:34:16 -04:00
Gunnar Hillert
fa606de097 INT-2215 - Refactor Claim Check Schema Definition 2011-11-02 11:33:16 -04:00
Mark Fisher
aef0f4780e Merge pull request #159 from ghillert/INT-2055
Describe 'ignore-send-failures' attribute better
2011-11-02 10:08:54 -04:00
Gunnar Hillert
7f66b9bc52 Describe 'ignore-send-failures' attribute better
In the XSD schema and in the reference documentation: describe the 'ignore-send-failures'
attribute, which is used by routers, in much more detail.
2011-11-02 10:07:21 -04:00