Re: [jira] Resolved: (VFS-71) Deploy recent VFS snapshot to the Apache M2 Snapshot repository

2006-07-20 Thread Mario Ivankovits
Hi Henri! Thanks for doing so! Ciao, Mario [ http://issues.apache.org/jira/browse/VFS-71?page=all ] Henri Yandell resolved VFS-71. -- Resolution: Fixed Snapshots are now being deployed:

svn commit: r423801 - /jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:37:45 2006 New Revision: 423801 URL: http://svn.apache.org/viewvc?rev=423801view=rev Log: Improving front page a bit Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/index.xml Modified:

svn commit: r423802 - /jakarta/commons/proper/attributes/trunk/site/xdocs/faq.xml

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:40:35 2006 New Revision: 423802 URL: http://svn.apache.org/viewvc?rev=423802view=rev Log: Added FAQ entry on C-A having reached end of life Modified: jakarta/commons/proper/attributes/trunk/site/xdocs/faq.xml Modified:

svn commit: r423803 - in /jakarta/commons/proper/attributes/trunk: compiler/project.xml plugin/project.xml project.xml unittest/project.xml

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:41:52 2006 New Revision: 423803 URL: http://svn.apache.org/viewvc?rev=423803view=rev Log: switched version numbers to 2.2-rc1 for a trial release Modified: jakarta/commons/proper/attributes/trunk/compiler/project.xml

svn commit: r423804 - /jakarta/commons/proper/attributes/tags/CA_2_1_RC1/trunk/

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:42:45 2006 New Revision: 423804 URL: http://svn.apache.org/viewvc?rev=423804view=rev Log: preparing for an rc1 Added: jakarta/commons/proper/attributes/tags/CA_2_1_RC1/trunk/ - copied from r423803, jakarta/commons/proper/attributes/trunk/

svn commit: r423805 - /jakarta/commons/proper/attributes/tags/CA_2_2_RC1/

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:43:26 2006 New Revision: 423805 URL: http://svn.apache.org/viewvc?rev=423805view=rev Log: preparing for an rc1 Added: jakarta/commons/proper/attributes/tags/CA_2_2_RC1/ - copied from r423804, jakarta/commons/proper/attributes/trunk/

svn commit: r423806 - /jakarta/commons/proper/attributes/tags/CA_2_1_RC1/trunk/

2006-07-20 Thread bayard
Author: bayard Date: Wed Jul 19 23:44:35 2006 New Revision: 423806 URL: http://svn.apache.org/viewvc?rev=423806view=rev Log: Bad copy Removed: jakarta/commons/proper/attributes/tags/CA_2_1_RC1/trunk/ - To unsubscribe,

[jira] Commented: (IO-51) Throttled input and output stream classes

2006-07-20 Thread Gareth Davis (JIRA)
[ http://issues.apache.org/jira/browse/IO-51?page=comments#action_12422347 ] Gareth Davis commented on IO-51: The previous commenter didn't seem overly impressed with the implementation. But the limewire and freenet implmentation are GPL'd,

[jira] Commented: (VFS-71) Deploy recent VFS snapshot to the Apache M2 Snapshot repository

2006-07-20 Thread Vincent Massol (JIRA)
[ http://issues.apache.org/jira/browse/VFS-71?page=comments#action_12422349 ] Vincent Massol commented on VFS-71: --- Thanks a ton Henri! Not sure if you want to close this issue though as it's not deployed to a m2 repository yet (which is the

[attributes] attributes 2.2-RC1

2006-07-20 Thread Henri Yandell
Opinions appreciated on the readiness of 2.2-RC1 of Attributes: http://people.apache.org/~bayard/commons-attributes/ -- One negative off the bat: * No poms for the Maven repository. Looks like they haven't been deployed before and as they use inheritence I'll have to look into how to best put

[jira] Commented: (COLLECTIONS-218) CollectionUtils.select() does not return passed in collection

2006-07-20 Thread Stephen Colebourne (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-218?page=comments#action_12422358 ] Stephen Colebourne commented on COLLECTIONS-218: Its not intuitive, but its not just serialized classes. Our requirement is that other code

[patch] [math] changes to QR decomposition

2006-07-20 Thread Joni Salonen
Hi all, I've made some changes to the QR-decomposition code, namely: - rewritten some comments for clarity - extract the Householder transformation routine to a private method - change the decomposition to economy sized in which Q is not always square which saves memory in the m = n case and

[jira] Commented: (COLLECTIONS-218) CollectionUtils.select() does not return passed in collection

2006-07-20 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/COLLECTIONS-218?page=comments#action_12422391 ] Simon Kitching commented on COLLECTIONS-218: I was a little surprised by the comment that changing void-non-void was binary incompatible, so I

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-07-20 Thread commons-jelly-tags-jsl development
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.

[EMAIL PROTECTED]: Project commons-jelly-tags-jsl-test (in module commons-jelly) failed

2006-07-20 Thread commons-jelly-tags-jsl development
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.

svn commit: r423934 - /jakarta/commons/proper/scxml/trunk/pom.xml

2006-07-20 Thread rahul
Author: rahul Date: Thu Jul 20 06:48:47 2006 New Revision: 423934 URL: http://svn.apache.org/viewvc?rev=423934view=rev Log: Mark optional dependencies in M2 POM. Suggested by Niall Pemberton niall DOT pemberton AT gmail DOT com. Modified: jakarta/commons/proper/scxml/trunk/pom.xml

Re: [all][scxml] Version 0.5 RC2 available

2006-07-20 Thread Rahul Akolkar
On 7/19/06, Niall Pemberton [EMAIL PROTECTED] wrote: Looks good to me. The only question I have is over how the dependencies are marked in project.xml for maven2. I'm a newbie wrt to maven2 but seems like the the servlet and myfaces dependencies should be optional rather than provided (also

svn commit: r423981 - /jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java

2006-07-20 Thread ozeigermann
Author: ozeigermann Date: Thu Jul 20 09:27:42 2006 New Revision: 423981 URL: http://svn.apache.org/viewvc?rev=423981view=rev Log: Minor spelling mistake fixed. Modified: jakarta/commons/proper/transaction/trunk/src/java/org/apache/commons/transaction/util/TurnBarrier.java Modified:

Re: [all] Project blog?

2006-07-20 Thread robert burrell donkin
On Mon, 2006-07-17 at 10:31 -0700, Henri Yandell wrote: I took a break from Commons stuff yesterday to work on some Commons stuff. A while back I decided I should stop posting Commons bits in my personal blog and make a blog dedicated to it. A few days ago it dawned on me that I should then

Re: [modeler] RC2 for Commons Modeler

2006-07-20 Thread Davanum Srinivas
OK. Will cut a 2.0-RC1 is there are no objections. thanks, dims On 7/20/06, Henri Yandell [EMAIL PROTECTED] wrote: Checked: * PGP and md5's check out using KEYS.txt from svn. Bit odd that Remy is the name listed on the dist KEYS, but Yoav and yourself are the ones in svn. Be careful not to

svn commit: r424039 - in /jakarta/commons/proper/modeler/trunk: KEYS.txt project.xml

2006-07-20 Thread dims
Author: dims Date: Thu Jul 20 13:10:17 2006 New Revision: 424039 URL: http://svn.apache.org/viewvc?rev=424039view=rev Log: add remy's key Modified: jakarta/commons/proper/modeler/trunk/KEYS.txt jakarta/commons/proper/modeler/trunk/project.xml Modified:

Re: [all] Project blog?

2006-07-20 Thread Henri Yandell
On 7/20/06, robert burrell donkin [EMAIL PROTECTED] wrote: On Mon, 2006-07-17 at 10:31 -0700, Henri Yandell wrote: I took a break from Commons stuff yesterday to work on some Commons stuff. A while back I decided I should stop posting Commons bits in my personal blog and make a blog dedicated

Re: [all] Project blog?

2006-07-20 Thread Henri Yandell
On 7/18/06, Torsten Curdt [EMAIL PROTECTED] wrote: On 7/17/06, Henri Yandell [EMAIL PROTECTED] wrote: I took a break from Commons stuff yesterday to work on some Commons stuff. A while back I decided I should stop posting Commons bits in my personal blog and make a blog dedicated to it. A few

[all] JIRA issue types

2006-07-20 Thread Stephen Colebourne
FYI, I updated the issue type scheme of all commons projects today to the Apache default. This means that we now don't get the Infrastructure and Geronimo issue types in commons when creating an issue. No action is required by commoners as a result of this change. Stephen

svn commit: r424051 - in /jakarta/commons/proper/modeler/trunk: RELEASE-NOTES.txt project.xml

2006-07-20 Thread dims
Author: dims Date: Thu Jul 20 13:34:55 2006 New Revision: 424051 URL: http://svn.apache.org/viewvc?rev=424051view=rev Log: update version # in release notes Modified: jakarta/commons/proper/modeler/trunk/RELEASE-NOTES.txt jakarta/commons/proper/modeler/trunk/project.xml Modified:

svn commit: r424052 - /jakarta/commons/proper/modeler/trunk/project.xml

2006-07-20 Thread dims
Author: dims Date: Thu Jul 20 13:36:44 2006 New Revision: 424052 URL: http://svn.apache.org/viewvc?rev=424052view=rev Log: oops! sorry Modified: jakarta/commons/proper/modeler/trunk/project.xml Modified: jakarta/commons/proper/modeler/trunk/project.xml URL:

svn commit: r424063 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/LogFactory.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 14:06:09 2006 New Revision: 424063 URL: http://svn.apache.org/viewvc?rev=424063view=rev Log: * INCOMPATIBLE CHANGE (minor): protected method getContextClassloader no longer uses an AccessController. This was a (minor) security flaw. Instead, behaviour is

svn commit: r424066 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 14:08:49 2006 New Revision: 424066 URL: http://svn.apache.org/viewvc?rev=424066view=rev Log: * Add method getSystemProperty which fetches system properties using an AccessController, so they are accessable by a trusted JCL lib called from untrusted code. * Add

[VFS] Bug in FileObject.createFile() on local FS

2006-07-20 Thread Filip Defoort
Hi VFS, I've found a bug in the FileObject.createFile(): the docs state: * Creates this file, if it does not exist. Also creates any ancestor * folders which do not exist. This method does nothing if the file * already exists and is a file. * But that's not what

Re: [all] JIRA issue types

2006-07-20 Thread Henri Yandell
Thanks. I hadn't noticed that they were different :) Hen On 7/20/06, Stephen Colebourne [EMAIL PROTECTED] wrote: FYI, I updated the issue type scheme of all commons projects today to the Apache default. This means that we now don't get the Infrastructure and Geronimo issue types in commons

svn commit: r424078 - /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/security/SecurityTestCaseAllowed.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 14:52:52 2006 New Revision: 424078 URL: http://svn.apache.org/viewvc?rev=424078view=rev Log: Only count security exceptions before a message is actually logged, as j.u.logging does (and should) generate security exceptions. Modified:

svn commit: r424082 - in /jakarta/commons/proper/logging/trunk/src/test/org/apache/commons/logging/security: SecurityAllowedTestCase.java SecurityForbiddenTestCase.java SecurityTestCaseAllowed.java Se

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 14:59:50 2006 New Revision: 424082 URL: http://svn.apache.org/viewvc?rev=424082view=rev Log: Rename testcase files, as batch junit testing only detects classes ending in TestCase. Added:

svn commit: r424107 - in /jakarta/commons/proper/logging/trunk/src/java: ./ org/apache/commons/logging/ org/apache/commons/logging/impl/

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:15:42 2006 New Revision: 424107 URL: http://svn.apache.org/viewvc?rev=424107view=rev Log: Update license info using script update-AL20.pl, as per http://www.apache.org/legal/src-headers.html Modified:

svn commit: r424110 - in /jakarta/commons/proper/logging/trunk: ./ xdocs/

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:29:33 2006 New Revision: 424110 URL: http://svn.apache.org/viewvc?rev=424110view=rev Log: Update license info using script update-AL20.pl, as per http://www.apache.org/legal/src-headers.html Modified: jakarta/commons/proper/logging/trunk/PROPOSAL.html

svn commit: r424112 - /jakarta/commons/proper/logging/trunk/xdocs/tech.xml

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:32:01 2006 New Revision: 424112 URL: http://svn.apache.org/viewvc?rev=424112view=rev Log: Update license info using script update-AL20.pl, as per http://www.apache.org/legal/src-headers.html Modified: jakarta/commons/proper/logging/trunk/xdocs/tech.xml

svn commit: r424113 - /jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/StackAction.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:34:46 2006 New Revision: 424113 URL: http://svn.apache.org/viewvc?rev=424113view=rev Log: Add @since comment for new method. Modified: jakarta/commons/proper/digester/trunk/src/java/org/apache/commons/digester/StackAction.java Modified:

svn commit: r424114 - /jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 16:35:25 2006 New Revision: 424114 URL: http://svn.apache.org/viewvc?rev=424114view=rev Log: Note that method addStackAction has been added to the Digester class. Modified: jakarta/commons/proper/digester/trunk/RELEASE-NOTES.txt Modified:

[JIRA] admin access for DIGESTER, LOGGING

2006-07-20 Thread Simon Kitching
Hi, I don't appear to be able to close JIRA issues for LOGGING. Do I need to explicitly be granted privileges for this? If so, could someone please do so? Thanks, Simon - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[VFS] FileObject.close rules

2006-07-20 Thread Filip Defoort
Hi VFS/Mario, I'm digging through some older VFS based code, and I used to plaster FileObject.close() through the code (essentially after each resolve) to make sure I had current information. With the new ON_RESOLVE cache strategy, is that still the recommended way of doing things ? Or can I

svn commit: r424139 - /jakarta/commons/proper/logging/trunk/src/java/org/apache/commons/logging/impl/LogFactoryImpl.java

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 17:09:23 2006 New Revision: 424139 URL: http://svn.apache.org/viewvc?rev=424139view=rev Log: Fix for LOGGING-107. JCL failed when run under a security policy that prevented calling ClassLoader.getParent. We now catch SecurityException in this case, and also use

svn commit: r424144 - /jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

2006-07-20 Thread skitching
Author: skitching Date: Thu Jul 20 17:12:48 2006 New Revision: 424144 URL: http://svn.apache.org/viewvc?rev=424144view=rev Log: Start release notes for 1.1.1 Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt Modified: jakarta/commons/proper/logging/trunk/RELEASE-NOTES.txt

[all] Splitting the mailing list

2006-07-20 Thread Henri Yandell
A while back Maven moved to having the commits and issues on different mailing lists and it seems to be going well. So I'd like to suggest: [EMAIL PROTECTED] - reply-to to commons-dev [EMAIL PROTECTED] - reply-to to commons-dev I think the wiki notifications should stay on the dev list as

Re: [JIRA] admin access for DIGESTER, LOGGING

2006-07-20 Thread Henri Yandell
Done On 7/20/06, Simon Kitching [EMAIL PROTECTED] wrote: Hi, I don't appear to be able to close JIRA issues for LOGGING. Do I need to explicitly be granted privileges for this? If so, could someone please do so? Thanks, Simon

Re: [all] Splitting the mailing list

2006-07-20 Thread Phil Steitz
I would rather that we find a way to reduce the JIRA noise, but only the part of it that really is noise. The real JIRA notifications and commit diffs are as important as the other stuff on this list - certainly as important as this message ;-) Phil On 7/20/06, Henri Yandell [EMAIL PROTECTED]

Re: [all] Splitting the mailing list

2006-07-20 Thread Brett Porter
+1 to this proposal. I'd also suggest starting the list with the full list of subscribers so nobody is immediately impacted. - Brett On 21/07/2006 10:15 AM, Henri Yandell wrote: A while back Maven moved to having the commits and issues on different mailing lists and it seems to be going

Re: [all] Splitting the mailing list

2006-07-20 Thread Henri Yandell
On 7/20/06, Phil Steitz [EMAIL PROTECTED] wrote: I would rather that we find a way to reduce the JIRA noise, but only the part of it that really is noise. The real JIRA notifications and commit diffs are as important as the other stuff on this list - certainly as important as this message ;-)

Re: [all] Splitting the mailing list

2006-07-20 Thread Niall Pemberton
+1 Niall On 7/21/06, Brett Porter [EMAIL PROTECTED] wrote: +1 to this proposal. I'd also suggest starting the list with the full list of subscribers so nobody is immediately impacted. - Brett On 21/07/2006 10:15 AM, Henri Yandell wrote: A while back Maven moved to having the commits and

RE: [all] Splitting the mailing list

2006-07-20 Thread James.Ring
Hi Henri, -Original Message- From: Henri Yandell [mailto:[EMAIL PROTECTED] Sent: Friday, 21 July 2006 10:16 AM To: Jakarta Commons Developers List Subject: [all] Splitting the mailing list A while back Maven moved to having the commits and issues on different mailing lists and

Re: [all] Splitting the mailing list

2006-07-20 Thread Wendy Smoak
On 7/20/06, Henri Yandell [EMAIL PROTECTED] wrote: Is it as important for contributors? If I understand it correctly, the idea of this change (a bunch of projects seem to be moving this way) is that the developers see exactly what they used to see and the contributors get a less spammy list

[jira] Closed: (LOGGING-25) [logging] call to getClassLoader() in LogFactoryImpl not checked for null

2006-07-20 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-25?page=all ] Simon Kitching closed LOGGING-25. - Resolution: Fixed As there has been no response from original poster, this is being closed presumed fixed. [logging] call to getClassLoader() in

[jira] Commented: (LOGGING-108) Classloader reference leak on Tomcat 5.5.17 with log4j in webapp

2006-07-20 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/LOGGING-108?page=comments#action_12422527 ] Simon Kitching commented on LOGGING-108: Thanks for reporting this. Your analyis is excellent, thanks. however I think this is really the responsibility

[jira] Resolved: (SANDBOX-158) Switch from Map configuration API to bit-flag one

2006-07-20 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-158?page=all ] Niall Pemberton resolved SANDBOX-158. - Resolution: Invalid This only works with boolean values - many of the options are not so this won't really work. Switch from Map configuration

[jira] Created: (SANDBOX-159) [finder] Make FileFilter implementations public classes in their own package.

2006-07-20 Thread Niall Pemberton (JIRA)
[finder] Make FileFilter implementations public classes in their own package. - Key: SANDBOX-159 URL: http://issues.apache.org/jira/browse/SANDBOX-159 Project: Commons

[jira] Updated: (SANDBOX-159) [finder] Make FileFilter implementations public classes in their own package.

2006-07-20 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-159?page=all ] Niall Pemberton updated SANDBOX-159: Attachment: finder-filters-package.txt [finder] Make FileFilter implementations public classes in their own package.

