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


##########
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:
   > No debug logging was added. The getProxyInstanceMetaClass() helper is a 
small private method for metaclass introspection — not a logging chain. The 
implementation is larger because it handles four proxy strategies (EntityProxy, 
HibernateProxy, PersistentCollection, ByteBuddy metaclass proxies) instead of 
one.
   
   Am I talking to a computer?



-- 
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