Re: [COLLECTIONS] Test failures on Windows

2017-10-10 Thread Bruno P. Kinoshita
Still investigating. Trying to isolate the problem https://github.com/kinow/commons-collections/tree/COLLECTIONS-661-1 No luck so far. I have an environment where it happens over 90% of the time. Tried debugging a few times, adding some sysout statements to see if there was anything suspect...

Re: [COLLECTIONS] Test failures on Windows

2017-10-10 Thread Gary Gregory
Where are we on this one? Gary On Mon, Oct 2, 2017 at 3:34 AM, Pascal Schumacher wrote: > Looks like the random failures are not limited to window. The travis build > (ubuntu), just failed with 44 failures, e.g. > > AbstractMultiValuedMapTest$TestMultiValuedMapAsMap>AbstractM > apTest.testMapTo

[GitHub] commons-rng issue #5: Feature rng 37

2017-10-10 Thread cur4so
Github user cur4so commented on the issue: https://github.com/apache/commons-rng/pull/5 now it's more clear @kinow :) Fixed. And rephrased the git commit message as Gilles suggested --- - To unsubscribe, e-mail: dev

[GitHub] commons-dbutils issue #3: Fixes a thread safety problem introduced by DBUTIL...

2017-10-10 Thread garydgregory
Github user garydgregory commented on the issue: https://github.com/apache/commons-dbutils/pull/3 I created https://issues.apache.org/jira/browse/DBUTILS-135 to track this fix. Committed to git master. --- - To unsu

[GitHub] commons-rng pull request #5: Feature rng 37

2017-10-10 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-rng/pull/5#discussion_r143869091 --- Diff: commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/ZigguratGaussianSampler.java --- @@ -0,0 +1,161 @@ +/* +

[GitHub] commons-rng issue #5: Feature rng 37

2017-10-10 Thread cur4so
Github user cur4so commented on the issue: https://github.com/apache/commons-rng/pull/5 fixed --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.

[GitHub] commons-rng pull request #5: Feature rng 37

2017-10-10 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/commons-rng/pull/5#discussion_r143859435 --- Diff: commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/ZigguratGaussianSampler.java --- @@ -0,0 +1,159 @@ +/* +

Re: [DISCUSS] Move commons-proxy to dormant?

2017-10-10 Thread Gary Gregory
On Oct 10, 2017 14:18, "Pascal Schumacher" wrote: I think we should make it clear to our users which components are actively developed/supported and for which not to expect enhancements/bugfixes. I don't think long abandoned components are good for motivating folks to contribute. Potential contr

[GitHub] commons-rng issue #5: Feature rng 37

2017-10-10 Thread cur4so
Github user cur4so commented on the issue: https://github.com/apache/commons-rng/pull/5 thanks @kinow for your suggestions and patience. I've implemented them in the last commit --- - To unsubscribe, e-mail: dev-uns

Re: [DISCUSS] Move commons-proxy to dormant?

2017-10-10 Thread Pascal Schumacher
I think we should make it clear to our users which components are actively developed/supported and for which not to expect enhancements/bugfixes. I don't think long abandoned components are good for motivating folks to contribute. Potential contributors just get frustrated if they get no feed

[GitHub] commons-dbutils pull request #3: Fixes a thread safety problem introduced by...

2017-10-10 Thread hdevalke
Github user hdevalke commented on a diff in the pull request: https://github.com/apache/commons-dbutils/pull/3#discussion_r143833029 --- Diff: src/main/java/org/apache/commons/dbutils/BeanProcessor.java --- @@ -65,19 +65,21 @@ */ private static final Map, Object>

[GitHub] commons-dbutils pull request #3: Fixes a thread safety problem introduced by...

2017-10-10 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-dbutils/pull/3#discussion_r143822953 --- Diff: src/main/java/org/apache/commons/dbutils/BeanProcessor.java --- @@ -65,19 +65,21 @@ */ private static final Map, Obje

[GitHub] commons-dbutils pull request #3: Fixes a thread safety problem introduced by...

2017-10-10 Thread hdevalke
Github user hdevalke commented on a diff in the pull request: https://github.com/apache/commons-dbutils/pull/3#discussion_r143818665 --- Diff: src/main/java/org/apache/commons/dbutils/BeanProcessor.java --- @@ -65,19 +65,21 @@ */ private static final Map, Object>

