Author: bayard
Date: Wed Aug 2 23:38:34 2006
New Revision: 428261
URL: http://svn.apache.org/viewvc?rev=428261&view=rev
Log:
Creating a release tag for 2.2
Added:
jakarta/commons/proper/attributes/tags/CA_2_2/
- copied from r428260, jakarta/commons/proper/attributes/trunk/
--
Author: bayard
Date: Wed Aug 2 23:37:13 2006
New Revision: 428260
URL: http://svn.apache.org/viewvc?rev=428260&view=rev
Log:
The name of the release notes changed
Modified:
jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml
Modified: jakarta/commons/proper/attributes/trunk/site/xd
Author: bayard
Date: Wed Aug 2 23:32:06 2006
New Revision: 428259
URL: http://svn.apache.org/viewvc?rev=428259&view=rev
Log:
Setting tomorrow as the release date
Modified:
jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml
Modified: jakarta/commons/proper/attributes/trunk/site/xdo
Author: bayard
Date: Wed Aug 2 23:31:00 2006
New Revision: 428258
URL: http://svn.apache.org/viewvc?rev=428258&view=rev
Log:
Moved from 2.2-rc1 to 2.2
Modified:
jakarta/commons/proper/attributes/trunk/compiler/manifest.mf
jakarta/commons/proper/attributes/trunk/compiler/project.xml
j
On 8/1/06, Stephen Colebourne <[EMAIL PROTECTED]> wrote:
From: Henri Yandell <[EMAIL PROTECTED]>
> > Another minor nit would be to have the source and binary distros
> > unpack into separate directories.
> Will leave that for the moment. Wonder if Maven has fixed that so the
> source unpacks nic
On 8/2/06, Remi Arntzen <[EMAIL PROTECTED]> wrote:
repeted word "of"
"transformation of of mixed object"
in java docs for org.apache.commons.math.util.TransformerMap
Thanks Remi, fixed in subversion.
Hen
-
To unsubscribe, e
Author: bayard
Date: Wed Aug 2 23:19:28 2006
New Revision: 428255
URL: http://svn.apache.org/viewvc?rev=428255&view=rev
Log:
Fixing typo as pointed out by Remi Arntzen on commons-dev
Modified:
jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/util/TransformerMap.java
Modif
repeted word "of"
"transformation of of mixed object"
in java docs for org.apache.commons.math.util.TransformerMap
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Henri Yandell wrote:
On 8/2/06, Gary Gregory <[EMAIL PROTECTED]> wrote:
I think in some places it was to avoid clash with JDK 1.5.
StringBuilder I presume being the one.
(I sent a mail earlier, but its not arrived)
But yes, this is the key point. StrBuilder is a pre JDK5 version of
StringBuil
Author: jochen
Date: Wed Aug 2 14:49:12 2006
New Revision: 428162
URL: http://svn.apache.org/viewvc?rev=428162&view=rev
Log:
Adding initial pom for Maven 2 builds.
Added:
jakarta/commons/proper/fileupload/trunk/pom.xml
Added: jakarta/commons/proper/fileupload/trunk/pom.xml
URL:
http://svn.
[ http://issues.apache.org/jira/browse/BETWIXT-54?page=all ]
Robert Burrell Donkin closed BETWIXT-54.
Resolution: Fixed
hi holgar
thanks for the patch
i've committed a variation upon the patch. i'm a little concerned that logging
to error is a
Author: rdonkin
Date: Wed Aug 2 14:02:21 2006
New Revision: 428147
URL: http://svn.apache.org/viewvc?rev=428147&view=rev
Log:
Improved error reporting in the case of a cycle reference. Based on JIRA
BETWIXT-54 contributed by Holger Haag. This reduces the level at which the
error is reported to
On 8/2/06, Gary Gregory <[EMAIL PROTECTED]> wrote:
Hello All:
I think the argument for the name change I am hearing is: we are not
formatting a la printf but we are replacing markers with values (and not
formatting those values). Is that right? If that is the case, a
"Substitutor" name is better
Author: jochen
Date: Wed Aug 2 13:49:46 2006
New Revision: 428141
URL: http://svn.apache.org/viewvc?rev=428141&view=rev
Log:
Merged in the streaming branch.
Added:
jakarta/commons/proper/fileupload/trunk/.settings/
- copied from r420345,
jakarta/commons/proper/fileupload/branches/stre
[ http://issues.apache.org/jira/browse/COLLECTIONS-219?page=all ]
Stephen Colebourne closed COLLECTIONS-219.
--
Resolution: Fixed
Fixed in svn 348013, thanks
> The CollectionUtils.removeAll method calls the ListUtils.retainAll method
> instead o
[ http://issues.apache.org/jira/browse/COLLECTIONS-219?page=all ]
Stephen Colebourne updated COLLECTIONS-219:
---
Component/s: Core
Fix Version/s: 3.3
Assignee: Stephen Colebourne
> The CollectionUtils.removeAll method calls the Lis
Author: scolebourne
Date: Wed Aug 2 13:24:02 2006
New Revision: 428130
URL: http://svn.apache.org/viewvc?rev=428130&view=rev
Log:
COLLECTIONS-219 - CollectionUtils - Fix removeAll() method which was completely
broken
Modified:
jakarta/commons/proper/collections/trunk/RELEASE-NOTES.html
On 8/1/06, Simon Kitching <[EMAIL PROTECTED]> wrote:
Hi,
Currently the nightly build stuff supports either ant or maven1.x.
I've just got logging building/testing successfully with maven2 (though
building the dist bundles is still to do). Is there any chance someone
could update the nightly bui
Stephen Colebourne wrote:
For example "There were ${number} characters", would return the
object matching the ${number} substitution, and dropping the rest of
the text!
Perhaps you can point to an exact use case?
Oliver Heger wrote:
Your analysis is correct. The idea was that you can have sp
Hello All:
I think the argument for the name change I am hearing is: we are not
formatting a la printf but we are replacing markers with values (and not
formatting those values). Is that right? If that is the case, a
"Substitutor" name is better.
As a general rule, I do not like or use abbreviati
Well I'd love to see this method in 2.2 because I think it does make any
API visible to the user and doesn't bloat the
interface with too many new methods.
Any other thoughts?
Tom
Henri Yandell wrote:
> Make a new one - unless you're arguing for the change to be in 2.2;
> then keep it going on
[
http://issues.apache.org/jira/browse/MATH-154?page=comments#action_12425314 ]
Remi Arntzen commented on MATH-154:
---
a better implementation:
long addAndCheck(long a, long b) {
long max = Math.max(a, b);
long min = Math.min(a, b);
Hello,
Simon Kitching wrote:
If I were writing a 1.4+ library or app, I'd just use java.util.logging
directly.
Which reminds me: is the JULI implementation of the java.util.logging
API (used in tomcat) available as an independent library? If not, maybe
it is worth extracting it as a project of
Make a new one - unless you're arguing for the change to be in 2.2;
then keep it going on this thread.
Hen
On 8/2/06, Tom Schindl <[EMAIL PROTECTED]> wrote:
Where should I put my feature request should I:
- append it to VariableFormatter's-Jira-Entry
- create a new Jira-Entry for StrSubstitutor
The CollectionUtils.removeAll method calls the ListUtils.retainAll method
instead of the ListUtils.removeAll method.
Key: COLLECTIONS-219
URL: htt
Infinite loop in FileSystemUtils.freeSpaceWindows if share directory empty
--
Key: IO-90
URL: http://issues.apache.org/jira/browse/IO-90
Project: Commons IO
Issue Type:
[
http://issues.apache.org/jira/browse/TRANSACTION-11?page=comments#action_12425272
]
Jeremy Fujimoto-Johnson commented on TRANSACTION-11:
Actually, in the attached patch there isn't a setDefaultTransactionTimeout()
method a
[
http://issues.apache.org/jira/browse/TRANSACTION-11?page=comments#action_12425218
]
Jörg Heinicke commented on TRANSACTION-11:
--
I don't like the idea of adding getters and setters to interfaces, but as the
corresponding getter getDef
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project commons-jelly-tags-jsl-test has an issue affecting its community
integration.
Th
To whom it may engage...
This is an automated request, but not an unsolicited one. For
more information please visit http://gump.apache.org/nagged.html,
and/or contact the folk at [EMAIL PROTECTED]
Project commons-jelly-tags-jsl-test has an issue affecting its community
integration.
Th
Where should I put my feature request should I:
- append it to VariableFormatter's-Jira-Entry
- create a new Jira-Entry for StrSubstitutor
Tom
Tom Schindl schrieb:
> Hi,
>
> Looks good to me. Maybe for 2.3 this patch could provide
> MessageFormatting like proposed before without bloating the API
31 matches
Mail list logo