Commit Graph

6614 Commits

Author SHA1 Message Date
Mark Fisher
db1013426a SpelMessageProducerSupport abstract & pkg-private 2011-08-25 22:39:25 -04:00
David Turanski
42cc18e461 INT-2082 Added supported event types 2011-08-25 22:39:25 -04:00
David Turanski
84c2417fd0 INT-2081 - added gemfire documentation to the reference. Also fixed a typo in the schema 2011-08-25 22:39:24 -04:00
David Turanski
2cade4220e INT-2082 added support for evaluating payload expression in ContinuousQueryMessageProducer 2011-08-25 13:06:00 -04:00
Mark Fisher
a97ddfa71e Merge pull request #26 from markfisher/INT-2056
added check for IllegalStateException on unexpected exception thrown from method invocation
  walks the cause hierarchy again
  Gateway now rethrows unwrapped RuntimeExceptions
2011-08-24 21:05:18 -04:00
Mark Fisher
bdc5dd9f85 added check for IllegalStateException on unexpected exception thrown from method invcation 2011-08-24 21:03:18 -04:00
Mark Fisher
f81c9e1d7b walks the cause hierarchy again
this will accommodate InvocationTargetException and more
2011-08-24 20:25:04 -04:00
Mark Fisher
e954e58e93 Gateway now rethrows unwrapped RuntimeExceptions 2011-08-24 20:25:04 -04:00
Mark Fisher
a7e4fc104b Merge pull request #37 from dturanski/gemfire
fixed gemfire test compile problem
  for example, see: https://build.springsource.org/browse/INT-MASTER-20/
2011-08-24 20:23:46 -04:00
David Turanski
bec0472209 fixed gemfire test compile problem 2011-08-24 20:21:48 -04:00
Mark Fisher
189d047514 INT-2078 valid repositories IDs for Maven 3.0 2011-08-24 20:06:46 -04:00
Mark Fisher
ecd8b52373 updated buildSrc 2011-08-24 19:17:39 -04:00
Mark Fisher
ee0efee168 Merge pull request #35 from olegz/INT-2011
fixed ReseqencerParserTests that was broken due to the change in method names in MaxValueReleaseStrategy
2011-08-24 16:18:32 -04:00
Oleg Zhurakousky
65b50ba002 INT-2011 fixed ReseqencerParserTests that was broken due to the change in method names in MaxValueReleaseStrategy 2011-08-24 16:13:12 -04:00
Mark Fisher
4f131e2d34 Merge pull request #33 from olegz/INT-2011
fixed MessagingMethodInvokerHelper.HandlerMethod.dummyMessages to be of type Collection<Message<?>> instead of List<Message<?>>
2011-08-24 15:55:16 -04:00
Oleg Zhurakousky
cd87a1a167 INT-2011 fixed MessagingMethodInvokerHelper.HandlerMethod.dummyMessages to be of type Collection<Message<?>> instead of List<Message<?>> 2011-08-24 15:47:31 -04:00
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