Re: RESULT: [VOTE] Release math 2.0 (take two)

2009-08-06 Thread Jörg Schaible
Hi Phil, why are there still 20 issues in JIRA marked as resolved instead of closed now? https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310485&status=5 - Jörg Phil Steitz wrote at Donnerstag, 6. August 2009 03:17: > This vote has passed with no +-0 or -1 votes and +

[IO] Magic Number File Filter

2009-08-06 Thread Michael Wooten
Hello Apache Development Community, I would like to propose the following addition to the Commons IO project. I created a file filter that could read "magic numbers", which are the bytes (usually but not always at the beginning of a file) that identify a specific file format. For instance, the Jav

[g...@vmgump]: Project commons-jelly-tags-jaxme (in module commons-jelly) failed

2009-08-06 Thread commons-jelly-tags-jaxme 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 gene...@gump.apache.org. Project commons-jelly-tags-jaxme has an issue affecting its community integration

[g...@vmgump]: Project commons-jelly-tags-fmt-test (in module commons-jelly) failed

2009-08-06 Thread commons-jelly-tags-fmt 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 gene...@gump.apache.org. Project commons-jelly-tags-fmt-test has an issue affecting its community integrat

RE: [VOTE] Release Codec 1.4 based on RC4

2009-08-06 Thread Gary Gregory
[X] +1 Yes go ahead an release based on RC4 Tested -src.zip with ant and mvn builds on Sun Java 1.6.0_15 on Windows XP 32-bits. Gary PS Nits: I just noticed this in the Ant build output: [javadoc] C:\test\commons-codec-1.4-src\src\java\org\apache\commons\codec\digest\DigestUtils.java:68: wa

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

2009-08-06 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: [VOTE] Release Codec 1.4 based on RC4

2009-08-06 Thread Luc Maisonobe
Niall Pemberton a écrit : > I have prepared a fourth release candidate for Codec 1.4 following the > feedback from the third. > > [ ] +1 Yes go ahead an release based on RC4 > [ ] -1 No, because... +1 I'm really impressed by test coverage, its amazing! Luc > > The tag for RC4 is here: > http:

Re: [VOTE] Release Codec 1.4 based on RC4

2009-08-06 Thread Niall Pemberton
+1 Niall On Thu, Aug 6, 2009 at 6:02 PM, Niall Pemberton wrote: > I have prepared a fourth release candidate for Codec 1.4 following the > feedback from the third. > > [ ] +1 Yes go ahead an release based on RC4 > [ ] -1 No, because... > > The tag for RC4 is here: > http://svn.apache.org/viewvc/c

Re: [VOTE] Release Codec 1.4 based on RC4

2009-08-06 Thread Niall Pemberton
On Thu, Aug 6, 2009 at 6:13 PM, Gary Gregory wrote: > The CLIRR page reminded me that there is no automated way to make sure we > have added @since 1.4 tags in all the right places. > > For example, Hex.DEFAULT_CHARSET_NAME was missing its @since 1.4, now in SVN. OK, but it missed RC4 - but no bi

RE: [VOTE] Release Codec 1.4 based on RC4

