Re: [weld-dev] ProxyFactory#getProxyName() question

2020-03-11 Thread Matej Novotny
n :) Matej - Original Message - > From: "Laird Nelson" > To: "Matej Novotny" > Cc: weld-dev@lists.jboss.org > Sent: Tuesday, March 10, 2020 11:45:42 PM > Subject: Re: [weld-dev] ProxyFactory#getProxyName() question > > On Tue, Mar 10, 202

Re: [weld-dev] ProxyFactory#getProxyName() question

2020-03-10 Thread Laird Nelson
On Tue, Mar 10, 2020 at 11:14 AM Laird Nelson wrote: > So once we end up with java.io.Cloneable$Serializable$$Proxy$, that gets > passed to getProxyClass() and this comes into play: >

Re: [weld-dev] ProxyFactory#getProxyName() question

2020-03-10 Thread Laird Nelson
On Tue, Mar 10, 2020 at 9:07 AM Matej Novotny wrote: > first and foremost, these are purely internal mechanics. There is no > guarantee in CDI spec or Weld docs on how the proxies should look like. > Yep; I completely understand. (That's why I'm writing on the weld-dev list instead of the

Re: [weld-dev] ProxyFactory#getProxyName() question

2020-03-10 Thread Matej Novotny
Hello, first and foremost, these are purely internal mechanics. There is no guarantee in CDI spec or Weld docs on how the proxies should look like. Or even on the proxies being identical from one run to another, they are an abstraction that is hidden for the most part and can be unwrapped if