Commit Graph

25 Commits

Author SHA1 Message Date
Chris Beams
ee34695bc4 Merge branch 'master' into buildSrc-extraction
Conflicts:
	spring-integration-twitter/src/main/java/org/springframework/integration/twitter/core/Twitter4jTemplate.java
2010-11-11 10:13:14 -08: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
Oleg Zhurakousky
1b5be152b2 INT-1598 added documentation for Claim Check 2010-11-10 16:13:29 -05:00
Gary Russell
41b45d2112 INT-1552 IP Doc Polishing 2010-11-10 15:48:39 -05:00
Gary Russell
ab7838db88 INT-1552 IP Doc Polishing 2010-11-10 14:53:53 -05:00
Oleg Zhurakousky
5bb4d8ba68 INT-1585 added documentation for header-filter 2010-11-10 14:38:24 -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
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
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
a3d50d6146 updated HTTP section in reference manual with pacakge info (inbound and outbound) on plain bean examples 2010-11-05 18:27:35 -04:00
Mark Fisher
e35de5a054 INT-1583 updated documentation 2010-11-03 13:03:49 -04:00
Mark Fisher
6cc758eefc INT-1582 if the payload is an ApplicationEvent it is passed as-is (no wrapping in MessagingException). Also, general polishing 2010-11-03 12:39:11 -04:00
Oleg Zhurakousky
52c958ead0 INT-1557 added Twiter Outbound adapter documentation 2010-11-02 18:43:40 -04:00
Oleg Zhurakousky
012d9df8f4 INT-1560, INT-1559 added placeholders for the docs for FTP, SFTP and FEED 2010-11-02 16:15:07 -04:00
Oleg Zhurakousky
acbfe9434c INT-1557 added initial documentation (OAuth, Connection INbound Adapters) for Twitter adapter 2010-11-02 15:59:22 -04:00
Oleg Zhurakousky
01dbe1916e INT-1577 restructured documentation to be consistent with Spring-core and EIP documentation 2010-11-02 12:07:56 -04:00
Oleg Zhurakousky
3061aaa08d INT-1552 general restructuring of the docs to introduce parts that are consistent with eip definitions 2010-11-02 10:28:54 -04:00
Chris Beams
bfeb2ff50f Polish readme 2010-10-28 14:25:01 -04:00
Chris Beams
cc79ea4cb4 Fix typo causing parsing in samples.xml > entity 2010-10-28 14:18:55 -04:00
Mark Fisher
80fb9f10a5 updating changelog and readme 2010-10-28 12:03:14 -04:00
Chris Beams
66f2335dcd Delete duplicate images; move rest to resources/images 2010-10-27 09:32:31 -04:00
Chris Beams
b793bec395 Remove duplicated docbook xml files 2010-10-27 09:27:18 -04:00
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