|
From: Weinan Li <we...@re...> - 2015-10-08 03:29:31
|
Hi Sean, Sure please go ahead to create PR and send me the link. -- Weinan Li / JBoss > On Oct 3, 2015, at 2:39 AM, Sean Dawson <sea...@gm...> wrote: > > > Hello, > > I think I emailed previously about a patch that was submitted awhile ago to skip "as" methods that's in 3.0.11.Final but was left out when refactoring was done in newer version(s). That omission has prevented us from upgrading. > > Even more problematic is that we aren't able to move to Java 8 because it includes default interface methods that do not include annotations which causes RestEasy (at least in the above version) ProxyFactory to fail with "You must use at least one, but no more than one http method annotation". I can't think of another way around this except to put the following in ProxyBuilder... > > if (method.isDefault()) > continue; > > Can we submit a patch for both of these to be incorporated in the latest version? > > Thank you. > > ------------------------------------------------------------------------------ > _______________________________________________ > Resteasy-developers mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/resteasy-developers |