Re: [VOTE] Release Apache Commons RDF 0.5.0 based on RC3

2017-12-21 Thread Bruno P. Kinoshita
+1 didn't take into consideration it was still a 0.x release. And happy to test it again or review pull requests later. ThanksBruno Sent from Yahoo Mail on Android On Fri, 22 Dec 2017 at 7:57, ajs6f wrote: I have some PRs in now for some of these issues, which I mention

Re: [VOTE] Release Apache Commons RDF 0.5.0 based on RC3

2017-12-21 Thread ajs6f
I have some PRs in now for some of these issues, which I mention merely as reassurance that they will get looked at. ajs6f > On Dec 21, 2017, at 1:45 PM, Jörg Schaible wrote: > > Hi Bruno, > > Am Wed, 13 Dec 2017 09:53:35 + schrieb Bruno P. Kinoshita: > > [snip] >

Re: [VOTE] Release Apache Commons RDF 0.5.0 based on RC3

2017-12-21 Thread Jörg Schaible
Hi Bruno, Am Wed, 13 Dec 2017 09:53:35 + schrieb Bruno P. Kinoshita: [snip] > I went through the FindBugs/PMD reports in each module, and found the > following warnings: > > > * main module: > - Double checked locking is not thread safe in Java. (saw it in > another part, not

[All] Watched by "Kibble"

2017-12-21 Thread Gilles
Hi. https://demo.kibble.apache.org/ Regards, Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VOTE] Release Apache Commons RDF 0.5.0 based on RC3

2017-12-21 Thread Jörg Schaible
Hi, Am Thu, 07 Dec 2017 20:51:57 -0800 schrieb Sergio Fernández: > Hi, > > once we addressed most of the issues from RC1 and RC2, I'd like to > propose to release Apache Commons RDF 0.5.0 based on RC. > > Apache Commons RDF aims to provide a common Java API for RDF 1.1 graphs > and datasets.

Re: [dbcp] Releasing 2.2.0

2017-12-21 Thread Gary Gregory
I think we need to release commons-parent but it would be nice to pick up the next Maven site plugin whenever that happens since that would fix things on Java 9 (needs a new version of BCEL.) Now that a new release of the Doxia plugin is almost out the door, maybe the site plugin will be next.

[VOTE] Release Apache Commons DBCP 2.2.0 based on RC3

2017-12-21 Thread Gary Gregory
We have fixed quite a few bugs and added some enhancements since Apache Commons DBCP 2.1.1 was released, so I would like to release Apache Commons DBCP 2.2.0. This is RC3 as we have tags in git for RC1 and RC2 which must have been a while back and failed. Apache Commons DBCP 2.2.0 RC3 is

Re: Where has Benedikt been?

2017-12-21 Thread Rob Tompkins
Yes. Pardon my absence from earlier, and pardon that i didn’t send a mail out to everyone. Anyways, glad things have settled for you Benedikt. Cheers, -Rob > On Dec 21, 2017, at 12:33 PM, Matt Sicker wrote: > > Welcome back! Completely understandable as I was in a similar

Re: Where has Benedikt been?

2017-12-21 Thread Matt Sicker
Welcome back! Completely understandable as I was in a similar situation the past few months but have moved on to independent consulting and have regained a lot of time finally. Java 9 (and now 10!) are definitely great places to improve! On 21 December 2017 at 10:35, Gary Gregory

Re: [dbcp] Releasing 2.2.0

2017-12-21 Thread Matt Sicker
Wasn't that added in the latest commons-parent? On 21 December 2017 at 07:36, Gary Gregory wrote: > Patches welcome! :-) > > Gary > > On Dec 21, 2017 4:46 AM, "Stephen Colebourne" > wrote: > > > Just to note that commons-pool v2.5.0 did not have >

Re: Where has Benedikt been?

2017-12-21 Thread Gary Gregory
Welcome back B! Enjoy the holidays! Gary On Thu, Dec 21, 2017 at 7:54 AM, Benedikt Ritter wrote: > Hi, > > following the example from Rob in early November, I’d like to explain my > recent two month in-actvity. > > As always this has been work related. I had to go through a

Re: [lang] Add a DaemonThreadFactory

2017-12-21 Thread Gary Gregory
Thank you Oliver. I replaced my code with: import java.util.concurrent.ThreadFactory; import org.apache.commons.lang3.concurrent.BasicThreadFactory; public final class DaemonThreadFactory { public static ThreadFactory create(String namingPattern) { // @formatter:off return

Re: [lang] Add a DaemonThreadFactory

2017-12-21 Thread Chas Honton
I also have one of these. +1 Chas > On Dec 21, 2017, at 7:34 AM, Roger Whitcomb wrote: > > I have a class almost identical to this in my project, so +1 to this idea. > > ~Roger Whitcomb > > -Original Message- > From: Gary Gregory

RE: [lang] Add a DaemonThreadFactory

2017-12-21 Thread Roger Whitcomb
I have a class almost identical to this in my project, so +1 to this idea. ~Roger Whitcomb -Original Message- From: Gary Gregory [mailto:garydgreg...@gmail.com] Sent: Tuesday, December 19, 2017 8:27 AM To: Commons Developers List Subject: [lang] Add a

Where has Benedikt been?

2017-12-21 Thread Benedikt Ritter
Hi, following the example from Rob in early November, I’d like to explain my recent two month in-actvity. As always this has been work related. I had to go through a pretty tough phase at work, that consumed all my energy. I’m currently working on a green field project for a customer, which

Re: [dbcp] Releasing 2.2.0

2017-12-21 Thread Gary Gregory
Patches welcome! :-) Gary On Dec 21, 2017 4:46 AM, "Stephen Colebourne" wrote: > Just to note that commons-pool v2.5.0 did not have > Automatic-Module-Name added, which is sad. > Stephen > > > On 20 December 2017 at 17:31, Gary Gregory wrote: > >

[GitHub] commons-io pull request #52: IO-559 verify hostname part of suspected UNC pa...

2017-12-21 Thread bodewig
GitHub user bodewig opened a pull request: https://github.com/apache/commons-io/pull/52 IO-559 verify hostname part of suspected UNC paths in FileNameUtils https://issues.apache.org/jira/browse/IO-559 I'm not 100% sure how/if Windows deals with percent encoded hostnames or

Re: [dbcp] Releasing 2.2.0

2017-12-21 Thread Stephen Colebourne
Just to note that commons-pool v2.5.0 did not have Automatic-Module-Name added, which is sad. Stephen On 20 December 2017 at 17:31, Gary Gregory wrote: > Hi All, > > Now that Apache Commons Pool 2.5.0 and builds cleanly with Commons DBCP > master, I'd like to release