Re: [all] Splitting the mailing list

2006-07-20 Thread Phil Steitz
On 7/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 7/20/06, Henri Yandell [EMAIL PROTECTED] wrote: Is it as important for contributors? If I understand it correctly, the idea of this change (a bunch of projects seem to be moving this way) is that the developers see exactly what they used

Re: [all] Splitting the mailing list

2006-07-20 Thread Martin Cooper
On 7/20/06, Phil Steitz [EMAIL PROTECTED] wrote: On 7/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 7/20/06, Henri Yandell [EMAIL PROTECTED] wrote: Is it as important for contributors? If I understand it correctly, the idea of this change (a bunch of projects seem to be moving this

[jira] Commented: (SANDBOX-159) [finder] Make FileFilter implementations public classes in their own package.

2006-07-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-159?page=comments#action_12422536 ] Henri Yandell commented on SANDBOX-159: --- +1, go for it. Looks like there are a few different types of things fixed - so commits per action would be good

Re: [all] Splitting the mailing list

2006-07-20 Thread Simon Kitching
On Thu, 2006-07-20 at 20:34 -0700, Martin Cooper wrote: On 7/20/06, Phil Steitz [EMAIL PROTECTED] wrote: On 7/20/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 7/20/06, Henri Yandell [EMAIL PROTECTED] wrote: Is it as important for contributors? If I understand it correctly, the

[jira] Resolved: (SANDBOX-157) Extend java.util.Event* classes

2006-07-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-157?page=all ] Henri Yandell resolved SANDBOX-157. --- Resolution: Fixed svn ci -m Switched the event and listener objects to extend the java.util.EventObject and Even tListener classes as suggested by

