I'm trying to understand if we could remove some of the usages of
`java.lang.reflect.Proxy`.
Clearly it's a long journey and maybe we will never be able to remove
them all, but I would at least want to try avoiding most of their neet
at runtime - limiting their usage at bootstrap/configuration or
Hi Steve,
Scott reported https://hibernate.atlassian.net/browse/HHH-12912 recently
and I was wondering if you could take a look at it, considering you worked
on the new CDI features of 5.3.
Asking for help as it would be nice to have a fix for WF 14 (released at
the end of this month) and time fl
Replied on Jira
On Wed, Aug 15, 2018 at 11:24 AM Guillaume Smet
wrote:
> Hi Steve,
>
> Scott reported https://hibernate.atlassian.net/browse/HHH-12912 recently
> and I was wondering if you could take a look at it, considering you worked
> on the new CDI features of 5.3.
>
> Asking for help as it
(Blob | Clob | NClob)Proxy are intended to do exactly what you said which
is exactly what the comment says. They were developed when we still
base-lined on Java 4 or 5. Java 6 added NClob and IIRC added methods to
Blob and Clob.
Hopefully if they add methods moving forward, they simply use defau