Uh oh!
There was an error while loading. Please reload this page.
Bump to Java 11 - #3314
Conversation
Fokko
commented
Sep 16, 2025
Removing JDK21 because Spotless is not compatible yet, and we can't update because of dropped JDK8 support. Also, Hadoop 3.3.0 does not support JDK21. |
Uh oh!
There was an error while loading. Please reload this page.
| <maven.compiler.source>11</maven.compiler.source> | ||
| <maven.compiler.target>11</maven.compiler.target> |
There was a problem hiding this comment.
I think we should start using maven.compiler.release instead.
Uh oh!
There was an error while loading. Please reload this page.
What's the status of this PR? It's blocking #3182 which is necessary to use recent protobuf versions. I'm trying to prepare a PR to upgrade |
Uh oh!
There was an error while loading. Please reload this page.
Fokko
commented
Nov 19, 2025
Result of the thread on the dev-list: https://lists.apache.org/thread/cblz22jgllyvw2t63xs3fbzxcvhy5y42 |
Rationale for this change
See dev-list: https://lists.apache.org/thread/cblz22jgllyvw2t63xs3fbzxcvhy5y42
What changes are included in this PR?
Are these changes tested?
Are there any user-facing changes?