Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow SDK to run in environments prohibiting use of sun.misc.Unsafe #4902

Merged
merged 2 commits into from Nov 9, 2022

Commits on Nov 9, 2022

  1. Allow SDK to run in environments prohibiting use of sun.misc.Unsafe

    Some applications run under strict java.security permissions
    which do not allow access to sun.misc.Unsafe.
    
    BatchSpanProcessor uses Unsafe via jctools, but has a fallback to
    ArrayBlockingQueue. Extending that fallback rule to cover
    java security exceptions as well.
    rrva committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    865f3bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    511a3ac View commit details
    Browse the repository at this point in the history