davisusanibar commented on issue #38051: URL: https://github.com/apache/arrow/issues/38051#issuecomment-1749696831
In addition, the following dependencies are pinned for JDK8: - In order to enable support for JDK21, this draft PR will force us to [pin Mockito dependency version needed for JDK8](https://github.com/apache/arrow/blob/46c66fe83b95a917a413086f48120cd0aa7f82e5/java/flight/pom.xml#L56:L767) and another version for JDK11+. - Error prone 2.11+ requires [JDK11 minimum](https://github.com/google/error-prone/releases?page=2#:~:text=Error%20Prone%20now%20requires%20JDK%2011%20or%20newer) supported version, thus it was necessary to [pin JDK8 compatibility](https://github.com/apache/arrow/blob/main/java/pom.xml#L796:L798). -- 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]
