Commit Graph

7448 Commits

Author SHA1 Message Date
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
Mark Fisher
35c767a93b INT-1586 added 'receive-timeout', 'recovery-interval', and 'idle-consumer-limit' attributes 2010-11-11 09:31:47 -05:00
Oleg Zhurakousky
a7eddb14e5 added more details to the docs on wire-tap sync/async behavior 2010-11-11 08:28:30 -05:00
Oleg Zhurakousky
374f70fb31 INT-1558 added XMPP documentation 2010-11-11 08:04:01 -05:00
Mark Fisher
6560444c16 INT-1562 renamed SftpSessionFactory to SftpSessionFactoryBean since it implements FactoryBean, and refactored it to extend AbstractFactoryBean as well 2010-11-10 17:36:42 -05:00
Mark Fisher
da8aa2bf0f INT-1562 moved FactoryBeans into the 'config' package 2010-11-10 17:19:05 -05:00
Mark Fisher
4b6488273f INT-1562 moved SftpSessionUtils into the 'session' package 2010-11-10 17:12:20 -05:00
Mark Fisher
fbaeead0a7 INT-1562 removed the sftp remote directory header, but added support for an expression on the outbound adapter 2010-11-10 17:07:35 -05:00
Mark Fisher
e14bbbe21d INT-1562 restructured packages: inbound, outbound, session 2010-11-10 16:24:51 -05:00
Oleg Zhurakousky
1b5be152b2 INT-1598 added documentation for Claim Check 2010-11-10 16:13:29 -05:00
Mark Fisher
e3fa54f856 INT-1562 created 'client' package 2010-11-10 16:09:46 -05:00
Gary Russell
41b45d2112 INT-1552 IP Doc Polishing 2010-11-10 15:48:39 -05:00
Chris Beams
6d605b44cc Update readme instructions with git clone --recursive 2010-11-10 12:19:39 -08:00
Gary Russell
ab7838db88 INT-1552 IP Doc Polishing 2010-11-10 14:53:53 -05:00
Mark Fisher
23f7d7d60b INT-1562 restructuring packages for inbound/outbound 2010-11-10 14:50:00 -05:00
Oleg Zhurakousky
5bb4d8ba68 INT-1585 added documentation for header-filter 2010-11-10 14:38:24 -05:00
Mark Fisher
ffe193459b polishing 2010-11-10 13:54:35 -05:00
Oleg Zhurakousky
12b9fb5d91 INT-1560 added documentation for Feed Adapter. Removed dead code from Feed adapter 2010-11-10 13:13:34 -05:00
Mark Fisher
ceba3895ee INT-1377 moved prefix/suffix setting to after the channelIdentifier mapping lookup 2010-11-10 12:36:42 -05:00
Oleg Zhurakousky
3066911916 INT-1501 enhanced documentation to include examples and explanation on header enricher sub-element including SpEL support 2010-11-10 12:10:19 -05:00
Chris Beams
17b69a5127 Eliminate remaining src dir Ant and Maven artifacts 2010-11-10 08:37:49 -08:00
Chris Beams
b3f18afdd7 Further reorganization and polish of build script 2010-11-10 08:09:26 -08:00
Oleg Zhurakousky
30e106eeb0 INT-1501 initial refactoing of the transformer section to address better docs for header-enricher 2010-11-10 10:52:53 -05:00
Mark Fisher
8e2daea503 INT-1377 removed unused AbstractSingleChannelNameRouter class 2010-11-10 08:55:20 -05:00
Mark Fisher
38aa676cb9 renamed getChannelIndicatorList method to getChannelIdentifiers on AbstractMessageRouter 2010-11-10 08:50:21 -05:00
Mark Fisher
0a82438e2e made the 'determineTargetChannels' private in AbstractMessageRouter 2010-11-10 08:23:53 -05:00
Oleg Zhurakousky
9aad89a7c0 removed unnecessary import from GlobalChannelInterceptorParser 2010-11-10 08:20:06 -05:00
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
Chris Beams
a34f10c230 Polish 2010-11-09 16:31:53 -08:00
Mark Fisher
df0f408679 formatting 2010-11-09 19:19:31 -05:00
Chris Beams
af26423502 Move docs/build.gradle -> buildSrc/docs.gradle 2010-11-09 16:02:07 -08:00
Chris Beams
9eb0a6c2bc Initial cut at schema publication. No symlinks yet. 2010-11-09 15:56:00 -08:00
Chris Beams
65b838b5de Factor out 'remoteDocRoot' property
Remote path '/var/www/domains/springframework.org/static/htdocs' is no
longer hard-coded in docs/build.gradle, because (a) it will be needed
in two separate locations as schema uploads are developed, and (b) this
value should be easily editable during local testing.
2010-11-09 15:47:58 -08:00
Chris Beams
5828134799 Make doc symlink creation more robust
:docs:uploadArchives symlink creation now checks to ensure that
any existing wildcard (e.g., 2.0.x) or 'latest-ga' symlinks do
not point to targets with greater lexical value than the version
being published. If so, the symlink will not be overwritten.

