Right now my focus is on some mojo-projects. I think I'll continue my 
preparations on 2.0 during first half of this summer. The branch is there, the 
ideas are there, now just the coding ;)

 

-R
 


Date: Tue, 8 Jun 2010 13:49:10 -0500
From: p...@hammant.org
To: dev@qdox.codehaus.org
Subject: Re: [qdox-dev] Next QDox-release


+1

And after that we start a 2.x push ? :-)



On Tue, Jun 8, 2010 at 10:58 AM, Robert Scholte <rfscho...@codehaus.org> wrote:


Hi team,
 
I'd like to release a new version of QDox. Main reason are the improvements of 
QDOX-207 and QDOX-211 which makes it possible to resolve generic type variables.
For example:
 
---
public interface GenericDao<TEntity, TKey> { 
  public List<TEntity> getAll(); 
}
 
public interface SubjectDao extends GenericDao<Subject, Long> { 
 
}
---
 
Now method.getReturnType( true )  for SubjectDao.getAll() will return 
List<Subject> instead of List<TEntity>
 
Without any objections I'll do the release somewhere this weekend.
 
Cheers,
 
- Robert
 
 



Express yourself instantly with MSN Messenger! MSN Messenger
                                          
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

Reply via email to