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

Explicitly specified byte-buddy version to 1.15.4 to ensure compatibi… #37

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

ysyrota
Copy link
Contributor

@ysyrota ysyrota commented Oct 12, 2024

Description

Explicitly specified byte-buddy version to 1.15.4 to ensure compatibility with Java 21

Motivation and Context

Tests were failing to build on Java 21 due to compatibility issues with the version of byte-buddy previously used. Updating to version 1.15.4 resolves these issues by ensuring that dynamic agent loading works correctly.

How Has This Been Tested?

  • Ran the full test suite on Java 21, and all tests passed successfully.
  • Verified that no other parts of the application were affected by this change.

Types of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Copy link
Contributor

@jeffreyparker jeffreyparker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes Java 21 compatibility in my testing as well

@AaronAtDuo AaronAtDuo merged commit c24ee63 into duosecurity:main Oct 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants