Oleg Zhurakousky
765503daa4
polishing, fixed warning messages
2011-05-03 19:20:57 -04:00
Oleg Zhurakousky
a99e51e7b2
polishing
2011-05-03 19:16:07 -04:00
Oleg Zhurakousky
394c145777
polishing
2011-05-03 19:13:47 -04:00
Mark Fisher
3fe88e626b
added documentation and assertion to IntegrationContextUtils to clarify that the BeanFactory must not be null
2011-05-03 19:04:28 -04:00
Oleg Zhurakousky
5ccc5f62ff
removed accidental public fields
2011-05-03 18:59:20 -04:00
Oleg Zhurakousky
842af05441
polished PollingLifecycleTests making it more reliable
2011-05-03 18:57:13 -04:00
Oleg Zhurakousky
c6fad52082
polished PollingLifecycleTests to address breaking build
2011-05-03 18:52:29 -04:00
Oleg Zhurakousky
81b125d7e2
INT-1866 polishing
2011-05-03 18:46:26 -04:00
Oleg Zhurakousky
e812b6b0e3
INT-1866 polishing
2011-05-03 18:41:31 -04:00
Oleg Zhurakousky
7622fd9112
INT-1866 moved HeaderMapper building logic to parsers (part 2)
2011-05-03 18:39:01 -04:00
Oleg Zhurakousky
7ecd7c2490
INT-1866 moved HeaderMapper building logic to parsers
2011-05-03 18:26:49 -04:00
Mark Fisher
832ff4358a
polishing
2011-05-03 17:51:20 -04:00
Oleg Zhurakousky
2deb97608a
polishing
2011-05-03 17:19:37 -04:00
Oleg Zhurakousky
117e1cc5c7
polishing
2011-05-03 17:03:11 -04:00
Oleg Zhurakousky
def3647c80
INT-1853 changed default max-messages-per-poll to be Integer.MIN_VALUE
2011-05-03 16:52:53 -04:00
Dave Syer
2150b9b806
INT-1789: fix test for Java 5 (duh)
2011-05-03 17:28:53 +01:00
Dave Syer
fdc5862e44
INT-1789: clarify docs in XSD
2011-05-03 17:11:16 +01:00
Dave Syer
41a8307266
INT-1789: Added 'managed-components' attribute to mbean-export
2011-05-03 17:06:06 +01:00
Oleg Zhurakousky
ea469ca887
INT-1817 polishing
2011-05-03 10:22:09 -04:00
Oleg Zhurakousky
d6c92e2a37
INT-1829 polishing, added @Override on getComponentType()
2011-05-03 10:20:20 -04:00
Oleg Zhurakousky
3956193bea
INT-1817 changed attribute value from 'object-name-static-properties-ref' to 'object-name-static-properties'
2011-05-03 10:16:33 -04:00
Oleg Zhurakousky
c4bb717567
INT-1829 refactored MethodInvokingMessageHandler by adding setter to set 'componentType' value instead of hardcoding it
2011-05-03 10:08:44 -04:00
Oleg Zhurakousky
954b6465fb
polishing changed 'temporaryFileSuffix' attribute from public to private
2011-05-03 09:38:16 -04:00
Oleg Zhurakousky
9eb13f0c40
INT-1814 added logging for subscriber removal. Changed evaluation logic to evaluate on NamedComponent
2011-05-03 09:32:33 -04:00
Oleg Zhurakousky
b850355433
polishing removed vendor infor from .springBeans
2011-05-03 08:48:07 -04:00
Dave Syer
3441971540
INT-1806: added ManagedEndpoint for endpoints that are not message sources or message handlers
2011-05-03 10:04:15 +01:00
Mark Fisher
4009ca25b3
INT-1814 polishing
2011-05-02 18:50:30 -04:00
Oleg Zhurakousky
720efa502f
INT-1833 added documentation about Mail filtering functionality
2011-05-02 16:09:56 -04:00
Iwein Fuld
be9b57a81a
Fixed javadoc
2011-04-30 20:08:34 +02:00
Iwein Fuld
3955c9d6fb
Add non-parametrized message support to PayloadMatcher.
...
- add testcase (which used to cause compiler failure)
- remove <?> from PayloadMatcher to fix error
- add casts to FileInboundCAWRDTests to deal with backwards compatibility breakage
In some cases backwards compatibility is broken, see INT-1790 for details.
2011-04-30 20:08:34 +02:00
Iwein Fuld
57192121fb
add build.log to .gitignore
2011-04-30 20:08:33 +02:00
Iwein Fuld
d85de5f4f3
Resolve warning by adding @Deprecated tag to deprecated method.
2011-04-30 20:08:33 +02:00
Gary Russell
076a0dad1f
INT-1848 Add order Attribute (mail)
2011-04-30 13:39:13 -04:00
Gary Russell
4779909d80
INT-1848 Add order Attribute (rmi)
2011-04-30 13:34:19 -04:00
Gary Russell
bf55b88e54
INT-1848 Add order Attribute (xmpp)
2011-04-30 11:35:57 -04:00
Gary Russell
5f180de201
INT-1848 Add order Attribute (twitter)
2011-04-30 11:06:24 -04:00
Gary Russell
832b3433ee
INT-1848 Add order Attribute (stream)
2011-04-30 10:56:44 -04:00
Oleg Zhurakousky
7cd30025fc
INT-1859 added tests for namespace support for ErrorMessageExceptionTypeRouter
2011-04-29 17:20:03 -04:00
Oleg Zhurakousky
1b86312922
INT-1875 polishing
2011-04-29 17:03:24 -04:00
Oleg Zhurakousky
09d2e2eeb0
INT-1875 added documentation about JMS Header Mapper
2011-04-29 16:55:05 -04:00
Oleg Zhurakousky
fb065c57ef
INT-1373 fixed the type in the docs
2011-04-29 16:32:37 -04:00
Oleg Zhurakousky
a42a5a346e
INT-1647 fixed core schema to work with alternative XML parsers (continued)
2011-04-29 16:18:03 -04:00
Mark Fisher
679cf9b6ec
temporarily @Ignore-ing the default poller test for inbound-channel-adapter
2011-04-29 15:59:13 -04:00
Mark Fisher
fa67ae75a6
added test for inbound-channel-adapter using the default poller
2011-04-29 15:54:48 -04:00
David Turanski
593a688b3d
INT-1234 added copyright headers
2011-04-29 15:42:39 -04:00
Mark Fisher
5edc817849
INT-1853 added extra check on loop condition for 'initialized'
2011-04-29 15:34:14 -04:00
Oleg Zhurakousky
ade987d49c
INT-1647 fixed core schema to work with alternative XML parsers
2011-04-29 15:30:40 -04:00
Mark Fisher
b59bdc0d70
INT-1795 the default receiveTimeout for a JmsTemplate used by an 'inbound-channel-adapter' (polling consumer) is now set to: JmsTemplate.RECEIVE_TIMEOUT_NO_WAIT. The value can be explicitly overridden via the 'receive-timeout' attribute
2011-04-29 14:27:51 -04:00
David Turanski
763d70d4ff
INT-1234. Added order support and documentation
2011-04-29 14:08:52 -04:00
David Turanski
714b952b58
INT-1234
2011-04-29 14:08:52 -04:00