[math] Matrices and Vectors again

2011-11-22 Thread Sébastien Brisard
Hello, I would like to revive a discussion which took place a few months ago, about the design of the matrix and vector classes. As far as I remember, what came out was that these classes would benefit from a more functional approach, à la Mahout. Additionally, I think Ted suggested that we introdu

Re: [VOTE][Codec] Release Commons Codec 1.6-RC2

2011-11-22 Thread Henri Yandell
I get the following when I 'mvn clean package': testSpeedCheck(org.apache.commons.codec.language.bm.BeiderMorseEncoderTest): Java heap space My MAVEN_OPTS are: -Xmx2048m -XX:MaxPermSize=128m Not sure if that's expected (2G felt big enough) or if I did something wrong. Otherwise everything

Re: [VOTE][Codec] Release Commons Codec 1.6-RC2

2011-11-22 Thread Jörg Schaible
Hi Gary, Gary Gregory wrote: > On Tue, Nov 22, 2011 at 2:43 PM, Jörg Schaible > wrote: [snip] >> >> Apart from that anything builds fine with my compiler zoo. >> > > Thank you Jörg, I've added a 'known issue' section to the > release-notes.txt. I do not plan on cutting another RC just for thi

Re: [VOTE][Codec] Release Commons Codec 1.6-RC2

2011-11-22 Thread Henri Yandell
Yeah, that's pretty common. Doing the symlink sleight of hand is a pain in the arse so I assume everyone skips it on the website. Generally I view the RC website as only being there for the project reports; the RM tweaks the site pre release announcement and we don't require voting on website chang

[math] remove xxxImpl in o.a.c.m.distribution

2011-11-22 Thread Sébastien Brisard
Hi, should I create a JIRA ticket to merge xxxDistribution (interface) and xxxDistributionImpl? Best, Sébastien

