-
🔭 I'm currently working on SkyWalking -
🌱 I’m currently learning how to say NO -
📫 How to reach me: search kezhenxu94 in all kinds of social networks
Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,552 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in apache/skywalking that received 2 comments
Only get backing array of ByteBuffer when it has one
ByteBuffer.array() shouldn't be called unless ByteBuffer.arrayOffset() is used or if the ByteBuffer was initialized using ByteBuffer.wrap() or Byte…