Re: [weld-dev] Potential bug with Typed not affecting if a ProducerMethod is proxiable.

2018-03-13 Thread Matej Novotny
Hi, comments inline. Matej - Original Message - > From: "Benjamin Confino" > To: weld-dev@lists.jboss.org > Cc: "Emily Jiang" > Sent: Monday, March 12, 2018 6:40:27 PM > Subject: [weld-dev] Potential bug with Typed not affecting if a > ProducerMethod is proxiable. > > Hello >

Re: [weld-dev] Potential bug with Typed not affecting if a ProducerMethod is proxiable.

2018-03-13 Thread Benjamin Confino
Thank you Matej that's good to know. From: Matej Novotny To: Benjamin Confino Cc: weld-dev@lists.jboss.org, Emily Jiang Date: 13/03/2018 09:36 Subject:Re: [weld-dev] Potential bug with Typed not affecting if a ProducerMethod is proxiable. Hi, comments inline. Matej

[weld-dev] Class#getGenericInterfaces() on a CDI proxy

2018-03-13 Thread Marko Bekhta
Hi all! While working on an issue [1] in Hibernate Validator, We've stumbled on, what seems to be, a bug in Weld. We have a generic interface: @ValidateOnExecution(type = { ExecutableType.NON_GETTER_METHODS, ExecutableType.GETTER_METHODS }) public interface Repeater { String repeat(@NotNull Strin