Mark Fisher
09afaed080
polishing
2010-11-10 08:14:14 -05:00
Mark Fisher
f6fc550966
GlobalChannelInterceptorWrapper no longer implements ChannelInterceptor itself. It only passes the wrapped instance into the channel.
2010-11-10 08:06:23 -05:00
Dave Syer
4b4a6fdb94
Tweak test to defeat slow CI again
2010-11-10 09:26:34 +00:00
Dave Syer
941b1127d1
INT-1561: add counters to message stores
2010-11-10 09:26:34 +00:00
Gary Russell
35aeaff97b
INT-1597 Fix Sporadic Test Failure in IP
2010-11-09 22:31:29 -05:00
Oleg Zhurakousky
7f9296d0c7
more ppolishing on global interceptors
2010-11-09 19:50:16 -05:00
Mark Fisher
8e1203be2c
refactored some eager parsing and formatted
2010-11-09 19:39:05 -05:00
Mark Fisher
df0f408679
formatting
2010-11-09 19:19:31 -05:00
Mark Fisher
026b9780b1
formatting
2010-11-09 18:37:37 -05:00
Mark Fisher
7b1185f2f0
removing warnings
2010-11-09 17:58:27 -05:00
Mark Fisher
b2f3235d7e
removing warnings
2010-11-09 17:35:08 -05:00
Mark Fisher
304abda2d3
removing warnings
2010-11-09 17:22:38 -05:00
David Turanski
1faa9f08b0
added SmartLifecycle test
2010-11-09 16:44:07 -05:00
David Turanski
f581cfc2d4
added SmartLifecycle test
2010-11-09 16:44:07 -05:00
Chris Beams
418bd7b5a3
Remove unnecessary null check for sshPrivateKey
2010-11-09 10:40:16 -08:00
Chris Beams
f50b9f74cc
Fix feed module OSGi metadata
...
Feed module's template.mf had incorrect Bundle-SymbolicName and
Bundle-Name metadata. Appears to have been copied from FTP module
originally and never updated.
Now corrected.
2010-11-09 10:33:51 -08:00
Chris Beams
bd3b0222f3
Add Bundle-Version and placeholder to all Bundlor templates
2010-11-09 10:33:14 -08: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
8da4fae7ef
polishing - removed all warnings from CORE module
2010-11-09 11:36:49 -05:00
Oleg Zhurakousky
d271ca78f6
INT-1570 added OSGi notes to readme.txt explaining about bootdelegation and other OSGi related things
2010-11-09 11:03:56 -05:00
Oleg Zhurakousky
1fdafb547f
INT-1592 added support for auto-discovery of XmppConnection based on the bean name - 'xmppConnection', added tests
2010-11-09 10:26:17 -05:00
Oleg Zhurakousky
470bd96311
INT-1593, removed dependency on AbstractMessageChannel in favoreof MessageChannel strategy, added extra null checks to make sure that interceptors only applied on objects of type MessageChannel that have 'interceptors' field
2010-11-09 09:05:40 -05:00
Oleg Zhurakousky
016e3a249a
added tests and modified schema to make sure that XMPP outbound adapters do not require 'channel' atribute
2010-11-09 07:13:32 -05:00
Dave Syer
b9dbb20982
INT-1497: remove object name map in JMX
2010-11-09 11:14:30 +00:00
Dave Syer
bd1373ecff
INT-1464: Check priority channel registration
2010-11-09 10:44:16 +00:00
Dave Syer
222cd88bac
Clean up .settings
2010-11-09 09:24:58 +00:00
Dave Syer
14cb9c8687
Change tolerance in test to defeat slow CI build
2010-11-09 09:19:35 +00: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
Mark Fisher
0c4cfa3d6b
INT-1591 avoiding NPEs when returning file entry names
2010-11-08 18:35:31 -05:00
Mark Fisher
23c8c28d0c
INT-1591 removing the FileNameExtractor strategy in favor of concrete implementations of AbstractPatternMatchingFileListFilter
2010-11-08 18:33:07 -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
Mark Fisher
8a46cfc0e8
INT-1591 removed 'entries' package
2010-11-08 17:51:25 -05:00
Mark Fisher
e4f6b33b7b
INT-1591 FileListFilter is now parameterized. Existing implementations required refactoring to specify <File> for <F>.
2010-11-08 17:31:42 -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
Mark Fisher
8c33858806
removed SingleEntryAdaptingEntryListFilter
2010-11-08 15:17:36 -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
Mark Fisher
4487168e38
renamed EntryNamer to EntryNameExtractor since it gets the name but does not create it
2010-11-08 13:57:55 -05:00
Mark Fisher
4160c8afb4
removing 'monitors' package, not yet in use
2010-11-08 13:18:58 -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
David Turanski
eb3777c33a
Merge branch 'master' of git://git.springsource.org/spring-integration/spring-integration
2010-11-08 12:38:53 -05:00
David Turanski
cec9438499
implemented SmartLifecycle
2010-11-08 12:33:17 -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
Chris Beams
4aaac0f04b
Only attempt to access sshPrivateKey property if present
2010-11-08 06:56:29 -08:00
Oleg Zhurakousky
79b7342ad9
INT-1553 removed twitter-connection from the namespace
2010-11-08 09:08:23 -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
16458de1f5
INT-1553, more polishing on Twitter
2010-11-06 08:11:11 -04:00
Chris Beams
172d97ddeb
Update symlinks during :docs:uploadArchives
...
Previous to this change, symlinks at
http://static.springsource.org/spring-integration/docs had to be
maintained by hand. The build now automatically updates:
* 'Wildcard' symlinks (e.g.: 2.0.x -> 2.0.0.RC1) if the release type
is anything other than SNAPSHOT.
* 'Latest GA' symlink (e.g.: latest-ga -> 1.0.3.RELEASE) if the release
type is RELEASE.
Also, deletion of the docs zip archive is now consolidated into the
same 'sshexec' command as the unzipping itself. Unzipping is now
done with -q (quiet) to cut down on output noise.
2010-11-05 22:57:59 -07:00
Mark Fisher
53b132b7b5
removed unused imports
2010-11-05 18:48:58 -04:00