Commit Graph

1466 Commits

Author SHA1 Message Date
Mark Fisher
46238e555c INT-1999 updated version to 2.1.0.BUILD-SNAPSHOT and regenerated POMs 2011-07-22 16:59:09 -04:00
Mark Fisher
9a43781973 updated POMs for 2.0.6.BUILD-SNAPSHOT 2011-07-18 18:09:12 -04:00
Mark Fisher
b1ee08b8d1 Release version 2.0.5.RELEASE 2011-07-18 17:36:31 -04:00
Mark Fisher
eb661d336c INT-1969 simplified PayloadTypeRouter code 2011-07-18 16:14:34 -04:00
Mark Fisher
7c9359e65f INT-1969 fixed some ambiguity tests 2011-07-18 15:50:43 -04:00
Oleg Zhurakousky
dda08a1b58 INT-1969 added even more tests for ambiguity checks 2011-07-18 14:04:21 -04:00
Oleg Zhurakousky
92f563f5e1 INT-1969 added more tests to validate several ambiguity scenarios for the PayloadTypeRouter 2011-07-18 13:58:26 -04:00
Oleg Zhurakousky
22bb8350b0 INT-1969 polished the code, modified exception message to include ambiguities 2011-07-18 12:58:47 -04:00
Mark Fisher
c92d877c24 INT-1969 ensuring that interface weight results are always odd to offset with even class results. Also fixed typo: 'matchedIntefaces' 2011-07-18 09:41:47 -04:00
Oleg Zhurakousky
f31aff1c27 INT-1969 polished PayloadTypeRouter support for determining the weight of sub-classes 2011-07-15 23:25:24 -04:00
Oleg Zhurakousky
4929fff7e5 INT-1978 added more tests for PayloadTypeRouter 2011-07-15 13:26:14 -04:00
Mark Fisher
7e4e58cddb INT-1969 adding type-difference-weight algorithm for more nuanced decision making with regard to class and/or interface hierarchies for the PayloadTypeRouter 2011-07-15 13:07:12 -04:00
Mark Fisher
cc56864c48 removing warnings 2011-07-15 11:48:08 -04:00
Mark Fisher
c856be6bcc formatting and removing unused method arg 2011-07-14 16:45:26 -04:00
Mark Fisher
2d72c278f9 polishing 2011-07-14 13:59:48 -04:00
Mark Fisher
ce3c538fb5 polishing 2011-07-14 13:49:10 -04:00
Mark Fisher
bd5bb7a101 removed System.out.println 2011-07-14 12:52:02 -04:00
Mark Fisher
1743347025 minor typo in xsd 2011-07-13 14:22:17 -04:00
Oleg Zhurakousky
f8acd850dc INT-1974 removed the IF statement which was checking the state of the collection in favor of delegating to the ConversionService 2011-07-13 12:37:06 -04:00
Mark Fisher
b99504ad96 INT-1972 remoting outbound gateway base class now must create a new message more explicitly 2011-07-12 18:19:43 -04:00
Mark Fisher
94ac56593f INT-1972 MessageBuilder is now more diligent in determining the 'modified' flag value, and as a result it will return the originalMessage from a build() call any time that there have been no additions/removals/modifications to the payload or headers. 2011-07-12 16:41:44 -04:00
Mark Fisher
5bffa91a1b INT-1932 added support for 'delimiters' attribute on the <splitter> element (when not using a 'ref', 'expression', or inner bean) 2011-07-12 14:14:24 -04:00
Oleg Zhurakousky
30b39da1d0 INT-1969 fixed typo and access modifier in PayloadTypeRouter 2011-07-11 18:20:06 -04:00
Oleg Zhurakousky
dc86782195 INT-1969 fixed PayloadTypeRouter to introspect sub-interfaces of the interfaces implemented by the payload type 2011-07-11 18:09:12 -04:00
Oleg Zhurakousky
16ebc11697 INT-1964 added DEBUG level logging to the doPoll() method in PollingConsumer and SourcePollingChannelAdapter 2011-07-08 09:54:55 -04:00
Oleg Zhurakousky
474783e263 INT-1777 added DEBUG level logging for SpEL Evaluation exception 2011-07-06 20:48:45 -04:00
Gary Russell
3b00de4202 INT-1957 Inner Poller Can Have default="true" 2011-07-01 17:57:05 -04:00
Oleg Zhurakousky
c00888f537 INT-1953 refactored CORE and HTTP modules to make them compatible with Spring v3.1 while maintaining the target version of 3.0.* 2011-06-24 15:20:32 -04:00
David Turanski
b60525a259 INT-1927 allow sub-elements of <channel-interceptor> other than <bean> tested with <wire-tap> 2011-06-24 13:47:49 -04:00
Oleg Zhurakousky
bad2debbf7 INT-1952 fixed ConsumerEndpointFactoryBean to ensure the Polling Consumer is created with propper ErrorHandler 2011-06-24 11:59:05 -04:00
Oleg Zhurakousky
d5bb9a8297 INT-1940 changed locks map to have correlationId -> new Object() 2011-06-23 16:13:03 -04:00
Oleg Zhurakousky
d8fc7f939d INT-1940 added correlationLocksMonitor to CorrelatingMessageHandler to monitor 'locks' access 2011-06-23 15:36:47 -04:00
Oleg Zhurakousky
987656ee02 INT-1940 edited the comment 2011-06-23 14:21:57 -04:00
Oleg Zhurakousky
2022646cd0 INT-1940 fixed NPE in CorrelatingMessageHandler 2011-06-23 14:15:46 -04:00
Mark Fisher
eb821c7ffe organized imports 2011-06-22 18:06:17 -04:00
Mark Fisher
9ab7f4ef4e INT-1949 AbstractChannelParser no longer does class loading 2011-06-22 18:05:33 -04:00
Mark Fisher
1c1ca9c6af INT-1928 WireTap now refuses to intercept its own channel 2011-06-04 14:34:20 -04:00
Oleg Zhurakousky
73bf93c229 INT-1919 polishing, code cleanup 2011-06-01 07:34:40 -04:00
Oleg Zhurakousky
63336272ad INT-1919 polishing, set patternMatch to true as a default in the HeaderFilter class (before it was only in schema) 2011-06-01 07:18:21 -04:00
Oleg Zhurakousky
6c7755b688 INT-1919 added support for treating '*' as literal value via 'pattern-match' boolean attribute on header-filter with default value 'true' 2011-06-01 07:16:17 -04:00
Oleg Zhurakousky
bd896ab986 INT-1919 added removeHeaders(String...) method to MessageBuilder to support plural semantics of possibly removing multiple headers with a single callback 2011-05-31 17:21:55 -04:00
Oleg Zhurakousky
8424fe24f1 INT-1919 added Pattern matching support to header-filter 2011-05-31 15:52:20 -04:00
Oleg Zhurakousky
350e4f34fb INT-1884 polished MessageIdGeneratorTests to not fail intermittently 2011-05-26 15:21:09 -04:00
Oleg Zhurakousky
5bf590bbfb changed POMs to use version 2.0.5.BUILD-SNAPSHOT 2011-05-23 08:19:47 -04:00
Mark Fisher
939172e675 Release version 2.0.4.RELEASE 2011-05-18 14:26:36 -04:00
Mark Fisher
0de92313c5 INT-1903 appended to log message for non-registry BeanFactory 2011-05-18 11:43:42 -04:00
Mark Fisher
2b743200d4 added null check and comment 2011-05-18 11:22:27 -04:00
Gary Russell
63009de21d INT-1905 Add try/catch Block; Use Same Technique for Chain Handlers 2011-05-17 21:01:37 -04:00
Mark Fisher
4867cbca55 INT-1896 added an extra instanceof check prior to MessageChannel cast, and added a debug log message 2011-05-17 18:35:05 -04:00
Gary Russell
b0972a57dd INT-1905 Set Handler Component Name, Even If Proxied 2011-05-17 18:21:16 -04:00