You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/01/10 03:37:25 UTC

[GitHub] eaglewatcherwb commented on issue #7436: [FLINK-11071][core] add support for dynamic proxy classes resolution …

eaglewatcherwb commented on issue #7436: [FLINK-11071][core] add support for dynamic proxy classes resolution …
URL: https://github.com/apache/flink/pull/7436#issuecomment-452959381
 
 
   @OlegZhukov  for the `resolveProxyClass(interfaces)` calling sequence, I think `super.resolveProxyClass(interfaces)` should be called last, since there is a user defined class loader, which may be user really want to use rather than the default one.  And in `resolveClass`,  `super.resolveClass` is also called last, should we be consistent with this? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services