[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2011-11-22 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-proxy-test has an issue affecting its community integration. This

Re: [VOTE][Codec] Release Commons Codec 1.6-RC2

2011-11-22 Thread Julius Davies
Hi, The "current release" JavaDoc api link doesn't work in the RC's website. But maybe that's not a real problem with RC's? This link: The JavaDoc API documents are available online: The ***current release*** 404: https://people.apache.org/builds/commons/codec/1.6/RC2/api-release/inde

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2011-11-22 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-exec-test has an issue affecting its community integration. This i

Re: [id] UUID (was: [lang] UUIDUtils)

2011-11-22 Thread ralph.goers @dslextreme.com
I took a quick look at id. I'm not a fan. First, despite the javadoc for VersionOneGenerator saying that a config file is not necessary my test failed without one. Other issues include: 1. It should use java.util.UUID and not invent its own UUID class. 2. It seems extremely overly complicated. T

Cancelled [VOTE] Promote [id] to Commons proper

2011-11-22 Thread Phil Steitz
Seems there is not support to do this at this time. Phil - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [VOTE] Promote [id] to Commons proper

2011-11-22 Thread ralph.goers @dslextreme.com
This is precisely why this vote is premature. As I said, without having looked at the code it is hard for me to understand why UUID stuff would be so complicated that it shouldn't be part of lang. The single class I referenced earlier that I added to Log4j, with perhaps a couple of other methods t

Re: [VOTE] Promote [id] to Commons proper

2011-11-22 Thread Phil Steitz
On 11/22/11 2:01 PM, Jörg Schaible wrote: > Hi Phil, > > Phil Steitz wrote: > >> We seem to have some renewed interest in [id] and some volunteers >> willing to step up to help get it into a releasable state. So I >> would like to propose that we promote [id] to commons proper. >> >> Votes, please

Re: [VOTE][Codec] Release Commons Codec 1.6-RC2

2011-11-22 Thread Gary Gregory
On Tue, Nov 22, 2011 at 2:43 PM, Jörg Schaible wrote: > Gary Gregory wrote: > > > Good day to you all: > > > > I have prepared Commons Codec 1.6-RC2. > > > > The changes from RC1 are what Sebb found: > > - EOL in sources > > - Cruft from a dirty build, so I built this RC as I should have the first

Re: [VOTE] Promote [id] to Commons proper

2011-11-22 Thread Jörg Schaible
Hi Phil, Phil Steitz wrote: > We seem to have some renewed interest in [id] and some volunteers > willing to step up to help get it into a releasable state. So I > would like to propose that we promote [id] to commons proper. > > Votes, please. This vote will close in 72 hours, or if there are

[DISCUSS] Re: [VOTE] Promote [id] to Commons proper

2011-11-22 Thread ralph.goers @dslextreme.com
I think this vote is slightly premature. Jorg expressed a desire to strip it of some things to move it into lang. I've not had a chance to look at the id code to figure out what I'd like to do. Ralph On Tue, Nov 22, 2011 at 12:46 PM, Phil Steitz wrote: > We seem to have some renewed interest in

Re: [VOTE] Promote [id] to Commons proper

2011-11-22 Thread Adrian Cumiskey
+1 and happy to help. On 22 November 2011 14:46, Phil Steitz wrote: > We seem to have some renewed interest in [id] and some volunteers > willing to step up to help get it into a releasable state. So I > would like to propose that we promote [id] to commons proper. > > Votes, please. This vote

Re: [VOTE] Promote [id] to Commons proper

2011-11-22 Thread Davanum Srinivas
+1 Promote [id] to Commons proper On Tue, Nov 22, 2011 at 3:46 PM, Phil Steitz wrote: > We seem to have some renewed interest in [id] and some volunteers > willing to step up to help get it into a releasable state.  So I > would like to propose that we promote [id] to commons proper. > > Votes, p

[VOTE] Promote [id] to Commons proper

2011-11-22 Thread Phil Steitz
We seem to have some renewed interest in [id] and some volunteers willing to step up to help get it into a releasable state. So I would like to propose that we promote [id] to commons proper. Votes, please. This vote will close in 72 hours, or if there are violent objections before then. Phil

Re: [id] UUID

2011-11-22 Thread Phil Steitz
On 11/22/11 1:21 PM, Adrian Cumiskey wrote: > I have a professional interest to get out a release of UUID as my current > project would like to adopt it. I'd be more than happy to volunteer to > help out/finish off the project so we can get it released. Great! I will kick off a promotion vote.

Re: [id] UUID

2011-11-22 Thread Adrian Cumiskey
I have a professional interest to get out a release of UUID as my current project would like to adopt it. I'd be more than happy to volunteer to help out/finish off the project so we can get it released. Cheers, Adrian. On 22 November 2011 13:55, Phil Steitz wrote: > On 11/22/11 8:38 AM, Jörg

Re: [id] UUID

2011-11-22 Thread Phil Steitz
On 11/22/11 8:38 AM, Jörg Schaible wrote: > Hi Ralph, > > Ralph Goers wrote: > >> Actually, UUID implementations aren't really obsolete. The Random UUID >> generated by Java can't be guaranteed to be unique, just that the >> probability that it is is very high. In many circumstances it is >> desir

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.8

2011-11-22 Thread Mladen Turk
On 11/22/2011 08:16 PM, Jörg Schaible wrote: Mladen Truk wrote: Comments: 1/ Why is there a -native-src artifact if -src already contains anything? If someone needs native stuff only. Both jsvc and procrun do not need java part to work. Eg. Tomcat is shipping -native-src and .jar from bin dis

Re: [VOTE][Codec] Release Commons Codec 1.6-RC2

2011-11-22 Thread Jörg Schaible
Gary Gregory wrote: > Good day to you all: > > I have prepared Commons Codec 1.6-RC2. > > The changes from RC1 are what Sebb found: > - EOL in sources > - Cruft from a dirty build, so I built this RC as I should have the first > time around with: > - mvn clean > - mvn deploy -Prelease >

Re: [VOTE][DAEMON] Release Apache Commons Daemon 1.0.8

2011-11-22 Thread Jörg Schaible
Mladen Truk wrote: > The proposed Apache Commons Daemon 1.0.8 release > is now available for voting. > > It can be obtained from: > http://people.apache.org/~mturk/daemon-1.0.8/ > The svn tag is: > https://svn.apache.org/repos/asf/commons/proper/daemon/tags/COMMONS_DAEMON_1_0_8_RC1/ > Generated

[id] UUID (was: [lang] UUIDUtils)

2011-11-22 Thread Jörg Schaible
Hi Ralph, Ralph Goers wrote: > Actually, UUID implementations aren't really obsolete. The Random UUID > generated by Java can't be guaranteed to be unique, just that the > probability that it is is very high. In many circumstances it is > desirable to have a UUID where the uniqueness properties

Re: [lang] UUIDUtils

2011-11-22 Thread Ralph Goers
Actually, UUID implementations aren't really obsolete. The Random UUID generated by Java can't be guaranteed to be unique, just that the probability that it is is very high. In many circumstances it is desirable to have a UUID where the uniqueness properties are known - such as a type 1 UUID. F

[GUMP@vmgump]: Project commons-exec-test (in module apache-commons) failed

2011-11-22 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-exec-test has an issue affecting its community integration. This i

Re: [lang] UUIDUtils

2011-11-22 Thread Jörg Schaible
Hi Gary, Gary Gregory wrote: > Hi, > > What about http://commons.apache.org/sandbox/id/ ? This is something different. That component provides a UUID implementation (somewhat obsolete now since Java 5) and the concept of id generators. > If IDs are important, this project should be in play on

[lang] UUIDUtils

2011-11-22 Thread Jörg Schaible
Hi fellows, any objection to add UUIDUtils to lang (LANG-778)? Cheers, Jörg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org