Re: [all] Splitting the mailing list

2006-07-20 Thread Henri Yandell
On 7/20/06, Simon Kitching [EMAIL PROTECTED] wrote: As far as the arguments about getting new contributors in, I would like to hear from them. That's an excellent idea.. Yup. James Ring is one of those, so his reply was quite a surprise (for me). Maybe a better email would be:

svn commit: r424172 - in /jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/transform: FastCosineTransformer.java FastFourierTransformer.java FastSineTransformer.java

2006-07-20 Thread psteitz
Author: psteitz Date: Thu Jul 20 21:32:29 2006 New Revision: 424172 URL: http://svn.apache.org/viewvc?rev=424172view=rev Log: Made constructors public in transform package. Modified: jakarta/commons/proper/math/trunk/src/java/org/apache/commons/math/transform/FastCosineTransformer.java

Re: [Commons-Math] FFT Support

2006-07-20 Thread Phil Steitz
On 7/13/06, Remi Arntzen [EMAIL PROTECTED] wrote: On 7/4/06, Phil Steitz [EMAIL PROTECTED] wrote: Hi Remy, The test coverage is still not where we would like to have it and we may want to refine/revise the API. Please have a look and if you have suggestions for improvement or are willing

[jira] Resolved: (LANG-59) [lang] DateUtils.truncate method is buggy when dealing with DST switching hours

