rpuch opened a new pull request, #3330: URL: https://github.com/apache/ignite-3/pull/3330
The tests change a final field value. In such a situation, the corresponding IgniteTestUtils method changes the corresponding Field's modifiers to remove the final flag from them. The modifiers are changed through a MethodHandle, and on highest Java versions, a MethodHandle of a final Field now throws an UnsupportedOperationException. It turns out, this modification of the modifiers is actually not needed on any of the currently LTS Java versions (11, 17, 21), so we just remove this in this commit. https://issues.apache.org/jira/browse/IGNITE-21645 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
