[commons-lang] Wrappers for java.utils.function

2018-11-14 Thread Aleksander Ściborek
Hi, I'd like to create wrappers for java.util.function functional interfaces in order to create those functions from methods e.g: unchecked(URL:toURI). Checked exceptions should be wrapped into Runtime exceptions. I wanted also remind about my pull request LANG_1407 which was created one month ago.

Re: Release Managers?

2018-11-14 Thread Mark Struberg
Let's see how the commons-pool2 release works out. If it does then we have significantly reduced the work to run the release. It's basically down to: * ensure jira tickets are resolved and tracked in changes.xml * generate the release_notes updates * create a release branch with %> git checkout

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-14 Thread Gary Gregory
Is there a site available? Gary On Wed, Nov 14, 2018, 08:59 Mark Struberg Oki, now the full VOTE text! > > I'd like to call a VOTE on releasing Apache Commons pool2 2.6.1 > The release was run with JDK-1.7 to ensure Java7 compatibility. > > > The ASF staging repository is at > https://repository

Re: [all] Amazon Corretto

2018-11-14 Thread Martijn Verburg
We're (AdoptOpenJDK) are working with Amazon if that helps :-). They're using a bunch of our build and test scripts. Cheers, Martijn On Wed, 14 Nov 2018 at 19:03, Pascal Schumacher wrote: > Isn't this basically the same as Adopt Open JDK: > > https://adoptopenjdk.net > > or am I missing somet

Re: [all] Amazon Corretto

2018-11-14 Thread Ole Ersoy
It's a lot harder to do that now without seriously tarnishing your brand.  M$ is doing some very good things - VSCode, RxJS ... Successful companies are seeing the light and the ones that are not are very quickly forgotten about ... On 11/14/18 12:33 PM, Eric Barnhill wrote: It reminds me unco

Re: [all] Amazon Corretto

2018-11-14 Thread Eric Barnhill
It reminds me uncomfortably of Microsoft's old "embrace, extend, exterminate" philosophy in the 1990s. On Wed, Nov 14, 2018 at 10:03 AM Pascal Schumacher wrote: > Isn't this basically the same as Adopt Open JDK: > > https://adoptopenjdk.net > > or am I missing something? > > -Pascal > > Am 14.11

RE: [all] Amazon Corretto

2018-11-14 Thread Eduardo Guadalupe Quintanilla
Maybe the promise of performance enhancements and security fixes. Eduardo Quintanilla Software Developer Block Networks  -Original Message- From: Pascal Schumacher Sent: miércoles, 14 de noviembre de 2018 11:54 a. m. To: dev@commons.apache.org Subject: Re: [all] Amazon Corretto Isn't

Re: [all] Amazon Corretto

2018-11-14 Thread Pascal Schumacher
Isn't this basically the same as Adopt Open JDK: https://adoptopenjdk.net or am I missing something? -Pascal Am 14.11.2018 um 15:14 schrieb Rob Tompkins: Curious to see what people’s thoughts are to this: https://aws.amazon.com/corretto/ -Rob

[GitHub] commons-collections issue #57: COLLECTIONS-701 SetUniqueList.add() crashes d...

2018-11-14 Thread drajakumar
Github user drajakumar commented on the issue: https://github.com/apache/commons-collections/pull/57 @garydgregory can you kindly check the new fix, thank you! --- - To unsubscribe, e-mail: dev-unsubscr...@commons.ap

Re: [all] Amazon Corretto

2018-11-14 Thread Ole Ersoy
That totally rocks! Ole On 11/14/18 9:50 AM, Mark Struberg wrote: One more option. Which is good for the Java ecosystem. LieGrue, strub Am 14.11.2018 um 15:14 schrieb Rob Tompkins : Curious to see what people’s thoughts are to this: https://aws.amazon.com/corretto/ -Rob --

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-14 Thread Mark Struberg
We've done this since 2011 in a few projects. It might seem to not be usual for commons but if you think through then it's perfectly ok (and also acked by the board): A GIT commit is uniquely identified by the sha1 of the parrent commit + the the diff of the commit. That's the magic why a repo

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-14 Thread Gary Gregory
Per http://www.apache.org/legal/release-policy.html#host-rc it should be OK to host the RC sources on the Apache Nexus repo instead of the dist tree. This is different from how we usually do RCs but is should be OK. Not sure about using GitHub though... Gary On Wed, Nov 14, 2018, 09:00 Mark Str

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-14 Thread Mark Struberg
PS: the VOTE is open for 72h from now on. LieGrue, strub > Am 14.11.2018 um 16:58 schrieb Mark Struberg : > > Oki, now the full VOTE text! > > I'd like to call a VOTE on releasing Apache Commons pool2 2.6.1 > The release was run with JDK-1.7 to ensure Java7 compatibility. > > > The ASF stagi

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-14 Thread Mark Struberg
Oki, now the full VOTE text! I'd like to call a VOTE on releasing Apache Commons pool2 2.6.1 The release was run with JDK-1.7 to ensure Java7 compatibility. The ASF staging repository is at https://repository.apache.org/content/repositories/orgapachecommons-1396/ The source zip is at https://r

Re: [all] Amazon Corretto

2018-11-14 Thread Mark Struberg
One more option. Which is good for the Java ecosystem. LieGrue, strub > Am 14.11.2018 um 15:14 schrieb Rob Tompkins : > > Curious to see what people’s thoughts are to this: > > https://aws.amazon.com/corretto/ > > -Rob > - >

[all] Amazon Corretto

2018-11-14 Thread Rob Tompkins
Curious to see what people’s thoughts are to this: https://aws.amazon.com/corretto/ -Rob - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-14 Thread Mark Struberg
PS: I've created the release in a GIT manner and pushed the according changes to my ASF-linked github repo https://github.com/struberg/commons-pool/tree/release_branch_2.6.1 the sha1 of the commit is https://github.com/struberg/commons-pool/commit/c910171d9d8c8f5f895b7d18381fc03a51b2a019 the tag

[VOTE] Release Apache Commons Pool2 2.6.1

2018-11-14 Thread Mark Struberg
Hi folks! I'm currently preparing the release for commons-pool2-2.6.1 So far I did * fix the missing parts in changes.xml * generate + copy the RELEASE_NOTES * run the maven release (after fixing the setup...) The ASF staging repository is at https://repository.apache.org/content/repositories/