Dave Syer
225f4a3b84
INT-1806: fix duplicate MBeans
2011-05-04 17:54:58 +01:00
Oleg Zhurakousky
52c0ceaf4c
INT-1886 polishing
2011-05-04 12:30:38 -04:00
Oleg Zhurakousky
b0cf5c0b47
INT-1886 fixed the refactoring mistake where send() was changed to sendAndReceive()
2011-05-04 12:10:13 -04:00
Oleg Zhurakousky
d26159e1a6
INT-1886 refactored ChannelPublishingJmsMessageListener to delegate to MessagingGatewaySupport instead of subclassing it
2011-05-04 12:04:15 -04:00
Oleg Zhurakousky
01ac530db6
INT-1827 edited HTTP Proxy documentation (removed Commons section)
2011-05-04 09:42:13 -04:00
Oleg Zhurakousky
1835902eb1
INT-1827 edited HTTP Proxy documentation
2011-05-04 08:44:45 -04:00
Oleg Zhurakousky
497b03a918
INT-1859 added documentation for exception-type-router namespace support
2011-05-04 07:31:05 -04:00
Oleg Zhurakousky
7c05cbb9b4
INT-1881 added docs for inner bean support for header-enricher
2011-05-04 07:26:24 -04:00
Dave Syer
e5ce27352f
Spelling error
2011-05-04 08:14:09 +01:00
Oleg Zhurakousky
c87a34c820
INT-1853 added documentation about poller configuration
2011-05-03 23:22:55 -04:00
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