Commit Graph

5 Commits

Author SHA1 Message Date
Mark Pollack
3241e46c91 Add support for arrays in tuple conversion and general tuple tests 2015-11-27 10:08:12 +05:30
Thomas Risberg
1b10c8801a XD-3651 Fix handling of numeric, boolean and null values 2015-10-29 18:03:00 -04:00
Mark Fisher
4bec17ca1c allow id & timestamp keys when converting to Tuple
also avoid possible NPE in the DefaultTuple toString() method
2015-10-16 17:28:15 -04:00
Ilayaperumal Gopinathan
1a1ebe7b78 type conversion: address review comments
Fix supports check on FromMessageConverter: make sure the targetType is on the LHS

Fix PojoToStringMessageConverter: handle message payload tuple separately so that the tupleToString converter is set
2015-09-29 20:46:17 -04:00
Ilayaperumal Gopinathan
e92f9d3683 Add spring-cloud-stream-tuple project
- This is a temporary location for the `tuple` project and would eventually be moved to something like `spring-data-commons`
    - Note: This project currently removes `batch` package from the tuple project in XD
 - The corresponding test classes are yet to be moved.
2015-09-28 10:23:14 -07:00