[GitHub] liony opened a new pull request #5: optimize map columns 2 properties code

2019-01-29 Thread GitBox
liony opened a new pull request #5: optimize map columns 2 properties code URL: https://github.com/apache/commons-dbutils/pull/5 String getColumnLabel(int column) throws SQLException Gets the designated column's suggested title for use in printouts and displays. The suggested title is us

Re: JAPICMP Collections-4.3-RC2 report pdf (Was: Re: [VOTE][RC2] Commons collections 4.3)

2019-01-29 Thread Maxim Solodovnik
Hello All, It seems my previous post was missed somehow so will re-post here: I have added japicmp report here: [1] is has none issues Additionally I have updated gist [2] it also show there are no issues In case this is not enough I propose to cancel RC2 and to release 5.0 [1] https://dist.ap

[RESULT][LAZY][VOTE] Release Apache Commons Release Plugin 1.5 based on RC2

2019-01-29 Thread Rob Tompkins
This [LAZY][VOTE] passes with votes from: Gary Gregory, myself, and no -1 votes. I’ll promote the release now and announce it to the dev list. -Rob > On Jan 26, 2019, at 10:42 AM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Co

Re: [LAZY][VOTE] Release Apache Commons Release Plugin 1.5 based on RC2

2019-01-29 Thread Rob Tompkins
Here’s my +1. > On Jan 26, 2019, at 10:42 AM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Release Plugin 1.4 was released, so I would like to release > Apache Commons Release Plugin 1.5. > > Apache Commons Release Plugi

Re: [LANG] Checked Functions PR

2019-01-29 Thread Matt Sicker
I like this idea in theory. What would really make this shine is including similar default methods as the unchecked classes. On Mon, 28 Jan 2019 at 18:04, Aleksander Ściborek wrote: > > I've just created pull request > to a set of functions > whi

Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-01-29 Thread Woonsan Ko
Hi Chris, On Tue, Jan 29, 2019 at 8:26 AM Christofer Dutz wrote: > > Hi all, > > I am a member of the Apache PLC4X podling. There we are implementing drivers > for communicating with industrial hardware. > Now we had started with manually implemented Java drivers, but it has always > been our g

[ANNOUNCEMENT] Apache Commons BCEL 6.3 Released

2019-01-29 Thread Gary Gregory
The Apache Commons BCEL team is pleased to announce the release of Apache Commons BCEL 6.3! The Byte Code Engineering Library (BCEL) is intended to give users a convenient way to analyze, create, and manipulate compiled .class files. Classes are represented by objects containing all the symbolic i

Fwd: Returned post for annou...@apache.org

2019-01-29 Thread Gary Gregory
Rob and all, FYI: It looks like the download file template needs to be updated to refer to sha512 from sha256. Gary -- Forwarded message - From: Date: Tue, Jan 29, 2019 at 5:08 AM Subject: Returned post for annou...@apache.org To: Hi! This is the ezmlm program. I'm managing t

Fwd: Williams Sonoma Shipping Confirmation - #090259668652

2019-01-29 Thread Gary Gregory
C'est en route! xo, Gary -- Forwarded message - From: Williams Sonoma Date: Mon, Jan 28, 2019 at 3:16 PM Subject: Williams Sonoma Shipping Confirmation - #090259668652 To: garydgreg...@gmail.com Track Your Order

Re: JAPICMP Collections-4.3-RC2 report pdf (Was: Re: [VOTE][RC2] Commons collections 4.3)

2019-01-29 Thread Gary Gregory
The bottom line is that new interface method in Collections 4.3 MUST be default methods to avoid blowing up code. This is possible since Collection now requires Java 8. Gary On Mon, Jan 28, 2019 at 2:53 PM Rob Tompkins wrote: > > > > On Jan 28, 2019, at 2:35 PM, sebb wrote: > > > > On Mon, 28

Re: JAPICMP Collections-4.3-RC2 report pdf (Was: Re: [VOTE][RC2] Commons collections 4.3)

