Commit Graph

112 Commits

Author SHA1 Message Date
Chris Beams
677fca51a9 Major progress on Gradle port
Complete:
--------
- src/* documentation resources moved to 'docs' subproject

- docbook sources upgraded to Docbook 5

- formatted all docbook sources to strip tab characters and
  eliminate trailing whitespace

- all projects compile and test successfully

- all artifacts upload successfully to s3, static.sf.org, etc.

Remaining:
---------
- documentation L&F needs work. CSS, images, and highlighting aren't
  hooked up properly

- spring-integration-jdbc codegen bits in Maven POM need to be
  transcribed into gradle

- dependencies that were optional or provided scope in maven are
  currently 'compile' scope in Gradle.  Need to figure out support
  in Gradle to fix this.

- run through Eclipse classpath and project generation scenarios

- delete all Maven artifacts
2010-10-26 18:51:08 -04:00
Gary Russell
64fec64d40 INT-1546 Tcp Interceptors - polish and doc 2010-10-23 12:15:24 -04:00
Gary Russell
b8709b3316 INT-1544 TCP Doc polishing 2010-10-23 10:43:54 -04:00
Gary Russell
0abd5de546 INT-1544 TCP Doc polishing 2010-10-22 13:43:42 -04:00
Iwein Fuld
e4dc250385 INT-1541: modify default pattern style to AntPath instead of Regex
- update all patterns in test contexts to comply with ant style
- change configurators to create SimplePatternFileListFilter instead of regex style PatternMatchingFileListFilter
2010-10-22 16:44:49 +02:00
Oleg Zhurakousky
062ffb01db INT-1514, added documentatin section for Dynamic Router support 2010-10-18 18:44:46 -04:00
Mark Fisher
466b3b4cd6 INT-1494 updated docs to replace 'scheduled-producer' with 'inbound-channel-adapter' 2010-10-17 12:51:15 -04:00
Oleg Zhurakousky
ab9b1b14f6 INT-1474, polished documentation about ensuring timely responses from the Gateway method invocations 2010-10-15 06:35:52 -04:00
Mark Fisher
f5fe76d715 INT-1382 added simple 'expression' sub-element description to the 'filter' chapter 2010-10-13 22:08:12 -04:00
Oleg Zhurakousky
b791921a1f INT-1474, documentation was updated to explain various scenarios for dealing with Messaging Gateway when reply is not coming 2010-10-13 09:49:26 -04:00
Oleg Zhurakousky
d3a083ecdb INT-1477, added Loan Broker section to the samples, changed diagrams to be extracted from GUI tooling available in STS (with slight editing) 2010-09-29 11:53:42 -04:00
Oleg Zhurakousky
68d819feeb INT-1477, modified samples section to include information about the new structure (e.g., JIRA, Git, samples categories etc.) 2010-09-29 08:53:18 -04:00
Oleg Zhurakousky
3142f0b673 INT-1474, added initial documentation to explain the implications 2010-09-28 16:49:26 -04:00
Oleg Zhurakousky
d59b40ace7 INT-1451, INT-588 removed coomment based tx dependencies from the PollerParser, updated documentation with more details on Poller refactoring and other TX stuff to address 588 2010-09-28 15:57:22 -04:00
Oleg Zhurakousky
361477c40a INT-1476 documentation was updated to reflect the new schema versions 2010-09-24 10:06:39 -04:00
Oleg Zhurakousky
76fc874be4 INT-1475, addressed the issue. Made 'should-delete-messages' required by the schema and added tests to validate it. Added more tests for Pop3MailReceiever. Modified documentation to explain the change and reasoning behind the change 2010-09-23 20:43:44 -04:00
Oleg Zhurakousky
51801317cc INT-1450 Asynchronous polling section was added to Message Endpoints section of the ref manual 2010-09-20 14:36:30 -04:00
Oleg Zhurakousky
bda6b9b871 INT-1143, added transaction section to reference guuide 2010-09-20 13:51:42 -04:00
Oleg Zhurakousky
95e148eddf INT-1468 changed reference documentation to reflect changes from MessageChannelTemplate to MessagingTemplate 2010-09-20 01:32:33 -04:00
Oleg Zhurakousky
394efd2a2a INT-1438, added XPath transformer documentation 2010-09-15 22:43:41 -04:00
Oleg Zhurakousky
7d2d8c28a3 INT-1455, modified documentation to reflect changes to the poller configuration, added section on advice-chains configuration for pollers 2010-09-15 21:08:38 -04:00
Oleg Zhurakousky
13d31b25a3 added documentation to message-publishing section regarding sync vs async publishing' 2010-09-15 14:59:39 -04:00
Oleg Zhurakousky
d99739a6bf fixed the broken doc 2010-09-15 11:12:07 -04:00
Oleg Zhurakousky
1b87db30ba INT-1417, updated documentation showing how 'javaMailProperties' could be provided 2010-09-15 10:39:22 -04:00
ozhurakousky
6006ffdb13 fixed the configuration.xml doc file 2010-09-08 01:18:45 -04:00
ozhurakousky
8706143b89 INT-1426, removed references to @MessageMapping annotation 2010-09-08 01:09:59 -04:00
Chris Beams
beafd5566c Polish whitespace and comments in pom files
- Convert spaces to tabs on -ftp/pom.xml

- Normalize multi-line comments to fit the following style:
    <!--
        depend explicitly on 2.0 in order to pick up the new
        release:update-versions goal
    -->

- Revert some of the formatting that the Maven release:update-versions
  goal forced on us. After it failed to perform its duties during the M7
  release, it appears we will not be using it anymore.
2010-09-04 13:24:25 +02:00
Mark Fisher
7d73117d7a updates for m7 release 2010-09-03 18:56:05 +00:00
Mark Fisher
503f3ad797 INT-1422 updated http docs for M7 2010-09-03 16:53:03 +00:00
Mark Fisher
3e9c6545e0 edits in gateway doc 2010-09-03 15:52:13 +00:00
David Syer
7d98d155a7 Fix XML ids 2010-09-03 15:49:46 +00:00
Mark Fisher
c503fad95e typos 2010-09-03 15:41:47 +00:00
David Syer
f2ed075db7 INT-1420: re-org of existing docs 2010-09-03 15:36:20 +00:00
Mark Fisher
13b46448bf updated readme for correct samples dir name 2010-09-03 15:33:38 +00:00
Oleg Zhurakousky
213a50a177 INT-1419 -added documentation for async gateway support 2010-09-03 15:10:58 +00:00
Mark Fisher
69b296443a updating readme and changelog for 2.0 M7 2010-09-03 06:22:59 +00:00
Oleg Zhurakousky
400832836d INT-1246, edited the XML based configuration and added a section for @Publisher being a meta-annotation 2010-09-03 03:10:54 +00:00
Oleg Zhurakousky
d55b4b9436 changed copyright to 2010 2010-09-02 13:26:42 +00:00
Oleg Zhurakousky
2057ac2bd5 INT-1392 added groovy docs 2010-09-02 13:20:37 +00:00
Oleg Zhurakousky
3a50c718bb INT-1016 - added sample to HTTP documentation section 2010-09-01 14:34:15 +00:00
David Syer
d2a3c3d5eb INT-1327: add support for JDBC outbound gateway 2010-09-01 14:09:09 +00:00
David Syer
93be55d84d INT-1394: add expression parameter source 2010-09-01 14:09:00 +00:00
Oleg Zhurakousky
ff8a986abc INT-1264, added docs for Message History 2010-08-31 20:38:34 +00:00
Oleg Zhurakousky
de21e3f201 INT-1246, INT-1252 - modified docs for Message Publishing interceptor, added docs for schduled-producer 2010-08-31 11:30:13 +00:00
Josh Long
3ad7043d1e updated the distribution.xml to include twitter, sftp and ftp adapters. 2010-08-30 15:48:01 +00:00
Oleg Zhurakousky
2b903d1210 INT-1376, added documentation for 'should-mark-messages-as-read' 2010-08-28 18:20:34 +00:00
Oleg Zhurakousky
3465826b76 INT-1386 2010-08-28 18:09:52 +00:00
Gary Russell
c97fe2b03f INT-1279 Doc Polishing 2010-08-28 16:57:09 +00:00
Oleg Zhurakousky
3d863a1917 INT-1338, Added namespace support for 'event-types' attribute 2010-08-23 17:09:38 +00:00
Josh Long
48d7279dd8 merging from the branch for the changes made to support EntryListFilters instead of FileListFilters. 2010-08-21 01:42:55 +00:00