Describe the bug, including details regarding any error messages, version, and platform.
I was building the project with Java 25 (the most recent LTS) and noticed that there was a call to a method of the Vector API that was removed after JDK 17 so it fails at with NoSuchMethodError.
Component(s)
No response
Describe the bug, including details regarding any error messages, version, and platform.
I was building the project with Java 25 (the most recent LTS) and noticed that there was a call to a method of the Vector API that was removed after JDK 17 so it fails at with NoSuchMethodError.
Component(s)
No response