Commit Graph

5580 Commits

Author SHA1 Message Date
Mark Fisher
1dd39728c3 INT-786 renamed 'feed-url' attribute to just 'url' since it's already clear that it's the FEED adapter 2010-10-28 15:32:17 -04:00
Mark Fisher
c865234727 formatting 2010-10-28 15:32:17 -04:00
Mark Fisher
e0f58623f3 formatting 2010-10-28 15:32:17 -04:00
Mark Fisher
b347d2844a polishing 2010-10-28 15:32:17 -04:00
Mark Fisher
4a4b213bd4 polishing 2010-10-28 15:32:16 -04:00
Mark Fisher
7d981b439e added comment 2010-10-28 15:32:16 -04:00
Oleg Zhurakousky
a870217e23 INT-1540, added extract-payload and auto-atartup to Inbound XMPP adapters, added tests 2010-10-28 15:32:16 -04:00
Chris Beams
db36f926b2 Merge branch 'master' of git.springsource.org:spring-integration/spring-integration 2010-10-28 15:12:32 -04:00
Chris Beams
6cadd13f1a Merge branch 'gradle'
Conflicts:
	.gitignore
2010-10-28 14:31:05 -04:00
Chris Beams
bfeb2ff50f Polish readme 2010-10-28 14:25:01 -04:00
Chris Beams
9619e5591b JDBC module's generateSql no longer tied to build lifecycle
Changes requiring schema generation are exceedingly rare; favor
manual execution of `gradle generateSql` for the time being.

Generated sources are checked into the tree at
src/main/resources/org/springframework/integration; simply regenerate
and copy to this location manually as necessary.
2010-10-28 14:20:21 -04:00
Chris Beams
cc79ea4cb4 Fix typo causing parsing in samples.xml > entity 2010-10-28 14:18:55 -04:00
Mark Fisher
8bb947c6eb moved PropertiesPersistingMetadataStoreTests to the same location as PropertiesPersistingMetadataStore (but under src/test) 2010-10-28 12:33:25 -04:00
Mark Fisher
b6d59270c0 documentation update for control-bus element in XSD 2010-10-28 12:26:38 -04:00
Mark Fisher
80fb9f10a5 updating changelog and readme 2010-10-28 12:03:14 -04:00
Hans Dockter
c2866d96b4 Apply Hans' refactoring of pom customization logic 2010-10-28 11:58:36 -04:00
Oleg Zhurakousky
575768e9bc INT-1471, I don't like @Override 2010-10-28 11:57:16 -04:00
Oleg Zhurakousky
4185ed3c2a INT-1471, more polishing, pushing tests that I worgot to 'git add' 2010-10-28 11:50:56 -04:00
Oleg Zhurakousky
28c1911898 INT-1471, more polishing, added parser test for Sending mesage handlers, fixed typo in the TwitterSendingMessageHandlerParser 2010-10-28 11:48:19 -04:00
Mark Fisher
8fc29ea855 INT-1551 replaced SimpleBeanResolver with BeanFactoryResolver. SimpleBeanResolver was a stop-gap solution and has now been removed. 2010-10-28 11:44:38 -04:00
Chris Beams
627ea3cff4 Fix exclusions that were not showing up in generated poms
This was due to Gradle's silent failure to match exclusions detailed
at http://jira.codehaus.org/browse/GRADLE-1028. Everything is working
as expected now after this update, however.
2010-10-28 11:37:06 -04:00
Mark Fisher
f4f9484d18 INT-1568 removed '$' prefix for headers. Now there is NO prefix. 2010-10-28 11:34:53 -04:00
Chris Beams
a72d327db6 Mark dependencies 'optional' or 'provided' as appropriate
Requires significant pom customization in maven-deployment.gradle
which has been verified at `gradle install` time, but not yet at
`gradle uploadArchives` time.  Need to figure out how to eliminate
the duplication going on there.
2010-10-28 11:16:03 -04:00
Oleg Zhurakousky
c797666d19 INT-1471, more polishing, added auto-startup attribute to the schema for Recieving adapters 2010-10-28 11:14:26 -04:00
Chris Beams
947a8c08a1 Re-order dependencies 2010-10-28 10:40:33 -04:00
Oleg Zhurakousky
bf01c0bd97 INT-1471, more polishing, renamed In/Out adapters to include Receiving/Sending in the class names 2010-10-28 10:28:48 -04:00
Oleg Zhurakousky
0ccc671a3c INT-1471, more polishing, general cleanup 2010-10-28 09:24:38 -04:00
Oleg Zhurakousky
c64c25ffa0 INT-1471, more polishing, consolidated Outbound adapter parsers 2010-10-28 09:00:38 -04:00
Mark Fisher
7a8b42cdb9 SftpConstants is now SftpHeaders, and the key value is camelCase 2010-10-27 23:00:06 -04:00
Mark Fisher
01e2ef2707 using camelCase for header key values 2010-10-27 22:57:02 -04:00
Mark Fisher
31c44a0d3d INT-1471 removed the TWITTER_ prefix on the header constant definitions, and switched to camelCase for consistency 2010-10-27 22:54:04 -04:00
Mark Fisher
a5c09ef557 INT-1471 formatting 2010-10-27 21:21:46 -04:00
Oleg Zhurakousky
ed140f5948 INT-1471, more polishing, renamed Inbound adapters to be consistent with MessageSource pattern 2010-10-27 18:48:49 -04:00
Oleg Zhurakousky
216f5932ac INT-1471, more polishing, removed unnessesery @Override 2010-10-27 18:23:32 -04:00
Mark Fisher
161882354a INT-1562 wrong MessagingException imported 2010-10-27 18:12:47 -04:00
Oleg Zhurakousky
3e0c7c7f44 INT-1471, more polishing 2010-10-27 18:12:26 -04:00
Oleg Zhurakousky
7ffa124095 INT-1471, polishing 2010-10-27 17:57:10 -04:00
Oleg Zhurakousky
5a437200d9 INT-1471, polishing 2010-10-27 17:56:49 -04:00
Oleg Zhurakousky
bef427e6b3 INT-1471, Twitter polishing after making it Polling consumer 2010-10-27 17:55:17 -04:00
Mark Fisher
1f352ac8fd INT-1562 formatting 2010-10-27 17:54:19 -04:00
Mark Fisher
20e3f924fa INT-1562 formatting 2010-10-27 17:22:42 -04:00
Oleg Zhurakousky
892a6f9f42 INT-1471, changed Twitter Inbound adapters to be PollingConsumers, added poller element 2010-10-27 16:58:39 -04:00
Chris Beams
f54e81d301 Port spring-integration-jdbc db schema generation to Gradle
Before (Maven): http://pastie.org/1253428
After (Gradle): http://pastie.org/1253435

