bamboo
7dc9f2e324
[artifactory-release] Next development version
2015-10-23 19:34:46 +00:00
bamboo
bd22e119c8
[artifactory-release] Release version 1.0.0.M2
2015-10-23 19:34:44 +00:00
bamboo
e630998101
[artifactory-release] Next development version
2015-09-11 19:53:41 +00:00
bamboo
83f762a31e
[artifactory-release] Release version 1.0.0.BUILD
2015-09-11 19:53:39 +00:00
Marius Bogoevici
86e457fac4
Renamed EnableModule to EnableBinding
...
* renamed @ModuleChannels to @Bindings
* moved Source, Sink, and Processor to the `org.springframework.cloud.stream.messaging` package
* updated documentation
2015-09-03 07:43:42 -04:00
Ilayaperumal Gopinathan
d4425b3a52
Samples cleanup
...
- Move common properties to samples parent
- Avoid explicit `ComponentScan` by moving all the classes to the same package
2015-09-02 09:46:47 -07:00
Ilayaperumal Gopinathan
84e5701cc6
Fix Transform sample start class
2015-09-01 23:21:09 -07:00
Eric Bottard
1ce40497c9
Fix copyrights
2015-08-23 15:19:09 +02:00
Ilayaperumal Gopinathan
3dac86a18a
Remove throws InterruptedException from sample main
2015-08-17 15:21:46 -07:00
Marius Bogoevici
37204febe2
support for binding descriptors per channel name
2015-07-23 11:22:53 -04:00
Marius Bogoevici
1a51c32f59
Renamed spring.cloud.channels to spring.cloud.stream in configuration
2015-07-21 23:22:12 -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
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
Dave Syer
dafa0773b5
Change streams->stream
2015-07-15 08:25:44 +01:00