[ANNOUNCE] Commons Email version 1.3.2 released

2013-10-25 Thread Thomas Neidhart
Hello. The Apache Commons team is pleased to announce the release of commons-email-1.3.2. Commons-Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify. Commons Email can be downloaded from the following page:

Re: [imaging] Closing stream

2013-10-25 Thread Jörg Schaible
Hi Damjan, Damjan Jovanovic wrote: On Thu, Oct 24, 2013 at 11:29 PM, Gary Gregory garydgreg...@gmail.com wrote: On Thu, Oct 24, 2013 at 4:31 PM, Jörg Schaible joerg.schai...@gmx.dewrote: Hi Damjan, Damjan Jovanovic wrote: As one of the perpetrators of the problem, I have now fixed it.

commons-lang pull request: LANG-848: Added isAnyBlank, isNoneBlank, isAnyEm...

2013-10-25 Thread amuthmann
Github user amuthmann closed the pull request at: https://github.com/apache/commons-lang/pull/3 - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [imaging] Closing stream

2013-10-25 Thread Julien Aymé
Hi, Concerning Java 7, I think that the try-with-ressources throws the first exception encountered, and add other exceptions in the suppressed exceptions. See http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html#addSuppressed(java.lang.Throwable) My 2 cents, Regards, Julien

Re: svn commit: r1535519 - /commons/proper/lang/trunk/src/changes/changes.xml

2013-10-25 Thread Benedikt Ritter
Just a technical question: why was the row about LANG-926 removed and re-added? SVN magic? 2013/10/24 bay...@apache.org Author: bayard Date: Thu Oct 24 20:07:24 2013 New Revision: 1535519 URL: http://svn.apache.org/r1535519 Log: Noting LANG-848 Modified:

Re: [imaging] Closing stream

2013-10-25 Thread Damjan Jovanovic
On Fri, Oct 25, 2013 at 9:01 AM, Jörg Schaible joerg.schai...@scalaris.com wrote: Hi Damjan, Damjan Jovanovic wrote: On Thu, Oct 24, 2013 at 11:29 PM, Gary Gregory garydgreg...@gmail.com wrote: On Thu, Oct 24, 2013 at 4:31 PM, Jörg Schaible joerg.schai...@gmx.dewrote: Hi Damjan, Damjan

Re: svn commit: r1535555 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/time/StopWatch.java test/java/org/apache/commons/lang3/time/StopWatchTest.java

2013-10-25 Thread Benedikt Ritter
Hi Hen, 2013/10/24 bay...@apache.org Author: bayard Date: Thu Oct 24 21:23:40 2013 New Revision: 153 URL: http://svn.apache.org/r153 Log: Applying Sebb's patch from LANG-774 - adding isStarted, isSuspended and isStopped to StopWatch Modified:

Re: svn commit: r1535555 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/time/StopWatch.java test/java/org/apache/commons/lang3/time/StopWatchTest.java

2013-10-25 Thread Henri Yandell
On Fri, Oct 25, 2013 at 12:58 AM, Benedikt Ritter benerit...@gmail.comwrote: Hi Hen, 2013/10/24 bay...@apache.org Author: bayard Date: Thu Oct 24 21:23:40 2013 New Revision: 153 URL: http://svn.apache.org/r153 Log: Applying Sebb's patch from LANG-774 - adding isStarted,

Re: svn commit: r1535555 - in /commons/proper/lang/trunk/src: changes/changes.xml main/java/org/apache/commons/lang3/time/StopWatch.java test/java/org/apache/commons/lang3/time/StopWatchTest.java

2013-10-25 Thread Benedikt Ritter
2013/10/25 Henri Yandell flame...@gmail.com On Fri, Oct 25, 2013 at 12:58 AM, Benedikt Ritter benerit...@gmail.com wrote: Hi Hen, 2013/10/24 bay...@apache.org Author: bayard Date: Thu Oct 24 21:23:40 2013 New Revision: 153 URL: http://svn.apache.org/r153

Re: svn commit: r1535519 - /commons/proper/lang/trunk/src/changes/changes.xml

2013-10-25 Thread Henri Yandell
I removed the full stop/period on the end of the line. Thus it was modified. Bit weird that the diff made it -,+,+ rather than +,-,+ which would seem more natural. Hen On Fri, Oct 25, 2013 at 12:50 AM, Benedikt Ritter brit...@apache.orgwrote: Just a technical question: why was the row about

[BCEL] Add link to 5.2 JavaDoc to site

2013-10-25 Thread Benedikt Ritter
Hi, we have a request on the user ML to add the API documentation of the the latest BCEL release to the site. At first I thought this would be fairly easy. Just checkout the tag, build the site and commit it to trunk. Looking at [lang] I've realized that the API documentation is published once a

Re: [imaging] Closing stream

2013-10-25 Thread Damjan Jovanovic
On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible joerg.schai...@scalaris.com wrote: Hi Damjan, Damjan Jovanovic wrote: [snip] Thanks for explanation. We would be able to adapt that for Java 1.7 by swallowing the close exception instead of calling addSuppressed() on the primary exception,

Re: [imaging] Closing stream

2013-10-25 Thread Matt Benson
On Oct 25, 2013 6:30 AM, Damjan Jovanovic damjan@gmail.com wrote: On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible joerg.schai...@scalaris.com wrote: Hi Damjan, Damjan Jovanovic wrote: [snip] Thanks for explanation. We would be able to adapt that for Java 1.7 by swallowing

Re: svn commit: r1535297 - in /commons/proper/configuration/branches/RELEASE_1_10_BRANCH: NOTICE.txt build.properties.sample build.xml pom.xml src/site/resources/profile.cobertura src/test/java/org/ap

2013-10-25 Thread sebb
On 25 October 2013 06:51, Thomas Neidhart thomas.neidh...@gmail.com wrote: On 10/25/2013 01:35 AM, sebb wrote: On 24 October 2013 08:53, henn...@apache.org wrote: Snip @@ -1711,7 +1711,7 @@ public class TestDataConfiguration @Test(expected = ConversionException.class) public void

Re: [imaging] Closing stream

2013-10-25 Thread sebb
There was some related discussion here: https://issues.apache.org/jira/browse/IO-249 On 25 October 2013 12:52, Matt Benson gudnabr...@gmail.com wrote: On Oct 25, 2013 6:30 AM, Damjan Jovanovic damjan@gmail.com wrote: On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible

Re: [imaging] Closing stream

2013-10-25 Thread Matt Benson
Thanks, Sebastian, but I don't see how the discussion there relates to the custom Java compiler alternative postulated by Damjan, which is what I was responding to. Which is not to say it doesn't relate; I may be being thick. Matt On Fri, Oct 25, 2013 at 8:50 AM, sebb seb...@gmail.com wrote:

Multiple duplicate issues in Commons JIRA

2013-10-25 Thread sebb
There was a problem with the Create Issue dialog not closing when an issue was created, so it looked like it had failed, leading to resubmits. Hopefully it has now been fixed, but there will probably still be some cleanup of duplicates required (I fixed some). See

Re: [BCEL] Add link to 5.2 JavaDoc to site

2013-10-25 Thread Benedikt Ritter
2013/10/25 Gary Gregory garydgreg...@gmail.com On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritter brit...@apache.org wrote: Hi, we have a request on the user ML to add the API documentation of the the latest BCEL release to the site. At first I thought this would be fairly easy. Just

Re: svn commit: r1532011 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: ArrayUtils.java ObjectUtils.java

2013-10-25 Thread Matt Benson
Do we want to go with Sebastian's suggestion here, or discuss further? I wouldn't call the matter resolved, and it does indeed look a bit irritating to see deprecation warnings in [lang]'s *own* code. Matt On Tue, Oct 22, 2013 at 3:00 PM, sebb seb...@gmail.com wrote: On 22 October 2013

Re: [BCEL] Add link to 5.2 JavaDoc to site

2013-10-25 Thread Gary Gregory
On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter brit...@apache.orgwrote: 2013/10/25 Gary Gregory garydgreg...@gmail.com On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritter brit...@apache.org wrote: Hi, we have a request on the user ML to add the API documentation of the the

Re: [imaging] Closing stream

2013-10-25 Thread sebb
It relates to the general discussion On 25 October 2013 15:21, Matt Benson gudnabr...@gmail.com wrote: Thanks, Sebastian, but I don't see how the discussion there relates to the custom Java compiler alternative postulated by Damjan, which is what I was responding to. Which is not to say it

Re: [imaging] Closing stream

2013-10-25 Thread Jörg Schaible
Hi Damjan, Damjan Jovanovic wrote: On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible joerg.schai...@scalaris.com wrote: Hi Damjan, Damjan Jovanovic wrote: [snip] Thanks for explanation. We would be able to adapt that for Java 1.7 by swallowing the close exception instead of calling

Re: [imaging] Closing stream

2013-10-25 Thread Jörg Schaible
Hi Sebb, sebb wrote: There was some related discussion here: https://issues.apache.org/jira/browse/IO-249 Yeah, this CloseableHandler is another interesting approach. It does just not cover the problem of the original exception (yet). Cheers, Jörg

Re: [VOTE] Release configuration-1.10 based on RC2

2013-10-25 Thread Henning Schmiedehausen
Maybe I should cast a vote, too. :-) So, +1 to releasing. Any additional votes? We would need at least one more... Thanks, Henning On Thu, Oct 24, 2013 at 1:52 AM, Henning Schmiedehausen henn...@schmiedehausen.org wrote: Bug fixes and minor enhancements from configuration 1.9. So I

