Commit Graph

4507 Commits

Author SHA1 Message Date
Mark Fisher
048d54121e AnnotationFinder is now abstract 2010-11-12 17:33:43 -05:00
Oleg Zhurakousky
a3a0d71750 INT-1555 fixing broken test again 2010-11-12 16:52:11 -05:00
Oleg Zhurakousky
acc20c02fb INT-1555 fixing broken test 2010-11-12 16:44:57 -05:00
Oleg Zhurakousky
7683d59f62 INT-1555 added tests for FTP and SFTP modules 2010-11-12 16:34:40 -05:00
Mark Fisher
2148956c6d renamed GatewayMethodDefinition to GatewayMethodMetadata and made it package-protected 2010-11-12 15:55:37 -05:00
Mark Fisher
59c084f737 removing HandlerMethodResolver and impls, since we now depend on SpEL for that functionality 2010-11-12 15:32:05 -05:00
Mark Fisher
dbbcde22cd INT-1569 added inboundPrefix and outboundPrefix to DefaultJmsHeaderMapper. For now, the defaults are blank. 2010-11-12 15:15:36 -05:00
Chris Beams
79eb43f293 Add note regarding GRADLE_OPTS to readme.txt 2010-11-12 10:16:31 -08:00
Oleg Zhurakousky
64ff4e2eea INT-1557 fonosjed Twitter docs 2010-11-12 12:41:19 -05:00
Oleg Zhurakousky
24521e97b9 minor polishing of Twitter before polishing the Twitter docs 2010-11-12 11:22:09 -05:00
Dave Syer
7dc8fbaa93 INT-1420: fix CDATA 2010-11-12 15:57:39 +00:00
Oleg Zhurakousky
f48624f603 INT-1516 added docs for service-activator and SpEL 2010-11-12 10:01:56 -05:00
Iwein Fuld
0dd3184f24 Add .idea directory to .gitignore 2010-11-12 15:46:36 +01:00
Iwein Fuld
f77982a33e INT-1542: Add file-regex attribute to file:inbound-channel-adapter 2010-11-12 15:46:36 +01:00
Oleg Zhurakousky
3ac6a6b72f INT-1516 added docs for transformer and SpEL 2010-11-12 09:43:25 -05:00
Oleg Zhurakousky
858570882e INT-1516 added docs for aggregator ans SpEL 2010-11-12 09:28:10 -05:00
Mark Fisher
ba665734fb INT-1562 naming consistencies, package-protected FactoryBeans 2010-11-12 08:52:44 -05:00
Mark Fisher
97b5c42411 INT-1562 naming consistencies, package-protected classes 2010-11-12 08:50:32 -05:00
Mark Fisher
ce2bc45eaa INT-1562 renamed inbound channel adapter parsers 2010-11-12 08:45:22 -05:00
Mark Fisher
da48d96237 INT-1562 renamed outbound channel adapter parsers 2010-11-12 08:41:49 -05:00
Mark Fisher
df84505998 INT-1562 renamed outbound channel adapter parsers 2010-11-12 08:41:34 -05:00
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