This new task:
- may be run independently with `gradle generateSql`
- is tied to the build lifecycle and will execute prior to 'compileJava'
- writes output to build/generated-resources
- is set up for incremental build -- will not run if the above dir exists
- may be selectively cleaned with `gradle cleanGenerateSql`
2010-10-27 16:27:29 -04:00
Mark Fisher
c8f37d7877 INT-1528 IntegrationNamespaceUtils.parseInnerHandlerDefinition(..) no longer registers the inner bean definition. Relatedly, all polling inbound adapter parsers now return BeanMetadataElement rather than a pre-registered bean's name (flexibility: RuntimeBeanReference, BeanDefintion, etc.) 2010-10-27 15:59:41 -04:00
Chris Beams
a600e5279b Polish @author tags
Names should be spelled out ('Chris Beams') instead of abbreviated
('cbeams')
2010-10-27 15:54:05 -04:00
Dave Syer
4e9d357606 Fix test broken in last commit 2010-10-27 12:07:07 -07:00
Dave Syer
3db5193080 Fix test to not dump files in top level dir 2010-10-27 11:31:05 -07:00
Mark Fisher
f43daad7a9 INT-1527 updated test config for MetadataStore moves 2010-10-27 14:09:54 -04:00
Mark Fisher
ab75fcabf9 ExpressionPayloadMessageProcessor now supports Expression instances as payloads in addition to Strings 2010-10-27 14:07:26 -04:00
Mark Fisher
8e527762f2 INT-1527 moved MetadataStore from 'context.metadata' to 'store' 2010-10-27 13:41:36 -04:00