Skip to content

fix: update byte buddy to 1.15.x #8706

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richeyh
Copy link

@richeyh richeyh commented Apr 17, 2025

What Does This Do

This updates byte buddy to 1.15.x to resolve the java 24 issue.

Motivation

https://github.com/raphw/byte-buddy/blob/master/release-notes.md
1.15.4 added support for Java 24. This Pr intends to update to the latest 1.15.x version to give the agent support for Java 24

Additional Notes

Contributor Checklist

Jira ticket: [PROJ-IDENT]

@richeyh richeyh changed the title feat: update byte buddy to 1.15.x fix: update byte buddy to 1.15.x Apr 17, 2025
@richeyh
Copy link
Author

richeyh commented Apr 17, 2025

failure looks to be due to a cache lock in circleci and not the changes here

> Could not create service of type UserHomeScopedCompileCaches using UserHomeScopeServices.createCompileCaches().
   > Timeout waiting to lock Java compile cache (/home/circleci/.gradle/caches/8.4/javaCompile). It is currently in use by another Gradle instance.
     Owner PID: 208
     Our PID: 3729
     Owner Operation: 
     Our operation: 

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.

1 participant