EXAMPLE

    Given an existing docs/ directory listing as follows:

        1.0.3.RELEASE
        1.0.x -> 1.0.3.RELEASE
        2.0.0.BUILD-SNAPSHOT
        2.0.0.RC1
        2.0.x -> 2.0.0.RC1
        latest-ga -> 1.0.3.RELEASE

    Upon publishing 1.0.4.RELEASE, the directory listing will update as
    follows (asterisk indicates added / changed entries):

        1.0.3.RELEASE
      * 1.0.4.RELEASE
      * 1.0.x -> 1.0.4.RELEASE
        2.0.0.BUILD-SNAPSHOT
        2.0.0.RC1
        2.0.x -> 2.0.0.RC1
      * latest-ga -> 1.0.4.RELEASE

    This functionality worked as described prior to this change.
    However, it would break down in the following scenario.  Imagine the
    existing directory listing had been as below, following the release
    of Spring Integration 2.0.0.RELEASE:

        1.0.3.RELEASE
        1.0.x -> 1.0.3.RELEASE
        2.0.0.BUILD-SNAPSHOT
        2.0.0.RC1
        2.0.0.RELEASE
        2.0.x -> 2.0.0.RELEASE
        latest-ga -> 2.0.0.RELEASE

    Note that latest-ga points to 2.0.0.RELEASE.  Prior to the changes
    in this commit, if a new GA on the 1.0.x line were to be published
    the latest-ga symlink would have been incorrectly updated:

        1.0.3.RELEASE
      * 1.0.4.RELEASE
      * 1.0.x -> 1.0.4.RELEASE
        2.0.0.BUILD-SNAPSHOT
        2.0.0.RC1
        2.0.0.RELEASE
        2.0.x -> 2.0.0.RELEASE
      ! latest-ga -> 1.0.4.RELEASE

    ! indicates the mistake. We want latest-ga to point to the latest GA
    release at all times.  This now happens, such that the directory
    listing would be updated as follows:

        1.0.3.RELEASE
      * 1.0.4.RELEASE
      * 1.0.x -> 1.0.4.RELEASE
        2.0.0.BUILD-SNAPSHOT
        2.0.0.RC1
        2.0.0.RELEASE
        2.0.x -> 2.0.0.RELEASE
        latest-ga -> 2.0.0.RELEASE

    Note that 'latest-ga' remains unchanged.

    This same logic applies when updating wildcard links.  In the rare
    case that a 1.0.4.RELEASE were published *after* a 1.0.5.RELEASE,
    the wildcard symlink will not be updated.  It will remain pointing
    to 1.0.5.RELEASE.
2010-11-09 15:46:46 -08:00
Chris Beams
6f1c83c4ea Pick up buildSrc changes for Version and preconditions 2010-11-09 15:43:39 -08:00
Mark Fisher
026b9780b1 formatting 2010-11-09 18:37:37 -05:00
Chris Beams
edae65ae52 Eliminate gradle directory in favor of shared buildSrc
.gradle scripts once in gradle/ dir now live in shared buildSrc/ dir.

Some hard-coding of Spring Integration specifics still remain and will
be removed shortly.
2010-11-09 15:07:22 -08: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
Chris Beams
70d8a1681d Update buildSrc to v1.0.0.RELEASE 2010-11-09 14:29:31 -08:00