Commit Graph

50 Commits

Author SHA1 Message Date
Mark Fisher
082e0dd1c0 INT-910 added spring-integration-groovy to the main build 2010-07-21 17:07:05 +00:00
Oleg Zhurakousky
d348f353b1 INT-1239, updated the docs to reflect INT-1240 change for 'operation-name' and 'object-name' attributes 2010-07-19 12:28:38 +00:00
Oleg Zhurakousky
7cbf845a83 INT-1178 added documentation for <converter> namespace support 2010-07-19 04:42:12 +00:00
Oleg Zhurakousky
63a3eecc43 INT-1239 2010-07-19 04:08:07 +00:00
Gary Russell
f331442974 ip doc polishing 2010-07-15 22:40:22 +00:00
Gary Russell
08d7b8c90e Doc Fix - TCP intro didn't talk about ob gateway 2010-07-13 18:48:41 +00:00
Oleg Zhurakousky
3f8d4914de INT-1236 polished docs 2010-07-13 13:25:42 +00:00
Oleg Zhurakousky
5eaa4f42fa INT-1236 added documentation for Object-to-Map and Map-to-Object transformer 2010-07-13 05:18:37 +00:00
Oleg Zhurakousky
82e0d49703 INT-1224 Added documentation showing MarshallingMessageConverter 2010-07-13 04:09:10 +00:00
Josh Long
33d96b1fc1 Updating the XMPP adapter's documentation 2010-07-13 01:39:08 +00:00
Josh Long
d8ce87ae50 Updating the XMPP adapter's documentation 2010-07-13 01:34:10 +00:00
Josh Long
191fa2ec99 Updating the XMPP adapter's documentation 2010-07-13 01:32:53 +00:00
Josh Long
ce1b89a3de Updating the XMPP adapter's documentation 2010-07-13 01:32:18 +00:00
Gary Russell
9869ed403f Doc Changes for IP - task-executor 2010-07-13 00:08:41 +00:00
Josh Long
4ad2b3c489 updating xmpp adapter docs 2010-07-12 20:29:44 +00:00
Josh Long
332f85a2ef updating docs for xmpp adapters. 2010-07-12 08:19:49 +00:00
Josh Long
a6f2a8f60f Preliminary XMPP documentation. 2010-07-09 02:31:32 +00:00
Mark Fisher
88b2798427 INT-1222 adding the spring-integration-xmpp module to the build/distribution process 2010-07-05 21:39:12 +00:00
Oleg Zhurakousky
b20faff713 INT-1220, added documentation for outbound-channel-adapter 2010-06-28 18:49:03 +00:00
Oleg Zhurakousky
54f7058f83 INT-1220 updated documentation for Application Event inbound adapter 2010-06-28 16:36:20 +00:00
Chris Beams
eb3793fbbc excluding target from spring-integration-samples during assembly process 2010-06-25 19:40:00 +00:00
Mark Fisher
98909a6dc5 INT-1218 updated http adapter doc now that expectedResponseType is null by default 2010-06-25 13:30:55 +00:00
Mark Fisher
a00a440075 updated for m5 2010-06-25 12:22:12 +00:00
Mark Fisher
39e7b7e6d6 updated readme 2010-06-25 07:31:21 +00:00
Oleg Zhurakousky
40926b0eb1 INT-904, INT-907 added documentation 2010-06-25 07:27:56 +00:00
Mark Fisher
2ddb984d0b added comment about http method and response type 2010-06-25 07:02:26 +00:00
Mark Fisher
19558b3fc3 updated AOP message publishing documentation for the 'payload' attribute which has replaced 'value' 2010-06-25 05:24:36 +00:00
Mark Fisher
9ec420a73e INT-1209 updated documentation for the refactored HTTP adapters 2010-06-25 05:19:47 +00:00
Iwein Fuld
f4ed920d06 INT-984: added file locking and scanner documentation 2010-06-24 21:14:40 +00:00
David Syer
d5d0857f22 INT-1033: add more docs for jdbc 2010-06-24 08:24:25 +00:00
David Syer
52ac01556d INT-1033: add docs for jdbc 2010-06-24 07:54:49 +00:00
David Syer
4ed5ae919b INT-1201: add support for nested queries 2010-06-24 07:54:47 +00:00
Mark Fisher
f6698db4a5 updated http docs for the new RestTemplate based outbound gateway 2010-06-23 20:59:52 +00:00
David Syer
91452275ad INT-1128: Docs for MessageStoreReaper 2010-06-23 16:54:50 +00:00
Mark Fisher
d3f2a1a3fd added stub chapter for XMPP support 2010-06-23 02:24:16 +00:00
Oleg Zhurakousky
d5614ff3e8 INT-1139, fixed the docs 2010-06-18 00:14:33 +00:00
Oleg Zhurakousky
8c19462ce4 IINT-789, updated documentation 2010-06-18 00:01:11 +00:00
Oleg Zhurakousky
c4e03a7235 INT-789 Updated documentation 2010-06-17 23:55:15 +00:00
Iwein Fuld
3ed26d170f INT-1164: added paragraph on expression attribute. 2010-06-11 09:38:14 +00:00
Iwein Fuld
2c4203ab85 some small rephrases in aggregator documentation 2010-06-04 13:49:17 +00:00
Chris Beams
7ae2c364ea added exclusion to omit target/ directories from samples when being added to the distribution zip file; projects should be 'ready to be built by maven', not 'already built by maven' 2010-06-02 20:25:10 +00:00
Chris Beams
ef62031617 commented out section in distribution.xml assembly descriptor that aggregates dependencies into the lib/ directory until we figure out what our final plan is with distributing third party dependencies. also copied distributionManagement section from root pom to parent pom; unfortunately it looks like this duplication across the poms cannot be avoided. 2010-06-02 19:20:22 +00:00
Chris Beams
1dad825ea9 created spring-integration-parent module to get away from problems documented at http://www.sonatype.com/books/mvnref-book/reference/assemblies-set-dist-assemblies.html; root pom is now responsible for 'process' issues like <modules> management, documentation, assembly and deployment; -parent pom is responsible for inheritable properties and dependencies; a nice separation of concerns in the end. build-distribution.sh script is no longer required as docbook, javadoc and assembly creation are all now attached to the package phase of the lifecycle. mvn -Pstaging deploy site-deploy to dry-run a deployment; mvn deploy site-deploy to do the real thing. nightly CI build will be updated to do the latter and serve as documentation on how to deploy the project. 2010-06-02 18:40:35 +00:00
Chris Beams
de9b62bd3e build-distribution.sh script can now be safely run from within any directory, including its own 2010-06-02 00:26:42 +00:00
Gary Russell
7d6babbacf Documentation for recent features (serializable payloads, local-address, close option). 2010-05-31 17:53:55 +00:00
Chris Beams
5c77f08fa9 now producing exact same assembly structure and content as M4 distribution zip. see src/assembly/distribution.xml and src/main/scripts/build-distribution.sh 2010-05-28 05:44:04 +00:00
Chris Beams
f1b9b1b51d added spring-javadoc css for s2 green L&F; updated pom to reflect; removed old javadoc L&F 2010-05-24 17:51:21 +00:00
Chris Beams
f9ae5761dc touched up javadoc overview 2010-05-20 18:23:08 +00:00
Chris Beams
cf6027e3b7 javadoc build infrastructure in place; mvn site will aggregate all javadoc under ${basedir}/target/site/apidocs. note that this is not (yet) in line with the s2 'green' l&f for javadoc; that will come later. 2010-05-20 17:49:39 +00:00
Chris Beams
83cac18b6e * unified parent and root poms (eliminates the need for spring-integration-parent, however it's still there to make spring-build happy in the meantime)
* incremental progress on getting docbkx working
  - downgraded docbook 4.5 -> 4.4 because of "URI is not file" errors (`find src/docbkx/*.xml | xargs grep -l '4\.5' | xargs perl -p -i -e 's/4\.5/4.4/g'`)
  - eliminated spring-integration-reference in favor of idiomatic src/docbkx under project root
  - using xsl from spring-ws to get things working. need to figure out how to integrate previous xsl, however (it's still there), because the L&F is quite different now
  - upgraded version of docbkx plugin to 2.0.9
2010-05-20 09:37:33 +00:00