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

Simplify flight recorder interactions #32309

Open
johanandren opened this issue Feb 16, 2024 · 1 comment
Open

Simplify flight recorder interactions #32309

johanandren opened this issue Feb 16, 2024 · 1 comment
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted

Comments

@johanandren
Copy link
Member

When we still supported JDK 8 we had to dynamically avoid interacting with JFR APIs since not always available, now that we don't anymore we can simplify and just use JFR APIs directly (or with less in-between glue). In akka-actor-typed, akka-remote, and akka-cluster-sharding.

@johanandren johanandren added the 1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted label Feb 16, 2024
@patriknw
Copy link
Member

Yes, there are probably much additional cleanup after dropping JDK 8 and Scala 2.12 that we can do when we are sure there is no way back, which I'm pretty sure is the case already.

See also #32126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - triaged Tickets that are safe to pick up for contributing in terms of likeliness of being accepted
Projects
None yet
Development

No branches or pull requests

2 participants