Re: [VOTE] Release of DbUtils 1.2 RC3

2009-04-16 Thread Dave Meikle
Hi, 2009/3/15 Dan Fabulich > [ ] +1 release it > [ ] +0 go ahead I don't care > [ ] -1 no, do not release it because > Finally, had a chance to look at this and its a +1 from me. Cheers, Dave

Re: [VOTE] Release of DbUtils 1.2 RC3

2009-04-16 Thread Dan Fabulich
We have a +1 from Liam Coughlin, but still need two more binding (PMC) +1s to release. -Dan Dan Fabulich wrote: Took me a few weeks, but I finally got around to installing a free instance of Oracle (Express Edition 10.2) and testing the null handling code we introduced in DbUtils 1.2 (DBUTIL

RE: Commons-VFS SVN commit permission

2009-04-16 Thread Mario Ivankovits
Hi! > > Have an idea to change FileName implementation to use Java's > > internal URI, > > and it need to be discussed first. 2.0 release may be the only good > > point to > > do that in next few years :) > > > > There are a bunch of places where URI should have been used. Please keep in mind th

Re: Commons-VFS SVN commit permission

2009-04-16 Thread Ralph Goers
On Apr 16, 2009, at 12:53 AM, Sergey Vladimirov wrote: Ralph, I have a small list of high priority issues to be resolved (MS FTP compatibility, I/O stream leaks), and have experience with FindBugs project, so also will help to fix those issues (as long as they don't break the logic). Have a

Re: [COMPRESS] Changeset design

2009-04-16 Thread Christian Grobmeier
>> I just added testDeletePlusAddSame() and found out that it works like >>  expected (removes file A and adds file B under the same name as file >>  A). > > However, it does not work exactly the same as Add then Delete, because > that removes all trace of the Add from the Set. Yes. If you make A

Re: [Configuration] experimental branch uses java.util.logging?

2009-04-16 Thread Aidan Skinner
On Wed, Apr 15, 2009 at 2:08 PM, Ralph Goers wrote: > My experience with AOP logging solutions is limited but from what I've seen > it is possible to use AOP mechanisms to enable logging but I haven't seen > any that allow you to enable and then disable logging as desired while the > application

Re: Commons-VFS SVN commit permission

2009-04-16 Thread Matt Benson
--- On Wed, 4/15/09, Henri Yandell wrote: > From: Henri Yandell > Subject: Re: Commons-VFS SVN commit permission > To: "Commons Developers List" > Date: Wednesday, April 15, 2009, 11:15 PM > I'm all for Sergey to have sandbox > access and a branch in the sandbox > to work on the FTP code the

Re: [COMPRESS] Changeset design

2009-04-16 Thread sebb
On 16/04/2009, Christian Grobmeier wrote: > Hi, > > > >> Did you see ChangeSetTest.testDeletePlusAdd() ? > > > > Yes. > > > >> Is this what you want? > > > > No, because the delete and add are for different items. > > > I just added testDeletePlusAddSame() and found out that it works like

[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-04-16 Thread Gump
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 gene...@gump.apache.org. Project commons-configuration-test has an issue affecting its community integrati

Re: Commons-VFS SVN commit permission

2009-04-16 Thread Sergey Vladimirov
Ralph, I have a small list of high priority issues to be resolved (MS FTP compatibility, I/O stream leaks), and have experience with FindBugs project, so also will help to fix those issues (as long as they don't break the logic). Have an idea to change FileName implementation to use Java's interna