opinions about @NotNull and @Nullable ?

2020-04-24 Thread Xeno Amess
I want to know about your opinions about @NotNull and @Nullable. Should we use it in every function? Or we use it only at some misleading places? Or simply not use them at all? thx.

Re: [crypto] Help Releasing new Commons Crypto

2020-04-24 Thread Geoffrey Blake
I figure everyone is a bit busy, but wanted to ask where we are all in getting close to a new release of commons-crypto that contains the new binaries, Alex, Gary? Any other unit test areas that need attention Alex that you may need help with? -Geoff On Wed, Apr 22, 2020 at 11:33 AM Adam Retter

Re: [crypto] Help Releasing new Commons Crypto

2020-04-24 Thread Alex Remily
I hope to have a PR in this weekend sometime with an increase in code coverage for streams. I haven't touched anything else yet, so any other package is fair game. On Fri, Apr 24, 2020 at 12:16 PM Geoffrey Blake wrote: > I figure everyone is a bit busy, but wanted to ask where we are all in >

Re: [crypto] Help Releasing new Commons Crypto

2020-04-24 Thread Gary Gregory
On Fri, Apr 24, 2020 at 12:16 PM Geoffrey Blake wrote: > I figure everyone is a bit busy, but wanted to ask where we are all in > getting close to a new release of commons-crypto that contains the new > binaries, Alex, Gary? Any other unit test areas that need attention > Alex that you may need

what became of beanshell in Apache commons?

2020-04-24 Thread Peter Kovacs
Hello all, I hope I do not sound to stupid. In Apache OpenOffice we still beanshell 2.0b6. Now I figured that beanshell was included into apache copmmons, which we also use. Can anyone help me, and guide on the transition so we can drop the old dependency for good? Any information helps,

[geometry] API Design Feedback

2020-04-24 Thread Matt Juntunen
Hello, Gilles and I have been working on polishing the API for commons-geometry and wrapping up a couple of last issues before the 1.0-beta1 release. We've been discussing the API design for some of the core classes in GEOMETRY-92 and GEOMETRY-94 and I'd like to get some feedback from the

Re: [LANG] Porting to Kotlin

2020-04-24 Thread Isira Seneviratne
On Mon, Apr 20, 2020 at 8:41 PM Isira Seneviratne wrote: > Hi all, > > I'm a new contributor, but I've been using Commons Lang for a while now, > and I feel that porting Commons Lang to Kotlin would be very useful for > Kotlin development, as a lot of its methods (particularly those in the >

Re: [LANG] Porting to Kotlin

2020-04-24 Thread Paul King
The attachments didn't seem to come through. I am not on the commons PMC but I would be -1 for changing the existing functionality. They already work fine for Java and work already as Apache Groovy extension methods: @Grab('org.apache.commons:commons-lang3:3.10') import