2019-01-29 Thread Gary Gregory
On Mon, Jan 28, 2019 at 2:21 PM Pascal Schumacher wrote: > Am 28.01.2019 um 20:01 schrieb Rob Tompkins: > > Before I vote on the the thread, does adding a method to an interface > cause BC to break? > > "Adding a method to an interface does not break compatibility with > pre-existing binaries." >

[SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-01-29 Thread Christofer Dutz
Hi all, I am a member of the Apache PLC4X podling. There we are implementing drivers for communicating with industrial hardware. Now we had started with manually implemented Java drivers, but it has always been our goal to ship drivers in multiple languages. As we are currently starting work on

[GitHub] coveralls edited a comment on issue #19: RNG-69: Added a Geometric sampler

2019-01-29 Thread GitBox
coveralls edited a comment on issue #19: RNG-69: Added a Geometric sampler URL: https://github.com/apache/commons-rng/pull/19#issuecomment-458523108 [![Coverage Status](https://coveralls.io/builds/21332826/badge)](https://coveralls.io/builds/21332826) Coverage increased (+0.03%)

[GitHub] coveralls edited a comment on issue #19: RNG-69: Added a Geometric sampler

2019-01-29 Thread GitBox
coveralls edited a comment on issue #19: RNG-69: Added a Geometric sampler URL: https://github.com/apache/commons-rng/pull/19#issuecomment-458523108 [![Coverage Status](https://coveralls.io/builds/21332752/badge)](https://coveralls.io/builds/21332752) Coverage increased (+0.03%)

[GitHub] coveralls edited a comment on issue #19: RNG-69: Added a Geometric sampler

2019-01-29 Thread GitBox
coveralls edited a comment on issue #19: RNG-69: Added a Geometric sampler URL: https://github.com/apache/commons-rng/pull/19#issuecomment-458523108 [![Coverage Status](https://coveralls.io/builds/21332826/badge)](https://coveralls.io/builds/21332826) Coverage increased (+0.03%)

Re: [Numbers] Formatting classes

2019-01-29 Thread Gilles Sadowski
Hello. Le mar. 29 janv. 2019 à 00:14, Eric Barnhill a écrit : > > Fraction already has a toString() method which should cover VALJO concerns > by representing the instance in one specific way. It has 2 different outputs (suppress the fraction bar and denominator when it is 1). Not sure that's ve

[GitHub] coveralls commented on issue #19: RNG-69: Added a Geometric sampler

2019-01-29 Thread GitBox
coveralls commented on issue #19: RNG-69: Added a Geometric sampler URL: https://github.com/apache/commons-rng/pull/19#issuecomment-458523108 [![Coverage Status](https://coveralls.io/builds/21332752/badge)](https://coveralls.io/builds/21332752) Coverage increased (+0.03%) to 97.3

[GitHub] aherbert opened a new pull request #19: RNG-69: Added a Geometric sampler

2019-01-29 Thread GitBox
aherbert opened a new pull request #19: RNG-69: Added a Geometric sampler URL: https://github.com/apache/commons-rng/pull/19 This outperforms using the InverseTransformDiscreteSampler with an appropriate Geometric inverse cumulative probability function. A JMH benchmark has been added

[GitHub] coveralls commented on issue #18: RNG-67: Instructions for how to build and run the examples-stress code

2019-01-29 Thread GitBox
coveralls commented on issue #18: RNG-67: Instructions for how to build and run the examples-stress code URL: https://github.com/apache/commons-rng/pull/18#issuecomment-458494013 [![Coverage Status](https://coveralls.io/builds/21330818/badge)](https://coveralls.io/builds/21330818)

[GitHub] aherbert opened a new pull request #18: RNG-67: Instructions for how to build and run the examples-stress code

2019-01-29 Thread GitBox
aherbert opened a new pull request #18: RNG-67: Instructions for how to build and run the examples-stress code URL: https://github.com/apache/commons-rng/pull/18 A simple set of instructions has been added for how to build a jar file that can be used run the stress tests. This applies to t