Mark Fisher
7412bc239c
INT-1527 MetadataStore refactoring
2010-10-26 18:39:52 -04:00
Mark Fisher
ce0e9f4e0a
formatting
2010-10-26 15:13:30 -04:00
Oleg Zhurakousky
6750130105
INT-1471 consolidated Inbound parsers, added initial support for MetadataStore to handle duplicates
2010-10-26 14:59:33 -04:00
Oleg Zhurakousky
cebc9892b9
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
2010-10-26 13:19:14 -04:00
Oleg Zhurakousky
4556ae26cc
INT-1471 more polishing
2010-10-26 12:01:16 -04:00
Oleg Zhurakousky
59b239523a
INT-1471 more polishing, introduced Proxy to bridge Twiter4J types with SI-twitter interfaces, added tests
2010-10-26 11:43:03 -04:00
Mark Fisher
9d93976207
added scheduling import
2010-10-25 16:51:40 -04:00
Oleg Zhurakousky
8832fd6291
INT-1471 fixed manifest for twitter module
2010-10-25 16:39:13 -04:00
Oleg Zhurakousky
9d8089f512
INT-1471 fixed typos
2010-10-25 16:30:57 -04:00
Oleg Zhurakousky
0a06b65150
INT-1471 fixed the @Overrides tha broke the build
2010-10-25 16:21:50 -04:00
Oleg Zhurakousky
ab7dfc3042
INT-1471 removed custom thread pools used by inbound adapters in favor of task scheduler with RateLimitStatusTRiger, polishing the code and javadocs. . . more to come
2010-10-25 16:12:02 -04:00
Josh Long
df3549cf70
cleaned up the naming of the parsers and endpoints/message handlers
2010-10-23 17:42:06 -07:00
Josh Long
e44f9a6e31
cleanup of the code: removing cyclic dependencies, cleaning out package hierarchy, etc, in support of INT-1548 INT-1549 INT-1547
2010-10-23 17:18:22 -07:00
Josh Long
19871a4484
cleanup.
2010-10-23 16:23:01 -07:00
Josh Long
b804f175b0
Merge branch 'master' of git.springsource.org:spring-integration/spring-integration
2010-10-23 15:31:30 -07:00
Josh Long
c3380ac9b7
reran all live integration tests to verify the twitter adapters work with the new domain models and threading support.
2010-10-23 15:24:41 -07:00
Josh Long
d1c05b17ff
updating tests.\
2010-10-23 14:56:16 -07:00
Josh Long
13966b4f75
updating tests.
2010-10-23 13:18:01 -07:00
Josh Long
21b7058959
reconciled some conflicts, changed the code to reflect the new APIs.
2010-10-23 11:15:30 -07:00
Mark Fisher
e8da488033
INT-1526 updating template.mf files for minimum version of Spring 3.0.5
2010-10-23 12:56:13 -05:00
Josh Long
356b027d76
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 20:11:08 -07:00
Josh Long
c0f35ac7b8
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 19:56:29 -07:00
Josh Long
39f9e2b9e4
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 19:55:22 -07:00
Josh Long
82ac95b7c6
refactored the twitter package to use interface types for the domain model, which gives us wiggle room to move to Spring Social
2010-10-22 19:34:12 -07:00
Oleg Zhurakousky
3bf404cc2a
INT-1527, INT-786 refactoread and renamed MetadataPersister to MetadataSore strategy, provided a very simple file-based implementation as FileBasedPropertiesStore which ises DefaultPropertiesPersister, modified FEED module to depend on it
2010-10-17 22:35:35 -04:00
Mark Fisher
1f674b07b5
adjusted .classpath files to account for missing src/test/resources directories
2010-10-15 11:56:44 -04:00
Oleg Zhurakousky
94d08d327f
INT-1471, more polishing
2010-10-14 20:17:01 -04:00
Oleg Zhurakousky
966c4ef6bc
INT-1471, polishing Twitter modules, added MessageHistory
2010-10-14 20:07:01 -04:00
Josh Long
827a9b34e4
Merge branch 'master' of git.springsource.org:spring-integration/spring-integration
2010-10-14 11:24:43 -07:00
Oleg Zhurakousky
8b219a6a9f
polished several POMs to make then consistent with others
2010-10-14 10:31:01 -04:00
Josh Long
824a813aaf
fixing some code in the twitter adapter...
2010-10-12 13:42:32 -07:00
Josh Long
48d9e6289c
i had to undo some changes we had before to make sure my class name refactorings would work, and now i am reapplying them for INT-1471
2010-10-04 00:10:20 -07:00
Josh Long
467b7fbc3a
i had to undo some changes we had before to make sure my class name refactorings would work, and now i am reapplying them for INT-1471
2010-10-04 00:06:40 -07:00
Josh Long
6e87352175
cleanup for Twitter module INT-1471
2010-10-03 23:53:25 -07:00
Oleg Zhurakousky
fa570a4295
INT-1471, cleaned up TwitterNamespaceHandler to remove depndency on Adapter classes
2010-09-21 18:27:28 -04:00
Chris Beams
2d88bdd2e8
Increment versions to 2.0.0.BUILD-SNAPSHOT
2010-09-03 20:12:54 +00:00
Chris Beams
f4efc62ca7
Increment versions to 2.0.0.M7
2010-09-03 18:23:12 +00:00
Chris Beams
2c17719313
Introduce Maven release:update-versions plugin (INT-1320)
...
- Upgrade to version 2.0 of the maven-release-plugin in order to
get the new 'update-versions' goal, which allows for doing nothing
other than updating pom versions - no tagging, no checkins, etc.
- Accommodate idiosyncracies of the plugin. When running for the first
time, it became clear that update-versions not only updates versions
as advertised, but also formats certain elements of the pom.
Committing just those format changes now so that future actual version
updates will not have to deal with this uninvited 'help'.
- How to run the command:
mvn --batch-mode release:update-versions -DdevelopmentVersion=2.0.0.M7
This will edit the <version> elements in the poms of the projects listed
in the root pom's <modules> section.
2010-09-02 15:57:05 +00:00
Chris Beams
41e8194239
Revert update to 3.0.4 (INT-1293) due to SpEL issue (SPR-7519)
...
Upon updating to 3.0.4 the build fails with SpEL error code EL1004E when
executing test method shouldFindSimpleAggregatorMethodWithArray().
Reverting for now, but SPR-7519 has been created for tracking what
appears to be a minor SpEL regression.
- template.mf files now declare range [3.0.3, 4.0.0) for all Spring dependencies
- pom.xml files reverted to dependence on 3.0.3.RELEASE
2010-09-02 12:42:23 +00:00
Chris Beams
4ded74b317
Update pom and template.mf files Spring 3.0.4 (INT-1293)
2010-09-02 10:54:11 +00:00
Chris Beams
9e6e232837
Disconnect samples from parent pom (INT-1316)
2010-09-02 10:22:53 +00:00
Mark Fisher
3b15a0dd38
INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package
2010-08-31 02:51:27 +00:00
Mark Fisher
7c1ab04cd5
INT-1390 Refactoring: moved MessageChannel to the root package, and moved ChannelResolver and BeanFactoryChannelResolver into a new 'suport.channel' package
2010-08-31 01:53:45 +00:00
Josh Long
b8ed5eeffd
cleaning out the code that's responsible for acquiriing the first request token
2010-08-29 00:54:29 +00:00
Josh Long
d2d4104d86
moved spaces to tabs for the twitter package
2010-08-24 22:10:01 +00:00
Josh Long
245ae1d5fa
fixed a compilation issue stemming from Java 1.5 != 1.6 compatible. (that's twice i've been bitten by the Properties class supporting a completely obvious #store(writer, String) variant!
2010-08-24 11:02:46 +00:00
Josh Long
b85ed0fe27
fixed a compilation issue stemming from Java 1.5 != 1.6 compatible. (that's twice i've been bitten by the Properties class supporting a completely obvious #store(writer, String) variant!
2010-08-24 10:45:13 +00:00
Josh Long
126fa35e2b
initial commit of the finished twitter support.
2010-08-24 10:26:47 +00:00