Re: [LANG] JCIP Annotations

2009-08-20 Thread Holger Hoffstaette
On Thu, 20 Aug 2009 10:32:22 +0100, sebb wrote: > LANG trunk currently includes some use of JCIP annotations. Please also see: http://code.google.com/p/jsr-305/ I remember vaguely that there were some semantic changes esp. wrt. the "itself" designator since the original JCIP release. -h

Confused about maven artifact groupIds

2008-09-09 Thread Holger Hoffstaette
I just noticed some strange inconsistencies with commons groupId, in my case for commons-io. I had a reference to org.apache.commons:commons-io:1.3.2 in my pom and wanted to update to 1.4, only to find that apparently the groupId had reverted to commons-io (without the apache namespace). What's up

Re: [lang] Java 5

2008-06-13 Thread Holger Hoffstaette
On Fri, 13 Jun 2008 23:19:22 +0200, simon wrote: > The second part of the "jar hell" problem is dependencies which *are* > exported as part of a bundle's public API. > > For example, a bundle exports a class with this API: > public boolean isInRange( > org.apache.lang.math.DoubleRange range

Re: POLL: Anyone interested in a new CONCURRENT component

2007-10-25 Thread Holger Hoffstaette
On Thu, 25 Oct 2007 11:09:05 +0200, Thorbjørn Ravn Andersen wrote: > Oliver Zeigermann skrev den 03-10-2007 22:29: >> Right. Such a component would contain evertything that is NOT in j.u.c., >> but still useful. This means it, it would be an addtion, not a >> replacement for j.u.c. >> >> > You mi