Re: [Vote] Release Apache Commons RNG v1.2 (RC1)

2018-12-04 Thread Gilles
On Tue, 4 Dec 2018 09:11:44 -0500, Rob Tompkins wrote: I’ll try to get to validation on this by the end of the day, Thanks! unless @Gilles, you want to take into account the vote below. I don't think anything mentioned is blocking (cf. my answer in the other post). [Hmm, it mostly stems

Re: [Vote] Release Apache Commons RNG v1.2 (RC1)

2018-12-04 Thread Gilles
ti-module project is $ mvn clean site site:stage and the site will be in subdirectory target/staging" of the top-level directory. Thanks for the review, Gilles Alex On 04/12/2018 01:19, Gilles wrote: Hello. I would like to release Apache Commons RNG v1.2. Apache Commons RNG 1.2 RC1 is available for re

[Geometry] Jenkins CI failure

2018-12-04 Thread Gilles
Hi. This one fails after a 15 minutes timeout.[1] Gilles [1] https://builds.apache.org/view/A-D/view/Commons/job/commons-geometry/25/ - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e

[RNG] Jenkins CI failure

2018-12-04 Thread Gilles
Hi. Any clue why Jenkins fails the build for module "commons-rng-sampling"? Regards, Gilles [1] https://builds.apache.org/view/A-D/view/Commons/job/commons-rng/modules - To unsubscribe, e-mail: de

[Vote] Release Apache Commons RNG v1.2 (RC1)

2018-12-03 Thread Gilles
s from now. [ ] +1 Release these artifacts [ ] +0 OK, but... [ ] -0 OK, but really should fix... [ ] -1 I oppose this release because... Thanks, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For

Re: [numbers] Fraction() and Knuth 4.5.1 -- overflow, BigInteger, long, and rounding

2018-12-03 Thread Gilles
be I misunderstood, but I thought that only intermediate results would require "BigInteger"; if the result needs to be converted to "BigFraction", than I'd favour raising an exception (with the advice which you mention). If later on someone comes

Re: [All][RNG] Relase plugin failure

2018-12-03 Thread Gilles
On Mon, 03 Dec 2018 11:08:38 +0100, Gilles wrote: Hi. Trying to release [RNG], the last step of the mvn "reactor" fails: ---CUT--- Executing: /bin/sh -c cd '/home/gilles/devel/java/apache/commons-rng/trunk/dist-archive/target/commons-release-plugin/scm' && 'svn' 'add'

[All][RNG] Relase plugin failure

2018-12-03 Thread Gilles
Hi. Trying to release [RNG], the last step of the mvn "reactor" fails: ---CUT--- Executing: /bin/sh -c cd '/home/gilles/devel/java/apache/commons-rng/trunk/dist-archive/target/commons-release-plugin/scm' && 'svn' 'add' '--parents' '--non-recursive' '--targets

[Geometry][Numbers] Blocker issues (Was: [geometry] 1.0 Roadmap)

2018-12-03 Thread Gilles
sed (since a release cannot depend on a SNAPSHOT version). Perhaps Steve will be able to help here. Others welcome too... Best regards, Gilles On Fri, 7 Sep 2018 02:29:21 +, Matt Juntunen wrote: Hi all, I've been working on the new commons-geometry component for a while now and I wante

Re: [Numbers][Geometry] Where to define "quaternion"?

2018-12-03 Thread Gilles
in my working branch for GEOMETRY-14, so QuaternionRotation is now at https://github.com/darkma773r/commons-geometry/blob/transforms/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/threed/rotation/QuaternionRotation.java. Could you please update it so that it inhe

Re: [All][RNG] Release plugin: crash

2018-12-02 Thread Gilles
On Sat, 1 Dec 2018 19:13:35 -0700, Gary Gregory wrote: On Sat, Dec 1, 2018 at 6:55 PM Gilles wrote: On Sat, 1 Dec 2018 18:14:24 -0700, Gary Gregory wrote: > A fix might be to make the site plugin use BCEL 6.2. What Java > version are > you using? Java 9. [Official code is c

Re: [Numbers][Geometry] Where to define "quaternion" (Was: Making Quaternion a VALJO)

2018-12-02 Thread Gilles
questions below are a start; I'm waiting for answers. Code duplication is bad (TM). Regards, Gilles -Matt ____ From: Gilles Sent: Saturday, December 1, 2018 9:40 PM To: dev@commons.apache.org Subject: Re: [Numbers][Geometry] Where to define "quaternion" (Wa

Re: [Numbers][Geometry] Where to define "quaternion" (Was: Making Quaternion a VALJO)

2018-12-01 Thread Gilles
On Sat, 01 Dec 2018 12:56:34 +0100, Gilles wrote: Hello. On Sat, 1 Dec 2018 06:05:31 +, Matt Juntunen wrote: Hi guys, FYI, I've been working on a quaternion-related class named QuaternionRotation for commons-geometry (see link below). It includes slerp as well as several other geometry

Re: [All][RNG] Release plugin: crash

2018-12-01 Thread Gilles
nce, using "module-info.java" files, and this is what makes Clirr crash, IIUC).] Gilles Gary On Sat, Dec 1, 2018 at 5:37 PM Gilles wrote: Hi. Command advertized here: http://commons.apache.org/proper/commons-release-plugin/index.html when run for "Commons RNG&

