Depends on what you mean. QDox release is related to gwt-maven-plugin, although I don't know when to expect the next release, might be pretty soon.
Also working on cobertura-m-p and dashboard-m-p (huge refactoring, but becoming very very cool) And I'll put my setup-maven-plugin into the sandbox this month (I hope) btw, did you know that with Maven3 they'll replace the javadoclets of the plugins with real Annotations, so QDox will disappear here. Date: Tue, 8 Jun 2010 14:25:44 -0500 From: [email protected] To: [email protected] Subject: Re: [qdox-dev] Next QDox-release links to other projects? On Tue, Jun 8, 2010 at 2:23 PM, Robert Scholte <[email protected]> wrote: 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: [email protected] To: [email protected] 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 <[email protected]> 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! MSN Messenger _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
