Re: [VOTE] Release Apache Commons-Digester 3.1 based on RC2

2011-10-25 Thread David Karlsen
You can use http://pmd.sourceforge.net/suppressing.html for suppression of edge-cases like empty catch blocks. The first one is simply a false one (e.g. pmd bug). 2011/10/25 Simone Tripodi : > Hi Gary! > > That is the same I wondered: if 6 are "too many", how many are enough? :) > Maybe it's time

Re: commons-collections release

2011-10-17 Thread David Karlsen
You can make it smoother with a maven relocation pom. 2011/10/17 sebb : > On 17 October 2011 13:00, Olivier Lamy wrote: >> Hello, >> The last release is now more than 3  years old. >> Maybe time to do something :-). >> I can take the point (I'm a little noob here @commons community so any >> help

Re: [lang] Running lang under a security manager and LANG-744

2011-09-05 Thread David Karlsen
I think tying to sun classes is a bad idea. Den 6. sep. 2011 05:54 skrev "sebb" følgende: > On 6 September 2011 04:33, Henri Yandell wrote: >> On Sat, Sep 3, 2011 at 8:10 AM, sebb wrote: >>> On 3 September 2011 05:37, Henri Yandell wrote: I'm less concerned with the 115 errors, unless they

Re: [VOTE] Release Commons Configuration 1.7 based on RC3

2011-09-04 Thread David Karlsen
+1 to upgrading Den 4. sep. 2011 21:52 skrev "Simone Tripodi" følgende: > Hallo Oliver, > I'm reviewing the tag and, sorry for not having noticed before, is > there any reason why the Digester is still at 1.8 version? > Upgrade to at least 2.1 should be painless enough, even if an upgrade > to 3.0

Re: [Cache] Status?

2011-08-27 Thread David Karlsen
I'd really recommend ehcache. Den 27. aug. 2011 07:39 skrev "Greg Sterijevski" følgende: > Thank you Henri. > > Somehow I missed the JCS project, which looks to be superior to cache. > > -Greg > > On Fri, Aug 26, 2011 at 11:49 PM, Henri Yandell wrote: > >> Very, very dead. >> >> You have to dig d

[LANG] Serious error in lang-3 in reflective toString?

2011-08-21 Thread David Karlsen
Stacktrace: .SomeOtherClass.equals( ) at java.util.WeakHashMap.isEqual(WeakHashMap.java:737) ~[na:na] at java.util.WeakHashMap.put(WeakHashMap.java:612) ~[na:na] at org.apache.commons.lang3.builder.ToStringStyle.register(ToStringStyle.java:182) ~[commons-lang3-3.0

Re: [collections] Iterate over sublists of an original list

2011-08-18 Thread David Karlsen
Guava also has a lot of handy classes for working on collections. 2011/8/18 Simone Tripodi > Salut Sébastien, > wouldn't the List#subList(int, int)[1] method be helpful for your purposes? > HTH, > Simo > > [1] > http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html#subList(int > ,

Re: [lang] where did org.apache.commons.lang.math.RandomUtils go?

2011-08-09 Thread David Karlsen
nextInt - but I can just roll my own. Thanks. 2011/8/8 Henri Yandell > On Mon, Aug 8, 2011 at 7:18 AM, David Karlsen > wrote: > > Hi. > > > > org.apache.commons.lang.math.RandomUtils does not exist in lang3 and I > could > > not find anything in the m

[lang] where did org.apache.commons.lang.math.RandomUtils go?

2011-08-08 Thread David Karlsen
Hi. org.apache.commons.lang.math.RandomUtils does not exist in lang3 and I could not find anything in the migration guide. Are there any alternatives in lang3? -- -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen

Re: [logging] logging vs slf4j

2011-08-03 Thread David Karlsen
Hasn't the time for both CL and log4j passed by? The trend nowadays seems to be slf4j/logback. Den 3. aug. 2011 15:03 skrev "Gary Gregory" følgende: > Or maybe Log4j 2 could replace [logging]. > > Gary > > On Wed, Aug 3, 2011 at 5:33 AM, Stephen Colebourne wrote: >> My thought is that there might

Re: Nightly snapshots

2011-08-01 Thread David Karlsen
+1 - having it in a maven repo all ready for consumption hopefully increases the motivation for testing. If using a nexus repo it can tidy out stale instances. The snapshot and release repos will be under distinct addresses anyway - so it requires the consumer to actively configure this anyway...

Re: [chain] Upgrading to Maven parent version 21

2011-07-31 Thread David Karlsen
Try nuking the local maven repository in case something is corrupt? Den 31. juli 2011 17:07 skrev "Elijah Zupancic" følgende: > Here is the output from SVN diff: > > Index: pom.xml > === > --- pom.xml (revision 1152492) > +++ pom.xml

Re: [chain] Forking to a 2.0?

2011-07-28 Thread David Karlsen
+1 Den 28. juli 2011 06:42 skrev "Paul Benedict" følgende: > > +1. I have done some of this privately (like generics). Having an > official version would be so useful. > > On Wed, Jul 27, 2011 at 10:46 PM, Elijah Zupancic wrote: > > Hi, > > > > I've been a active user for a number of years now an

Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC4)

2011-07-19 Thread David Karlsen
2011/7/19 Paul Benedict > As long as Commons IO is marked as a test dependency, I am okay with > it. I just don't want it to be a compile-time dependency for the main > source. > And it is: http://svn.apache.org/repos/asf/commons/proper/lang/trunk/pom.xml commons-io commons-io

Re: [VOTE] [LANG] Release Commons Lang 3.0 (based on RC4)

2011-07-19 Thread David Karlsen
2011/7/19 Gary Gregory > On Mon, Jul 18, 2011 at 9:25 PM, Henri Yandell wrote: > > > Interesting issue; though thankfully it's post RC4 so not an issue wrt > > releasing 3.0. > > > > Assuming (for argument's sake) that IO Test depends on Lang & Lang > > Test depends on IO; is this bad? I'm not c