[All][RNG] Release plugin: crash

2018-12-01 Thread Gilles
is problem (comment in CP 47 says it is fixed, but the above shows otherwise), or * a mean to disable Clirr for module "commons-rng-examples" (since it is not subject BC requirements, as per the release note

[Numbers][Geometry] Where to define "quaternion" (Was: Making Quaternion a VALJO)

2018-12-01 Thread Gilles
s]. Otherwise, one would wonder why "Complex" is also not in [Geometry] (for 2D rotations). Best regards, Gilles Regards, Matt https://github.com/darkma773r/commons-geometry/blob/transforms/commons-geometry-euclidean/src/main/java/org/apache/commons/geometry/euclidean/threed/Quaternio

Re: commons-numbers git commit: NUMBERS-79: Fraction.add() and .subtract() are long-based

2018-11-30 Thread Gilles
Convention is to set the "serialVersionUID" to the date of the change. Regards, Gilles On Sat, 1 Dec 2018 00:10:48 + (UTC), ericbarnh...@apache.org wrote: Repository: commons-numbers Updated Branches: refs/heads/fraction-dev 16f60190b -> ac4d27549 NUMBERS-79:

Re: [numbers] Fraction() and Knuth 4.5.1 -- overflow, BigInteger, long, and rounding

2018-11-30 Thread Gilles
ance hit of using "BigFraction" rather than "Fraction"? Are there use-cases that would need the ultimate performance from "Fraction" while not worry about overflow? Regards, Gilles On Fri, Nov 9, 2018 at 4:33 PM Eric Barnhill wrote: Addendum to the above

Re: [IMAGING] Pull request

2018-11-30 Thread Gilles
) is busy elsewhere at the moment, so some patience will be necessary until someone can review your contribution. Best regards, Gilles Regards, ShukantPal - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Gilles
should work: $ git clone http://git-wip-us.apache.org/repos/asf/commons-dbcp.git [If not, please file a bug report.] Rgards, Gilles Am Fr., 30. Nov. 2018 um 15:46 Uhr schrieb Gary Gregory < garydgreg...@gmail.com>: Patches are always welcome :-) Gary On Fri, Nov 30, 2018, 07:44 Ha

Re: [numbers] Making Quaternion a VALJO

