Commit Graph

5580 Commits

Author SHA1 Message Date
Mark Fisher
c0d9a9a02c renaming components 2010-11-13 11:55:00 -05:00
Mark Fisher
22821d42d3 renaming components 2010-11-13 11:49:58 -05:00
Mark Fisher
ad5adf3fbf renamed roster inbound parser 2010-11-13 11:34:53 -05:00
Mark Fisher
f0956bf335 renamed roster inbound endpoint to XmppRosterListeningEndpoint 2010-11-13 11:32:34 -05:00
Mark Fisher
752e8b4808 INT-1616 refactored XMPP package structure on test side 2010-11-13 11:20:17 -05:00
Mark Fisher
d95a7df068 INT-1616 refactored XMPP package structure 2010-11-13 11:15:07 -05:00
Mark Fisher
352f5f5f73 Fixed issue with generics in List vs. array within CompositeFileListFilter's filterFiles() method. Also removed unnecessary 'filterReferences' option on FileListFilterFactoryBean (can use CompositeFileListFilter for that). The 'filterReference' property is now just 'filter', and the factory's product is now called 'result'. 2010-11-13 10:27:16 -05:00
Oleg Zhurakousky
afa88f8502 INT-1559 finished with docs for FTP/FTPS/SFTP 2010-11-13 10:16:01 -05:00
Oleg Zhurakousky
fda398d2f5 INT-1559 added docs for SFTP, polished FTP/FTPS docs 2010-11-13 10:11:03 -05:00
Mark Fisher
4bad4f13de polishing 2010-11-13 09:04:12 -05:00
Mark Fisher
c5f1e9d8e4 avoiding vararg/generic warning 2010-11-13 08:53:09 -05:00
Oleg Zhurakousky
f72cab116c INT-1559 added docs for FTP/FTPS 2010-11-13 08:45:19 -05:00
Mark Fisher
4e3f5bef6e INT-1613 setHeader now throws an Exception for read-only headers (ID and TIMESTAMP) 2010-11-13 08:27:45 -05:00
Chris Beams
060ea89b87 Use unicode callouts in PDF instead of images (INT-1606)
Related issue:
    GRADLE-3
2010-11-13 01:30:14 -08:00
Chris Beams
536fda2200 Check in Gradle-generated poms for convenience (INT-1609)
For ease of use by those (a) more familiar with Maven or (b) relying
on m2eclipse support within Eclipse/STS, generated poms are now checked
in. Changes to these files will be overwritted on subsequent gradle
builds.

Any changes to project dependencies should first be reflected in
build.gradle; then run `gradle generatePom` or simply `gradle build`
to see the change reflected in the pom(s).

Note that org.springframework.integration.ip.tcp.TcpInboundGatewayTests
currently fails when running `mvn clean test` from the root. This
problem does not manifest when running `gradle clean test`. The latter
is what's most important; Gary has been contacted to take a look at the
former.

Issues resolved:
    INT-1609, INT-1610, INT-1611
