Commit Graph

  • 4374a3da20 First pass at inbound/outbound JSON mapping for INT-1000 and INT-1001. Needs complete Javadoc'ing and still has some TODO's to address. Jeremy Grelle 2010-03-05 22:38:58 +00:00
  • 0757df5b33 implemented equals and hashCode Mark Fisher 2010-03-05 22:33:24 +00:00
  • 590fd3bc5a channel implementations now extend IntegrationObjectSupport, and MethodInvokingMessageProcessor now provides a setter for a ConversionService Mark Fisher 2010-03-05 20:52:30 +00:00
  • ed5359eee1 Fix compiler warnings in XML module David Syer 2010-03-05 17:47:31 +00:00
  • c60119e745 Fix compiler warnings in XML module David Syer 2010-03-05 17:46:57 +00:00
  • 569cac42fe INT-174 added method for accessing ConversionService to IntegrationContextUtils Mark Fisher 2010-03-05 15:22:00 +00:00
  • 13b4be1829 IP Adapters Initial Documentation Gary Russell 2010-03-05 01:47:02 +00:00
  • f2c25c5721 INT-1009 Mark Fisher 2010-03-05 00:58:25 +00:00
  • ce93c5aaa0 INT-1009 now copying SoapHeaderElements to the MessageHeaders Mark Fisher 2010-03-05 00:50:26 +00:00
  • 30bcf6e9c7 INT-937 refactoring MessageHistory, added ComponentMetadata Mark Fisher 2010-03-05 00:33:55 +00:00
  • b0c38e8e77 removed unused package Mark Fisher 2010-03-04 23:03:47 +00:00
  • 9d5500d796 IN PROGRESS - issue INT-1010: Implement JdbcMessageStore First draft of working message store. Interface changes are inevitable. David Syer 2010-03-04 09:42:55 +00:00
  • 2de00f0964 INT-953 added a SimpleExpressionSource implementation for configuring single values for the channel, payload expression, and header expression array rather than using a per-method Map. Mark Fisher 2010-03-03 21:31:52 +00:00
  • 9cb7816e42 INT-998 no longer calling toString, but displaying the targetObject's class instead Mark Fisher 2010-03-03 17:26:50 +00:00
  • a6a676d2c6 INT-966 using BeanComponentDefinition Mark Fisher 2010-03-03 16:31:25 +00:00
  • d48ef1fb06 INT-966 Using BeanComponentDefinition instead of registering with generated name directly. Mark Fisher 2010-03-03 16:19:35 +00:00
  • 80a29960af INT-966 Using BeanComponentDefinition instead of registering with generated name directly. Mark Fisher 2010-03-03 16:15:48 +00:00
  • 9b561ae925 Temporarily @Ignore tests that only fail on Nightly build Gary Russell 2010-03-03 03:24:34 +00:00
  • 3a88f7ce74 Remove debug line Gary Russell 2010-03-02 23:47:51 +00:00
  • d34348847c setting bean definition directly rather than generating a bean name for poller metadata Mark Fisher 2010-03-02 23:32:02 +00:00
  • 99f27108fe added an error logger bean name constant Mark Fisher 2010-03-02 23:30:20 +00:00
  • a732f3c255 INT-781 Namespace cleanup; multi-client/multi-message tests (UDP and TCP) Gary Russell 2010-03-02 23:25:06 +00:00
  • 687e75f841 using BeanComponentDefinitions with inner beans Mark Fisher 2010-03-02 23:10:36 +00:00
  • 862e7db377 INT-961 renamed getMesssageCount (sic) to getQueueSize Mark Fisher 2010-03-02 20:51:01 +00:00
  • f1ae0d0ec6 INT-961 renamed getMesssageCount (sic) to getQueueSize Mark Fisher 2010-03-02 20:34:21 +00:00
  • aaf8855bda INT-793, INT-1004 Removed unncessary assertion. Mark Fisher 2010-03-02 19:13:44 +00:00
  • 9b3208c89a INT-793, INT-1004 Using an inner class for the actual Notification-publishing MBean. Mark Fisher 2010-03-02 18:46:08 +00:00
  • 1a38553402 INT-330: switched namespace support for aggregator Iwein Fuld 2010-03-02 16:25:24 +00:00
  • 7a79b956d6 added README.txt Mark Fisher 2010-03-01 23:08:35 +00:00
  • 951a5dbb42 INT-994 SimpleEchoResponder now echos the same text as provided in the request, and the servlet loads on startup. Mark Fisher 2010-03-01 21:19:49 +00:00
  • 8a6a6d2a68 fix for poll where no rows available Jonas Partner 2010-03-01 21:15:46 +00:00
  • d41afc31f6 Resolves INT-790 Jonas Partner 2010-03-01 19:33:30 +00:00
  • fa7d80aaae INT-999: fix POMs David Syer 2010-03-01 15:03:20 +00:00
  • 1323aa6368 INT-781 More namespace work (Still W.i.P) Gary Russell 2010-02-27 17:23:18 +00:00
  • 44448ea94f echo .springBeans >> .gitignore Chris Beams 2010-02-27 08:14:20 +00:00
  • c9a6b7bf46 removed .springBeans files; added maven classpath container to cafe demo; removed unnecessary saaj dependencies from ws-inbound-gateway demo pom Chris Beams 2010-02-27 08:14:16 +00:00
  • 643718e6f2 Removing acciddentally committed .class files Chris Beams 2010-02-27 01:09:58 +00:00
  • 71a712a999 RESOLVED - INT-995: Change Eclipse .classpath to reference SI_IVY_CACHE instead of IVY_CACHE to avoid conflicts with other Spring projects Chris Beams 2010-02-27 01:09:47 +00:00
  • 1bed124b41 RESOLVED - INT-994: create sample project demonstrating use of ws:inbound-gateway Chris Beams 2010-02-27 01:06:50 +00:00
  • 81584599ae INT-781 Outbound TCP Adapters Namespace & Tests (Work in progress) Gary Russell 2010-02-26 22:40:19 +00:00
  • 6e2295b625 INT-781 Inbound TCP Adapters & Tests - no namespace support yet. Gary Russell 2010-02-25 00:59:13 +00:00
  • 98243c32c6 replaced udp with ip in parent pom Mark Fisher 2010-02-24 18:23:24 +00:00
  • b58bf8fd2b moving osgi module to sandbox Mark Fisher 2010-02-22 21:16:33 +00:00
  • b8f6e6dea2 removing 'udp' module now that it has been replaced by the 'ip' module Mark Fisher 2010-02-22 19:26:49 +00:00
  • 060744ce9f adding stub for TCP/UDP chapter Mark Fisher 2010-02-22 18:40:43 +00:00
  • 512859f3c7 Inbound tcp channel adapters namespace support and tests. Gary Russell 2010-02-22 00:50:45 +00:00
  • d2d1b8f0dd Inbound tcp channel adapters; no outbound yet, nor namespace support. Gary Russell 2010-02-21 05:50:18 +00:00
  • a0871d40f2 INT-987 Channels, dispatchers, and pollers now accept any Executor rather than being restricted to only TaskExecutor implementations. Mark Fisher 2010-02-20 19:23:21 +00:00
  • f26df90077 Removed ThreadPoolTaskExecutorParser since it is no longer used. Mark Fisher 2010-02-20 19:14:52 +00:00
  • 1b746ada6b INT-987 ImapIdleChannelAdapter now accepts any Executor rather than being restricted to only TaskExecutor implementations. Mark Fisher 2010-02-20 19:12:11 +00:00
  • 9c61503032 INT-991 Now using Spring 3.0.1 SpEL MethodFilters Mark Fisher 2010-02-19 23:52:28 +00:00
  • 7abbb92fc4 updated Eclipse classpath files for Spring 3.0.1 Mark Fisher 2010-02-19 22:21:19 +00:00
  • 2700036a9f INT-990 upgraded to Spring 3.0.1 Mark Fisher 2010-02-19 21:17:07 +00:00
  • 1a27bc4634 INT-942 Adding annotation-based tests for MethodInvokingMessageProcessor refactored from the ArgumentArrayMessageMapper *from* Message tests. Mark Fisher 2010-02-19 20:05:08 +00:00
  • 8b87a4c81c INT-989 Oleg Zhurakousky 2010-02-19 18:18:45 +00:00
  • 746b046b24 INT-937, INT-87 Message History (work in progress) Mark Fisher 2010-02-19 04:24:51 +00:00
  • a41c862558 MessageHistoryEvent implements Serializable Mark Fisher 2010-02-18 14:41:40 +00:00
  • 2d5c989ee7 INT-937, INT-87 Message History (work in progress) Mark Fisher 2010-02-18 14:33:16 +00:00
  • 0d15ef88b1 Remove spurious comma from QueueChannel Gary Russell 2010-02-17 22:37:49 +00:00
  • f92eee81b3 INT-985: made sorting and bounding mutually exclusive Iwein Fuld 2010-02-15 09:34:38 +00:00
  • c95763934e INT-985: added constructor arguments for queue size Iwein Fuld 2010-02-15 07:58:49 +00:00
  • 084951ef9d Remove unused class UdpSocket Gary Russell 2010-02-13 01:43:16 +00:00
  • 35f80fb83b Added ip to the main build; removed udp Gary Russell 2010-02-13 01:38:38 +00:00
  • 92aaadc00f Remove / from 'src' classpath entries in ..file project Gary Russell 2010-02-13 01:35:36 +00:00
  • a5123bfe02 Remove @Ignore import Gary Russell 2010-02-13 01:32:28 +00:00
  • ed94631288 Rename EndToEnd tests to comply with naming requirements; add stream as a test dependency to ivy.xml Gary Russell 2010-02-12 21:13:37 +00:00
  • e6d1b2f9c3 INT-947: cleaning out some obsolete code, splitting locking and filtering a bit better. Iwein Fuld 2010-02-12 19:31:10 +00:00
  • fec08008ea INT-947: prework moving filtering, scanning, locking into scanner. This opens the door for simplification, particularly around locking. Iwein Fuld 2010-02-12 15:07:33 +00:00
  • 8ae281bc7b removing CronTriggerTests (as this is covered in Core now) Iwein Fuld 2010-02-12 12:25:37 +00:00
  • d7b03c6959 Separate Multicast tests from Unicast; @Ignore Multicast tests; improve regex escaping on SI prefix. Gary Russell 2010-02-11 19:40:13 +00:00
  • 0798aad75c start of JDBC inbound channel adapter INT-790 Jonas Partner 2010-02-09 21:33:45 +00:00
  • 0c82b8b5cb Added more details to exception messages in OperationInvokingHandler as well as javadoc, few more tests, added entries to ivy and .classpath Oleg Zhurakousky 2010-02-08 20:55:23 +00:00
  • a07ed6b81d INT-980 added prefix to the Message History element's key in the headers Mark Fisher 2010-02-04 23:51:01 +00:00
  • 9b301bf19f INT-981 Added MethodFilter to be invoked by ReflectionUtils.doWithMethods(..) Oleg Zhurakousky 2010-02-04 19:42:25 +00:00
  • b097f8f595 modified toString() to use Date rather than timestamp (long) and using curly braces to surround each key-value pair instead of commas Mark Fisher 2010-02-03 17:58:49 +00:00
  • 4d26302dcd INT-793 Changed 'objectName' to 'defaultObjectName' and added a resolution step so that a value in the request Message's headers (with key JmxHeaders.OBJECT_NAME) takes precedence. Mark Fisher 2010-02-02 20:33:25 +00:00
  • 959a8614a7 INT-978 initial commit of AttributePollingMessageSource Mark Fisher 2010-02-02 17:44:33 +00:00
  • 59e6821f4e added jmx module to main build Mark Fisher 2010-02-02 01:23:54 +00:00
  • c0325aab51 generalized springframework dependency in template.mf Mark Fisher 2010-02-02 01:23:28 +00:00
  • f9cb5aa3e5 initial commit for OperationInvokingHandler Mark Fisher 2010-02-02 01:03:17 +00:00
  • 6a669b9bc5 initial commit for NotificationPublishingAdapter Mark Fisher 2010-02-01 23:35:43 +00:00
  • 1f22d47b5f initial commit for NotificationListeningAdapter Mark Fisher 2010-02-01 21:25:09 +00:00
  • 3673410b67 added javax.management to template.mf Mark Fisher 2010-02-01 19:51:24 +00:00
  • 277c1c7e74 initial commit of JMX module Mark Fisher 2010-02-01 15:26:35 +00:00
  • 5ca4376b99 delaying start invocation until after subscription of listeners Iwein Fuld 2010-01-31 13:24:34 +00:00
  • a7a29b7f6f INT-922: added original messages and first exception as cause Iwein Fuld 2010-01-31 12:30:14 +00:00
  • a16e4aa6bd INT-330: - Polished some javadoc - removed unnecessary dependency on MessageStore from MessageGroup - added locking in pruner Iwein Fuld 2010-01-28 10:24:36 +00:00
  • 095f31d61c added a TODO to remove the Serializable implementation once we upgrade to 3.0.1 Mark Fisher 2010-01-26 17:33:31 +00:00
  • c9d865176a INT-962 Exposing configuration properties for the JmsDestinationBackedMessageChannel's underlying MessageListener container and JmsTemplate. Many are now available in the namespace support, but some will still likely be added (the class itself now exposes *everything* that can be configured on both the MLC and template). Mark Fisher 2010-01-25 23:44:57 +00:00
  • ece8d6c806 added a warn-level log message in case a MessageListener was already configured on the listener container being used within the message-driven endpoint Mark Fisher 2010-01-25 23:08:34 +00:00
  • 8550cc67b0 INT-963 DefaultInboundRequestMapper now returns a MultiValueMap when creating a payload from HTTP request parameters. That means that values in the Map are now Lists of Strings rather than String arrays. Mark Fisher 2010-01-25 03:01:11 +00:00
  • 8db7e1cd6a fixed header-enricher element now that error-channel is a sub-element rather than attribute Mark Fisher 2010-01-19 15:41:13 +00:00
  • d260e5fef5 fixed test Mark Fisher 2010-01-18 19:18:50 +00:00
  • 7b548ab6da committing tests Mark Fisher 2010-01-18 19:00:38 +00:00
  • 344d5bfa52 escaping $ header prefix (temporary solution) Mark Fisher 2010-01-18 18:55:35 +00:00
  • 9b0073be41 adding ip xsd and tooling icon Mark Fisher 2010-01-18 18:48:33 +00:00
  • ad2def94e0 re-adding accidentally deleted jms files Mark Fisher 2010-01-18 18:43:52 +00:00
  • 20b807ef0e test contexts Mark Fisher 2010-01-18 18:31:53 +00:00
  • 845a530940 removing jms copy Mark Fisher 2010-01-18 18:23:04 +00:00
  • cb563cef22 javadoc Mark Fisher 2010-01-18 18:17:53 +00:00