Commit Graph

118 Commits

Author SHA1 Message Date
Mark Fisher
a64cb5996a adding lattice cloud connector 2015-07-31 16:45:07 -04:00
Marius Bogoevici
5af49bd969 Refactored no-arg constructor 2015-07-31 15:58:34 -04:00
Glenn Renfro
5a74f88b22 No longer need to do a mkdir for local repo 2015-07-31 15:35:17 -04:00
Marius Bogoevici
3b480a2288 Add a default constructor to ModuleLauncher 2015-07-31 15:12:13 -04:00
Mark Fisher
5b5b31d178 create local repo dir if it does not exist 2015-07-31 14:47:53 -04:00
Marius Bogoevici
50ff27b7c8 Make local repo configurable 2015-07-31 13:20:01 -04:00
Mark Fisher
6e23336087 additional README updates 2015-07-31 11:55:27 -04:00
Glenn Renfro
0adb158b56 README.md updated with aether/mvn coordinates
also updated to use Dockerhub
2015-07-31 11:44:06 -04:00
Mark Fisher
71483140ed ModuleLauncher no longer uses Executor 2015-07-31 08:13:56 -04:00
Marius Bogoevici
c257d3c047 Use only the archive jars in the CL
Disable TomcatURLStreamHandlerFactory registration
2015-07-30 16:11:37 -04:00
Thomas Risberg
2408578c0a Update README.md 2015-07-30 15:32:44 -04:00
Thomas Risberg
65240966e3 Update README.md 2015-07-30 15:27:34 -04:00
Glenn Renfro
4c5df2c2ab Removed add for the artifacts/modules 2015-07-29 17:49:47 -04:00
Marius Bogoevici
8d7ebe536e Do not set launcher CL as parent 2015-07-29 15:10:29 -04:00
Mark Fisher
e95e20a718 updates for resolver changes 2015-07-29 11:48:09 -04:00
Mark Fisher
429d56c7af ModuleLauncher uses ModuleResolver 2015-07-29 11:22:29 -04:00
Mark Fisher
ab8ff0e4f3 polishing 2015-07-29 11:19:05 -04:00
David Turanski
5a145eacfe Changed module resolver to single method 2015-07-29 11:05:10 -04:00
Mark Fisher
ffc57e0c04 polishing 2015-07-28 17:36:06 -04:00
David Turanski
fcfa22a063 added support for classifier and extension 2015-07-28 17:18:33 -04:00
David Turanski
262d82387e XD-3270 - Implementation of AetherModuleResolver 2015-07-28 12:22:06 -04:00
Ilayaperumal Gopinathan
219d790910 Set channel resolver for binding adapter
- Set `ChannelBindingAdapter`'s channel resolver to use
`BinderAwareChannelResolver`.
 - Previously the runtime `Binder` singleton object was lazily
instantiated. But the instantiation actually happened at the constructor
of BinderAwareRouterBeanPostProcessor itself. Hence, removed the lazy
instantiation of the Binder object. Also, I don't see any impact of
creating the `Binder` object at the time of BeanPostProcessor
creation.
2015-07-24 15:30:13 -04:00
Mark Fisher
5242643820 polishing 2015-07-24 15:03:27 -04:00
David Turanski
55e1bf0de9 XD-3270 initial ModuleRegistry port and refactor 2015-07-24 14:58:34 -04:00
Ilayaperumal Gopinathan
47c880d9fc minor improvements
- Remove `Configuration` annotation for `LifecycleConfiguration` and `EnableModuleConfiguration` as these aren't configuration classes
 - Rename the above classes after their functionality
2015-07-23 13:46:45 -04:00
Marius Bogoevici
37204febe2 support for binding descriptors per channel name 2015-07-23 11:22:53 -04:00
Glenn Renfro
70e1ff006c Note on how to work around redis local binding. 2015-07-23 10:19:20 -04:00
Mark Fisher
c8e0d76997 addressed minor PR comments 2015-07-23 09:23:58 -04:00
Mark Fisher
69fda684f8 initial commit of module launcher 2015-07-22 08:28:44 -04:00
Marius Bogoevici
1a51c32f59 Renamed spring.cloud.channels to spring.cloud.stream in configuration 2015-07-21 23:22:12 -04:00
Marius Bogoevici
dca40fec59 Generate proper qualifiers for channel beans 2015-07-21 23:15:03 -04:00
Ilayaperumal Gopinathan
bb25e6b46e Remove rabbit analytics xml import 2015-07-21 16:31:12 -07:00
David Turanski
93f278e839 Cleanup after Binder renaming
one more...

one more comment change
2015-07-21 17:47:38 -04:00
Ilayaperumal Gopinathan
46100b2f8f Rename kafka binder classes
- Move pkg name to `org.springframework.cloud.stream.binder.kafka`
2015-07-21 17:33:15 -04:00
Ilayaperumal Gopinathan
06190b1353 Remove spring-xd-module dependency
- Remove `spring-xd-module` dependency from spring-cloud-stream
 - Move `DateFormat` validation class to sample
2015-07-21 17:22:14 -04:00
David Turanski
35b74b00b3 Renamed MessageBus to Binder
- Renamed MessageBus to Binder
- Parameterized Binder interface
- Restored exclusion of spring-xd-codec
2015-07-21 15:34:29 -04:00
Marius Bogoevici
11e9f269db Disable Kafka tests 2015-07-17 17:40:00 -04:00
Marius Bogoevici
518c182dd6 Add logback configuration for spring-cloud-stream-binding tests 2015-07-17 17:04:49 -04:00
Marius Bogoevici
0c76a1edd3 Enables Kafka binding tests 2015-07-17 17:01:42 -04:00
Dave Syer
1a34f37bce Fix typo in docs sink->source 2015-07-17 09:38:37 +01:00
Mark Fisher
545bf250c9 re-generated README 2015-07-16 22:01:29 -04:00
Mark Fisher
93f9f2c7b0 copyright headers 2015-07-16 21:51:57 -04:00
Dave Syer
c09b292d79 Use @EnableModule(Channels.class) instead of field declarations
Standard channel interface types of Sink, Source, Processor
are provided, but user can create others with @Input and
@Output MessageChannel methods.

To get the declared channels in an app you can use the
@ModuleChannels qualifier to inject the interface, e.g.
@ModuleChannels(Cafe.class) injects the channels defined
in the Cafe.
2015-07-16 21:44:05 -04:00
Mark Fisher
460bb140f2 fixed source/sink samples' input/output properties 2015-07-16 18:38:37 -04:00
Mark Fisher
23a818d79d streams->stream and other edits 2015-07-16 18:29:00 -04:00
Glenn Renfro
f0f7187892 Code cleanup & port change for source & sink examples 2015-07-16 18:07:26 -04:00
Mark Fisher
102fb07576 streams->stream in spring-cloud-stream.adoc 2015-07-16 17:48:16 -04:00
Mark Fisher
31915df2fe re-generated README 2015-07-16 13:36:35 -04:00
David Turanski
b76cee6725 Mirrors codec enhancements in XD 1.2.x 2015-07-16 09:00:08 -04:00
Eric Bottard
587c084183 Cleanup README to better reflect current codebase 2015-07-15 16:50:10 +01:00