-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Labels
Description
Component(s)
No response
Is your feature request related to a problem? Please describe.
This PR tries to update agorna to the latest version: #1433
It currently breaks the build, because agorna has chosen to require java 17:
https://github.com/real-logic/agrona/releases/tag/1.23.0-v2
So now the inferred-spans module cannot update agorna. We should figure out if we want to continue using it and/or require java 17 as well, or something else.
Describe the solution you'd like
Creating this issue mostly for the component owners to figure this out.
Describe alternatives you've considered
No response
Additional context
No response