porunov opened a new pull request, #3488: URL: https://github.com/apache/tinkerpop/pull/3488
Claude tried to add Java 25 support to `3.8-dev` branch. Seems was able to tackle all the issues but bumped into the hard stop - there is no Spark version that supports both Java 11 and Java 25. There are several solutions I see: - Stop supporting Java versions < 17 and start supporting Java 25 (would be my preference). - Keep everything as is - i.e. simply don't support Java 25 for `3.8-dev` branch. - Make all components compatible with Java 25 except `spark-gremlin` module. I will keep this as a draft and happy to close the PR without merging it if the decision to keep everything as is. There was the first attempt to add Java 25 support in the PR #3283 This PR can be considered as continuation -- 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]
