Commit Graph

4209 Commits

Author SHA1 Message Date
Mark Fisher
90cc137faf INT-1471 removed the TWITTER_ prefix on the header constant definitions, and switched to camelCase for consistency 2010-10-28 15:32:23 -04:00
Mark Fisher
0be4c52287 INT-1471 formatting 2010-10-28 15:32:22 -04:00
Oleg Zhurakousky
1cfdddd651 INT-1471, more polishing, renamed Inbound adapters to be consistent with MessageSource pattern 2010-10-28 15:32:22 -04:00
Oleg Zhurakousky
2aa39a2d64 INT-1471, more polishing, removed unnessesery @Override 2010-10-28 15:32:22 -04:00
Mark Fisher
ede72e4198 INT-1562 wrong MessagingException imported 2010-10-28 15:32:22 -04:00
Oleg Zhurakousky
c17e1bd685 INT-1471, more polishing 2010-10-28 15:32:22 -04:00
Oleg Zhurakousky
7a9899c837 INT-1471, polishing 2010-10-28 15:32:22 -04:00
Oleg Zhurakousky
46091acdb9 INT-1471, polishing 2010-10-28 15:32:21 -04:00
Oleg Zhurakousky
42f5ba35ab INT-1471, Twitter polishing after making it Polling consumer 2010-10-28 15:32:21 -04:00
Mark Fisher
d9eb925235 INT-1562 formatting 2010-10-28 15:32:21 -04:00
Mark Fisher
15b9affda9 INT-1562 formatting 2010-10-28 15:32:21 -04:00
Oleg Zhurakousky
82497a81a3 INT-1471, changed Twitter Inbound adapters to be PollingConsumers, added poller element 2010-10-28 15:32:21 -04:00
Mark Fisher
1e9c3c6a8d 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-28 15:32:20 -04:00
Dave Syer
5a04779bbe Fix test broken in last commit 2010-10-28 15:32:20 -04:00
Dave Syer
d21278865f Fix test to not dump files in top level dir 2010-10-28 15:32:20 -04:00
Mark Fisher
f3fc86395f INT-1527 updated test config for MetadataStore moves 2010-10-28 15:32:20 -04:00
Mark Fisher
f5f1ad0bcd ExpressionPayloadMessageProcessor now supports Expression instances as payloads in addition to Strings 2010-10-28 15:32:20 -04:00
Mark Fisher
5c3a2185a3 INT-1527 moved MetadataStore from 'context.metadata' to 'store' 2010-10-28 15:32:20 -04:00
Mark Fisher
562f4d3dd1 minor javadoc change 2010-10-28 15:32:19 -04:00
Oleg Zhurakousky
274be8b296 polishing 2010-10-28 15:32:19 -04:00
Oleg Zhurakousky
178272162f INT-786 polishing, javadoc 2010-10-28 15:32:19 -04:00
Mark Fisher
ab2113cc13 polishing 2010-10-28 15:32:19 -04:00
Mark Fisher
4d3cf9cad4 polishing 2010-10-28 15:32:18 -04:00
Mark Fisher
0e507932c5 INT-786 moved FileUrlFeedFetcher to the src/test tree and refactored FeedEntryMessageSource to accept a custom FeedFetcher reference 2010-10-28 15:32:18 -04:00
Mark Fisher
93a044f56d INT-786 metadataKey no longer REQUIRES a componentName, but a WARN-level message is logged if a name is not set 2010-10-28 15:32:18 -04:00
Mark Fisher
375c4634f6 INT-786 renamed FeedMessageSourceBeanDefinitionParserTests to FeedInboundChannelAdapterParserTests (and all associated config files) 2010-10-28 15:32:18 -04:00
Mark Fisher
1a4f170d2c INT-786 refactored Feed MessageSource and related classes 2010-10-28 15:32:17 -04:00
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
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
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
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
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
Chris Beams
947a8c08a1 Re-order dependencies 2010-10-28 10:40:33 -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
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
Chris Beams
7fc73e1f92 Attempt to fix svg 'Image not found' errors 2010-10-27 12:36:11 -04:00
Chris Beams
8b483a08b8 Simplify inclusion of images and css in html* doc dirs 2010-10-27 10:40:49 -04:00
Chris Beams
66f2335dcd Delete duplicate images; move rest to resources/images 2010-10-27 09:32:31 -04:00
Chris Beams
036a3f5b15 Update gradle files to reference new locations for resources 2010-10-27 09:29:19 -04:00
Chris Beams
b793bec395 Remove duplicated docbook xml files 2010-10-27 09:27:18 -04:00