Re: svn commit: r1532011 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: ArrayUtils.java ObjectUtils.java

2013-10-25 Thread Benedikt Ritter
I'm okay with removing the @deprecated tag from the said methods. Maybe we can just add it as strongNote:/strong to the main JavaDoc, or something like that? 2013/10/25 Matt Benson gudnabr...@gmail.com Do we want to go with Sebastian's suggestion here, or discuss further? I wouldn't call the

Re: [VOTE] Release configuration-1.10 based on RC2

2013-10-25 Thread Gary Gregory
On Fri, Oct 25, 2013 at 1:05 PM, Henning Schmiedehausen henn...@schmiedehausen.org wrote: Maybe I should cast a vote, too. :-) So, +1 to releasing. Any additional votes? We would need at least one more... Give folk a chance to catch up ;) You only called the vote yesterday! Gary

Re: [BCEL] Add link to 5.2 JavaDoc to site

2013-10-25 Thread Benedikt Ritter
2013/10/25 Gary Gregory garydgreg...@gmail.com On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter brit...@apache.org wrote: 2013/10/25 Gary Gregory garydgreg...@gmail.com On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritter brit...@apache.org wrote: Hi, we have a request on

Re: Multiple duplicate issues in Commons JIRA

2013-10-25 Thread dam6923 .
I am guilty/victim of that issue just last night. Was the fix implemented before that? If so, it's still a problem. On Oct 25, 2013 10:31 AM, sebb seb...@gmail.com wrote: There was a problem with the Create Issue dialog not closing when an issue was created, so it looked like it had failed,

Re: [BCEL] Add link to 5.2 JavaDoc to site

2013-10-25 Thread Henri Yandell
Java doc isn't in the tar.gz for that version? On Friday, October 25, 2013, Benedikt Ritter wrote: 2013/10/25 Gary Gregory garydgreg...@gmail.com javascript:; On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter brit...@apache.orgjavascript:; wrote: 2013/10/25 Gary Gregory

Re: [functor] Add functor to svngit2jira

2013-10-25 Thread Benedikt Ritter
Go for it! 2013/10/24 Bruno P. Kinoshita brunodepau...@yahoo.com.br Hi, Would it be all right to ask for [functor] component to be included in svngit2jira [1]? I've manually added commit messages to JIRA issues, but I believe this could be automated (thanks @Humbedooh). If there are no

Re: [BCEL] Add link to 5.2 JavaDoc to site

2013-10-25 Thread Benedikt Ritter
D'oh, haven't checked it, but it most certainly is :-) thank you 2013/10/25 Henri Yandell flame...@gmail.com Java doc isn't in the tar.gz for that version? On Friday, October 25, 2013, Benedikt Ritter wrote: 2013/10/25 Gary Gregory garydgreg...@gmail.com javascript:; On Fri, Oct 25,

Re: [BCEL] Add link to 5.2 JavaDoc to site

2013-10-25 Thread Gary Gregory
On Fri, Oct 25, 2013 at 2:02 PM, Benedikt Ritter benerit...@gmail.comwrote: 2013/10/25 Gary Gregory garydgreg...@gmail.com On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter brit...@apache.org wrote: 2013/10/25 Gary Gregory garydgreg...@gmail.com On Fri, Oct 25, 2013 at 5:26 AM,

commons-lang pull request: [LANG-763] Reintroduce DateUtils.UTC_TIME_ZONE c...

2013-10-25 Thread akiraly
GitHub user akiraly opened a pull request: https://github.com/apache/commons-lang/pull/11 [LANG-763] Reintroduce DateUtils.UTC_TIME_ZONE constant: - add the reusable DelegatingTimeZone and ImmutableTimeZone classes - add back the DateUtils.UTC_TIME_ZONE constant with some unit

Re: Multiple duplicate issues in Commons JIRA

2013-10-25 Thread sebb
On 25 October 2013 19:24, dam6923 . dam6...@gmail.com wrote: I am guilty/victim of that issue just last night. Was the fix implemented before that? If so, it's still a problem. I think the fix was applied afterwards. In any case, I have tested creating a new issue and the dialog now closes

[RESULT] Release Compress 1.6 based on RC3

2013-10-25 Thread Stefan Bodewig
With +1s by Torsten Curdt Emmanuel Bourg Benedikt Ritter Gary Gregory Stefan Bodewig and no other votes the vote has passed. I'll copy around the release artifacts but will give the mirrors a bit of time to catch up before I announce the release and update the site. Stefan

Re: [ANNOUNCE] Commons Email version 1.3.2 released

2013-10-25 Thread Robert Hood
please remove me from the list On Thu, Oct 24, 2013 at 11:28 PM, Thomas Neidhart t...@apache.org wrote: Hello. The Apache Commons team is pleased to announce the release of commons-email-1.3.2. Commons-Email aims to provide an API for sending email. It is built on top of the JavaMail