[1/2] incubator-tamaya git commit: TAMAYA-328: Let CharConverter parse a single apostrophe character

2018-02-12 Thread pottlinger
Repository: incubator-tamaya Updated Branches: refs/heads/master 47972d89b -> d9406e58f TAMAYA-328: Let CharConverter parse a single apostrophe character CharConverter uses paired apostrophes (') to delimit multi-character strings and pulls the first into a Character object as needed. That

[2/2] incubator-tamaya git commit: Merge branch 'TAMAYA-328' of https://github.com/peculater/incubator-tamaya

2018-02-12 Thread pottlinger
Merge branch 'TAMAYA-328' of https://github.com/peculater/incubator-tamaya Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/d9406e58 Tree:

incubator-tamaya git commit: TAMAYA-329: mapBoxedType should work with boolean[]

2018-02-12 Thread pottlinger
Repository: incubator-tamaya Updated Branches: refs/heads/master ca4de3dc4 -> 47972d89b TAMAYA-329: mapBoxedType should work with boolean[] Simple copy-and-paste miss. All the other primitives have both a simple and array type check. Boolean has two simple checks and no arrays. This