Dave Syer
6d01a2ef79
Add getter to array property for binding
...
@ConfigurationProperties cannot bind to an array without a getter
2015-08-16 08:17:29 +01:00
Dave Syer
dafa0fdf40
Fix dependencies
...
In order to join the Spring Cloud release train we have to align the
dependencies and (more importantly) the dependency management strategy.
The strategy is to not put version ids in <dependencies> (only
in <dependencyManagement>) where possible. And more importantly
we cannot use the releae train itself (creates a cycle).
This change achieves most of that (and mkae it possible for client
apps to use spring-cloud-starter-parent:Brixton.BUILD-SNAPSHOT)
Add spring-integration bom
2015-08-13 13:22:46 -04:00
David Turanski
05e12efb84
replaced CodecConfiguration with spring.factories
...
add new line
2015-08-12 12:43:52 -07:00
Dave Syer
818ad6e3e8
Add configuration processor as an optional dependency
2015-08-10 10:52:44 -04:00
David Turanski
770dafc577
renamed defaultPrefix .xdbus->.binder
2015-08-10 10:48:57 -04:00
Eric Bottard
38cf0cd738
XD-3380: Use AutoConfiguration for Binder Configurations
2015-08-10 10:44:31 -04:00
Mark Fisher
476664e38d
removed redundant dependency
2015-08-10 08:46:44 -04:00
Eric Bottard
53c228239b
Propagate Exception
2015-08-09 20:48:23 -04:00
David Turanski
0a84afd6ea
Refactored Binder and Codec configuration
...
- replaced XML-based configuration with Java configuration
- removed optional on spring-cloud-stream-codec
- removed unnecessary test
2015-08-09 20:11:52 -04: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
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