RE: Blueprint issue with generics

2016-09-30 Thread CLEMENT Jean-Philippe
gment) might be added to Aries? JP De : CLEMENT Jean-Philippe [mailto:jean-philippe.clem...@fr.thalesgroup.com<mailto:jean-philippe.clem...@fr.thalesgroup.com>] Envoyé : mardi 27 septembre 2016 11:12 À : user@aries.apache.org<mailto:user@aries.apache.org> Objet : RE: Blueprint issue wit

Re: Blueprint issue with generics

2016-09-30 Thread Guillaume Nodet
> > > > *De :* CLEMENT Jean-Philippe [mailto:jean-philippe.clement@ > fr.thalesgroup.com] > *Envoyé :* mardi 27 septembre 2016 11:12 > > *À :* user@aries.apache.org > *Objet :* RE: Blueprint issue with generics > > > > This example is a bit particular as “3” has no ty

RE: Blueprint issue with generics

2016-09-30 Thread CLEMENT Jean-Philippe
Hi Guillaume, Do you think a fallback converter option (or via a fragment) might be added to Aries? JP De : CLEMENT Jean-Philippe [mailto:jean-philippe.clem...@fr.thalesgroup.com] Envoyé : mardi 27 septembre 2016 11:12 À : user@aries.apache.org Objet : RE: Blueprint issue with generics

RE: Blueprint issue with generics

2016-09-27 Thread CLEMENT Jean-Philippe
be more interesting to have a fallback strategy isn’t it? JP De : Guillaume Nodet [mailto:gno...@apache.org] Envoyé : lundi 26 septembre 2016 21:36 À : user@aries.apache.org Objet : Re: Blueprint issue with generics Again, I'm really not sure that would be a good idea. Some use cases are really

Re: Blueprint issue with generics

2016-09-26 Thread Guillaume Nodet
eneric-aware converter or the non-generic one :) > > > > (please please please!) > > > > Regards, > > JP > > > > *De :* Guillaume Nodet [mailto:gno...@apache.org] > *Envoyé :* lundi 26 septembre 2016 18:01 > > *À :* user@aries.apache.org > *Obj

RE: Blueprint issue with generics

2016-09-26 Thread CLEMENT Jean-Philippe
r@aries.apache.org<mailto:user@aries.apache.org> Objet : Re: Blueprint issue with generics Have you been able to try the converter ? 2016-09-23 13:07 GMT+02:00 Guillaume Nodet <gno...@apache.org<mailto:gno...@apache.org>>: 2016-09-23 12:22 GMT+02:00 CLEMENT Jean-Philippe <j

Re: Blueprint issue with generics

2016-09-26 Thread Guillaume Nodet
[mailto:gno...@apache.org] > *Envoyé :* lundi 26 septembre 2016 15:19 > > *À :* user@aries.apache.org > *Objet :* Re: Blueprint issue with generics > > > > Have you been able to try the converter ? > > > > 2016-09-23 13:07 GMT+02:00 Guillaume Nodet <gno...@ap

RE: Blueprint issue with generics

2016-09-26 Thread CLEMENT Jean-Philippe
[mailto:gno...@apache.org] Envoyé : lundi 26 septembre 2016 15:19 À : user@aries.apache.org Objet : Re: Blueprint issue with generics Have you been able to try the converter ? 2016-09-23 13:07 GMT+02:00 Guillaume Nodet <gno...@apache.org<mailto:gno...@apache.org>>: 2016-09-23 12:22 GMT+02:00

Re: Blueprint issue with generics

2016-09-26 Thread Guillaume Nodet
Class().isInstance(sourceObject); > } > > @Override > public Object convert(Object sourceObject, ReifiedType targetType) throws > Exception { > return sourceObject; > } > } > > > >> >> >> JP >> >> >> >> *De

Re: Blueprint issue with generics

2016-09-23 Thread Guillaume Nodet
jection checking system which goes far beyond expectations. > > > > https://issues.apache.org/jira/browse/ARIES-1607 > > > > I hope it could be fixed :) > > > > Thank you! > > > > Kind regards, > > JP > > > > *De :* Benjamin Doerr [m

RE: Blueprint issue with generics

2016-09-23 Thread CLEMENT Jean-Philippe
extra converters and Blueprint to get no added value? JP De : Guillaume Nodet [mailto:gno...@apache.org] Envoyé : vendredi 23 septembre 2016 11:36 À : user@aries.apache.org Objet : Re: Blueprint issue with generics Have you tried using a Converter ? This should fix all your problems quite

Re: Blueprint issue with generics

2016-09-23 Thread Guillaume Nodet
is not assigned. Does it mean it won’t be fixed? > > > > Regards, > > JP > > > > *De :* CLEMENT Jean-Philippe [mailto:jean-philippe.clement@ > fr.thalesgroup.com] > *Envoyé :* vendredi 16 septembre 2016 14:29 > *À :* user@aries.apache.org > *Objet :* RE

RE: Blueprint issue with generics

2016-09-16 Thread CLEMENT Jean-Philippe
...@bendoerr.me] Envoyé : jeudi 11 février 2016 22:39 À : user@aries.apache.org Objet : Re: Blueprint issue with generics Also would love to see this fixed. My workaround is usually this: void setSomething(Something s) to > setSomething(S s) which maintains the compile type checking. And like Jean-Phili

Re: Blueprint issue with generics

2016-02-11 Thread Benjamin Doerr
Also would love to see this fixed. My workaround is usually this: void setSomething(Something s) to > setSomething(S s) which maintains the compile type checking. And like Jean-Philippe, third-party APIs mean that if I can I have to create a local extension with a hacked setter just to make