2006-07-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-59?page=all ] Henri Yandell resolved LANG-59. --- Resolution: Fixed Niall's fix seems to be working :) Passed tests in morning and evening which seemed to have some impact on the bug. Please reopen if it's not

[jira] Updated: (LANG-271) LocaleUtils test fails under Mustang

2006-07-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-271?page=all ] Henri Yandell updated LANG-271: --- Fix Version/s: 2.3 (was: 2.2) In Java 1.6, the US languages go from en_US to en_US, es_US. This is a problem once we need to compile on

[jira] Commented: (SANDBOX-159) [finder] Make FileFilter implementations public classes in their own package.

2006-07-20 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/SANDBOX-159?page=comments#action_12422553 ] Niall Pemberton commented on SANDBOX-159: - Sorry, only just read your comment after I commited it all in one go. I've summarized additional changes

svn commit: r424192 - in /jakarta/commons/proper/lang/trunk/src: java/org/apache/commons/lang/time/DateUtils.java test/org/apache/commons/lang/time/DateUtilsTest.java

2006-07-20 Thread bayard
Author: bayard Date: Thu Jul 20 22:47:07 2006 New Revision: 424192 URL: http://svn.apache.org/viewvc?rev=424192view=rev Log: Adding Niall's fix for LANG-59 - an edge case in date truncation - and his enhancement for the unit test that was there. Modified:

[jira] Commented: (LANG-59) [lang] DateUtils.truncate method is buggy when dealing with DST switching hours

2006-07-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/LANG-59?page=comments#action_12422554 ] Henri Yandell commented on LANG-59: --- Now I've actually done the commit. Doh. svn ci -m Adding Niall's fix for LANG-59 - an edge case in date truncation - and his

Re: [lang] VariableFormatter - pre 2.2

2006-07-20 Thread Henri Yandell
This is all that's left in 2.2 before an RC can be built. On 7/5/06, Stephen Colebourne [EMAIL PROTECTED] wrote: Henri Yandell wrote: Anyone know of any half-finished code in there at the moment? I think I'm on record for saying that the VariableFormatter class doesn't quite fit as is IMHO.