Out of curiosity, what's planned for 2.0?

On Tue, Jun 8, 2010 at 8:23 PM, Robert Scholte <rfscho...@hotmail.com> 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: 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! MSN Messenger

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to