2018-11-30 Thread Gilles
overhead. Surely, the class "Quaternion" is minimal but, before adding to the API, we be careful to have use-cases for low-level operations. Those mentioned above seems more high-level, tied to a specific domain (see also "Commons Geometry", another new component not

Re: Modular version/edition of Apache Commons

2018-11-30 Thread Gilles
On Fri, 30 Nov 2018 15:01:57 +0100, Hannes H. wrote: So there is no common approach planned for Apache Commons? Recently released components probably have an Automatic-Module-Name defined for each artefact. Is there a precise question? Do you have a suggestion? Regards, Gilles Am Fr

Re: [numbers] Making Quaternion a VALJO

2018-11-29 Thread Gilles
of nice names for them. What are the use-cases? Why aren't "multiply" and "inverse" enough? Regards, Gilles Steve - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional com

Re: [RNG] How to enable japicmp?

2018-11-24 Thread Gilles
Hi. On Fri, 23 Nov 2018 15:37:15 +0100, Gilles wrote: Hello. POM of [RNG] includes CP 47 which states: ---CUT--- ---CUT--- Yet $ mvn package site site:stage still produces an empty report, despite the presence of a profile.japicmp file in directory src/site/resources I copied

[RNG] How to enable japicmp?

2018-11-23 Thread Gilles
Hello. POM of [RNG] includes CP 47 which states: ---CUT--- ---CUT--- Yet $ mvn package site site:stage still produces an empty report, despite the presence of a profile.japicmp file in directory src/site/resources Gilles

Re: [math] Proposal: logsumexp

2018-11-21 Thread Gilles
Hello. On Wed, 21 Nov 2018 09:54:58 -0500, Ahmed Fasih wrote: Gilles, thanks for writing!, and sorry for the delay in responding. However, you should be aware that some of its functionality is in the process of being transferred to more focused components: * Commons Numbers * Commons RNG

Re: [math] Proposal: logsumexp

2018-11-16 Thread Gilles
, a method such as you describe could perhaps have its place in the "commons-numbers-arrays" module of "Numbers".[1] Regards, Gilles [1] https://git1-us-west.apache.org/repos/asf?p=commons-numbers.git;a=tree;f=commons-numbers-arrays/src/main/java/org/apache/commons/numbers/array

Re: [RNG] Towards release 1.2

2018-11-15 Thread Gilles
't much to be gained by having the minimal set of unit tests. It may be better to delay this for a later release. Sure. Best, Gilles Regards, Alex [1] https://issues.apache.org/jira/browse/RNG-57 <https://issues.apache.org/jira/browse/RNG-57> On 15 Nov 2018, at 16:59,

[RNG] Towards release 1.2

2018-11-15 Thread Gilles
Hi. Only 1 issue left that is targeted for the next release.[1] Any work in progress that is ready for inclusion? Gilles P.S. Review(s) welcome (as usual). [1] https://issues.apache.org/jira/projects/RNG?selectedItem=com.atlassian.jira.jira-projects-plugin%3Arelease-page=unreleased

Re: [numbers] Fraction() and Knuth 4.5.1 -- overflow, BigInteger, long, and rounding

2018-11-08 Thread Gilles
es of BigInteger out of Fraction, use them only in BigFraction, and use the long-based ArithmeticUtils methods to check for overflow and underflow in fraction addition and subtraction. Eric Thanks a lot for the fact-checking. Gilles

[All] Requirements for alpha/beta releases (Was: [VOTE] Release Apache Commons Imaging 1.0-alpha1 [...])

2018-11-06 Thread Gilles
On Mon, 5 Nov 2018 19:19:25 -0700, Gary Gregory wrote: On Sun, Nov 4, 2018 at 1:00 PM Gilles wrote: On Sun, 4 Nov 2018 08:06:36 -0700, Gary Gregory wrote: > IMO, let's stick with 1.0-alpha1. There is no need to rush the new > API and > this will make the code available to all thro

Re: [VOTE] Release Apache Commons Imaging 1.0-alpha1 based on RC2

2018-11-04 Thread Gilles
if there are requests for non BC changes? Gilles Gary On Sun, Nov 4, 2018 at 12:17 AM Bruno P. Kinoshita wrote: [...] - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h

Re: [numbers] Making fractions VALJOs

2018-11-03 Thread Gilles
d here. IMO, syntactic sugar should be justified by more than sparing 4 keystrokes, especially if we want to induce usage of proper spelling. Regards, Gilles On Fri, Nov 2, 2018 at 4:57 PM Eric Barnhill wrote: On Sun, Oct 28, 2018 at 1:52 AM Stephen Colebourne wrote: The order o

Re: [numbers] Making fractions VALJOs

2018-11-03 Thread Gilles
he application layer, and keep this API lean. Did you have a look at the updated description: https://issues.apache.org/jira/browse/NUMBERS-74 ? Regards, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additio

Re: [numbers] Making fractions VALJOs

2018-10-30 Thread Gilles
ale/advantage? No doubt this would apply widely in the project Sure, but we should you then raise the issue of adoption by *all* Commons components. Best, Gilles HTH Stephen On Thu, 18 Oct 2018 at 11:45, Gilles wrote: On Wed, 17 Oct 2018 16:33:58 -0700, Eric Barnhill wrote: > Oh right, th

[Numbers] Root finders

2018-10-26 Thread Gilles
ps://git1-us-west.apache.org/repos/asf?p=commons-math.git;a=blob;f=src/main/java/org/apache/commons/math4/analysis/solvers/BaseAbstractUnivariateSolver.java Regards, Gilles [1] https://issues.apache.org/jira/projects/NUMBERS/issues/NUMBERS-69

Re: [general] Apache on GitHub - permission denied for committer

2018-10-26 Thread Gilles
itory (see link to ML archive in my previous post). Gilles I can always go back and push through apache.org like I used to, I would just prefer to do it this way so my contributions are on my github record. Th

Re: [general] Apache on GitHub - permission denied for committer

2018-10-25 Thread Gilles
Hi Eric. On Thu, 25 Oct 2018 16:15:57 -0700, Eric Barnhill wrote: Second posting on this issue: It looks like you are missing quite a few messages from this list; see e.g. the previous thread on that subject: https://markmail.org/message/ibokckrl2bie2ptp Gilles Despite my committer

Re: [git] pushing through github - permission denied

2018-10-18 Thread Gilles
On Thu, 18 Oct 2018 11:36:46 -0600, Gary Gregory wrote: No Commons components are in gitbox BTW :-( https://gitbox.apache.org/repos/asf?p=commons-geometry.git Gilles Gary On Thu, Oct 18, 2018, 11:24 Matt Sicker wrote: On Wed, 17 Oct 2018 at 19:56, Gary Gregory wrote: > The git

Re: [git] pushing through github - permission denied

2018-10-18 Thread Gilles
ommit info (that is of course mirrored, too)? Best, Gilles I have never had a problem pushing directly to apache.org . Pushing through github this way, however, I get the error: remote: Permission to access apache/commons-numbers.git denied to ericbarnhill Does someone need to authorize me ane

Re: [numbers] Making fractions VALJOs

2018-10-18 Thread Gilles
it rather than duplicate what the compiler can do by itself. ;-) Gilles so long as they are not private constructors? All that is specified on the page is that VALJOs must have all constructors private. So I am not sure whether it is in the spirit of VALJOs to overload, but coming up

Re: [numbers] Making fractions VALJOs

2018-10-16 Thread Gilles
ilon, int maxIterations) public Fraction(double value,int maxDenominator) -> public fromDouble (double value,int maxDenominator) public Fraction(int value) -> public fromInt(int value) public Fraction(int num, int denom) -> public fromInt(int num, int denom) Why not call them all "o