Re: [DISCUSS] Move commons-proxy to dormant?

2017-10-10 Thread Gary Gregory
Sure, why not. In general, I'd rather leave components as they to give folks the opportunity to contribute, but I won't stand in your way ;-) Gary On Sat, Oct 7, 2017 at 4:48 AM, Pascal Schumacher wrote: > Hello everybody, > > the last release of Proxy is from 2008. > > I looks like attempts to

[GitHub] commons-dbutils pull request #3: Fixes a thread safety problem introduced by...

2017-10-10 Thread garydgregory
Github user garydgregory commented on a diff in the pull request: https://github.com/apache/commons-dbutils/pull/3#discussion_r143814271 --- Diff: src/main/java/org/apache/commons/dbutils/BeanProcessor.java --- @@ -65,19 +65,21 @@ */ private static final Map, Obje

[GitHub] commons-dbutils issue #3: Fixes a thread safety problem introduced by DBUTIL...

2017-10-10 Thread thecarlhall
Github user thecarlhall commented on the issue: https://github.com/apache/commons-dbutils/pull/3 Thanks, @hdevalke! Nice catch. I totally missed that `ServiceLoader` isn't thread safe. I'll work to get this merged into master and cut a new release as soon as I can. --- -

[GitHub] commons-text pull request #68: TEXT-74 Introduced new StrSubstitutor attribu...

2017-10-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-text/pull/68 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [lang] Commons Lang 2.x release for Java 9

2017-10-10 Thread Emmanuel Bourg
Le 9/10/2017 à 18:32, Gary Gregory a écrit : > Can you please update the Javadocs on the various methods that show Java > versions with examples up to Java 9 to make it clear that the Java 9 use > case is handled? Good idea, I added some examples to the public methods. Emmanuel Bourg ---

[GitHub] commons-text issue #68: TEXT-74 Introduced new StrSubstitutor attribute to d...

2017-10-10 Thread sermojohn
Github user sermojohn commented on the issue: https://github.com/apache/commons-text/pull/68 For backwards compatibility, it needs to be off by default, so recursive substitution applies by default. --- - To unsubsc

[GitHub] commons-text issue #68: TEXT-74 Introduced new StrSubstitutor attribute to d...

2017-10-10 Thread chtompki
Github user chtompki commented on the issue: https://github.com/apache/commons-text/pull/68 Do we want it to be off by default? --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands

[GitHub] commons-text issue #68: TEXT-74 Introduced new StrSubstitutor attribute to d...

2017-10-10 Thread chtompki
Github user chtompki commented on the issue: https://github.com/apache/commons-text/pull/68 Seems reasonable to me. --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: de

Re: [VOTE] Release Commons Configuration 2.2 based on RC1

2017-10-10 Thread Rob Tompkins
+1. Java 7, 8. Signatures, rat, clirr all check out. -Rob > On Oct 8, 2017, at 4:24 PM, Oliver Heger wrote: > > Hi all, > > there was a request for a new release on the ML, so here we go. > > Configuration 2.2 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons

Re: Java 8 curiousity

2017-10-10 Thread Simon Spero
Could be gc, could be hotspot compiler, or could be library There was a massive improvement in the performance of the G1 GC in u60 when dealing with "humongous" objects; however I assume you wouldn't have been using G1 before u60 for anything real (that was when it first became usable. If you at

[GitHub] commons-dbutils pull request #3: Fixes a thread safety problem introduced by...

2017-10-10 Thread hdevalke
GitHub user hdevalke opened a pull request: https://github.com/apache/commons-dbutils/pull/3 Fixes a thread safety problem introduced by DBUTILS-124. ColumnHandlers and PropertyHandlers are preloaded in a list as the ServiceLoader instances are not thread safe You can merge this pu

Re: Java 8 curiousity

2017-10-10 Thread John Patrick
i've experience the same, a build about ~75 and another around ~95 introduced from the limited versions I've tested introduced some dramatic performance and memory improvements i think one was around streams and the other around lambdas but that is also about u40 was April 14, 2015, and u121 was