2009-08-06 Thread Gary Gregory
The CLIRR page reminded me that there is no automated way to make sure we have added @since 1.4 tags in all the right places. For example, Hex.DEFAULT_CHARSET_NAME was missing its @since 1.4, now in SVN. Gary > -Original Message- > From: Niall Pemberton [mailto:niall.pember...@gmail.co

[VOTE] Release Codec 1.4 based on RC4

2009-08-06 Thread Niall Pemberton
I have prepared a fourth release candidate for Codec 1.4 following the feedback from the third. [ ] +1 Yes go ahead an release based on RC4 [ ] -1 No, because... The tag for RC4 is here: http://svn.apache.org/viewvc/commons/proper/codec/tags/CODEC_1_4_RC4/ The release artefacts are here http://p

RE: [codec] Are we ready for Codec 1.4 RC4?

2009-08-06 Thread Gary Gregory
> -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Thursday, August 06, 2009 8:55 AM > To: Commons Developers List > Subject: Re: [codec] Are we ready for Codec 1.4 RC4? > > On 06/08/2009, Gary Gregory wrote: > > > -Original Message- > > > From: sebb [mailto:seb.

Re: [codec] Are we ready for Codec 1.4 RC4?

2009-08-06 Thread Julius Davies
> > In this particular case, the array is package protected, and as such > surely does not form part of the _public_ API? > > If we are not changing it to private now, perhaps we should add a > comment to say the array will be made private in a future release? > Hi, Sebb, Some users are crazy. S

Re: [codec] Are we ready for Codec 1.4 RC4?

2009-08-06 Thread sebb
On 06/08/2009, Gary Gregory wrote: > > -Original Message- > > From: sebb [mailto:seb...@gmail.com] > > Sent: Thursday, August 06, 2009 6:43 AM > > To: Commons Developers List > > Subject: Re: [codec] Are we ready for Codec 1.4 RC4? > > > > On 06/08/2009, Niall Pemberton wrote: > >

RE: [codec] Are we ready for Codec 1.4 RC4?

2009-08-06 Thread Gary Gregory
> -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Thursday, August 06, 2009 6:43 AM > To: Commons Developers List > Subject: Re: [codec] Are we ready for Codec 1.4 RC4? > > On 06/08/2009, Niall Pemberton wrote: > > Are there any more changes people want to do before cutt

Re: [vfs] VFS.getManager and FileCache

2009-08-06 Thread Mario Ivankovits
Hi! Using weak ref as default seems not too bad. However, since the file objects have just their parent cached it might lead to much more file system access then now as a parent might need to refresh its children. I tried to kick a discussion about caching at all already [1]. I still think goi

Re: [codec] Are we ready for Codec 1.4 RC4?

2009-08-06 Thread Julius Davies
Hi, Niall, There's my extremely minor CODEC-86 nitpick, but I don't think any codec committers are interested, so I'm good! I've got no changes. yours, Julius On Thu, Aug 6, 2009 at 6:42 AM, sebb wrote: > On 06/08/2009, Niall Pemberton wrote: >> Are there any more changes people want to do

Re: [codec] Are we ready for Codec 1.4 RC4?

2009-08-06 Thread sebb
On 06/08/2009, Niall Pemberton wrote: > Are there any more changes people want to do before cutting another > Codec 1.4 RC? I just did a quick scan looking for any mutable variables. There are some variables which ought to be final; these are already documented as to be treated as final so no pr

[codec] Are we ready for Codec 1.4 RC4?

2009-08-06 Thread Niall Pemberton
Are there any more changes people want to do before cutting another Codec 1.4 RC? Niall - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r801488 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Hex.java

2009-08-06 Thread Niall Pemberton
On Thu, Aug 6, 2009 at 12:10 PM, sebb wrote: > On 06/08/2009, ggreg...@apache.org wrote: >> Author: ggregory >>  Date: Thu Aug  6 01:30:08 2009 >>  New Revision: 801488 >> >>  URL: http://svn.apache.org/viewvc?rev=801488&view=rev >>  Log: >>  [CODEC-55] make all "business" method implementations o

Re: svn commit: r801488 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Hex.java

2009-08-06 Thread sebb
On 06/08/2009, ggreg...@apache.org wrote: > Author: ggregory > Date: Thu Aug 6 01:30:08 2009 > New Revision: 801488 > > URL: http://svn.apache.org/viewvc?rev=801488&view=rev > Log: > [CODEC-55] make all "business" method implementations of public API thread > safe. > > Modified: > > c

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

2009-08-06 Thread commons-compress 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 gene...@gump.apache.org. Project commons-compress-test has an issue affecting its community integration. Th

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

2009-08-06 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-lang3 has an issue affecting its community integration. This issue

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

2009-08-06 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 has an issue affecting its community integration. Th

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

2009-08-06 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-betwixt has an issue affecting its community integration. This iss

[vfs] VFS.getManager and FileCache

2009-08-06 Thread Jörg Schaible
Hi gang, the docs of VFS praise VFS.getManager() as simplest possibility to work with VFS. However, this setup uses a SortRefFileCache as default implementation. This caused our server app to fail, since it means that FileObject instances are only garbage collected if the Java process runs out of

Re: how to become a committer?

2009-08-06 Thread Henri Yandell
On Wed, Aug 5, 2009 at 6:23 PM, Julius Davies wrote: > > Henri seems pretty busy these days. On that note 2009's actually been a very active year for me code wise: http://www.svnsearch.org/svnsearch/repos/ASF/search?from=20090101&to=20091231&author=bayard Split generally between Taglibs and