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

2017-10-09 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-rng/pull/5 Builds successfully in Apache Maven 3.3.9 Maven home: /usr/share/maven Java version: 1.8.0_131, vendor: Oracle Corporation Java home: /opt/jdk1.8.0_131/jre Default locale: en

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

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

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

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

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

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

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

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

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

2017-10-09 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-rng/pull/5 Thank you @cur4so for the pull request. Travis CI failed to build this pull request, but I suspect it may be related to some thing else. ``` Results : Failed tests:

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

2017-10-09 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-text/pull/68 [![Coverage Status](https://coveralls.io/builds/13640479/badge)](https://coveralls.io/builds/13640479) Coverage increased (+0.003%) to 98.239% when pulling **635cb80d1cb0d32fddfe

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

2017-10-09 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-text/pull/68 [![Coverage Status](https://coveralls.io/builds/13640479/badge)](https://coveralls.io/builds/13640479) Coverage increased (+0.003%) to 98.239% when pulling **635cb80d1cb0d32fddfe

Re: Java 8 curiousity

2017-10-09 Thread Ole Ersoy
Are you using streams?  A while back I experimented with matrix multiplication using streams and they can be very slow: https://stackoverflow.com/questions/35037893/java-8-stream-matrix-multiplication-10x-slower-than-for-loop So I would think that Java has a lot of performance tuning and optimi

Java 8 curiousity

2017-10-09 Thread Rob Tompkins
Hey all, At my day job we saw a 60% performance improvement (cpu utilization) between 1.8.0_40 and 1.8.0_121, and I was wondering if anyone else out there has seen anything like that before or if anyone might know what could cause that given that the release notes don’t directly point to anyth

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

2017-10-09 Thread Gary Gregory
I've been using maven-javadoc-plugin 3.0.0.M1 on other projects and that works. Gary On Mon, Oct 9, 2017 at 2:15 PM, Emmanuel Bourg wrote: > Thank you for the trace. This error is actually triggered by > maven-javadoc-plugin 2.10.4 which depends on commons-lang 2.5. It should > be fixed in the

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

2017-10-09 Thread Emmanuel Bourg
Le 9/10/2017 à 22:15, Emmanuel Bourg a écrit : > ...by maven-javadoc-plugin 2.10.4 which depends on commons-lang 2.5. Actually it depends on commons-lang 2.4, not 2.5. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@com

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

2017-10-09 Thread Emmanuel Bourg
Thank you for the trace. This error is actually triggered by maven-javadoc-plugin 2.10.4 which depends on commons-lang 2.5. It should be fixed in the version 3.0.0. maven-site-plugin 3.6 already uses commons-lang3. Emmanuel Bourg --

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

2017-10-09 Thread Gary Gregory
The error also shows commons-lang-2.4 in use, not 2.6. Gary On Mon, Oct 9, 2017 at 2:06 PM, Gary Gregory wrote: > Note that the Doxia site tools plugin has just been updated to use > [lang3], so a new release of the Maven Site plugin should pick it up soon. > > Gary > > On Mon, Oct 9, 2017 at 1

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

2017-10-09 Thread Gary Gregory
Note that the Doxia site tools plugin has just been updated to use [lang3], so a new release of the Maven Site plugin should pick it up soon. Gary On Mon, Oct 9, 2017 at 1:54 PM, Gary Gregory wrote: > > > On Mon, Oct 9, 2017 at 1:28 PM, Emmanuel Bourg wrote: > >> Le 9/10/2017 à 18:29, Gary Gre

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

2017-10-09 Thread Gary Gregory
On Mon, Oct 9, 2017 at 1:28 PM, Emmanuel Bourg wrote: > Le 9/10/2017 à 18:29, Gary Gregory a écrit : > > One way to test isJavaVersionAtLeast for sure would be to install lang > 2.7 > > locally and, for example, take the current [configuration] 2.2 RC and > > update the POM to use [lang] 2.7 with

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

2017-10-09 Thread Emmanuel Bourg
Le 9/10/2017 à 18:29, Gary Gregory a écrit : > One way to test isJavaVersionAtLeast for sure would be to install lang 2.7 > locally and, for example, take the current [configuration] 2.2 RC and > update the POM to use [lang] 2.7 with the Maven Site plugin. The Maven Site > plugin 3.6 currently blow

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

2017-10-09 Thread cur4so
GitHub user cur4so opened a pull request: https://github.com/apache/commons-rng/pull/5 Feature rng 37 You can merge this pull request into a Git repository by running: $ git pull https://github.com/cur4so/commons-rng feature-RNG-37 Alternatively you can review and apply these

[GitHub] commons-cli issue #16: added findbug and checkstyle support while building

2017-10-09 Thread ameyjadiye
Github user ameyjadiye commented on the issue: https://github.com/apache/commons-cli/pull/16 Thanks @PascalSchumacher --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[GitHub] commons-cli issue #16: added findbug and checkstyle support while building

2017-10-09 Thread ameyjadiye
Github user ameyjadiye commented on the issue: https://github.com/apache/commons-cli/pull/16 Thanks @PascalSchumacher --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

[GitHub] commons-io pull request #45: Fix the ignored exceptional return value by add...

2017-10-09 Thread BruceKuiLiu
GitHub user BruceKuiLiu opened a pull request: https://github.com/apache/commons-io/pull/45 Fix the ignored exceptional return value by adding an IfStatement to … …check the return value. This statement returns a value that is not checked. The return value should be

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

2017-10-09 Thread Gary Gregory
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? Thank you, Gary On Mon, Oct 9, 2017 at 10:29 AM, Gary Gregory wrote: > One way to test isJavaVersionAtLeast for sure would be to ins

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

2017-10-09 Thread Gary Gregory
One way to test isJavaVersionAtLeast for sure would be to install lang 2.7 locally and, for example, take the current [configuration] 2.2 RC and update the POM to use [lang] 2.7 with the Maven Site plugin. The Maven Site plugin 3.6 currently blows up on isJavaVersionAtLeast. Gary On Mon, Oct 9, 2

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

2017-10-09 Thread Gary Gregory
On Mon, Oct 9, 2017 at 8:57 AM, Gary Gregory wrote: > +1 > > ASC, MD5, SHA1 OK. > > RAT and CLIRR reports OK. Site looks good. Tested with 'mvn clean install' > and > I mean 'mvn clean site' Gary > > Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; > 2017-04-03T13:39:06-06:00) >

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

2017-10-09 Thread Gary Gregory
+1 ASC, MD5, SHA1 OK. RAT and CLIRR reports OK. Site looks good. Tested with 'mvn clean install' and Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T13:39:06-06:00) Maven home: C:\Java\apache-maven-3.5.0\bin\.. Java version: 1.8.0_144, vendor: Oracle Corporation Java hom

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

2017-10-09 Thread Stephen Colebourne
Looks good AFAICT Stephen On 9 October 2017 at 14:39, Emmanuel Bourg wrote: > Le 29/09/2017 à 10:08, Emmanuel Bourg a écrit : > >> I'd like to prepare a new release of Commons Lang 2 that addresses the >> Java 9 compatibility. I have two items in mind for this update, the >> automatic module name

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

2017-10-09 Thread Emmanuel Bourg
Le 29/09/2017 à 10:08, Emmanuel Bourg a écrit : > I'd like to prepare a new release of Commons Lang 2 that addresses the > Java 9 compatibility. I have two items in mind for this update, the > automatic module name in the manifest of course, but also the > SystemUtils.isJavaVersionAtLeast() method

[GitHub] commons-text issue #64: Minor JavaDoc change for deprecated isDelimiter

2017-10-09 Thread arunvinudss
Github user arunvinudss commented on the issue: https://github.com/apache/commons-text/pull/64 @chtompki Closing this as we decided to remove it in 2.0. Thanks for the input @PascalSchumacher ! --- - To unsubscribe,

[GitHub] commons-text pull request #64: Minor JavaDoc change for deprecated isDelimit...

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

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

2017-10-09 Thread Bruno P. Kinoshita
Builds passing (mvn clean site) on Oracle JVM 8 Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-11T05:41:47+13:00) Maven home: /opt/maven Java version: 1.8.0_144, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platform encoding: U