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

Fix ClassCastException in LMAX Disruptor 3 initialization #2768

Merged
merged 5 commits into from
Jul 26, 2024

Commits on Jul 25, 2024

  1. Add ClassCastException to lmax-4 failure

    During startup with an agent, the resulting object can be in the wrong classloader leading to a ClassCastException. Catching that falls back to the old behaviour which works fine
    
    The new behaviour was introduced in 2.23.0 with apache#2112
    jackshirazi authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1edc1c7 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. apply review feedback"

    jackshirazi authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    0d7289b View commit details
    Browse the repository at this point in the history
  2. Document the change

    vy authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8e52ff1 View commit details
    Browse the repository at this point in the history
  3. Fix Spotless failures

    vy authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7f7a8bf View commit details
    Browse the repository at this point in the history
  4. One more Spotless fix attempt

    vy authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f4ce026 View commit details
    Browse the repository at this point in the history