Re: [numbers] Making fractions VALJOs

2018-10-11 Thread Gilles
braries do), and whether the unit tests validate everything. Side note: Unless I'm overlooking something, completing this task will result in getting rid of all the formatting and "Locale"-related classes (as for "Complex

Re: [numbers] Editing user guide through git mirror?

2018-10-11 Thread Gilles
this here: https://git1-us-west.apache.org/repos/asf?p=commons-numbers.git;a=tree;f=src/site/xdoc/userguide (not yet linked from the web site's homepage). Regards, Gilles Eric - To unsubscribe, e-mail: dev-unsubscr...@commons.apac

Re: [csv] Integrate SuperCSV?

2018-09-30 Thread Gilles
and the bean mapping of SuperCSV. The maintainers have been seeking for contributors since 2015. (See https://github.com/super-csv/super-csv/issues/47) Shall we offer them to merge the two projects? WDYT? +1 Gilles Bye, Thomas

Re: [ALL] Multiple things broken in commons build infrastructure

2018-09-25 Thread Gilles
On Tue, 25 Sep 2018 14:52:03 +0200, Benedikt Ritter wrote: Am Do., 20. Sep. 2018 um 11:57 Uhr schrieb Gilles < gil...@harfang.homelinux.org>: Hi. On Thu, 20 Sep 2018 09:01:34 +0200, Benedikt Ritter wrote: > Am Mi., 19. Sep. 2018 um 12:23 Uhr schrieb Gilles < > gil...@harfan

Re: [8/8] commons-rng git commit: Merge branch 'GEOMETRY-51__alex'

2018-09-22 Thread Gilles
On Sat, 22 Sep 2018 17:50:40 -, er...@apache.org wrote: Merge branch 'GEOMETRY-51__alex' Oops, bad name for a branch in [RNG] component... Issue was "RNG-51". Sorry, Gilles [...] - To unsubscribe, e

Re: [All] CP definitions

2018-09-21 Thread Gilles
On Fri, 21 Sep 2018 09:26:07 -0600, Gary Gregory wrote: On Fri, Sep 21, 2018 at 7:05 AM Gilles wrote: On Fri, 21 Sep 2018 08:52:37 -0400, Rob Tompkins wrote: >> On Sep 20, 2018, at 9:31 AM, Gilles >> wrote: >> >> On Thu, 20 Sep 2018 08:53:38 -0400, Rob Tompkins wro

Re: [All] CP definitions

2018-09-21 Thread Gilles
On Fri, 21 Sep 2018 08:52:37 -0400, Rob Tompkins wrote: On Sep 20, 2018, at 9:31 AM, Gilles wrote: On Thu, 20 Sep 2018 08:53:38 -0400, Rob Tompkins wrote: On Sep 20, 2018, at 3:10 AM, Benedikt Ritter wrote: Hello, Reverting this change was discussed here [1]. It was a result

Re: [All] CP definitions

2018-09-20 Thread Gilles
ry) from commons-lang3 3.9-SNAPSHOT [Side-effect would be to enforce the rule for changing top-level package name in step with a new major version.] Best regards, Gilles If so, what is it? Let’s pick it and move forward. Cheers, -Rob [Ref] June conversation on the matter as well

