Mark Fisher
b5f57e3ddc
INT-1604 encapsulation
2010-11-11 17:50:33 -05:00
Mark Fisher
4f3b887ddd
INT-1604 encapsulation
2010-11-11 17:44:48 -05:00
Chris Beams
bc35dc55fe
Update buildSrc url to gradle-build on github
2010-11-11 14:44:27 -08:00
Mark Fisher
79b8b6b8b5
INT-1604 refactored reusable polling logic into AbstractTwitterMessageSource
2010-11-11 17:21:28 -05:00
Mark Fisher
6f5719f352
INT-1604 formatting, removed e.printStackTrace
2010-11-11 16:53:48 -05:00
Mark Fisher
11912a5360
INT-1604 removed unused imports
2010-11-11 16:49:50 -05:00
Oleg Zhurakousky
d0ebcd9e6f
INT-1603 removed MH prost processor from AMS
2010-11-11 16:39:08 -05:00
Oleg Zhurakousky
d1a97304a9
INT-1603 added real test in the 'ignored' for search with namespace
2010-11-11 16:11:57 -05:00
Oleg Zhurakousky
ff0d81e36b
INT-1603 added namespace support for SearchInboundMessageSource
2010-11-11 15:58:07 -05:00
Mark Fisher
c4a760a26d
router polishing, minor changes to PayloadTypeRouter algorithm
2010-11-11 15:44:06 -05:00
Oleg Zhurakousky
426c5713fd
INT-1603 renamed components and methods to be more consistent
2010-11-11 15:16:46 -05:00
Oleg Zhurakousky
a2adf47992
INT-1603 added logic to separate markedId vs lastProcessedId
2010-11-11 15:10:52 -05:00
Oleg Zhurakousky
6335dd44d7
INT-1603 fixed SearchReceivingMessageSource and tests
2010-11-11 14:29:31 -05:00
Chris Beams
8cce5cdc1f
Remove illegal @Override and other polishing
2010-11-11 10:39:03 -08:00
Chris Beams
ee34695bc4
Merge branch 'master' into buildSrc-extraction
...
Conflicts:
spring-integration-twitter/src/main/java/org/springframework/integration/twitter/core/Twitter4jTemplate.java
2010-11-11 10:13:14 -08:00
Chris Beams
a9c70aa1e7
Synchronize with latest buildSrc updates
...
buildSrc updated to use latest Gradle wrapper. See buildSrc git log
for complete details; in short, eclipse JDT prefs are now auto-generated
and the gradle daemon is no longer 'on by default', but must be enabled
with --daemon or -Dorg.gradle.daemon=true.
* removed all existing jdt preferences files in favor of auto-generation.
* removed .springBeans from .gitignore; this file should be
source-controlled for consistency and convenience.
* removed illegal @Override annotations. Eclipse/STS now catch these
properly!
2010-11-11 10:04:20 -08:00
Oleg Zhurakousky
fa135f9c6c
INT-1603 added SearchReceivingMessageSource
2010-11-11 12:58:05 -05:00
Oleg Zhurakousky
800d5e6617
INT-1603 added test for search to Twitter4JTemplateTest
2010-11-11 11:33:02 -05:00
Oleg Zhurakousky
bfd9a84832
INT-1603 first round of changes to introduce search methods to TwitterOperation and Twiter4JTemplate as well as allign TwitterOperation with its counterpart in Spring Social. Also copied SearchResult from Spring Social
2010-11-11 11:03:58 -05:00
Oleg Zhurakousky
8c63cc003a
INT-1602 changed to receive HOME Timeline updates instead of Friends
2010-11-11 10:07:59 -05:00
Oleg Zhurakousky
834f6ca265
INT-1600 polished namespace elements t be more consistent
2010-11-11 09:54:02 -05:00
Mark Fisher
35c767a93b
INT-1586 added 'receive-timeout', 'recovery-interval', and 'idle-consumer-limit' attributes
2010-11-11 09:31:47 -05:00
Oleg Zhurakousky
a7eddb14e5
added more details to the docs on wire-tap sync/async behavior
2010-11-11 08:28:30 -05:00
Oleg Zhurakousky
374f70fb31
INT-1558 added XMPP documentation
2010-11-11 08:04:01 -05:00
Mark Fisher
6560444c16
INT-1562 renamed SftpSessionFactory to SftpSessionFactoryBean since it implements FactoryBean, and refactored it to extend AbstractFactoryBean as well
2010-11-10 17:36:42 -05:00
Mark Fisher
da8aa2bf0f
INT-1562 moved FactoryBeans into the 'config' package
2010-11-10 17:19:05 -05:00
Mark Fisher
4b6488273f
INT-1562 moved SftpSessionUtils into the 'session' package
2010-11-10 17:12:20 -05:00
Mark Fisher
fbaeead0a7
INT-1562 removed the sftp remote directory header, but added support for an expression on the outbound adapter
2010-11-10 17:07:35 -05:00
Mark Fisher
e14bbbe21d
INT-1562 restructured packages: inbound, outbound, session
2010-11-10 16:24:51 -05:00
Oleg Zhurakousky
1b5be152b2
INT-1598 added documentation for Claim Check
2010-11-10 16:13:29 -05:00
Mark Fisher
e3fa54f856
INT-1562 created 'client' package
2010-11-10 16:09:46 -05:00
Gary Russell
41b45d2112
INT-1552 IP Doc Polishing
2010-11-10 15:48:39 -05:00
Chris Beams
6d605b44cc
Update readme instructions with git clone --recursive
2010-11-10 12:19:39 -08:00
Gary Russell
ab7838db88
INT-1552 IP Doc Polishing
2010-11-10 14:53:53 -05:00
Mark Fisher
23f7d7d60b
INT-1562 restructuring packages for inbound/outbound
2010-11-10 14:50:00 -05:00
Oleg Zhurakousky
5bb4d8ba68
INT-1585 added documentation for header-filter
2010-11-10 14:38:24 -05:00
Mark Fisher
ffe193459b
polishing
2010-11-10 13:54:35 -05:00
Oleg Zhurakousky
12b9fb5d91
INT-1560 added documentation for Feed Adapter. Removed dead code from Feed adapter
2010-11-10 13:13:34 -05:00
Mark Fisher
ceba3895ee
INT-1377 moved prefix/suffix setting to after the channelIdentifier mapping lookup
2010-11-10 12:36:42 -05:00
Oleg Zhurakousky
3066911916
INT-1501 enhanced documentation to include examples and explanation on header enricher sub-element including SpEL support
2010-11-10 12:10:19 -05:00
Chris Beams
17b69a5127
Eliminate remaining src dir Ant and Maven artifacts
2010-11-10 08:37:49 -08:00
Chris Beams
b3f18afdd7
Further reorganization and polish of build script
2010-11-10 08:09:26 -08:00
Oleg Zhurakousky
30e106eeb0
INT-1501 initial refactoing of the transformer section to address better docs for header-enricher
2010-11-10 10:52:53 -05:00
Mark Fisher
8e2daea503
INT-1377 removed unused AbstractSingleChannelNameRouter class
2010-11-10 08:55:20 -05:00
Mark Fisher
38aa676cb9
renamed getChannelIndicatorList method to getChannelIdentifiers on AbstractMessageRouter
2010-11-10 08:50:21 -05:00
Mark Fisher
0a82438e2e
made the 'determineTargetChannels' private in AbstractMessageRouter
2010-11-10 08:23:53 -05:00
Oleg Zhurakousky
9aad89a7c0
removed unnecessary import from GlobalChannelInterceptorParser
2010-11-10 08:20:06 -05:00
Mark Fisher
09afaed080
polishing
2010-11-10 08:14:14 -05:00
Mark Fisher
f6fc550966
GlobalChannelInterceptorWrapper no longer implements ChannelInterceptor itself. It only passes the wrapped instance into the channel.
2010-11-10 08:06:23 -05:00
Dave Syer
4b4a6fdb94
Tweak test to defeat slow CI again
2010-11-10 09:26:34 +00:00