Commit Graph

30 Commits

Author SHA1 Message Date
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
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