Re: [All] CP definitions

2018-09-20 Thread Gilles
sn't work in "master" for any version of CP. :-( Gilles Regards, Benedikt [1] https://lists.apache.org/thread.html/304129bf7d25a2118ee3f324214c04e1e8f0846e7ee43a57b100a26e@%3Cdev.commons.apache.org%3E [2] http://svn.apache.org/viewvc/commons/proper/commons-parent/tr

Re: [COLLECTIONS] japicmp:cmp is always skipped

2018-09-20 Thread Gilles
build when there was not "older" version to compare against. :-/ Gilles Regards, Benedikt [1] https://github.com/apache/commons-collections/pull/54 - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For ad

Re: [ALL] Multiple things broken in commons build infrastructure

2018-09-20 Thread Gilles
Hi. On Thu, 20 Sep 2018 09:01:34 +0200, Benedikt Ritter wrote: Am Mi., 19. Sep. 2018 um 12:23 Uhr schrieb Gilles < gil...@harfang.homelinux.org>: Hi. On Wed, 19 Sep 2018 11:41:53 +0200, Benedikt Ritter wrote: > Hello, > > I'm trying to release commons-csv and there are

Re: [All] CP definitions

2018-09-19 Thread Gilles
should not need to define the above path; everything should be transparently performed as part of a new "rob-release" profile. :-) Gilles Yeah? -Rob [...] - To unsubscribe, e-mail: dev-unsubscr...@commons.

Re: [All] CP definitions

2018-09-19 Thread Gilles
On Wed, 19 Sep 2018 09:36:25 -0400, Rob Tompkins wrote: On Sep 19, 2018, at 9:28 AM, Gilles wrote: On Wed, 19 Sep 2018 06:45:13 -0600, Gary Gregory wrote: The difference is to account for artifact ids that contain a version like commons-lang3. The component id is then just commons-lang. You

Re: [All] CP definitions

2018-09-19 Thread Gilles
. It is not clear (see my reply to Gary's message). +1 to fix of course. As proposed previously, [RNG] could serve as the testing ground and future "reference" POM of a new modular component that works with the more recent CP (with your release-plugin).[1] Regards, Gilles [1] It is *not* the case

Re: [All] CP definitions (Was: svn commit: r1841296 [...])

2018-09-19 Thread Gilles
, as well as for any other purpose where the component is meant, independently of artefact identifier syntax or major version. Regards, Gilles Gary On Wed, Sep 19, 2018, 04:07 Gilles wrote: Hi. Are we sure that the fix/revert below to work as intended for *all* components? Common usage

Re: [ALL] Multiple things broken in commons build infrastructure

2018-09-19 Thread Gilles
to set up Jenkins jobs (for all components) that would automatically pick up the current CP snapshot to detect most of the undesired changes? Regards, Gilles Regards, Benedikt - To unsubscribe, e-mail: dev-unsubscr

[All] CP definitions (Was: svn commit: r1841296 [...])

2018-09-19 Thread Gilles
-level package change accordingly), what is commons.componentid and what is project.artefactId ? Thanks, Gilles On Wed, 19 Sep 2018 08:06:17 -, brit...@apache.org wrote: Author: britter Date: Wed Sep 19 08:06:17 2018 New Revision: 1841296 URL: http://svn.apache.org/viewvc?rev=1841296=rev Log

[All] Jenkins failure

2018-09-17 Thread Gilles
Hi. Has someone an idea why jobs started to fail: https://builds.apache.org/view/A-D/view/Commons/job/commons-rng/ https://builds.apache.org/view/A-D/view/Commons/job/commons-rng__jdk9/ ? Thanks, Gilles - To unsubscribe

Re: [draft] Board report for September 2018

2018-09-13 Thread Gilles
On Thu, 13 Sep 2018 10:50:29 +0100, sebb wrote: On 13 September 2018 at 01:05, ajs6f wrote: On Sep 12, 2018, at 8:00 PM, Gilles wrote: Incomplete stats from https://demo.kibble.apache.org: - 977 Authors this period; Down -4% since last period - 19,242 Commits this periodl; Down -21% since

Re: [draft] Board report for September 2018

2018-09-12 Thread Gilles
; Down -3% since last period - 10,881,243 Lines changed this period; Down -19% since last period More realistic would be * 40 authors (-11%) * 659 commits (-18%) * 32 committers (+33%) * 53,659 lines changed (-23%) Gilles Gary Gregory Apache Commons Chair

Re: [All] What's in a "beta" release?

2018-08-31 Thread Gilles
e what we mean by a "beta" release and how to make one. Let's list points beyond the BC (which is indeed settled: i.e. no BC breaking without package name change). Gilles Benedikt Am Fr., 31. Aug. 2018 um 01:30 Uhr schrieb sebb : On 30 August 2018 at 15:35, Gary Gregory wrote: &

Re: [Math] Beta release

2018-08-30 Thread Gilles
for using v4.0-beta (or contribute to get to v4.0)? Gilles Stephen On Thu, 30 Aug 2018 at 19:16, Gilles wrote: On Thu, 30 Aug 2018 07:35:12 -0700, Gary Gregory wrote: > But SNAPSHOT builds _are_ publicly available on > repository.apache.org. Sure > they come and go and you ca

[Math] Beta release (Was: [All] What's in a "beta" release?)

2018-08-30 Thread Gilles
en done since the last release, providing many bug fixes and other improvements. A release of the development version of CM requires the release of its dependencies: "Commons Numbers" and "Commons Statistics".[1] Both would be "beta" too. Regards, Gilles [1] And also

[All] What's in a "beta" release?

2018-08-29 Thread Gilles
too? Rationale: I imagine that uploading to "Maven Central" may help correcting the misrepresentation of resources available from this project. Regards, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [ALL] SHA256/512 hashes

2018-08-28 Thread Gilles
and, consequently, unique. Regards, Gilles Of course it's fine if projects use ant, etc. But ideally there should be a single way to kick of a release (fully automated, same target name across projects, etc) LieGrue, strub Am 26.08.2018 um 10:43 schrieb Thomas Vandahl : On 25.08.18 16:14, Gilles

Re: [ALL] SHA256/512 hashes

2018-08-28 Thread Gilles
target name across projects, etc) +1 Since the goal is the same the same across components (generate JAR files and upload them to Nexus), having several ways is duplicating maintenance effort. Regards, Gilles LieGrue, strub Am 26.08.2018 um 10:43 schrieb Thomas Vandahl : On 25.08.18 16:14

Re: [ALL] SHA256/512 hashes

2018-08-26 Thread Gilles
On Sun, 26 Aug 2018 10:43:02 +0200, Thomas Vandahl wrote: On 25.08.18 16:14, Gilles wrote: Probably for those who don't want to use the release plugin :-) I was mainly following up on the thread about updating CP to AP 21 [1] But yes, it could be used as an alternative hashing method. I

Re: [ALL] SHA256/512 hashes

2018-08-25 Thread Gilles
On Sat, 25 Aug 2018 19:05:55 +0200, Stefan Bodewig wrote: On 2018-08-25, Gilles wrote: On Sat, 25 Aug 2018 14:06:44 +0100, sebb wrote: On 25 August 2018 at 09:48, Stefan Bodewig wrote: On 2018-08-25, Gary Gregory wrote: Is what you are referring to for a different purpose? Probably

Re: [ALL] SHA256/512 hashes

2018-08-25 Thread Gilles
1 for *one* profile that leaves no room for working around global policy (thus simplifying release review work). Couldn't CP use a "property" from AP to ensure that the required hash is generated or the build will fail? Gilles [1] https://lists.ap

Re: New release distribution checksum policy

2018-08-24 Thread Gilles
onfigurations - PITA. From http://www.apache.org/dev/release-publishing.html#valid ---CUT--- don't try to publish .sha256, .sha512 files yet; Nexus doesn't handle them (as of March 2018) ---CUT--- Gilles Bye, Thomas - To unsu

Re: [RNG] Build failure on "master"

2018-08-24 Thread Gilles
Also: build fails (while running "Jacoco") with Java 10. On Fri, 17 Aug 2018 17:15:19 -0400, Rob Tompkins wrote: On Aug 15, 2018, at 6:41 PM, Gilles wrote: Hi. Build on "master" fails after the batch of commits post-release. See console output excerpt below. This i

Re: [COLLECTIONS] Master branch build failing

2018-08-24 Thread Gilles
Commons RNG" could be released. Gilles Regards, Benedikt [1] https://github.com/ebourg/clirr/issues/1 Benedikt On 23 August 2018 at 18:37, Gary Gregory wrote: > This has to do with the Java version used to run the build... I've seen it > locally but just switched

Re: New release distribution checksum policy

2018-08-24 Thread Gilles
uot; release has the required checksums: http://commons.apache.org/proper/commons-rng/download_rng.cgi Regards, Gilles Benedikt Bye, Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [release-plugin] Preparing for 1.4.

2018-08-22 Thread Gilles
allow for pragmatism. Unfortunately, "pragmatism" is not viewed the same way by everyone. Cf. the recent (non-)discussion about breaking BC of "Commons RNG": in all likelihood, it would not cause any problem; so, pragmatically (IMHO)... Regards, Gilles Gary -Rob > &g

Re: [parent] change in commons.scmPubUrl in Parent 47

2018-08-22 Thread Gilles
I may better ask once again. Sure; it needs clarification. I'm probably somewhat of an heretic since I modify the web site by manually copying the contents of "target/staging" to "site-content" and doing "svn commit". :-} Hence I wouldn't know whether &quo

Re: [parent] change in commons.scmPubUrl in Parent 47

2018-08-22 Thread Gilles
/commons-lang/blob/master/pom.xml#L573 <https://github.com/apache/commons-lang/blob/master/pom.xml#L573> This one is wrong, according to a convention explicitly mentioned in some POM files, e.g.: ---CUT--- rng ---CUT--- Gilles versus https://github.com/apache/commons-collection

Re: [release-plugin] Preparing for 1.4.

2018-08-22 Thread Gilles
the component, right? What potential BC breaking do you refer to? Anyways, if something needs fixing in code used internally and the clean fix would require breaking compatibility, why not change to a new major version? Gilles -Rob

Re: [ALL] GitLab?

2018-08-20 Thread Gilles
ations are hard to follow when people use it rather than JIRA for discussing issues). It is now harder to justify a preference for Github. Regards, Gilles Regards, Benedikt Gary - To unsubscribe, e-mail: dev-un

Re: [ALL] Make checkstyle:check part of default maven goal?

2018-08-20 Thread Gilles
a contributor, before submitting a PR.] Best, Gilles WDYT? Benedikt - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [release-plugin][parent]

2018-08-18 Thread Gilles
On Sat, 18 Aug 2018 08:50:05 -0600, Gary Gregory wrote: Please note that I was talking about the snapshot of the release plugin. If your suggestion is to replace sha256 with sha512 in the download pages, +0 (since the policy allows both). Gilles Gary On Sat, Aug 18, 2018 at 8:41 AM

Re: [release-plugin][parent]

2018-08-18 Thread Gilles
On Sat, 18 Aug 2018 08:23:55 -0600, Gary Gregory wrote: Right now our release plugin snapshot creates both SHA256 and SHA512 files. I wonder if we should simply only generate SHA512. The download page only shows sha256: http://commons.apache.org/proper/commons-rng/download_rng.cgi Gilles

[RNG] Build failure on "master"

2018-08-15 Thread Gilles
on default-site of goal org.apache.maven.plugins:maven-site-plugin:3.7.1:site failed: Invalid byte tag in constant pool: 19 -> [Help 1] ---CUT--- The build succeeds on branch 1.1. Regards, Gilles - To unsubscribe, e-mail

Re: [ANNOUNCEMENT] Apache Commons RNG 1.1 Released

2018-08-15 Thread Gilles
;Apache Commons RNG 1.1" ? Right; good catch! Please file a report at https://issues.apache.org/jira/projects/COMMONSSITE [I guess this is automatically picked up from the POM but should be adapted to modular components.] Thanks, Gilles Best regards. For complete information on Co

Re: [rng] In JIRA unable to create 1.2 release for tagging issues

2018-08-14 Thread Gilles
On Tue, 14 Aug 2018 09:43:45 -0400, Rob Tompkins wrote: It looks like RNG’s Jira space has a different permission profile than [LANG] in which I could create a new version if I wanted. Does anyone know what might be going on here? No. [I filled in the new state.] Best regards, Gilles -Rob

Re: [all] Sebb's bulk JIRA issue transition don't send email no longer works

2018-08-14 Thread Gilles
the last option (checked in by default) in the "step 3" (edit) panel. Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[RNG] Skipped tests (Was: [VOTE] Release [...] 1.1 based on RC7)

2018-08-14 Thread Gilles
skipped... That's worrying. I didn't have time to look into it, but suspect these tests are skipped based on some probability of failure. I don't recall anything of the like. Probably not an issue, There is a problem, somewhere. Please file a JIRA report with more details (console output).

Re: [RESULT][VOTE] Release Apache Commons RNG 1.1 based on RC7

2018-08-14 Thread Gilles
On Tue, 14 Aug 2018 07:58:46 -0400, Rob Tompkins wrote: This vote passes with +1’s from the following (in order of appearance): Gilles, Gary Gregory, and Rob Tompkins. Many thanks for all of the patience with me on this RC, as it is the first multi module component to consume the release

Re: [lang] preparing for 3.8

