Re: [gsoc][statistics] Enable Travis

2019-05-17 Thread Gilles Sadowski
Hi. Le ven. 17 mai 2019 à 18:33, Alex Herbert a écrit : > > There is no .travis.yml file for Statistics and so PRs from GSoC mentees > are without checks. > > Plus I do not know how to check if the Travis integration is active for > this project. I filed a request at INFRA:

[SCXML] Are we close to ready for a 2.0 release?

2019-05-17 Thread James Carman
A coworker of mine was wanting to use SCXML2. Obviously we can't use SNAPSHOTs in production, so I was just wondering if we are close to buttoning up 2.0. If need be, I can offer to help get it out the door (it has been a while). Thanks, James

[gsoc][statistics] Enable Travis

2019-05-17 Thread Alex Herbert
There is no .travis.yml file for Statistics and so PRs from GSoC mentees are without checks. Plus I do not know how to check if the Travis integration is active for this project. Alex - To unsubscribe, e-mail:

Re: [commons-rng] 02/03: Fixed typo and updated deprecated generator.

2019-05-17 Thread Alex Herbert
On 17/05/2019 15:27, Gilles Sadowski wrote: Hello. Le ven. 17 mai 2019 à 16:10, Alex Herbert a écrit : On 17/05/2019 14:41, Gilles Sadowski wrote: Hi Alex. Le ven. 17 mai 2019 à 15:33, a écrit : This is an automated email from the ASF dual-hosted git repository. aherbert pushed a

Re: [commons-rng] 02/03: Fixed typo and updated deprecated generator.

2019-05-17 Thread Gilles Sadowski
Hello. Le ven. 17 mai 2019 à 16:10, Alex Herbert a écrit : > > > On 17/05/2019 14:41, Gilles Sadowski wrote: > > Hi Alex. > > > > Le ven. 17 mai 2019 à 15:33, a écrit : > >> This is an automated email from the ASF dual-hosted git repository. > >> > >> aherbert pushed a commit to branch master >

Re: [commons-rng] 02/03: Fixed typo and updated deprecated generator.

2019-05-17 Thread Alex Herbert
On 17/05/2019 14:41, Gilles Sadowski wrote: Hi Alex. Le ven. 17 mai 2019 à 15:33, a écrit : This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git commit

Re: [commons-rng] 02/03: Fixed typo and updated deprecated generator.

2019-05-17 Thread Alex Herbert
On 17/05/2019 14:41, Gilles Sadowski wrote: Hi Alex. Le ven. 17 mai 2019 à 15:33, a écrit : This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git commit

Re: [rng] upgrading commons parent 47 to 48

2019-05-17 Thread Alex Herbert
So I tried updating to parent 48 from parent 47. This all worked OK except for the change of jxr from 2.5 to 3.0.0. The jxr:aggregate report goal calls the 'compile' goal with forking. When the compile forks it fails on the Java 9 modules that require module info from other packages. The compile

Re: [commons-rng] 02/03: Fixed typo and updated deprecated generator.

2019-05-17 Thread Gilles Sadowski
Hi Alex. Le ven. 17 mai 2019 à 15:33, a écrit : > > This is an automated email from the ASF dual-hosted git repository. > > aherbert pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-rng.git > > commit 5cf993a22bcedfe8c66dd9ae6536c1ee2db146ea > Author:

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Gilles Sadowski
Hi. Le ven. 17 mai 2019 à 15:13, Aleksander Ściborek a écrit : > > Hi, > > >How is the "null" consideration related to the functionality of performing > an average, and other operations? > > I just don't know why they haven't implement anything like that for > BigDecimal or BigInteger,

AW: [GitHub] [commons-vfs] boris-petrov commented on issue #54: Useparent group ids for all artifacts

2019-05-17 Thread Bernd Eckenfels
Hello, I dont really like that change, so somebody else must feel responsible for it  Gruss Bernd Von: GitBox Gesendet: Freitag, 17. Mai 2019 15:18 An: iss...@commons.apache.org Betreff: [GitHub] [commons-vfs] boris-petrov commented on issue #54: Useparent group ids for all artifacts

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Aleksander Ściborek
Hi, >How is the "null" consideration related to the functionality of performing an average, and other operations? I just don't know why they haven't implement anything like that for BigDecimal or BigInteger, especially it's for my strange because BigDecimal is a convenient type for financial

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Gilles Sadowski
Hello. Le ven. 17 mai 2019 à 14:40, Aleksander Ściborek a écrit : > > Hi, I don't know why there is not such a class in JDK. Maybe because > BigDecimal and BigInteger are objects not primitives therefore they can > have null value. How is the "null" consideration related to the functionality of

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Aleksander Ściborek
Hi, I don't know why there is not such a class in JDK. Maybe because BigDecimal and BigInteger are objects not primitives therefore they can have null value. I believe that that package should contains BigDecimalStatistics, BigIntegerStatistics and tools for downstreams collectors in order to

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Gilles Sadowski
Hello. Le ven. 17 mai 2019 à 12:14, Aleksander Ściborek a écrit : > > Hi, > Right now I'm going to minic IntSummaryStatistics. Orginal idea had been to > create a BigDecimalAverager just for calculate an average in functional > style, but after I saw IntSummaryStatistics from JDK i deciced to

Re: [Statistics] BigDecimalStatistics proposition

2019-05-17 Thread Aleksander Ściborek
Hi, Right now I'm going to minic IntSummaryStatistics. Orginal idea had been to create a BigDecimalAverager just for calculate an average in functional style, but after I saw IntSummaryStatistics from JDK i deciced to exdends functionality. Regards, Aleksander On Fri, 17 May 2019 at 00:24,