Re: [RDF] Commons release?

2017-10-20 Thread Aaron Coburn
Hello, I wanted to check in on the status of a 0.4.0 release of Commons RDF. It seems that all of the open PRs have been merged. Any idea on a timeframe for the next release? Thanks, Aaron On 9/19/17, 5:58 PM, "Aaron Coburn" wrote: Sergio, Thanks! The LDP

[GitHub] commons-text issue #70: partial automated migration to assertj

2017-10-20 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-text/pull/70 I thought we were using Java 8, but [text] is actually using Java 7. I thought there was some discussion around the minimum requirement for the latest version of assertj being Java 8? So I assume

Re: [VOTE] Release Apache Commons Codec 1.11 from RC1

2017-10-20 Thread Gary Gregory
This VOTE passes with four (4) binding +1s from: Bruno P. Kinoshita Oliver Heger Pascal Schumacher Gary Gregory I'll start the release process with letting it out of Nexus. Gary On Tue, Oct 17, 2017 at 12:30 PM, Gary Gregory wrote: > Hi All, > > We have fixed quite a

[codec] Update for Java 7

2017-10-20 Thread Gary Gregory
Now that Codec 1.11 is out, I propose we update from Java 6 to 7. Gary

[GitHub] commons-text pull request #72: fix for TEXT-100

2017-10-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-text/pull/72 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[GitHub] commons-text issue #70: partial automated migration to assertj

2017-10-20 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-text/pull/70 Looks good to me. Given [text] is already on Java 8, I believe it's a good candidate to start using assertj. >The script use only the most basic assertj assertions, so the full power is

[GitHub] commons-text issue #72: fix for TEXT-100

2017-10-20 Thread kinow
Github user kinow commented on the issue: https://github.com/apache/commons-text/pull/72 Merged, and ticket updated. Thanks for the pull request @drajakumar ! --- - To unsubscribe, e-mail:

Re: Do we really need to read keepalive NOOP responses from FTP server?

2017-10-20 Thread Basin Ilya
Hi Sebb Here are my observations: 1) When retrieving a file, FTP servers send the transfer status right after they send the EOF on the data socket, but before the client closes the socket. This may lead to a race condition: If we've sent a NOOP not longer than a second ago and want to consume

Re: [VOTE] Release Apache Commons Codec 1.11 from RC1

2017-10-20 Thread Pascal Schumacher
+1 Am 17.10.2017 um 20:30 schrieb Gary Gregory: Hi All, We have fixed quite a few bugs and added some significant enhancements since Apache Commons Codec 1.10 was released, so I would like to release Apache Commons Codec 1.11. Apache Commons Codec 1.11 RC1 is available for review here:

[GitHub] commons-bcel pull request #18: Fix incorrect indentation

2017-10-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/commons-bcel/pull/18 --- - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[text] fix for TEXT-100

2017-10-20 Thread don jeba
Hello,    The fix meant for the bug TEXT-100 is now available for review. fix for TEXT-100 by drajakumar · Pull Request #72 · apache/commons-text | | | | || | | | || fix for TEXT-100 by drajakumar · Pull Request #72 · apache/commons-text commons-text - Mirror of

[GitHub] commons-text issue #69: Fix typos, minor clean ups

2017-10-20 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-text/pull/69 typo issue fixed in: https://github.com/apache/commons-text/commit/804e4599bd63e4bb14c905613711eac8829e54fb Thanks again for reporting! ---

[GitHub] commons-text issue #69: Fix typos, minor clean ups

2017-10-20 Thread PascalSchumacher
Github user PascalSchumacher commented on the issue: https://github.com/apache/commons-text/pull/69 created https://issues.apache.org/jira/browse/TEXT-105 for the typo in `LongestCommonSubsequence#logestCommonSubsequence`. ---

Re: [IO] Update to Java 7

2017-10-20 Thread Gary Gregory
Dang, some of my tooling a.k.a. my brain is not working right today! Gary On Fri, Oct 20, 2017 at 10:47 AM, Pascal Schumacher < pascalschumac...@gmx.net> wrote: > [IO-503] Update platform requirement to Java 7. > > https://github.com/apache/commons-io/commit/3733512df9b172e0 >

Fwd: svn commit: r1812768 - /commons/proper/email/trunk/pom.xml

2017-10-20 Thread Gary Gregory
Oops, my bad! Thank you Pascal. Gary -- Forwarded message -- From: Date: Fri, Oct 20, 2017 at 11:39 AM Subject: svn commit: r1812768 - /commons/proper/email/trunk/pom.xml To: comm...@commons.apache.org Author: pascalschumacher Date: Fri Oct 20

Re: [OT] Running builds on my Galaxy phone?

2017-10-20 Thread kenneth mcfarland
That looks cool. I hope it doesn't go the way of the Ubuntu phone that was able to dual boot Android and Ubuntu. Being able to unplug your phone and turn it into a desktop was a pretty cool feature that they had. On Oct 20, 2017 10:23 AM, "Gary Gregory" wrote: > Some

[IO] Update to Java 7

2017-10-20 Thread Gary Gregory
Now that we just released Commons IO 2.6, I think it is time to update to Java 7 and take advantage of whatever we can. Java 8? Well, one step at a time :-) Gary

Invitation to become an Apache Commons Committer

2017-10-20 Thread Gary Gregory
Hello Mark, On behalf of the Apache Commons Project Management Committee (PMC), I'd like to invite you to become an Apache Commons Committer. Would you be interested in accepting this invitation? Please let us know by replying to all. For more information on responsiblities and expectations,

Re: [VOTE] Release Apache Commons Codec 1.11 from RC1

2017-10-20 Thread Gary Gregory
My +1 Gary On Tue, Oct 17, 2017 at 12:30 PM, Gary Gregory wrote: > Hi All, > > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons Codec 1.10 was released, so I would like to release > Apache Commons Codec 1.11. > > Apache Commons

Re: [IO] Update to Java 7

2017-10-20 Thread Pascal Schumacher
[IO-503] Update platform requirement to Java 7. https://github.com/apache/commons-io/commit/3733512df9b172e0fdcf6cb0bdb7bc76131f0c8f#diff-600376dffeb79835ede4a0b285078036 Guess who commited it 1,5 years ago? ;) Am 20.10.2017 um 18:44 schrieb Gary Gregory: Now that we just released Commons IO

[OT] Running builds on my Galaxy phone?

2017-10-20 Thread Gary Gregory
Some day, maybe: https://www.theregister.co.uk/2017/10/19/samsung_linux_on_galaxy/ Gary