Closed Akshat-Jain closed 2 days ago
it looks like java 17 is still running in the second phase of unit tests, these can be removed i think since they replaced the java 8 tests in phase 1, https://github.com/apache/druid/blob/master/.github/workflows/unit-and-integration-tests-unified.yml#L165 (i think this should just be 11 and 21 now)
@clintropolis Makes sense, have made the change.
Description
Starting with Apache Druid 32.0.0, we want to remove the support for Java 8. This PR does that as follows:
Release note
Starting with Apache Druid 32.0.0, support for Java 8 has been removed.
This PR has: