Gary Russell
c47086de23
INT-2294 Add SoapHeaderMapper Unit Tests
...
Add a test for empty SOAP headers, and a SOAP header
that contains an attribute and an element.
2011-12-09 14:36:42 -05:00
Mark Fisher
08e2f6df08
INT-2294 fixed null check for soapHeader (nrather than source)
2011-12-09 12:37:24 -05:00
Mark Fisher
081bf15c00
upgrading spring-data-gemfire dep to 1.1.0.RC1
2011-12-09 10:04:25 -05:00
Mark Fisher
cf03b10966
INT-2281 reverting spring-security upgrade since some refactoring is required
2011-12-09 09:44:36 -05:00
Mark Fisher
ada2a08678
INT-2281 upgrading to Spring Security 3.1.0
2011-12-09 09:13:21 -05:00
Mark Fisher
71d64da0cb
INT-2229 upgraded spring-data-mongodb dep to 1.0.0.RC1
2011-12-09 08:46:16 -05:00
Mark Fisher
b6ded0de5e
Merge pull request #233 from ghillert/INT-2244
...
Add ExpressionEvaluatingSqlParameterSourceFactory example to Reference Manual
For reference see: https://jira.springsource.org/browse/INT-2244
2011-12-02 16:12:00 -05:00
Gunnar Hillert
ce53782159
INT-2244 - add ExpressionEvaluatingSqlParameterSourceFactory example to Reference Manual
...
For reference see: https://jira.springsource.org/browse/INT-2244
2011-12-02 16:10:58 -05:00
Mark Fisher
4729224604
Merge pull request #231 from ghillert/INT-2233
...
INT-2233 - Updated links to Github Reworded some of the paragraphs.
2011-12-02 16:05:31 -05:00
Gunnar Hillert
c3062b8d34
INT-2233 - Updated links to Github
...
Reworded some of the paragraphs.
INT-2233 - reworked code contribution paragraph
Based on peer-review, reworked the paragraph regarding code contributions.
2011-12-02 16:02:55 -05:00
Mark Fisher
00552b1ddf
INT-2293
2011-12-02 15:08:07 -05:00
Mark Fisher
d183ec3a69
Merge pull request #213 from artembilan/INT-2274
...
INT-2274: Manual: Limitation of usage scoped beans in the command scripts for Groovy Control Bus.
2011-12-02 14:41:55 -05:00
Mark Fisher
cb3c95154d
polishing
2011-12-02 14:40:09 -05:00
Artem Bilan
9c5b074f1f
INT-2274: Manual: Limitation of usage scoped beans in the command scripts for Groovy Control Bus.
2011-12-02 14:40:02 -05:00
Mark Fisher
8890d1b13e
Merge pull request #214 from artembilan/INT-2273
2011-12-02 14:14:27 -05:00
Mark Fisher
dec71f27c8
polishing
2011-12-02 14:13:25 -05:00
Artem Bilan
85a602fa1c
INT-2273: Manual 3.2
2011-12-02 14:03:35 -05:00
Mark Fisher
801ba439be
Merge pull request #229 from olegz/INT-2291
...
INT-2291 fixed failing test
2011-12-01 13:12:27 -05:00
Oleg Zhurakousky
1ffdb19039
INT-2291 fixed failing test
2011-12-01 13:11:12 -05:00
Mark Fisher
d15f852ad5
Merge pull request #228 from olegz/INT-2261
2011-12-01 09:39:09 -05:00
Mark Fisher
af47009123
polishing
2011-12-01 09:37:37 -05:00
Oleg Zhurakousky
952d02d501
INT-2261
...
added documentation for Resource Inbound Channel Adapter
added resource.xml file
2011-12-01 09:09:45 -05:00
Mark Fisher
81cd06472e
Merge pull request #221 from olegz/INT-2282
...
INT-2282, INT-2284
added general Message Store section to reference manual
added GemfireMessageStore section
2011-11-30 17:07:02 -05:00
Mark Fisher
8fe8b8e915
polishing
2011-11-30 17:04:45 -05:00
Oleg Zhurakousky
d36e6fd2ee
INT-2282, INT-2284
...
added general Message Store section to reference manual, added GemfireMessageStore section
2011-11-30 16:52:19 -05:00
Mark Fisher
1d80b44dce
Merge pull request #226 from garyrussell/INT-2287
...
INT-2287 Timing Hole With Send-and-Forget TCP
2011-11-30 16:23:57 -05:00
Gary Russell
0f46176c3d
INT-2287 Timing Hole With Send-and-Forget TCP
...
If a tcp client connection factory was configured for single-use
connections (one socket per message), and it was used by an outbound
channel adapter (send and forget), the socket is closed immediately
after sending the message.
This could cause issues with the connection handling because certain
failures could occur. For example, the close could occur before we
ever registered the channel for read selection, resulting in a
ClosedChannelException. Secondly, there was a small timing hole
where a selection key could be invalidated between the isValid()
call and isReadable().
These problems have been corrected.
2011-11-30 16:23:33 -05:00
Mark Fisher
baa127d4bf
Merge pull request #225 from garyrussell/INT-2035b
...
INT-2035 Remove Dangling Import
2011-11-30 16:20:53 -05:00
Gary Russell
a80cb76113
INT-2035 Remove Dangling Import
...
Map.Entry inadvertently left in place.
2011-11-30 16:20:21 -05:00
Oleg Zhurakousky
1368bb119f
INT-2267, INT-2286
...
removed unnecessary dependencies
2011-11-29 16:56:47 -05:00
Mark Fisher
90c4f86941
Merge pull request #223 from olegz/INT-2267
...
INT-2267 removed test compile warnings
2011-11-29 14:34:51 -05:00
Oleg Zhurakousky
634e190f5c
INT-2267
...
removed test compile warnings
INT-2267
removed test compile warnings(2)
2011-11-29 13:50:08 -05:00
Mark Fisher
5c606dfcb4
Merge pull request #222 from garyrussell/INT-2268
...
INT-2268 Fix Spurious Failing Test
2011-11-29 11:53:11 -05:00
Gary Russell
3fff33c99b
INT-2268 Fix Spurious Failing Test
...
Occasional test failures caused because test HelloWorldInterceptor
could prematurely close the connection, depending on timing.
Also added some minor cleanup to the tests themselves.
2011-11-29 11:50:32 -05:00
Mark Fisher
841d808492
Merge pull request #220 from olegz/INT-2283
...
INT-2283 upgraded SFTP module to JSCH v0.1.45
2011-11-29 11:49:12 -05:00
Oleg Zhurakousky
3d8fbe0eed
INT-2283
...
upgraded SFTP module to JSCH v0.1.45
2011-11-29 11:47:58 -05:00
Mark Fisher
705e17f1d3
Merge pull request #219 from olegz/INT-2280
...
INT-2280 polishing Jdbc tests hoping to avoid intermittent failures
2011-11-29 11:43:17 -05:00
Oleg Zhurakousky
d2920c3145
INT-2280
...
polishing Jdbc tests hoping to avoid intermittent failures
2011-11-29 09:51:03 -05:00
Mark Fisher
c22ef922a5
Merge pull request #217 from olegz/INT-2265
2011-11-28 17:33:17 -05:00
Oleg Zhurakousky
3f6896677f
INT-2265
...
fixed GemfireGroupStoreTests.testMultipleInstancesOfGroupStore() test to avoid intermittent failures
refactored MessageGroupMetadata to eliminate the usage of TreeMap in favor of LinkedList for storing UUIDs of Messages
2011-11-28 17:30:44 -05:00
Mark Fisher
91b0f46c44
Merge pull request #216 from olegz/INT-2278
...
INT-2278: fixed the bug affecting renaming of files
2011-11-28 15:56:36 -05:00
Oleg Zhurakousky
6ddfaa33e4
INT-2278: fixed the bug affecting renaming of files
2011-11-28 15:52:39 -05:00
Mark Fisher
a979d7c06c
Merge pull request #215 from olegz/INT-2279
...
INT-2279 upgraded Spring WS to 2.0.3
2011-11-28 14:57:40 -05:00
Oleg Zhurakousky
ad1fd61f51
INT-2279 upgraded Spring WS to 2.0.3
2011-11-28 14:46:44 -05:00
Mark Fisher
4417d5d8b0
Update version to 2.1.0.BUILD-SNAPSHOT
2011-11-23 17:33:09 -05:00
Mark Fisher
1001d74ba7
Release version 2.1.0.RC1
2011-11-23 17:20:56 -05:00
Mark Fisher
0494f4355c
Merge pull request #210 from olegz/INT-2270
...
INT-2270 upgraded Groovy module to Groovy 1.8.4
2011-11-23 16:37:58 -05:00
Oleg Zhurakousky
6e689f8c12
INT-2270 upgraded Groovy module to Groovy 1.8.4
2011-11-23 15:41:23 -05:00
Mark Fisher
cadbed3523
Merge pull request #209 from olegz/INT-2235-updated
2011-11-23 15:08:32 -05:00
Oleg Zhurakousky
34c51eb635
INT-2235-updated
...
added default filter as AcceptOnceCollectionFilter, chanhged parser to allow filter= to allow null filter
2011-11-23 15:05:32 -05:00