[math] MATH-1385 OutOfMemoryError: GC overhead limit exceeded

2017-04-28 Thread Rob Tompkins
Hello all, TL;DR - curious if anyone is familiar with the issue, not sure my diagnosis is correct. - We have an individual reporting that their FastFourierTransform is causing OutOfMemoryErrors, which seems to me to stem from the mechanics of the data handling as opposed to the

Re: [text] WordUtils

2017-04-28 Thread Rob Tompkins
> On Apr 28, 2017, at 7:27 AM, Rob Tompkins wrote: > > > >> On Apr 27, 2017, at 10:11 AM, Eyal Allweil >> wrote: >> >> Hi guys, >> If you add WordUtils.java back "as is", you can probably create a couple of >> good "newbie" entries on

Re: [Numbers] Java version?

2017-04-28 Thread sebb
On 28 April 2017 at 16:05, Matt Sicker wrote: > If you're going to build for Java 6 using Java 7, then you should really > use something like < > http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/> to > prevent accidental usage of Java 7. And/Or actually use

Re: [lang] Add StringUtils#getDigits?

2017-04-28 Thread 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://issues.apache.org/jira/browse/LANG-1307 > > pull

Re: [lang] Add StringUtils#isMixedCase?

2017-04-28 Thread 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-lang/pull/223 > > Should we add this? > > What do

Re: [Numbers] Java version?

2017-04-28 Thread Matt Sicker
If you're going to build for Java 6 using Java 7, then you should really use something like < http://www.mojohaus.org/animal-sniffer/animal-sniffer-maven-plugin/> to prevent accidental usage of Java 7. On 28 April 2017 at 09:51, sebb wrote: > On 28 April 2017 at 13:01, Gilles

[lang] Add StringUtils#isMixedCase?

2017-04-28 Thread Pascal Schumacher
Hello everybody, requested in: https://issues.apache.org/jira/browse/LANG-1304 pull request: https://github.com/apache/commons-lang/pull/223 Should we add this? What do you think? Thanks, Pascal - To unsubscribe, e-mail:

[lang] Add StringUtils#getDigits?

2017-04-28 Thread Pascal Schumacher
Hello everybody, requested in: https://issues.apache.org/jira/browse/LANG-1307 pull request: https://github.com/apache/commons-lang/pull/225 Should we add this? What do you think? Thanks, Pascal - To unsubscribe, e-mail:

Re: [Numbers] Java version?

2017-04-28 Thread sebb
On 28 April 2017 at 13:01, Gilles wrote: > Hi. > > On Thu, 27 Apr 2017 08:42:36 -0700, Gary Gregory wrote: >> >> On Apr 27, 2017 8:21 AM, "Gilles" wrote: >> >> On Thu, 27 Apr 2017 10:10:57 -0500, Matt Sicker wrote: >> >>> Choosing Java

Re: [Numbers] Java version?

2017-04-28 Thread Gilles
Hi. On Thu, 27 Apr 2017 08:42:36 -0700, Gary Gregory wrote: On Apr 27, 2017 8:21 AM, "Gilles" wrote: On Thu, 27 Apr 2017 10:10:57 -0500, Matt Sicker wrote: Choosing Java 8 or 7 for a new component depends on the APIs you want to use for it more so than what's

Re: [text] WordUtils

2017-04-28 Thread Rob Tompkins
> On Apr 27, 2017, at 10:11 AM, Eyal Allweil > wrote: > > Hi guys, > If you add WordUtils.java back "as is", you can probably create a couple of > good "newbie" entries on the Apache "Help Wanted" site to attract people to > Commons-Text. > Cheers,Eyal > +1

Re: commons-numbers git commit: added new files

2017-04-28 Thread Gilles
Hi Eric. On Thu, 27 Apr 2017 22:47:46 + (UTC), ericbarnh...@apache.org wrote: Repository: commons-numbers Updated Branches: refs/heads/complex-dev 07bbda2fd -> 15136c2d6 added new files Spurious files (see below)? Project:

JDK 9 EA Build 167 and JDK 8u152 build 03 are available on jdk.java.net

2017-04-28 Thread Rory O'Donnell
Hi Benedikt, *JDK 9 Early Access* build 167 is available at the new location : - jdk.java.net/9/ A summary of all the changes in this build are listed here . One change that maybe of interest is : *JEP 291: Deprecate the

[GitHub] commons-fileupload issue #6: improve GC by avoiding FileInput/Output-Streams

2017-04-28 Thread jochenw
Github user jochenw commented on the issue: https://github.com/apache/commons-fileupload/pull/6 @ecki Given a reasonable value for sizeThreshold, I'd expect that only very few files are actually being created (say one per request, which is the actual uploaded file), so I wouldn't

Re: [lang] Boolean method names

2017-04-28 Thread 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 : >