Re: [VOTE] Release Apache Commons Pool 2.6.1 based on RC2

2019-02-09 Thread Bruno P. Kinoshita
[ X ] +1 Release these artifacts Build passes with `mvn clean test site install` on java8 Apache Maven 3.5.4 (1edded0938998edf8bf061f1ceb3cfdeccf443fe; 2018-06-18T06:33:14+12:00) Maven home: /opt/apache-maven-3.5.4 Java version: 1.8.0_191, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java

[GitHub] darkma773r opened a new pull request #26: GEOMETRY-42: Adding Vector2D.signedArea(Vector2D) method

2019-02-09 Thread GitBox
darkma773r opened a new pull request #26: GEOMETRY-42: Adding Vector2D.signedArea(Vector2D) method URL: https://github.com/apache/commons-geometry/pull/26 Add Vector2D.signedArea() method, replacing the current confusing cross() method.

[GitHub] aremily commented on issue #92: OpenSSL 1.1.0 updates with backward compatibility for OpenSSL 1.0.2 and 1.0.1

2019-02-09 Thread GitBox
aremily commented on issue #92: OpenSSL 1.1.0 updates with backward compatibility for OpenSSL 1.0.2 and 1.0.1 URL: https://github.com/apache/commons-crypto/pull/92#issuecomment-462098898 Please review this most recent commit for compliance with the requirements for merging into the master

[GitHub] coveralls edited a comment on issue #92: OpenSSL 1.1.0 updates with backward compatibility for OpenSSL 1.0.2 and 1.0.1

2019-02-09 Thread GitBox
coveralls edited a comment on issue #92: OpenSSL 1.1.0 updates with backward compatibility for OpenSSL 1.0.2 and 1.0.1 URL: https://github.com/apache/commons-crypto/pull/92#issuecomment-449676652 [![Coverage Status](https://coveralls.io/builds/21551979/badge)](https://coveralls.io/buil

[GitHub] grimreaper commented on issue #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations

2019-02-09 Thread GitBox
grimreaper commented on issue #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations URL: https://github.com/apache/commons-collections/pull/68#issuecomment-462091349 > How do we know this/these bug/bugs have been fixed in IBM Java 8? Do we have a URL or bug reference?

[GitHub] asfgit merged pull request #25: GEOMETRY-43: Plane.firstIntersection() should not return parallel facets

2019-02-09 Thread GitBox
asfgit merged pull request #25: GEOMETRY-43: Plane.firstIntersection() should not return parallel facets URL: https://github.com/apache/commons-geometry/pull/25 This is an automated message from the Apache Git Service. To re

[GitHub] asfgit merged pull request #23: GEOMETRY-43 adds a test -> line intersecting cube. Line lies on plane…

2019-02-09 Thread GitBox
asfgit merged pull request #23: GEOMETRY-43 adds a test -> line intersecting cube. Line lies on plane… URL: https://github.com/apache/commons-geometry/pull/23 This is an automated message from the Apache Git Service. To resp

Re: [VOTE] Release Apache Commons Codec 1.12 based on RC3

2019-02-09 Thread Alex Herbert
+1 (non-binding) mvn -version Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T20:39:06+01:00) Maven home: /usr/local/Cellar/maven/3.5.0/libexec Java version: 1.8.0_131, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_131.jdk/Contents/Home/

[GitHub] garydgregory commented on issue #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations

2019-02-09 Thread GitBox
garydgregory commented on issue #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations URL: https://github.com/apache/commons-collections/pull/68#issuecomment-462073325 How do we know this/these bug/bugs have been fixed in IBM Java 8? Do we have a URL or bug reference?

[GitHub] garydgregory merged pull request #67: [FixedOrderComparator] Simplify always false condition

2019-02-09 Thread GitBox
garydgregory merged pull request #67: [FixedOrderComparator] Simplify always false condition URL: https://github.com/apache/commons-collections/pull/67 This is an automated message from the Apache Git Service. To respond to

[VOTE] Release Apache Commons Pool 2.6.1 based on RC2

2019-02-09 Thread Gary Gregory
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Pool 2.6.0 was released, so I would like to release Apache Commons Pool 2.6.1. Apache Commons Pool 2.6.1 RC2 is available for review here: https://dist.apache.org/repos/dist/dev/commons/pool/2.6.1-RC2 (

