[GitHub] commons-pool pull request #17: POOL-359: prevent NPE closing multiple Generi...

2018-11-24 Thread mswintermeyer
Github user mswintermeyer closed the pull request at: https://github.com/apache/commons-pool/pull/17 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.

Re: [Lang] CheckedFunction#unchecked

2018-11-24 Thread ajs6f
In that case you might want to also look at some other choices people have made like https://github.com/google/mug#maybe or even more specialized facilities like https://github.com/google/chkstream I'm not against plain general functional types that handle checked exceptions (I imagine most o

Re: [Lang] CheckedFunction#unchecked

2018-11-24 Thread Aleksander Ściborek
Of course you are right. I'm going to add new functions. The idea behind this pull request is to show what I want to create, that's why I marked PR as WIP (Work in Progress) On Sat, Nov 24, 2018, 14:31 ajs6f I would rather see a more complete offering with the other types in > j.u.function, i.e.

Re: [Lang] CheckedFunction#unchecked

2018-11-24 Thread ajs6f
I would rather see a more complete offering with the other types in j.u.function, i.e. Consumer, Supplier, Predicate, the various primitive-specialized types... ajs6f > On Nov 24, 2018, at 6:58 AM, Pascal Schumacher > wrote: > > Hi Aleksander, > > thanks. > > Imho this would be a useful ad

Re: [Lang] CheckedFunction#unchecked

2018-11-24 Thread Pascal Schumacher
Hi Aleksander, thanks. Imho this would be a useful addition to commons-lang. Any other opinions? Cheers, Pascal Am 21.11.2018 um 22:52 schrieb Aleksander Ściborek: Hi I've just created pull request for CheeckedFunction interface. This is an e

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 this ---CUT