2018-08-14 Thread Gilles
On Tue, 14 Aug 2018 11:44:44 + (UTC), Bruno P. Kinoshita wrote: Hi Gilles, The parts that I think would take a bit more of time would be making sure it is thread safe The suggestion does not change anything on this issue wrt an implementation using "java.util.Observable". an

Re: [lang] preparing for 3.8

2018-08-14 Thread Gilles
, * a method "registerObserver(Observer)" that populates the list, * a method "notifyObservers": private void notifyObservers() { for (Observer obs : observers) { obs.update(this); } } Regards, Gilles Alas, it could take a while until we had a prope

Re: [imaging] IMAGING-154 remove Debug class

2018-08-13 Thread Gilles
popular logging frameworks showing how to disable output. Regards, Gilles Cheers Bruno From: Remko Popma To: Commons Developers List Sent: Monday, 13 August 2018 9:50 AM Subject: Re: [imaging] IMAGING-154 remove Debug class If you want to avoid a dependency I

Re: [VOTE] Release Apache Commons RNG 1.1 based on RC7

2018-08-12 Thread Gilles
apicmp makes the [RNG] build fail. [IIUC that was why Rob disabled it.] Gilles Maybe these can be properly populated when the site goes live? Gary On Fri, Aug 10, 2018 at 7:52 PM Rob Tompkins wrote: We have added some significant enhancements since Apache Commons RNG 1.0 was released, so I

Re: [imaging] IMAGING-154 remove Debug class

2018-08-12 Thread Gilles
1 [Depends on what "low-level" means here. "stdout"/"stderr" is indeed used in low-level utilities but is the intent the same here?] which means removing the verbose flags, the checks, and calls to System.out in there. It would be a loss

Re: [VOTE] Release Apache Commons RNG 1.1 based on RC7

2018-08-10 Thread Gilles
se this release because... Thank you, Rob Tompkins, Release Manager (using key B6E73D84EA4FCC47166087253FAAD2CD5ECBB314) Thank you, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [All][RNG] Fix minor design issue (Was: commons-rng git commit: [...] deprecations. [...])

2018-08-09 Thread Gilles
On Thu, 9 Aug 2018 17:16:01 -0400, Rob Tompkins wrote: I think we can make your changes Gilles, if we do a 2.0. I know. Would you prefer to go that route? Cure would be worse than the disease, for the reasons evoked. Would it be possible to discuss *all* the arguments rather than

Re: [All][RNG] Fix minor design issue (Was: commons-rng git commit: [...] deprecations. [...])

2018-08-09 Thread Gilles
On Thu, 9 Aug 2018 08:49:26 -0600, Gary Gregory wrote: On Thu, Aug 9, 2018 at 8:47 AM Gary Gregory wrote: On Thu, Aug 9, 2018 at 7:25 AM Rob Tompkins wrote: > On Aug 9, 2018, at 9:17 AM, Gilles wrote: > > On Thu, 9 Aug 2018 08:43:34 -0400, Rob Tompkins wrote: >>&

Re: [All][RNG] Fix minor design issue (Was: commons-rng git commit: [...] deprecations. [...])

2018-08-09 Thread Gilles
On Thu, 9 Aug 2018 09:25:13 -0400, Rob Tompkins wrote: On Aug 9, 2018, at 9:17 AM, Gilles wrote: On Thu, 9 Aug 2018 08:43:34 -0400, Rob Tompkins wrote: On Aug 9, 2018, at 8:38 AM, Gilles wrote: On Thu, 9 Aug 2018 08:22:32 -0400, Rob Tompkins wrote: Are we instead trying to remove

Re: commons-rng git commit: Adding PoissonSampler deprecations. Use the correct faster public methods

2018-08-09 Thread Gilles
On Thu, 9 Aug 2018 08:50:11 -0400, Rob Tompkins wrote: On Aug 9, 2018, at 8:47 AM, Gilles wrote: On Thu, 9 Aug 2018 08:27:16 -0400, Rob Tompkins wrote: On Aug 8, 2018, at 1:59 PM, Gilles wrote: Hello Rob. On Wed, 8 Aug 2018 12:44:16 -0400, Rob Tompkins wrote: @Gilles - thoughts here

Re: [All][RNG] Fix minor design issue (Was: commons-rng git commit: [...] deprecations. [...])

2018-08-09 Thread Gilles
On Thu, 9 Aug 2018 08:43:34 -0400, Rob Tompkins wrote: On Aug 9, 2018, at 8:38 AM, Gilles wrote: On Thu, 9 Aug 2018 08:22:32 -0400, Rob Tompkins wrote: Are we instead trying to remove the “extends” from all of those classes? I'm not sure what you mean, sorry. "SamplerBase" was

<    10   11   12   13   14   15   16   17   18   19   >