[GitHub] darkma773r opened a new pull request #17: Minor Cleanup

2018-12-20 Thread GitBox
darkma773r opened a new pull request #17: Minor Cleanup URL: https://github.com/apache/commons-geometry/pull/17 - Removing unused internal methods - Using better test names - Adding javadocs This is an automated message

[fileupload] Prepping for 1.4

2018-12-20 Thread Rob Tompkins
Just to let folks know, I’m thinking about heading towards a 1.4 release of commons-fileupload. -Rob - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VOTE][RC1] Commons collections 4.3

2018-12-20 Thread Gary Gregory
Hi all, I am unable to review for at least 3 or 4 days. I am on the road and my laptop just died... Gary On Wed, Dec 19, 2018, 08:41 Maxim Solodovnik commons-collections4-4.3-src.zip.sha256This is a [VOTE] for releasing > Apache Commons collections 4.3 > > Tag name: > collections-4.3-RC1 (signat

Re: [rng] Uniform big integers

2018-12-20 Thread Gilles
Hi. On Thu, 20 Dec 2018 15:15:55 +, Bernd Eckenfels wrote: Hello, I don’t know what the usecase is, it is motivated by a Bug about BigInteger(num, Random). I guess one of the users is actually the crypto usecase (starting with random numbers to find primes). I wanted to check how RNG deals

[rng] Uniform big integers

2018-12-20 Thread Bernd Eckenfels
Hello, I don’t know what the usecase is, it is motivated by a Bug about BigInteger(num, Random). I guess one of the users is actually the crypto usecase (starting with random numbers to find primes). I wanted to check how RNG deals with this (since the additional need for generating a random b

Re: [VOTE][RC1] Commons collections 4.3

2018-12-20 Thread Gilles
On Thu, 20 Dec 2018 10:46:46 +0700, Maxim Solodovnik wrote: My bad, Here is the analysis (please correct me if I'm wrong) Errors: [...] these errors are weird. Above classes has no changes comparing to 4.2 [1] It might the same problem which I've encountered a few eeks ago: Try to delete

[Release-plugin][RNG] WIP? (Was: Fixing the download page)

2018-12-20 Thread Gilles
On Wed, 19 Dec 2018 17:38:45 +, sebb wrote: On Wed, 19 Dec 2018 at 15:54, Gilles wrote: On Wed, 19 Dec 2018 15:11:59 +, sebb wrote: > On Wed, 19 Dec 2018 at 14:50, Gilles > wrote: >> >> On Wed, 19 Dec 2018 09:48:30 +, sebb wrote: >> > On Wed, 19 Dec 2018 at 00:05, Gilles >> >>

[GitHub] coveralls commented on issue #99: Spotbugs java 12

2018-12-20 Thread GitBox
coveralls commented on issue #99: Spotbugs java 12 URL: https://github.com/apache/commons-text/pull/99#issuecomment-449017556 [![Coverage Status](https://coveralls.io/builds/20740061/badge)](https://coveralls.io/builds/20740061) Coverage remained the same at 97.878% when pulling

[GitHub] asfgit closed pull request #99: Spotbugs java 12

2018-12-20 Thread GitBox
asfgit closed pull request #99: Spotbugs java 12 URL: https://github.com/apache/commons-text/pull/99 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork),

[GitHub] PascalSchumacher opened a new pull request #99: Spotbugs java 12

2018-12-20 Thread GitBox
PascalSchumacher opened a new pull request #99: Spotbugs java 12 URL: https://github.com/apache/commons-text/pull/99 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[GitHub] asfgit closed pull request #98: Enable jacoco on java 11+

2018-12-20 Thread GitBox
asfgit closed pull request #98: Enable jacoco on java 11+ URL: https://github.com/apache/commons-text/pull/98 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from

[GitHub] coveralls commented on issue #98: Enable jacoco on java 11+

2018-12-20 Thread GitBox
coveralls commented on issue #98: Enable jacoco on java 11+ URL: https://github.com/apache/commons-text/pull/98#issuecomment-449002179 [![Coverage Status](https://coveralls.io/builds/20739101/badge)](https://coveralls.io/builds/20739101) Coverage remained the same at 97.878% when

[GitHub] PascalSchumacher opened a new pull request #98: Enable jacoco on java 11+

2018-12-20 Thread GitBox
PascalSchumacher opened a new pull request #98: Enable jacoco on java 11+ URL: https://github.com/apache/commons-text/pull/98 This is an automated message from the Apache Git Service. To respond to the message, please log on

Re: [rng](site) broken source(current) link

2018-12-20 Thread Gilles
Hi. On Thu, 20 Dec 2018 12:43:51 +, Bernd Eckenfels wrote: I wanted to check if RNG can construct uniformly distributed BigIntegers and how it is doing it (answer: it doesn’t) It could be a feature request. [I guess that you mean "within a given range".] Being curious: What's the use-case

[rng](site) broken source(current) link

2018-12-20 Thread Bernd Eckenfels
I wanted to check if RNG can construct uniformly distributed BigIntegers and how it is doing it (answer: it doesn’t) while doing so I noticed that the site link to the source is broken, maybe this is due to git-wip migration? BTW: http://cr.openjdk.java.net/~bpb/8146153/webrev.01/index.html Gru

[Release-plugin] Howto (Was: Help with migrating one of OpenJPA classes to commons-collections4)

2018-12-20 Thread Gilles
Hello. On Wed, 19 Dec 2018 23:19:57 +0700, Maxim Solodovnik wrote: Hello Rob, The instruction [1] is good but seems to me "too universal" it would be easier to start with instruction specific to particular project :) I was my first release of commons-collections so I was unsure on every step :)

[GitHub] KrzychuJedi commented on issue #35: Turn CSVRecord into a List

2018-12-20 Thread GitBox
KrzychuJedi commented on issue #35: Turn CSVRecord into a List URL: https://github.com/apache/commons-csv/pull/35#issuecomment-448933216 If I may add something from developer perspective. I recently used commons-csv and this feature would be very desire change. It will allow to use stream