[GitHub] darkma773r opened a new pull request #30: GEOMETRY-28: Line API Updates

2019-02-16 Thread GitBox
darkma773r opened a new pull request #30: GEOMETRY-28: Line API Updates URL: https://github.com/apache/commons-geometry/pull/30 Cleaning up the 2D Line API and adding additional unit tests. This is an automated message from th

Re: [Rng] README.md and broken javadoc link

2019-02-16 Thread Gilles Sadowski
Hello. Le sam. 16 févr. 2019 à 13:12, Alex Herbert a écrit : > > The link to the javadoc on the GitHub homepage is broken. I cannot find a > link to the javadoc from the official commons RNG homepage. > > I have tried to update the README.md using the commons build plugin. Here is > a compariso

[GitHub] grimreaper commented on issue #46: travis: add java 10 to build

2019-02-16 Thread GitBox
grimreaper commented on issue #46: travis: add java 10 to build URL: https://github.com/apache/commons-collections/pull/46#issuecomment-464365539 Alright. I'll make a new PR with OpenJDK 11. This is an automated message from

[GitHub] grimreaper closed pull request #46: travis: add java 10 to build

2019-02-16 Thread GitBox
grimreaper closed pull request #46: travis: add java 10 to build URL: https://github.com/apache/commons-collections/pull/46 This is an automated message from the Apache Git Service. To respond to the message, please log on Gi

[GitHub] garydgregory commented on issue #46: travis: add java 10 to build

2019-02-16 Thread GitBox
garydgregory commented on issue #46: travis: add java 10 to build URL: https://github.com/apache/commons-collections/pull/46#issuecomment-464365486 I agree with @michael-o : At work, we are on Java 8 and 11; and some Java 7 on maintenance branches. Java 9 and 10 are not in the picture.. -

[GitHub] michael-o commented on issue #46: travis: add java 10 to build

2019-02-16 Thread GitBox
michael-o commented on issue #46: travis: add java 10 to build URL: https://github.com/apache/commons-collections/pull/46#issuecomment-464363972 I see absolutely no reason to test against Java 9 or 10. It is either <= 8 or >= 11. ---

[GitHub] grimreaper commented on issue #46: travis: add java 10 to build

2019-02-16 Thread GitBox
grimreaper commented on issue #46: travis: add java 10 to build URL: https://github.com/apache/commons-collections/pull/46#issuecomment-464363599 > for some reason [we are using openjdk10](https://github.com/apache/commons-io/blob/30f81c47f7ea0e9f743e08e73f48c0cfcfb746ff/.travis.yml#L19),

[ANNOUNCE] Apache Commons Codec 1.12 Released.

2019-02-16 Thread Rob Tompkins
The Apache Commons team is pleased to announce the release of Commons Codec 1.12. Apache Commons Codec (TM) software provides implementations of common encoders and decoders such as Base64, Hex, Phonetic and URLs. Details of the changes and bug fixes in this release can be found in the release no

[Rng] README.md and broken javadoc link

2019-02-16 Thread Alex Herbert
The link to the javadoc on the GitHub homepage is broken. I cannot find a link to the javadoc from the official commons RNG homepage. I have tried to update the README.md using the commons build plugin. Here is a comparison between updated and the original: https://github.com/apache/commons-rng

[GitHub] coveralls commented on issue #69: Fix site report issues

2019-02-16 Thread GitBox
coveralls commented on issue #69: Fix site report issues URL: https://github.com/apache/commons-collections/pull/69#issuecomment-464323475 [![Coverage Status](https://coveralls.io/builds/21683321/badge)](https://coveralls.io/builds/21683321) Coverage increased (+0.03%) to 87.824

[GitHub] kinow commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity

2019-02-16 Thread GitBox
kinow commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity URL: https://github.com/apache/commons-text/pull/100#discussion_r257453758 ## File path: src/main/java/org/apache/commons/text/similarity/JaroWinklerSimilarity.java ## @

[GitHub] kinow commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity

2019-02-16 Thread GitBox
kinow commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity URL: https://github.com/apache/commons-text/pull/100#discussion_r257453767 ## File path: src/main/java/org/apache/commons/text/similarity/package-info.java ## @@ -29,6 +2

[GitHub] kinow commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity

2019-02-16 Thread GitBox
kinow commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity URL: https://github.com/apache/commons-text/pull/100#discussion_r257453672 ## File path: src/main/java/org/apache/commons/text/similarity/JaroWinklerDistance.java ## @@

[GitHub] kinow opened a new pull request #69: Fix site report issues

2019-02-16 Thread GitBox
kinow opened a new pull request #69: Fix site report issues URL: https://github.com/apache/commons-collections/pull/69 Fix issues like unused imports, unnecessary suppress warning, simplified boolean expressions, and others. Separated into commits for easier review (and drop if neces

[GitHub] kinow commented on issue #64: [COLLECTIONS 706] Add set utils.as set method

2019-02-16 Thread GitBox
kinow commented on issue #64: [COLLECTIONS 706] Add set utils.as set method URL: https://github.com/apache/commons-collections/pull/64#issuecomment-464312948 Ola @reckart ! Out of curiosity, do you have already a practical use for that in another ASF project, like UIMA perhaps?