Mark Fisher
75b0d200a6
upgrade Spring AMQP dependency to 1.0.0.RELEASE
2011-08-24 13:10:22 -04:00
Mark Fisher
044ab4f064
Merge pull request #32 from ghillert/INT-2070
...
Initial commit of the first draft of the AMQP adapter documentation
2011-08-23 16:01:17 -04:00
Gunnar Hillert
d12ee32855
Initial commit of the first draft of the AMQP adapter documentation
2011-08-23 15:56:34 -04:00
Mark Fisher
d3dd603a24
Merge pull request #31 from dturanski/INT-2074
...
set use-factory-locator=false and changed cache-id
2011-08-23 12:53:54 -07:00
David Turanski
69b5c1b7e2
set use-factory-locator=false and changed cache-id
2011-08-23 07:57:04 -04:00
Mark Fisher
9d6df08b98
Merge pull request #30 from dturanski/INT-2074
...
* dturanski/INT-2074:
INT-2074 changed name to queryName
INT-2074 - refactored ContinuousQueryMessageProducer and cleaned up tests
added CacheServerProcess
2011-08-22 22:23:27 -04:00
David Turanski
7a47e63aa9
INT-2074 changed name to queryName
2011-08-22 18:32:58 -04:00
David Turanski
ee8c4e2d69
INT-2074 - refactored ContinuousQueryMessageProducer and cleaned up tests
2011-08-22 17:21:47 -04:00
David Turanski
449dfc9fac
added CacheServerProcess
2011-08-22 17:21:47 -04:00
Mark Fisher
5bc29046f0
Merge pull request #29 from markfisher/INT-2067
...
id is now a fallback for a generated channel name
2011-08-22 15:45:45 -04:00
Mark Fisher
cbde3470d6
id is now a fallback for a generated channel name
2011-08-22 14:40:52 -04:00
Mark Fisher
2d151932fc
Merge pull request #27 from markfisher/INT-1982
...
added support for durable subscription settings
2011-08-22 11:46:21 -04:00
Mark Fisher
aa0e8a335f
added support for durable subscription settings
2011-08-22 10:53:48 -04:00
Mark Fisher
741b1e58bd
Merge pull request #25 from dturanski/INT-2068
...
fixed shouldSkipNulls logic
2011-08-21 11:08:22 -04:00
David Turanski
7921d3f7e6
INT-2068 fixed shouldSkipNulls logic
2011-08-21 11:05:54 -04:00
Mark Fisher
c035ce8b03
Merge pull request #24 from markfisher/INT-2069
...
updated POMs with Spring 3.0.5.RELEASE
reverted ETag test String escaping
reverting use of AnnotationConfigContextLoader
reverting 3.1 BeanDefinitionParserDelegate usage
reverting use of new DefaultConversionService()
build.gradle: Spring 3.1.0.M2 -> 3.0.5.RELEASE
2011-08-19 17:08:22 -04:00
Mark Fisher
a946f9960a
updated POMs with Spring 3.0.5.RELEASE
2011-08-19 16:17:13 -04:00
Mark Fisher
9597ec3c09
reverted ETag test String escaping
...
see DefaultHttpHeaderMapperFromMessageInboundTests.validateETag()
2011-08-19 16:07:59 -04:00
Mark Fisher
bf1b4f8883
reverting use of AnnotationConfigContextLoader
2011-08-19 15:58:57 -04:00
Mark Fisher
7bf7e04314
reverting 3.1 BeanDefinitionParserDelegate usage
2011-08-19 15:42:50 -04:00
Mark Fisher
fa502a735b
reverting use of new DefaultConversionService()
...
new DefaultConversionService() -> ConversionServiceFactory.createDefaultConversionService();
2011-08-19 15:40:30 -04:00
Mark Fisher
1786634b7e
build.gradle: Spring 3.1.0.M2 -> 3.0.5.RELEASE
2011-08-19 15:39:09 -04:00
Mark Fisher
23219d2a12
Merge pull request #22 from markfisher/INT-1996
...
inbound-gateway now supports all attributes
2011-08-19 14:37:35 -04:00
Mark Fisher
2401d7e83c
inbound-gateway now supports all attributes
2011-08-19 14:36:10 -04:00
Mark Fisher
10b2350953
updated .gitignore
2011-08-19 09:55:26 -04:00
Mark Fisher
29f4fe5948
Merge pull request #23 from ghillert/INT-2058
...
* INT-2058:
polishing
Added Xml schema documentation for the attributes: id, channel, directory, scanner (2.0 and 2.1 Schema)
2011-08-19 09:47:59 -04:00
Mark Fisher
2c8ba16211
polishing
2011-08-19 09:45:59 -04:00
Gunnar Hillert
c7f3a944e6
Added Xml schema documentation for the attributes: id, channel, directory, scanner (2.0 and 2.1 Schema)
...
Added Xml schema documentation for the attribute charset (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute filename-generator (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute filter (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute delete-files (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute delete-files (2.0 and 2.1 Schema)
Added Xml schema documentation for the elements: locker, nio-locker (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute: reply-channel (2.0 and 2.1 Schema)
Added Xml schema documentation for the attribute: reply-channel (2.0 and 2.1 Schema)
Fixed Xml schema documentation for the elements: locker, nio-locker (2.0 and 2.1 Schema)
Fixed Xml schema documentation for the elements: outbound-channel-adapter, outbound-gateway (2.0 and 2.1 Schema)
Documentation was missing for the "directory" attribute on complexType name="outboundFileBaseType" (2.0 and 2.1 Schema)
Documentation was missing for the "request-channel" attribute on element "outbound-gateway" (2.0 and 2.1 Schema)
Documentation was missing for the "request-channel" attribute on element "outbound-gateway" (2.0 and 2.1 Schema)
Final round of fixes. Every attribute and element now has documentation in the 2.0 and 2.1 xml schema
2011-08-19 09:33:26 -04:00
Mark Fisher
6f76a293b4
Merge pull request #21 from dturanski/INT-2062
...
Fixed GemfireMessageGroupStoreTest (changed Set to List to avoid equals() collisions affecting size())
2011-08-18 17:39:50 -04:00
David Turanski
6d40df291f
INT-2062 - Fixed GemfireMessageGroupStoreTest (changed Set to List to avoid equals() collisions affecting size())
2011-08-18 17:00:14 -04:00
Mark Fisher
180cce3d05
Merge pull request #20 from ghillert/INT-2061
...
* INT-2061:
INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.0.xsd
INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.1.xsd
2011-08-18 11:36:34 -04:00
Gunnar Hillert
bdd10df703
INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.0.xsd
2011-08-18 11:10:38 -04:00
Gunnar Hillert
b8dec7471e
INT-2061 - Added description for auto-startup attribute in spring-integration-file-2.1.xsd
2011-08-18 11:10:38 -04:00
Mark Fisher
625dc98242
Merge pull request #19 from joshlong/INT-2062
...
INT-2062
2011-08-18 06:52:38 -07:00
Josh Long
6a2a368c3e
INT-2062
2011-08-18 06:36:49 -07:00
Mark Fisher
8116b8ba5e
Merge pull request #17 from markfisher/INT-2047
...
* INT-2047:
updated 2.0 xsd
SftpSessionFactory -> DefaultSftpSessionFactory
2011-08-18 08:32:24 -04:00
Mark Fisher
baf3a69ffd
updated 2.0 xsd
2011-08-18 07:42:23 -04:00
Mark Fisher
215eb65f9e
SftpSessionFactory -> DefaultSftpSessionFactory
2011-08-18 07:42:23 -04:00
Mark Fisher
17c8759ceb
Merge pull request #18 from joshlong/INT2060
...
ensured everything worked after merge
general clean up
Issue: INT-2060
2011-08-17 22:55:12 -04:00
Josh Long
197021cd63
ensured everything worked after merge..
2011-08-17 02:29:19 -07:00
Josh Long
dc5d821aee
clean up...
2011-08-17 02:17:51 -07:00
Josh Long
3e8a774411
clean up...
2011-08-17 02:17:24 -07:00
Mark Fisher
6544414544
Merge pull request #16 from ghillert/INT-2043
...
Add @Filter annotation to appendix
Add annotation documentation to 5.2.2 Configuring Filter
Some documentation cleanup
2011-08-16 17:11:35 -04:00
Gunnar Hillert
1d2042de3f
- INT-2043 Added @Filter annotation to appendix
...
- Added annotation documentation to 5.2.2 Configuring Filter
- Some documentation cleanup
2011-08-16 16:53:46 -04:00
Mark Fisher
254f0f1f50
Merge pull request #14 from dturanski/INT-2049
...
remove gemfire cfg files
add namespace support
add SpEL support to CacheWritingMessageHandler and general cleanup
2011-08-16 16:44:05 -04:00
David Turanski
3d9dc732f1
INT-2049 - removed gemfire cfg files
2011-08-16 16:42:19 -04:00
David Turanski
b07708fd9f
INT-2049 added namespace support, also add SpEL support to CacheWritingMessageHandler and general cleanup
2011-08-16 16:42:19 -04:00
David Turanski
a6cda6d93d
INT-2049 added namespace support, also add SpEL support to CacheWritingMessageHandler and general cleanup
2011-08-16 16:42:19 -04:00
Mark Fisher
0bba8827ca
Merge pull request #15 from ghillert/INT-2052
...
INT-2052
2011-08-16 09:44:19 -07:00
Mark Fisher
21626a5465
Merge pull request #11 from markfisher/INT-1947
...
Add 'loggerName' property.
2011-08-16 09:42:17 -07:00