You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/09/02 06:48:49 UTC

[GitHub] [skywalking] candyleer commented on issue #3348: Final method [final java.util.List org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAll$original$sxMMY1Oe$accessor$R7skPnjw(java.lang.Iterable)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.

candyleer commented on issue #3348: Final method [final java.util.List org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAll$original$sxMMY1Oe$accessor$R7skPnjw(java.lang.Iterable)] cannot get proxied via CGLIB: Calls to this method will NOT be routed to the target instance and might lead to NPEs against uninitialized fields in the proxy instance.
URL: https://github.com/apache/skywalking/issues/3348#issuecomment-527024279
 
 
   this issue always exists in spring because `bytebuddy` will generate `final` method, It will not affect the running of the program.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services