chenwr 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-525598228 I tried with v6.3.0 and latest master (v6.4.0-SNAPSHOT) ,the issue still exists . the root cause should be the way we are using bytebuddy that generate the final method . if can find another way without final method generated should resolve . 
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