2010-11-12 23:27:32 -08:00
Chris Beams
ba69cc5a31 Update buildSrc in order to get proper PDF name (INT-1572) 2010-11-12 21:46:28 -08:00
Mark Fisher
2150e32dac added copyright 2010-11-12 18:05:47 -05:00
Mark Fisher
2c572d477e deprected AbstractRemotingOutboundGateway and RemotingInboundGatewaySupport (httpinvoker is deprecated already, this code will be limited to RMI only as of 2.1) 2010-11-12 18:03:30 -05:00
Mark Fisher
2b849f6747 removed SimpleMessageMapper, AttributePollingMessageSource now extends AbstractMessageSource 2010-11-12 18:00:49 -05:00
Mark Fisher
3b81382e70 polishing 2010-11-12 17:51:56 -05:00
Mark Fisher
de2ac1a9aa polishing 2010-11-12 17:46:09 -05:00
Mark Fisher
75a6381d3a moved @Publisher from aop into the annotation package with all other annotations 2010-11-12 17:39:11 -05:00
Mark Fisher
66d9303eeb copyright updates 2010-11-12 17:35:45 -05:00
Mark Fisher
048d54121e AnnotationFinder is now abstract 2010-11-12 17:33:43 -05:00
Oleg Zhurakousky
a3a0d71750 INT-1555 fixing broken test again 2010-11-12 16:52:11 -05:00
Oleg Zhurakousky
acc20c02fb INT-1555 fixing broken test 2010-11-12 16:44:57 -05:00
Oleg Zhurakousky
7683d59f62 INT-1555 added tests for FTP and SFTP modules 2010-11-12 16:34:40 -05:00
Mark Fisher
2148956c6d renamed GatewayMethodDefinition to GatewayMethodMetadata and made it package-protected 2010-11-12 15:55:37 -05:00
Mark Fisher
59c084f737 removing HandlerMethodResolver and impls, since we now depend on SpEL for that functionality 2010-11-12 15:32:05 -05:00
Mark Fisher
dbbcde22cd INT-1569 added inboundPrefix and outboundPrefix to DefaultJmsHeaderMapper. For now, the defaults are blank. 2010-11-12 15:15:36 -05:00
Chris Beams
79eb43f293 Add note regarding GRADLE_OPTS to readme.txt 2010-11-12 10:16:31 -08:00
Oleg Zhurakousky
64ff4e2eea INT-1557 fonosjed Twitter docs 2010-11-12 12:41:19 -05:00
Oleg Zhurakousky
24521e97b9 minor polishing of Twitter before polishing the Twitter docs 2010-11-12 11:22:09 -05:00
Dave Syer
7dc8fbaa93 INT-1420: fix CDATA 2010-11-12 15:57:39 +00:00
Oleg Zhurakousky
f48624f603 INT-1516 added docs for service-activator and SpEL 2010-11-12 10:01:56 -05:00
Iwein Fuld
0dd3184f24 Add .idea directory to .gitignore 2010-11-12 15:46:36 +01:00
Iwein Fuld
f77982a33e INT-1542: Add file-regex attribute to file:inbound-channel-adapter 2010-11-12 15:46:36 +01:00
Oleg Zhurakousky
3ac6a6b72f INT-1516 added docs for transformer and SpEL 2010-11-12 09:43:25 -05:00
Oleg Zhurakousky
858570882e INT-1516 added docs for aggregator ans SpEL 2010-11-12 09:28:10 -05:00
Mark Fisher
ba665734fb INT-1562 naming consistencies, package-protected FactoryBeans 2010-11-12 08:52:44 -05:00
Mark Fisher
97b5c42411 INT-1562 naming consistencies, package-protected classes 2010-11-12 08:50:32 -05:00
Mark Fisher
ce2bc45eaa INT-1562 renamed inbound channel adapter parsers 2010-11-12 08:45:22 -05:00
Mark Fisher
da48d96237 INT-1562 renamed outbound channel adapter parsers 2010-11-12 08:41:49 -05:00
Mark Fisher
df84505998 INT-1562 renamed outbound channel adapter parsers 2010-11-12 08:41:34 -05:00
Oleg Zhurakousky
ebd06fc2d4 INT-1516 added docs for <router> expression, mentinoing projection/selection 2010-11-12 08:11:55 -05:00
Oleg Zhurakousky
063845ed79 INT-1516 added docs for RLR's selector-expression, fixed the docbook error' 2010-11-12 07:44:34 -05:00
Oleg Zhurakousky
35dee6df1d INT-1552 removed StringMessage references from the manual 2010-11-12 06:46:15 -05:00
Dave Syer
ba189d2c36 INT-1601: added bean-resolver to control-bus 2010-11-12 09:27:13 +00:00
Dave Syer
a0db55a75e INT-1420: add docs for control bus and tidy JMX 2010-11-12 09:27:13 +00:00
Dave Syer
e617de54c8 INT-1420: add units to metric descriptions 2010-11-12 09:27:13 +00:00