Re: [lang] Collections -> Lang

2011-04-09 Thread David Karlsen
We dropped collections in favour of guava and are quite happy with that - but I'd like to see the MultiKey class survive - any chance for that? 2011/4/7 Simone Tripodi > Hi all guys, > I don't want to hijack the thread but also Discovery was in "critical > care" but we gave it a new life, if it

Re: [ALL] Maven magic: creating a test jar

2011-04-04 Thread David Karlsen
Add this org.apache.maven.plugins maven-jar-plugin test-jar 2011/4/4 Gary Gregory

Re: release commons validator 1.4

2011-02-21 Thread David Karlsen
ping? 2011/1/27 David Karlsen > Any update to the status? > > 2011/1/19 Niall Pemberton > > On Wed, Jan 19, 2011 at 3:09 PM, Jacob Zwiers >> wrote: >> > I'll echo that. >> > >> > I had put a query to the user's list a last week ask

Re: [lang] Android users wanted :)

2011-02-08 Thread David Karlsen
its Java 1.6 one needs to use for the curren Android SDK version. > > Maybe it helps? > > The simulators can be downloaded from developer.android.com/sdk/index.html > > paul > > > Le 4 févr. 2011 à 17:19, Jörg Schaible a écrit : > > > > > Thanks guys! >

Fwd: [lang] Android users wanted :)

2011-02-04 Thread David Karlsen
Got an user here which reports java.version returns "0" and java.specification.version returns "0.9" for all Andriod versions. -- Forwarded message -- From: Waltin Arve Date: 2011/2/4 Subject: RE: [lang] Android users wanted :) To: David Karlsen For al

Re: release commons validator 1.4

2011-01-27 Thread David Karlsen
d some time to look at doing this. > > > If so, where do you see volunteer help being most useful? > > At this point I don't know. I need to review/remember the state > validator is currently in and come up with a TODO list for a 1.4 > release. > > Niall > > >

release commons validator 1.4

2011-01-19 Thread David Karlsen
Hi. We'd be very interested in http://commons.apache.org/validator/apidocs/org/apache/commons/validator/routines/checkdigit/LuhnCheckDigit.html- could 1.4 be released? It's been quite a while since the last 1.3.1 relase -- -- David J. M. Karlsen - http://www.linkedin.com/in/davidkarlsen