borinquenkid commented on code in PR #15568:
URL: https://github.com/apache/grails-core/pull/15568#discussion_r3453843571


##########
grails-data-hibernate5/core/src/main/groovy/org/grails/orm/hibernate/proxy/HibernateProxyHandler.java:
##########
@@ -40,13 +47,59 @@
  */
 public class HibernateProxyHandler implements ProxyHandler, ProxyFactory {
 
+    private static final Logger LOG = 
LoggerFactory.getLogger(HibernateProxyHandler.class);

Review Comment:
   Fair point. Some of the earlier replies were AI-assisted and badly worded. 
On the substance: no debug logging was added to HibernateProxyHandler. The size 
increase comes from adding four proxy strategies (EntityProxy, HibernateProxy, 
PersistentCollection, and ByteBuddy metaclass). Happy to split the class if you 
think that makes it easier to review.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to