Leonardo Uribe schrieb: > > > On Thu, Jan 22, 2009 at 2:32 AM, Simon Kitching <skitch...@apache.org > <mailto:skitch...@apache.org>> wrote: > > Hi, > > Could someone explain to me what this is about? > https://issues.apache.org/jira/browse/MYFACES-2135 > > How can @Deprecated annotations "change the method signature"? > > Hi > > If the annotations are marked to be preserved at runtime, they are added > to method signature. Anyway, binary compatibility test (using maven > clirr plugin) does not show problems if they are present or not, but > j2ee tck detects it.
Ah ok. So this functionality has to be removed from myfaces in order to keep a broken TCK happy? It would be nicer to fix the TCK...but I expect that is not an easy thing to get done. Do we actually have any channel for reporting bugs in the TCK? BTW, it would be nice for the Jira issue to point out that the TCK is the reason for this change.. Regards, Simon