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/11/13 08:14:13 UTC

[GitHub] [skywalking] wujun8 opened a new pull request #3845: ignore kryo ".reflectasm." class

wujun8 opened a new pull request #3845: ignore kryo ".reflectasm." class
URL: https://github.com/apache/skywalking/pull/3845
 
 
   
   - Why submit this pull request?
   - [x] Bug fix
   - [ ] New feature provided
   - [ ] Improve performance
   
   - Related issues
   
   ___
   ### Bug fix
   - Bug description.
   
   When using kryo, Byte-buddy occurs exception when match type.
   
   > java.lang.IllegalStateException: Cannot resolve type description for com.esotericsoftware.reflectasm.PublicConstructorAccess
   
   - How to fix?
   
   Config Byte-buddy to ignore ".reflectasm." class
   
   BTW, it seems that as long as asm is involved, it cannot resolve the type description.
   ___
   ### New feature or improvement
   - Describe the details and related test reports.
   

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