Commit Graph

  • 46091acdb9 INT-1471, polishing Oleg Zhurakousky 2010-10-27 17:56:49 -04:00
  • 42f5ba35ab INT-1471, Twitter polishing after making it Polling consumer Oleg Zhurakousky 2010-10-27 17:55:17 -04:00
  • d9eb925235 INT-1562 formatting Mark Fisher 2010-10-27 17:54:19 -04:00
  • 15b9affda9 INT-1562 formatting Mark Fisher 2010-10-27 17:22:33 -04:00
  • 82497a81a3 INT-1471, changed Twitter Inbound adapters to be PollingConsumers, added poller element Oleg Zhurakousky 2010-10-27 16:58:39 -04:00
  • 1e9c3c6a8d INT-1528 IntegrationNamespaceUtils.parseInnerHandlerDefinition(..) no longer registers the inner bean definition. Relatedly, all polling inbound adapter parsers now return BeanMetadataElement rather than a pre-registered bean's name (flexibility: RuntimeBeanReference, BeanDefintion, etc.) Mark Fisher 2010-10-27 15:59:29 -04:00
  • 5a04779bbe Fix test broken in last commit Dave Syer 2010-10-27 12:07:07 -07:00
  • d21278865f Fix test to not dump files in top level dir Dave Syer 2010-10-27 11:30:49 -07:00
  • f3fc86395f INT-1527 updated test config for MetadataStore moves Mark Fisher 2010-10-27 14:09:54 -04:00
  • f5f1ad0bcd ExpressionPayloadMessageProcessor now supports Expression instances as payloads in addition to Strings Mark Fisher 2010-10-27 14:07:26 -04:00
  • 5c3a2185a3 INT-1527 moved MetadataStore from 'context.metadata' to 'store' Mark Fisher 2010-10-27 13:41:36 -04:00
  • 562f4d3dd1 minor javadoc change Mark Fisher 2010-10-27 13:29:30 -04:00
  • 274be8b296 polishing Oleg Zhurakousky 2010-10-27 13:23:21 -04:00
  • 178272162f INT-786 polishing, javadoc Oleg Zhurakousky 2010-10-27 13:14:38 -04:00
  • ab2113cc13 polishing Mark Fisher 2010-10-27 13:16:07 -04:00
  • 4d3cf9cad4 polishing Mark Fisher 2010-10-27 13:10:35 -04:00
  • 0e507932c5 INT-786 moved FileUrlFeedFetcher to the src/test tree and refactored FeedEntryMessageSource to accept a custom FeedFetcher reference Mark Fisher 2010-10-27 12:09:25 -04:00
  • 93a044f56d INT-786 metadataKey no longer REQUIRES a componentName, but a WARN-level message is logged if a name is not set Mark Fisher 2010-10-27 11:51:14 -04:00
  • 375c4634f6 INT-786 renamed FeedMessageSourceBeanDefinitionParserTests to FeedInboundChannelAdapterParserTests (and all associated config files) Mark Fisher 2010-10-27 11:44:00 -04:00
  • 1a4f170d2c INT-786 refactored Feed MessageSource and related classes Mark Fisher 2010-10-27 11:37:08 -04:00
  • 1dd39728c3 INT-786 renamed 'feed-url' attribute to just 'url' since it's already clear that it's the FEED adapter Mark Fisher 2010-10-27 10:33:49 -04:00
  • c865234727 formatting Mark Fisher 2010-10-27 09:47:45 -04:00
  • e0f58623f3 formatting Mark Fisher 2010-10-27 08:42:07 -04:00
  • b347d2844a polishing Mark Fisher 2010-10-27 08:36:53 -04:00
  • 4a4b213bd4 polishing Mark Fisher 2010-10-27 08:20:21 -04:00
  • 7d981b439e added comment Mark Fisher 2010-10-27 08:03:00 -04:00
  • a870217e23 INT-1540, added extract-payload and auto-atartup to Inbound XMPP adapters, added tests Oleg Zhurakousky 2010-10-26 19:10:10 -04:00
  • db36f926b2 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration Chris Beams 2010-10-28 15:12:32 -04:00
  • 6cadd13f1a Merge branch 'gradle' Chris Beams 2010-10-28 14:31:05 -04:00
  • bfeb2ff50f Polish readme Chris Beams 2010-10-28 14:24:39 -04:00
  • 9619e5591b JDBC module's generateSql no longer tied to build lifecycle Chris Beams 2010-10-28 13:50:55 -04:00
  • cc79ea4cb4 Fix typo causing parsing in samples.xml > entity Chris Beams 2010-10-28 13:27:56 -04:00
  • 8bb947c6eb moved PropertiesPersistingMetadataStoreTests to the same location as PropertiesPersistingMetadataStore (but under src/test) Mark Fisher 2010-10-28 12:33:25 -04:00
  • b6d59270c0 documentation update for control-bus element in XSD Mark Fisher 2010-10-28 12:26:38 -04:00
  • 80fb9f10a5 updating changelog and readme Mark Fisher 2010-10-28 12:03:07 -04:00
  • c2866d96b4 Apply Hans' refactoring of pom customization logic Hans Dockter 2010-10-28 11:58:36 -04:00
  • 575768e9bc INT-1471, I don't like @Override Oleg Zhurakousky 2010-10-28 11:57:16 -04:00
  • 4185ed3c2a INT-1471, more polishing, pushing tests that I worgot to 'git add' Oleg Zhurakousky 2010-10-28 11:50:56 -04:00
  • 28c1911898 INT-1471, more polishing, added parser test for Sending mesage handlers, fixed typo in the TwitterSendingMessageHandlerParser Oleg Zhurakousky 2010-10-28 11:48:19 -04:00
  • 8fc29ea855 INT-1551 replaced SimpleBeanResolver with BeanFactoryResolver. SimpleBeanResolver was a stop-gap solution and has now been removed. Mark Fisher 2010-10-28 11:44:38 -04:00
  • 627ea3cff4 Fix exclusions that were not showing up in generated poms Chris Beams 2010-10-28 11:37:06 -04:00
  • f4f9484d18 INT-1568 removed '$' prefix for headers. Now there is NO prefix. Mark Fisher 2010-10-28 11:34:26 -04:00
  • a72d327db6 Mark dependencies 'optional' or 'provided' as appropriate Chris Beams 2010-10-28 11:16:03 -04:00
  • c797666d19 INT-1471, more polishing, added auto-startup attribute to the schema for Recieving adapters Oleg Zhurakousky 2010-10-28 11:14:26 -04:00
  • 947a8c08a1 Re-order dependencies Chris Beams 2010-10-28 10:40:33 -04:00
  • bf01c0bd97 INT-1471, more polishing, renamed In/Out adapters to include Receiving/Sending in the class names Oleg Zhurakousky 2010-10-28 10:28:48 -04:00
  • 0ccc671a3c INT-1471, more polishing, general cleanup Oleg Zhurakousky 2010-10-28 09:24:38 -04:00
  • c64c25ffa0 INT-1471, more polishing, consolidated Outbound adapter parsers Oleg Zhurakousky 2010-10-28 09:00:38 -04:00
  • 7a8b42cdb9 SftpConstants is now SftpHeaders, and the key value is camelCase Mark Fisher 2010-10-27 23:00:06 -04:00
  • 01e2ef2707 using camelCase for header key values Mark Fisher 2010-10-27 22:57:02 -04:00
  • 31c44a0d3d INT-1471 removed the TWITTER_ prefix on the header constant definitions, and switched to camelCase for consistency Mark Fisher 2010-10-27 22:54:04 -04:00
  • a5c09ef557 INT-1471 formatting Mark Fisher 2010-10-27 21:21:46 -04:00
  • ed140f5948 INT-1471, more polishing, renamed Inbound adapters to be consistent with MessageSource pattern Oleg Zhurakousky 2010-10-27 18:48:49 -04:00
  • 216f5932ac INT-1471, more polishing, removed unnessesery @Override Oleg Zhurakousky 2010-10-27 18:23:32 -04:00
  • 161882354a INT-1562 wrong MessagingException imported Mark Fisher 2010-10-27 18:12:37 -04:00
  • 3e0c7c7f44 INT-1471, more polishing Oleg Zhurakousky 2010-10-27 18:12:26 -04:00
  • 7ffa124095 INT-1471, polishing Oleg Zhurakousky 2010-10-27 17:57:10 -04:00
  • 5a437200d9 INT-1471, polishing Oleg Zhurakousky 2010-10-27 17:56:49 -04:00
  • bef427e6b3 INT-1471, Twitter polishing after making it Polling consumer Oleg Zhurakousky 2010-10-27 17:55:17 -04:00
  • 1f352ac8fd INT-1562 formatting Mark Fisher 2010-10-27 17:54:19 -04:00
  • 20e3f924fa INT-1562 formatting Mark Fisher 2010-10-27 17:22:33 -04:00
  • 892a6f9f42 INT-1471, changed Twitter Inbound adapters to be PollingConsumers, added poller element Oleg Zhurakousky 2010-10-27 16:58:39 -04:00
  • f54e81d301 Port spring-integration-jdbc db schema generation to Gradle Chris Beams 2010-10-27 15:51:49 -04:00
  • c8f37d7877 INT-1528 IntegrationNamespaceUtils.parseInnerHandlerDefinition(..) no longer registers the inner bean definition. Relatedly, all polling inbound adapter parsers now return BeanMetadataElement rather than a pre-registered bean's name (flexibility: RuntimeBeanReference, BeanDefintion, etc.) Mark Fisher 2010-10-27 15:59:29 -04:00
  • a600e5279b Polish @author tags Chris Beams 2010-10-27 15:51:06 -04:00
  • 4e9d357606 Fix test broken in last commit Dave Syer 2010-10-27 12:07:07 -07:00
  • 3db5193080 Fix test to not dump files in top level dir Dave Syer 2010-10-27 11:30:49 -07:00
  • f43daad7a9 INT-1527 updated test config for MetadataStore moves Mark Fisher 2010-10-27 14:09:54 -04:00
  • ab75fcabf9 ExpressionPayloadMessageProcessor now supports Expression instances as payloads in addition to Strings Mark Fisher 2010-10-27 14:07:26 -04:00
  • 8e527762f2 INT-1527 moved MetadataStore from 'context.metadata' to 'store' Mark Fisher 2010-10-27 13:41:36 -04:00
  • 197fd417be minor javadoc change Mark Fisher 2010-10-27 13:29:30 -04:00
  • f577de7eef polishing Oleg Zhurakousky 2010-10-27 13:23:21 -04:00
  • d93ff1ad82 INT-786 polishing, javadoc Oleg Zhurakousky 2010-10-27 13:14:38 -04:00
  • e1991dc56e polishing Mark Fisher 2010-10-27 13:16:07 -04:00
  • a61c12b3b0 polishing Mark Fisher 2010-10-27 13:10:35 -04:00
  • 7fc73e1f92 Attempt to fix svg 'Image not found' errors Chris Beams 2010-10-27 12:36:11 -04:00
  • 86da767603 INT-786 moved FileUrlFeedFetcher to the src/test tree and refactored FeedEntryMessageSource to accept a custom FeedFetcher reference Mark Fisher 2010-10-27 12:09:25 -04:00
  • 1d7ebe5687 INT-786 metadataKey no longer REQUIRES a componentName, but a WARN-level message is logged if a name is not set Mark Fisher 2010-10-27 11:51:14 -04:00
  • 4744b90d42 INT-786 renamed FeedMessageSourceBeanDefinitionParserTests to FeedInboundChannelAdapterParserTests (and all associated config files) Mark Fisher 2010-10-27 11:44:00 -04:00
  • 35f2bc1444 INT-786 refactored Feed MessageSource and related classes Mark Fisher 2010-10-27 11:37:08 -04:00
  • 8b483a08b8 Simplify inclusion of images and css in html* doc dirs Chris Beams 2010-10-27 10:40:49 -04:00
  • ffdde36b1b INT-786 renamed 'feed-url' attribute to just 'url' since it's already clear that it's the FEED adapter Mark Fisher 2010-10-27 10:33:49 -04:00
  • f2194e973d formatting Mark Fisher 2010-10-27 09:47:45 -04:00
  • 66f2335dcd Delete duplicate images; move rest to resources/images Chris Beams 2010-10-27 09:32:31 -04:00
  • 036a3f5b15 Update gradle files to reference new locations for resources Chris Beams 2010-10-27 09:29:19 -04:00
  • b793bec395 Remove duplicated docbook xml files Chris Beams 2010-10-27 09:27:18 -04:00
  • c9ac11e52e formatting Mark Fisher 2010-10-27 08:42:07 -04:00
  • b5b0941ea3 polishing Mark Fisher 2010-10-27 08:36:53 -04:00
  • 7217ba806b polishing Mark Fisher 2010-10-27 08:20:21 -04:00
  • b435b3e070 added comment Mark Fisher 2010-10-27 08:03:00 -04:00
  • f2a9e803b4 Mark dependency as needing to be optional Chris Beams 2010-10-27 07:43:23 -04:00
  • 9cfa0af674 Replace external module dependencies with project dependencies Chris Beams 2010-10-27 07:25:22 -04:00
  • 1cbafbe9db Upgrade Gradle to 0.9-build-daemon-20101027111821+1100 Chris Beams 2010-10-27 07:24:56 -04:00
  • 960f0ce388 INT-1540, added extract-payload and auto-atartup to Inbound XMPP adapters, added tests Oleg Zhurakousky 2010-10-26 19:10:10 -04:00
  • 4375e08e51 INT-1527 MetadataStore refactoring Mark Fisher 2010-10-26 18:39:52 -04:00
  • df685f6249 formatting Mark Fisher 2010-10-26 15:13:30 -04:00
  • 601726b6d3 INT-1471 consolidated Inbound parsers, added initial support for MetadataStore to handle duplicates Oleg Zhurakousky 2010-10-26 14:59:33 -04:00
  • 0a49a46af9 INT-1471 went back to direct dependency on twitter4j API. ntroducing our interfaces is meaningless sionce we are not going to be depending on it once SpringSocial GA is out Oleg Zhurakousky 2010-10-26 13:18:49 -04:00
  • c3aec2ae2d INT-1471 more polishing Oleg Zhurakousky 2010-10-26 12:01:16 -04:00
  • 9d7be42db5 INT-1471 more polishing, introduced Proxy to bridge Twiter4J types with SI-twitter interfaces, added tests Oleg Zhurakousky 2010-10-26 11:43:03 -04:00