Merge branch 'improvement-camel-7724' of https://github.com/oscerd/camel
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a02bd177 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a02bd177 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a02bd177 Branch: refs/heads/master Commit: a02bd177da38268199b48a8be62f8df932c53f4e Parents: f68f2b4 6c66ed4 Author: Claus Ibsen <[email protected]> Authored: Fri Aug 22 07:38:33 2014 +0200 Committer: Claus Ibsen <[email protected]> Committed: Fri Aug 22 07:38:33 2014 +0200 ---------------------------------------------------------------------- .../camel/dataformat/bindy/FormatFactory.java | 3 + .../dataformat/bindy/format/BooleanFormat.java | 31 +++++ .../BindySimpleCsvBooleanFalseMarshallTest.java | 84 ++++++++++++ .../BindySimpleCsvBooleanTrueMarshallTest.java | 84 ++++++++++++ .../BindySimpleCsvBooleanUnmarshallTest.java | 130 +++++++++++++++++++ .../bindy/model/simple/bool/BooleanExample.java | 51 ++++++++ ...impleCsvBooleanFalseMarshallTest-context.xml | 32 +++++ ...SimpleCsvBooleanTrueMarshallTest-context.xml | 32 +++++ ...dySimpleCsvBooleanUnmarshallTest-context.xml | 32 +++++ 9 files changed, 479 insertions(+) ----------------------------------------------------------------------
