Oleg Zhurakousky
ebd06fc2d4
INT-1516 added docs for <router> expression, mentinoing projection/selection
2010-11-12 08:11:55 -05:00
Oleg Zhurakousky
063845ed79
INT-1516 added docs for RLR's selector-expression, fixed the docbook error'
2010-11-12 07:44:34 -05:00
Oleg Zhurakousky
35dee6df1d
INT-1552 removed StringMessage references from the manual
2010-11-12 06:46:15 -05:00
Dave Syer
ba189d2c36
INT-1601: added bean-resolver to control-bus
2010-11-12 09:27:13 +00:00
Dave Syer
a0db55a75e
INT-1420: add docs for control bus and tidy JMX
2010-11-12 09:27:13 +00:00
Dave Syer
e617de54c8
INT-1420: add units to metric descriptions
2010-11-12 09:27:13 +00:00
Chris Beams
c2f9dd80f0
Prevent properties failures with role check
2010-11-11 23:08:42 -08:00
Chris Beams
d96d2ddca6
Update to new spring-build-gradle repository
...
Clones already having a buildSrc directory should issue the following:
$ git submodule sync
$ git submodule update
2010-11-11 19:19:28 -08:00
Chris Beams
5a39dd1d24
Fix minor compiler warnings
2010-11-11 17:11:40 -08:00
Chris Beams
80f9a1404d
fixup
2010-11-11 16:37:13 -08:00
Chris Beams
0287f19fb7
Update to read-only github url for buildSrc submodule
2010-11-11 16:32:23 -08:00
Chris Beams
bd5a3d190b
Merge branch 'buildSrc'
...
Added 'buildSrc' directory as a git submodule to be shared across
all Spring open-source projects. This eliminates the need to maintain
custom Gradle code within Spring Integration directly.
For a brief introduction to git submodules, see
http://speirs.org/blog/2009/5/11/understanding-git-submodules.html
And of course the official documentation is at
http://www.kernel.org/pub/software/scm/git/docs/git-submodule.html
https://git.wiki.kernel.org/index.php/GitSubmoduleTutorial
Conflicts:
spring-integration-twitter/src/main/java/org/springframework/integration/twitter/core/Twitter4jTemplate.java
spring-integration-twitter/src/test/java/org/springframework/integration/twitter/inbound/SearchReceivingMessageSourceTests.java
2010-11-11 16:26:53 -08:00
Chris Beams
37d4acb877
Update to latest buildSrc changes
...
Minor, simply picking up a pathing change in remoteDocsPath for
use when uploading docs via ssh.
2010-11-11 16:19:57 -08:00
Mark Fisher
c57280c173
polishing
2010-11-11 19:01:15 -05:00
Mark Fisher
ae619d95bf
INT-1604 removed OutboundTweetMessageMapper and AbstractOutboundTwitterEndpointSupport, renamed TimelineSendingMessageHandler to StatusUpdatingMessageHandler
2010-11-11 18:54:20 -05:00
Mark Fisher
e02582f079
INT-1604 removed unused methods from TwitterOperations and Twitter4JTemplate, renamed 'markerId' to 'lastEnqueuedId', and now passing the 'sinceId' into subclass' pollForTweets(..) callback, and the search adapter now takes 'sinceId' into account as well
2010-11-11 18:42:28 -05:00
Mark Fisher
82ddb01cfd
INT-1604 polishing
2010-11-11 18:29:05 -05:00
Mark Fisher
3524606a84
INT-1604 polishing
2010-11-11 18:25:49 -05:00
Mark Fisher
0852008d38
INT-1604 renamed outbound parser to include 'ChannelAdapter'
2010-11-11 18:14:12 -05:00
Mark Fisher
dd13faf032
INT-1604 renamed inbound parser to include 'ChannelAdapter'
2010-11-11 18:11:34 -05:00
Mark Fisher
22db707b5d
INT-1604 polishing
2010-11-11 18:08:45 -05:00
Mark Fisher
373884d40d
INT-1604 renamed TimelineUpdateReceivingMessageSourceTests (removed 'Update')
2010-11-11 17:56:47 -05:00
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