Re: [Numbers] Java version?

2017-04-29 Thread Gilles
Hi. On Sat, 29 Apr 2017 09:46:56 -0400, Raymond DeCampo wrote: Please note I wrote an issue concerning this last week or so. https://issues.apache.org/jira/browse/NUMBERS-21 I noticed when moving code from [math] to [numbers] that [math] targets 7. As a general rule, this must formally aske

Re: [Numbers] Java version?

2017-04-29 Thread Gary Gregory
On Apr 29, 2017 6:47 AM, "Raymond DeCampo" wrote: Please note I wrote an issue concerning this last week or so. https://issues.apache.org/jira/browse/NUMBERS-21 I noticed when moving code from [math] to [numbers] that [math] targets 7. I had to make some minor downgrades in the code (use of dia

Re: [Numbers] Java version?

2017-04-29 Thread Raymond DeCampo
Please note I wrote an issue concerning this last week or so. https://issues.apache.org/jira/browse/NUMBERS-21 I noticed when moving code from [math] to [numbers] that [math] targets 7. I had to make some minor downgrades in the code (use of diamond operator). Given that [math] targets Java 7 an

Re: [lang] Add StringUtils#isMixedCase?

2017-04-29 Thread Benedikt Ritter
1+ add it! > Am 28.04.2017 um 17:06 schrieb Matt Sicker : > > Makes sense to me at least. > > On 28 April 2017 at 09:58, Pascal Schumacher > wrote: > >> Hello everybody, >> >> requested in: https://issues.apache.org/jira/browse/LANG-1304 >> >> pull request: https://github.com/apache/commons-

Re: [lang] Add StringUtils#getDigits?

2017-04-29 Thread Benedikt Ritter
+1, add it! > Am 28.04.2017 um 17:07 schrieb Matt Sicker : > > This one I like. Could be handy in implementing things like permissive > configuration parsing and other similar things. > > On 28 April 2017 at 09:57, Pascal Schumacher > wrote: > >> Hello everybody, >> >> requested in: https://i

Re: [1/2] [lang] LANG-1256: Add JMH maven dependencies. (closes #182)

2017-04-29 Thread Benedikt Ritter
Very nice to see this being fixed! > Am 28.04.2017 um 17:37 schrieb pascalschumac...@apache.org: > > Repository: commons-lang > Updated Branches: > refs/heads/master a060733e6 -> e685d847b > > > LANG-1256: Add JMH maven dependencies. (closes #182) > > In order to provide patch for LANG-1110,

Re: [lang] Boolean method names

2017-04-29 Thread Pascal Schumacher
Am 28.04.2017 um 09:26 schrieb Benedikt Ritter: Hello Mark, Am 25.04.2017 um 23:23 schrieb Mark Dacek : Hello all - Recently, LANG-1167 was merged into commons-lang. It hit me today that one of these method names seems a little funky. The class in question is ReflectionToStringBuilder : *htt