Hi Damjan,
Damjan Jovanovic wrote:
> On Thu, Oct 24, 2013 at 11:29 PM, Gary Gregory
> wrote:
>> On Thu, Oct 24, 2013 at 4:31 PM, Jörg Schaible
>> wrote:
>>
>>> Hi Damjan,
>>>
>>> Damjan Jovanovic wrote:
>>>
>>> > As one of the perpetrators of the problem, I have now fixed it. The
>>> > reasons I
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
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
2013/
Just a technical question: why was the row about LANG-926 removed and
re-added? SVN magic?
2013/10/24
> Author: bayard
> Date: Thu Oct 24 20:07:24 2013
> New Revision: 1535519
>
> URL: http://svn.apache.org/r1535519
> Log:
> Noting LANG-848
>
> Modified:
> commons/proper/lang/trunk/src/chan
On Fri, Oct 25, 2013 at 9:01 AM, Jörg Schaible
wrote:
> Hi Damjan,
>
> Damjan Jovanovic wrote:
>
>> On Thu, Oct 24, 2013 at 11:29 PM, Gary Gregory
>> wrote:
>>> On Thu, Oct 24, 2013 at 4:31 PM, Jörg Schaible
>>> wrote:
>>>
Hi Damjan,
Damjan Jovanovic wrote:
> As one of th
Hi Hen,
2013/10/24
> 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:
> commons/proper/lang/trunk/src/change
On Fri, Oct 25, 2013 at 12:58 AM, Benedikt Ritter wrote:
> Hi Hen,
>
>
> 2013/10/24
>
> > 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
>
2013/10/25 Henri Yandell
> On Fri, Oct 25, 2013 at 12:58 AM, Benedikt Ritter >wrote:
>
> > Hi Hen,
> >
> >
> > 2013/10/24
> >
> > > Author: bayard
> > > Date: Thu Oct 24 21:23:40 2013
> > > New Revision: 153
> > >
> > > URL: http://svn.apache.org/r153
> > > Log:
> > > Applying Sebb's pa
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 wrote:
> Just a technical question: why was the row about LANG-926 removed an
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
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,
> but the show stopper is catching and rethrowing the primary exception
> (Throwable
On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible
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,
>> but the sho
On Oct 25, 2013 6:30 AM, "Damjan Jovanovic" wrote:
>
> On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible
> 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
> >> excepti
On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritter 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 checkout the tag, build the site and commit it to trunk.
>
> Looking a
On 25 October 2013 06:51, Thomas Neidhart wrote:
> On 10/25/2013 01:35 AM, sebb wrote:
>> On 24 October 2013 08:53, wrote:
Snip
>>> @@ -1711,7 +1711,7 @@ public class TestDataConfiguration
>>> @Test(expected = ConversionException.class)
>>> public void testGetInetAddressInvalidType()
There was some related discussion here:
https://issues.apache.org/jira/browse/IO-249
On 25 October 2013 12:52, Matt Benson wrote:
> On Oct 25, 2013 6:30 AM, "Damjan Jovanovic" wrote:
>>
>> On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible
>> wrote:
>> > Hi Damjan,
>> >
>> > Damjan Jovanovic wrot
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 wrote:
> There was som
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 https://issues.apache.org/jira/b
2013/10/25 Gary Gregory
> On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritter
> 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 checkout the tag, build the s
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 wrote:
> On 22 October 2013 20:55, Matt Benson w
On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter wrote:
> 2013/10/25 Gary Gregory
>
> > On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritter
> > 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 firs
It relates to the general discussion
On 25 October 2013 15:21, Matt Benson 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 doesn't relate; I
Hi Damjan,
Damjan Jovanovic wrote:
> On Fri, Oct 25, 2013 at 12:36 PM, Jörg Schaible
> 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 addSu
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
--
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
wrote:
> Bug fixes and minor enhancements from configuration 1.9.
>
> So I would like to release conf
I'm okay with removing the @deprecated tag from the said methods. Maybe we
can just add it as Note: to the main JavaDoc, or something
like that?
2013/10/25 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 in
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
2013/10/25 Gary Gregory
> On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter >wrote:
>
> > 2013/10/25 Gary Gregory
> >
> > > On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritter
> > > wrote:
> > >
> > > > Hi,
> > > >
> > > > we have a request on the user ML to add the API documentation of the
> > t
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" wrote:
> 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
> r
Java doc isn't in the tar.gz for that version?
On Friday, October 25, 2013, Benedikt Ritter wrote:
> 2013/10/25 Gary Gregory >
>
> > On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter
> >
> > >wrote:
> >
> > > 2013/10/25 Gary Gregory >
> > >
> > > > On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritt
Go for it!
2013/10/24 Bruno P. Kinoshita
> 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 objections, I will fi
D'oh, haven't checked it, but it most certainly is :-) thank you
2013/10/25 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 >
> >
> > > On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter
> > >
On Fri, Oct 25, 2013 at 2:02 PM, Benedikt Ritter wrote:
> 2013/10/25 Gary Gregory
>
> > On Fri, Oct 25, 2013 at 10:35 AM, Benedikt Ritter > >wrote:
> >
> > > 2013/10/25 Gary Gregory
> > >
> > > > On Fri, Oct 25, 2013 at 5:26 AM, Benedikt Ritter >
> > > > wrote:
> > > >
> > > > > Hi,
> > > > >
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 te
On 25 October 2013 19:24, dam6923 . 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 properly
> On Oct
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
please remove me from the list
On Thu, Oct 24, 2013 at 11:28 PM, Thomas Neidhart 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 API, which i
Robert, send an email to
dev-unsubscr...@commons.apache.org
*http://tinyurl.com/njw7snw
*
On 10/26/2013 01:08 AM, Robert Hood wrote:
please remove me from the list
On Thu, Oct 24, 2013 at 11:28 PM, Thomas Neidhart wrote:
Hello.
The Apache Commons team is pleased to announce the release
38 matches
Mail list logo