jtuglu1 commented on code in PR #18831:
URL: https://github.com/apache/druid/pull/18831#discussion_r2608823369
##########
embedded-tests/pom.xml:
##########
@@ -29,6 +29,7 @@
<properties>
<surefire.rerunFailingTestsCount>0</surefire.rerunFailingTestsCount>
+ <maven.compiler.release>17</maven.compiler.release>
Review Comment:
Maybe:
```
Using JDK 11 language level restriction until Druid 37 which (as of
2025-12-10) is the current target for removing Hadoop support from the dev list
threads. Hadoop relies upon JDK 8/11 language level which breaks when upgraded
to anything higher.
```
from: https://github.com/apache/druid/pull/18759#issuecomment-3554561707
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]