supportedFormats text consistency

2018-02-11 Thread William Lieurance
Hi all, I'm looking at the supportedFormats added by the converters in core. I note a lot of inconsistency in the text with most converters adding types with <> around them. For instance the LongConverter adds "" but the ShortConverter adds "short". The various date and duration converters

Re: Jenkins build became unstable: Tamaya-Extensions-Master #1365

2018-02-11 Thread William Lieurance
I'm having a really hard time getting this to repeat on any of my test machines. It looks to happen after Weld has a problem undeploying and redeploying some archives. Anyone else able to get this to repeat? --William From: P. Ottlinger

[GitHub] incubator-tamaya pull request #13: TAMAYA-329: mapBoxedType should work with...

2018-02-11 Thread peculater
GitHub user peculater opened a pull request: https://github.com/apache/incubator-tamaya/pull/13 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

[jira] [Commented] (TAMAYA-329) PropertyConverterManager cannot box arrays of booleans

2018-02-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16360212#comment-16360212 ] ASF GitHub Bot commented on TAMAYA-329: --- GitHub user peculater opened a pull request:

[jira] [Created] (TAMAYA-329) PropertyConverterManager cannot box arrays of booleans

2018-02-11 Thread William Lieurance (JIRA)
William Lieurance created TAMAYA-329: Summary: PropertyConverterManager cannot box arrays of booleans Key: TAMAYA-329 URL: https://issues.apache.org/jira/browse/TAMAYA-329 Project: Tamaya

[jira] [Commented] (TAMAYA-328) Single apostrophe cannot be cast to Character with CharConverter

2018-02-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/TAMAYA-328?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16360210#comment-16360210 ] ASF GitHub Bot commented on TAMAYA-328: --- GitHub user peculater opened a pull request:

[GitHub] incubator-tamaya pull request #12: TAMAYA-328: Let CharConverter parse a sin...

2018-02-11 Thread peculater
GitHub user peculater opened a pull request: https://github.com/apache/incubator-tamaya/pull/12 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

[jira] [Created] (TAMAYA-328) Single apostrophe cannot be cast to Character with CharConverter

2018-02-11 Thread William Lieurance (JIRA)
William Lieurance created TAMAYA-328: Summary: Single apostrophe cannot be cast to Character with CharConverter Key: TAMAYA-328 URL: https://issues.apache.org/jira/browse/TAMAYA-328 Project: