Description of problem: https://issues.jboss.org/browse/WELD-1797 Weld Proxy don't work for VarArgs methods when the bean is RequestScoped and the weld proxy don't recognize the varargs functions any more as varargs. Version-Release number of selected component (if applicable): How reproducible: Every time Steps to Reproduce: 1. See WELD-1141 (original issue) for reproducer Actual results: @RequestScoped bean is not recognised as having varargs method Expected results: @RequestScoped bean should be recognised as having varargs method Additional info:
Created attachment 959305 [details] Reproducer
Jozef Hartinger <jharting> updated the status of jira WELD-1797 to Resolved
Verified in EAP 6.3.3.CP.CR1