Re: [ALL] Broken builds

2019-02-09 Thread Gilles Sadowski
Hi. Le sam. 9 févr. 2019 à 17:10, Benedikt Ritter a écrit : > > Hi, > > several component have are broken builds on the master branch. Should be > change our policy for pushing to master to a pull request based model, > where each change has to pass the CI pipeline first? I think this would be >

[ALL] Broken builds

2019-02-09 Thread Benedikt Ritter
Hi, several component have are broken builds on the master branch. Should be change our policy for pushing to master to a pull request based model, where each change has to pass the CI pipeline first? I think this would be better as pushing stuff to master and then fixing it afterwards. Benedikt

Re: [VOTE] Release Apache Commons Codec 1.12 based on RC3

2019-02-09 Thread Gary Gregory
>From the git tag commons-codec-1.12-RC3: Apache RAT check OK. Apache Clirr check OK. Running 'mvn clean package' OK using: Apache Maven 3.5.2 Maven home: /usr/share/maven Java version: *1.8.0_201*, vendor: Oracle Corporation Java home: /usr/lib/jvm/java-8-oracle/jre Default locale: en_US, platf

[GitHub] darkma773r opened a new pull request #25: GEOMETRY-43: Plane.firstIntersection() should not return parallel facets

2019-02-09 Thread GitBox
darkma773r opened a new pull request #25: GEOMETRY-43: Plane.firstIntersection() should not return parallel facets URL: https://github.com/apache/commons-geometry/pull/25 Adding an extra condition to the Plane.firstIntersection() method to prevent returning facets that are parallel to the

[VOTE] Release Apache Commons Codec 1.12 based on RC3

2019-02-09 Thread Rob Tompkins
We have fixed quite a few bugs and added some significant enhancements since Apache Commons Codec 1.11 was released, so I would like to release Apache Commons Codec 1.12. Apache Commons Codec 1.12 RC3 is available for review here: https://dist.apache.org/repos/dist/dev/commons/codec/1.12-RC3

[GitHub] coveralls edited a comment on issue #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations

2019-02-09 Thread GitBox
coveralls edited a comment on issue #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations URL: https://github.com/apache/commons-collections/pull/68#issuecomment-462024490 [![Coverage Status](https://coveralls.io/builds/21545840/badge)](https://coveralls.io/builds/21545

Re: Multiplicity of GitBox messages

2019-02-09 Thread Stefan Bodewig
On 2019-02-08, Eric Barnhill wrote: > Is it the consensus outcome for the dev list, that we all receieve a large > amount of GitBox postings? I think they are just hitting the wrong mailing list. We've had notifications of all commits for a long time. In fact this is a key ingredient for peer re

[GitHub] coveralls commented on issue #67: [FixedOrderComparator] Simplify always false condition

2019-02-09 Thread GitBox
coveralls commented on issue #67: [FixedOrderComparator] Simplify always false condition URL: https://github.com/apache/commons-collections/pull/67#issuecomment-462025689 [![Coverage Status](https://coveralls.io/builds/21545333/badge)](https://coveralls.io/builds/21545333) Cove

[GitHub] coveralls commented on issue #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations

2019-02-09 Thread GitBox
coveralls commented on issue #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations URL: https://github.com/apache/commons-collections/pull/68#issuecomment-462024490 [![Coverage Status](https://coveralls.io/builds/21545389/badge)](https://coveralls.io/builds/21545389)

[GitHub] grimreaper opened a new pull request #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations

2019-02-09 Thread GitBox
grimreaper opened a new pull request #68: [BulkTest] remove workarounds for buggy JDK 1.6 implementations URL: https://github.com/apache/commons-collections/pull/68 Considering that we now require Java 8, having a workaround for IBM's version of JDK 1.6 isn't required. -

[GitHub] grimreaper opened a new pull request #67: [FixedOrderComparator] Simplify always false condition

2019-02-09 Thread GitBox
grimreaper opened a new pull request #67: [FixedOrderComparator] Simplify always false condition URL: https://github.com/apache/commons-collections/pull/67 map is a final value initialized to an object and can never be null.