Oleg Zhurakousky
b3c427ed0c
INT-1902 polished Twitter upgrade to make sure it is still backward compatible, also upgraded to the latest version 2.1.12
2011-05-11 18:26:10 -04:00
Oleg Zhurakousky
3f91ba3064
INT-1902 upgraded Twitter to use Twitter4J-2.1.10
2011-05-11 17:27:40 -04:00
Gary Russell
5f180de201
INT-1848 Add order Attribute (twitter)
2011-04-30 11:06:24 -04:00
Mark Fisher
0be6410a6d
INT-1636 rolling back the DM target user expression support
2010-12-16 18:45:12 -05:00
Mark Fisher
fd7dbdd890
now evaluating SpEL against context variables in Twitter Direct Message test
2010-12-16 17:05:31 -05:00
Oleg Zhurakousky
2a456d9373
INT-1636 added 'target-user-expression' to the Twitter DM adapter
2010-12-10 16:00:13 -05:00
Chris Beams
8fcd2bc858
Add noop test to avoid Maven surefire failure
2010-11-26 11:26:24 -07:00
Mark Fisher
f7bb5bdd9d
removed warning in test
2010-11-22 01:36:29 -05:00
Mark Fisher
e9d21bfff3
removed unused imports in test
2010-11-21 19:39:21 -05:00
Oleg Zhurakousky
c57a0067cb
Twitter test polishing
2010-11-19 03:49:13 -05:00
Mark Fisher
8759d79e22
removed unused 'in-reply-to' Twitter header
2010-11-18 22:01:28 -05:00
Mark Fisher
382e074f59
AbstractTwitterMessageSource no longer implements Lifecycle (no longer extends AbstractEndpoint). @Ignore-d irrelevant tests, and removed the RateLimitStatusTrigger.
2010-11-18 19:44:48 -05:00
Oleg Zhurakousky
f549ccbdd9
fixing broken Twitter tests
2010-11-18 14:35:44 -05:00
Oleg Zhurakousky
2d9af9b849
polishing Twitter
2010-11-18 14:11:37 -05:00
Mark Fisher
f5c17d003b
aligned test name with class under test
2010-11-15 17:59:33 -05:00
Mark Fisher
3423ca2dd7
renamed test to match class under test
2010-11-13 12:39:52 -05:00
Oleg Zhurakousky
24521e97b9
minor polishing of Twitter before polishing the Twitter docs
2010-11-12 11:22:09 -05:00
Chris Beams
5a39dd1d24
Fix minor compiler warnings
2010-11-11 17:11:40 -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
Mark Fisher
ae619d95bf
INT-1604 removed OutboundTweetMessageMapper and AbstractOutboundTwitterEndpointSupport, renamed TimelineSendingMessageHandler to StatusUpdatingMessageHandler
2010-11-11 18:54:20 -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
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
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
Oleg Zhurakousky
1278666ed7
INT-1596, fixed the broken links as well as all warnings
2010-11-09 12:17:45 -05:00
Oleg Zhurakousky
9bf9358e5a
INT-1564 added exception translation logic to TwitterOperationException for better display to the end user, added tests
2010-11-08 22:32:45 -05:00
Oleg Zhurakousky
2a8994d7b6
INT-1553 Final modifications to align with Spring Social API, added tests for persistent metadatastore, tested every supported twiter function against the real twitter account
2010-11-08 18:12:15 -05:00
Oleg Zhurakousky
59a15d6177
INT-1553 third round of refactoring to align with Spring Social, removed direct dependency on Paging, modified and enhanced a few tests
2010-11-08 16:13:52 -05:00
Oleg Zhurakousky
49fc149e63
INT-1553 second round of refatcoting to align with Spring Social, removed direct dependency on RateLimit
2010-11-08 15:19:26 -05:00
Oleg Zhurakousky
71e656943b
INT-1553 first round of refactoring to introduce dependency on Tweet from Spring Social
2010-11-08 14:58:42 -05:00
Oleg Zhurakousky
630fb24972
INT-1553 fixed the schema, renamed twitter-connection to twitter-template, fixed tests
2010-11-08 13:02:00 -05:00
Oleg Zhurakousky
8d280e4a99
INT-1553 polishing, added more tests for status update, code coverage is at 76%
2010-11-08 12:31:39 -05:00
Oleg Zhurakousky
c5b072b2a8
INT-1553 removed ConnectionParser, added tests for Twitter4JTemplate
2010-11-08 12:03:04 -05:00
Oleg Zhurakousky
56143b63aa
INT-1553 initial refactoring to introduce Twitter4jTemplate in place of the twitter-connection
2010-11-08 09:03:44 -05:00
Oleg Zhurakousky
ae2413e68a
INT-1553, added more test for the Inbound side
2010-11-05 17:17:49 -04:00
Oleg Zhurakousky
387c2979be
INT-1553, fixed more tests, added new loguc to build metadataKey in the inbound adapters, tested new Twitter connectivity with real account
2010-11-05 16:01:55 -04:00
Oleg Zhurakousky
fae066e48e
INT-1553, Initial overhaul and simplification to the OAuth package, tests
2010-11-05 15:35:02 -04:00